# git rev-parse -q --verify 3245cb65fd91cd514801bf91f5a3066d562f0ac4^{commit} 3245cb65fd91cd514801bf91f5a3066d562f0ac4 already have revision, skipping fetch # git checkout -q -f -B kisskb 3245cb65fd91cd514801bf91f5a3066d562f0ac4 # git clean -qxdf # < git log -1 # commit 3245cb65fd91cd514801bf91f5a3066d562f0ac4 # Merge: d1221cea11fc de11663b75b0 # Author: Linus Torvalds # Date: Wed Sep 14 10:22:39 2022 +0100 # # Merge tag 'devicetree-fixes-for-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux # # Pull devicetree fixes from Rob Herring: # # - Update some stale binding maintainer emails # # - Fix property name error in apple,aic binding # # - Add missing param to of_dma_configure_id() stub # # - Fix an off-by-one error in unflatten_dt_nodes() # # * tag 'devicetree-fixes-for-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: # dt-bindings: pinctrl: qcom: drop non-working codeaurora.org emails # dt-bindings: power: qcom,rpmpd: drop non-working codeaurora.org emails # dt-bindings: apple,aic: Fix required item "apple,fiq-index" in affinity description # dt-bindings: interconnect: fsl,imx8m-noc: drop Leonard Crestez # of/device: Fix up of_dma_configure_id() stub # MAINTAINERS: Update email of Neil Armstrong # of: fdt: fix off-by-one error in unflatten_dt_nodes() # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 3245cb65fd91cd514801bf91f5a3066d562f0ac4 # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig .config:5244:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- 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:13: 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:13: 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:13: note: byref variable will be forcibly initialized 296 | int depth = 1; | ^~~~~ /kisskb/src/arch/arm64/kernel/pi/kaslr_early.c: In function 'get_kaslr_seed': /kisskb/src/arch/arm64/kernel/pi/kaslr_early.c:71:19: note: byref variable will be forcibly initialized 71 | int node, len; | ^~~ /kisskb/src/arch/arm64/kernel/pi/kaslr_early.c: In function 'kaslr_early_init': /kisskb/src/arch/arm64/kernel/pi/kaslr_early.c:90:13: note: byref variable will be forcibly initialized 90 | u64 seed; | ^~~~ 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:13: 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:13: 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:13: 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:13: 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:13: 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:21: 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:13: 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:18: 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:28: note: byref variable will be forcibly initialized 545 | int offset, depth, namelen; | ^~~~~~~ /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/fdt_ro.c: In function 'fdt_supernode_atdepth_offset': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:597:21: 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:13: 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:13: 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:13: 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:13: 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:13: 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:13: note: byref variable will be forcibly initialized 827 | int len; | ^~~ /kisskb/src/certs/system_keyring.c: In function 'verify_pkcs7_message_sig': /kisskb/src/certs/system_keyring.c:280:24: note: byref variable will be forcibly initialized 280 | size_t asn1hdrlen; | ^~~~~~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/p2m.c: In function 'set_foreign_p2m_mapping': /kisskb/src/arch/arm64/xen/../../arm/xen/p2m.c:98:47: note: byref variable will be forcibly initialized 98 | struct gnttab_unmap_grant_ref unmap; | ^~~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_ctr_crypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:270:28: note: byref variable will be forcibly initialized 270 | u8 keystream[SM4_BLOCK_SIZE]; | ^~~~~~~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:247:30: note: byref variable will be forcibly initialized 247 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_cfb_decrypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:228:28: note: byref variable will be forcibly initialized 228 | u8 keystream[SM4_BLOCK_SIZE]; | ^~~~~~~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:205:30: note: byref variable will be forcibly initialized 205 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_cfb_encrypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:186:28: note: byref variable will be forcibly initialized 186 | u8 keystream[SM4_BLOCK_SIZE]; | ^~~~~~~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:163:30: note: byref variable will be forcibly initialized 163 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_cbc_decrypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:132:30: note: byref variable will be forcibly initialized 132 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_cbc_encrypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:101:30: note: byref variable will be forcibly initialized 101 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c: In function 'sm4_ecb_do_crypt': /kisskb/src/arch/arm64/crypto/sm4-ce-glue.c:54:30: note: byref variable will be forcibly initialized 54 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/arch/arm64/kernel/debug-monitors.c:10: /kisskb/src/arch/arm64/kernel/debug-monitors.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/probes/decode-insn.c: In function 'arm_kprobe_decode_insn': /kisskb/src/arch/arm64/kernel/probes/decode-insn.c:142:33: note: byref variable will be forcibly initialized 142 | unsigned long size = 0, offset = 0; | ^~~~~~ /kisskb/src/arch/arm64/kernel/probes/decode-insn.c:142:23: note: byref variable will be forcibly initialized 142 | unsigned long size = 0, offset = 0; | ^~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'restore_fpsimd_context': /kisskb/src/arch/arm64/kernel/signal.c:191:34: note: byref variable will be forcibly initialized 191 | struct user_fpsimd_state fpsimd; | ^~~~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'restore_sigframe': /kisskb/src/arch/arm64/kernel/signal.c:634:26: note: byref variable will be forcibly initialized 634 | struct user_ctxs user; | ^~~~ /kisskb/src/arch/arm64/kernel/signal.c:632:18: note: byref variable will be forcibly initialized 632 | sigset_t set; | ^~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'setup_rt_frame': /kisskb/src/arch/arm64/kernel/signal.c:955:40: note: byref variable will be forcibly initialized 955 | struct rt_sigframe_user_layout user; | ^~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'do_signal': /kisskb/src/arch/arm64/kernel/signal.c:1036:24: note: byref variable will be forcibly initialized 1036 | struct ksignal ksig; | ^~~~ /kisskb/src/arch/arm64/kernel/signal.c: In function 'minsigstksz_setup': /kisskb/src/arch/arm64/kernel/signal.c:1147:40: note: byref variable will be forcibly initialized 1147 | struct rt_sigframe_user_layout user; | ^~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c: In function 'dma_cache_maint': /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c:48:35: note: byref variable will be forcibly initialized 48 | struct gnttab_cache_flush cflush; | ^~~~~~ /kisskb/src/init/do_mounts.c: In function 'devt_from_devnum': /kisskb/src/init/do_mounts.c:231:18: note: byref variable will be forcibly initialized 231 | char *p, dummy; | ^~~~~ /kisskb/src/init/do_mounts.c:231:15: note: byref variable will be forcibly initialized 231 | char *p, dummy; | ^ /kisskb/src/init/do_mounts.c:229:28: note: byref variable will be forcibly initialized 229 | unsigned maj, min, offset; | ^~~~~~ /kisskb/src/init/do_mounts.c:229:23: note: byref variable will be forcibly initialized 229 | unsigned maj, min, offset; | ^~~ /kisskb/src/init/do_mounts.c:229:18: note: byref variable will be forcibly initialized 229 | unsigned maj, min, offset; | ^~~ /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c: In function 'xen_swiotlb_gfp': /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c:29:13: note: byref variable will be forcibly initialized 29 | u64 i; | ^ /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c:28:21: note: byref variable will be forcibly initialized 28 | phys_addr_t base; | ^~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c: In function 'xen_mm_init': /kisskb/src/arch/arm64/xen/../../arm/xen/mm.c:121:35: note: byref variable will be forcibly initialized 121 | struct gnttab_cache_flush cflush; | ^~~~~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c: In function 'ghash_do_update': /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:74:15: note: byref variable will be forcibly initialized 74 | be128 dst = { cpu_to_be64(dg[1]), cpu_to_be64(dg[0]) }; | ^~~ /kisskb/src/init/do_mounts.c: In function 'mount_block_root': /kisskb/src/init/do_mounts.c:399:14: note: byref variable will be forcibly initialized 399 | char b[BDEVNAME_SIZE]; | ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c: In function 'gcm_calculate_auth_mac': /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:312:13: note: byref variable will be forcibly initialized 312 | int buf_count = 0; | ^~~~~~~~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:310:29: note: byref variable will be forcibly initialized 310 | struct scatter_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:309:12: note: byref variable will be forcibly initialized 309 | u8 buf[GHASH_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c: In function 'gcm_decrypt': /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:417:15: note: byref variable will be forcibly initialized 417 | be128 lengths; | ^~~~~~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:415:12: note: byref variable will be forcibly initialized 415 | u8 iv[AES_BLOCK_SIZE]; | ^~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:414:12: note: byref variable will be forcibly initialized 414 | u8 buf[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:413:12: note: byref variable will be forcibly initialized 413 | u8 otag[AES_BLOCK_SIZE]; | ^~~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:412:30: note: byref variable will be forcibly initialized 412 | struct skcipher_walk walk; | ^~~~ /kisskb/src/init/initramfs.c: In function 'clean_path': /kisskb/src/init/initramfs.c:337:22: note: byref variable will be forcibly initialized 337 | struct kstat st; | ^~ /kisskb/src/init/initramfs.c: In function 'panic_show_mem': /kisskb/src/init/initramfs.c:64:17: note: byref variable will be forcibly initialized 64 | va_list args; | ^~~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c: In function 'gcm_encrypt': /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:350:15: note: byref variable will be forcibly initialized 350 | be128 lengths; | ^~~~~~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:348:12: note: byref variable will be forcibly initialized 348 | u8 iv[AES_BLOCK_SIZE]; | ^~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:347:12: note: byref variable will be forcibly initialized 347 | u8 buf[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:346:30: note: byref variable will be forcibly initialized 346 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/linux/stackprotector.h:10, from /kisskb/src/init/main.c:22: /kisskb/src/init/main.c: In function 'boot_init_stack_canary': /kisskb/src/arch/arm64/include/asm/stackprotector.h:31:23: note: byref variable will be forcibly initialized 31 | unsigned long canary; | ^~~~~~ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c: In function 'gcm_setkey': /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:241:61: note: byref variable will be forcibly initialized 241 | aes_encrypt(&ctx->aes_key, key, (u8[AES_BLOCK_SIZE]){}); | ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:234:15: note: byref variable will be forcibly initialized 234 | be128 h; | ^ /kisskb/src/arch/arm64/crypto/ghash-ce-glue.c:233:12: note: byref variable will be forcibly initialized 233 | u8 key[GHASH_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/kernel/probes/kprobes.c: In function 'arch_prepare_ss_slot': /kisskb/src/arch/arm64/kernel/probes/kprobes.c:48:13: note: byref variable will be forcibly initialized 48 | u32 insns[] = {p->opcode, BRK64_OPCODE_KPROBES_SS}; | ^~~~~ /kisskb/src/arch/arm64/kernel/probes/kprobes.c:47:15: note: byref variable will be forcibly initialized 47 | void *addrs[] = {addr, addr + 1}; | ^~~~~ /kisskb/src/init/initramfs.c: In function 'unpack_to_rootfs': /kisskb/src/init/initramfs.c:493:21: note: byref variable will be forcibly initialized 493 | const char *compress_name; | ^~~~~~~~~~~~~ /kisskb/src/init/do_mounts_initrd.c: In function 'early_initrdmem': /kisskb/src/init/do_mounts_initrd.c:55:15: note: byref variable will be forcibly initialized 55 | char *endp; | ^~~~ /kisskb/src/arch/arm64/kernel/probes/kprobes.c: In function 'arch_arm_kprobe': /kisskb/src/arch/arm64/kernel/probes/kprobes.c:128:13: note: byref variable will be forcibly initialized 128 | u32 insn = BRK64_OPCODE_KPROBES; | ^~~~ /kisskb/src/arch/arm64/kernel/probes/kprobes.c:127:15: note: byref variable will be forcibly initialized 127 | void *addr = p->addr; | ^~~~ /kisskb/src/arch/arm64/kernel/probes/kprobes.c: In function 'arch_disarm_kprobe': /kisskb/src/arch/arm64/kernel/probes/kprobes.c:136:15: note: byref variable will be forcibly initialized 136 | void *addr = p->addr; | ^~~~ /kisskb/src/init/initramfs.c: In function 'parse_header': /kisskb/src/init/initramfs.c:195:14: note: byref variable will be forcibly initialized 195 | char buf[9]; | ^~~ /kisskb/src/arch/arm64/kernel/process.c: In function '__get_wchan': /kisskb/src/arch/arm64/kernel/process.c:580:27: note: byref variable will be forcibly initialized 580 | struct wchan_info wchan_info = { | ^~~~~~~~~~ /kisskb/src/arch/arm64/mm/mmu.c: In function 'map_mem': /kisskb/src/arch/arm64/mm/mmu.c:527:13: note: byref variable will be forcibly initialized 527 | u64 i; | ^ /kisskb/src/arch/arm64/mm/mmu.c:525:28: note: byref variable will be forcibly initialized 525 | phys_addr_t start, end; | ^~~ /kisskb/src/arch/arm64/mm/mmu.c:525:21: note: byref variable will be forcibly initialized 525 | phys_addr_t start, end; | ^~~~~ /kisskb/src/init/main.c: In function 'xbc_snprint_cmdline': /kisskb/src/init/main.c:332:26: note: byref variable will be forcibly initialized 332 | struct xbc_node *knode, *vnode; | ^~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'fdt_find_hyper_node': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:225:13: note: byref variable will be forcibly initialized 225 | int len; | ^~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_starting_cpu': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:144:40: note: byref variable will be forcibly initialized 144 | struct vcpu_register_vcpu_info info; | ^~~~ 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/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, 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/xen/events.h:5, from /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:3: /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:71:27: note: byref variable will be forcibly initialized 71 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_pvclock_gtod_notify': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:106:32: note: byref variable will be forcibly initialized 106 | struct timespec64 now, system_time; | ^~~~~~~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:106:27: note: byref variable will be forcibly initialized 106 | struct timespec64 now, system_time; | ^~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:105:32: note: byref variable will be forcibly initialized 105 | struct xen_platform_op op; | ^~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_dt_guest_init': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:419:25: note: byref variable will be forcibly initialized 419 | struct resource res; | ^~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_guest_init': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:440:35: note: byref variable will be forcibly initialized 440 | struct xen_add_to_physmap xatp; | ^~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_read_wallclock': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:81:32: note: byref variable will be forcibly initialized 81 | struct timespec64 now, ts_monotonic; | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_pm_init': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:546:35: note: byref variable will be forcibly initialized 546 | struct timespec64 ts; | ^~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_reboot': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:183:31: note: byref variable will be forcibly initialized 183 | struct sched_shutdown r = { .reason = reason }; | ^ 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:112: /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_level': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_finish': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'loglevel': /kisskb/src/init/main.c:252:13: note: byref variable will be forcibly initialized 252 | int newlevel; | ^~~~~~~~ /kisskb/src/init/main.c: In function 'initcall_blacklisted': /kisskb/src/init/main.c:1199:14: note: byref variable will be forcibly initialized 1199 | char fn_name[KSYM_SYMBOL_LEN]; | ^~~~~~~ /kisskb/src/init/main.c: In function 'setup_boot_config': /kisskb/src/init/main.c:416:16: note: byref variable will be forcibly initialized 416 | size_t size; | ^~~~ /kisskb/src/init/main.c:415:18: note: byref variable will be forcibly initialized 415 | int pos, ret; | ^~~ /kisskb/src/init/main.c:415:13: note: byref variable will be forcibly initialized 415 | int pos, ret; | ^~~ /kisskb/src/init/main.c:414:21: note: byref variable will be forcibly initialized 414 | const char *msg, *data; | ^~~ /kisskb/src/init/main.c: In function 'early_randomize_kstack_offset': /kisskb/src/init/main.c:866:14: note: byref variable will be forcibly initialized 866 | bool bool_result; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/stackprotector.h:10, from /kisskb/src/init/main.c:22: /kisskb/src/init/main.c: In function 'start_kernel': /kisskb/src/arch/arm64/include/asm/stackprotector.h:31:23: note: byref variable will be forcibly initialized 31 | unsigned long canary; | ^~~~~~ /kisskb/src/init/main.c:931:15: note: byref variable will be forcibly initialized 931 | char *command_line; | ^~~~~~~~~~~~ /kisskb/src/init/main.c: In function 'do_one_initcall': /kisskb/src/init/main.c:1289:14: note: byref variable will be forcibly initialized 1289 | char msgbuf[64]; | ^~~~~~ /kisskb/src/arch/arm64/kernel/setup.c: In function 'reserve_memblock_reserved_regions': /kisskb/src/arch/arm64/kernel/setup.c:261:38: note: byref variable will be forcibly initialized 261 | phys_addr_t r_start, r_end, mem_size = resource_size(mem); | ^~~~~ /kisskb/src/arch/arm64/kernel/setup.c:261:29: note: byref variable will be forcibly initialized 261 | phys_addr_t r_start, r_end, mem_size = resource_size(mem); | ^~~~~~~ /kisskb/src/arch/arm64/kernel/setup.c:257:16: note: byref variable will be forcibly initialized 257 | u64 i, j; | ^ /kisskb/src/arch/arm64/kernel/setup.c: In function 'setup_machine_fdt': /kisskb/src/arch/arm64/kernel/setup.c:183:13: note: byref variable will be forcibly initialized 183 | int size; | ^~~~ /kisskb/src/arch/arm64/kernel/setup.c: In function 'early_fdt_map': /kisskb/src/arch/arm64/kernel/setup.c:175:13: note: byref variable will be forcibly initialized 175 | int fdt_size; | ^~~~~~~~ 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/arm64/kernel/ptrace.c:44: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'trace_event_raw_event_sys_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' 44 | TRACE_EVENT_FN(sys_exit, | ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'trace_event_raw_event_sys_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' 18 | TRACE_EVENT_FN(sys_enter, | ^~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'pac_generic_keys_get': /kisskb/src/arch/arm64/kernel/ptrace.c:1277:38: note: byref variable will be forcibly initialized 1277 | struct user_pac_generic_keys user_keys; | ^~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'pac_address_keys_get': /kisskb/src/arch/arm64/kernel/ptrace.c:1228:38: note: byref variable will be forcibly initialized 1228 | struct user_pac_address_keys user_keys; | ^~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'pac_mask_get': /kisskb/src/arch/arm64/kernel/ptrace.c:1146:30: note: byref variable will be forcibly initialized 1146 | struct user_pac_mask uregs = { | ^~~~~ In file included from /kisskb/src/arch/arm64/kernel/ptrace.c:29: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_gpr_get': /kisskb/src/include/linux/regset.h:66:27: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:1545:17: note: in expansion of macro 'membuf_store' 1545 | membuf_store(&to, compat_get_user_reg(target, i++)); | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'system_call_get': /kisskb/src/include/linux/regset.h:66:27: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:694:16: note: in expansion of macro 'membuf_store' 694 | return membuf_store(&to, task_pt_regs(target)->syscallno); | ^~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/damon.h:46, from /kisskb/src/mm/damon/core.c:18: /kisskb/src/mm/damon/core.c: In function 'trace_event_raw_event_damon_aggregated': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(damon_aggregated, | ^~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_check_reset_time_interval': /kisskb/src/mm/damon/core.c:622:27: note: byref variable will be forcibly initialized 622 | struct timespec64 now; | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_tls_get': /kisskb/src/include/linux/regset.h:66:27: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:1671:16: note: in expansion of macro 'membuf_store' 1671 | return membuf_store(&to, (compat_ulong_t)target->thread.uw.tp_value); | ^~~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damos_wmark_metric_value': /kisskb/src/mm/damon/core.c:1052:24: note: byref variable will be forcibly initialized 1052 | struct sysinfo i; | ^ /kisskb/src/mm/damon/core.c: In function 'damon_do_apply_schemes': /kisskb/src/mm/damon/core.c:696:42: note: byref variable will be forcibly initialized 696 | struct timespec64 begin, end; | ^~~ /kisskb/src/mm/damon/core.c:696:35: note: byref variable will be forcibly initialized 696 | struct timespec64 begin, end; | ^~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'pac_generic_keys_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1293:38: note: byref variable will be forcibly initialized 1293 | struct user_pac_generic_keys user_keys; | ^~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'pac_address_keys_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1244:38: note: byref variable will be forcibly initialized 1244 | struct user_pac_address_keys user_keys; | ^~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'system_call_set': /kisskb/src/arch/arm64/kernel/ptrace.c:702:13: note: byref variable will be forcibly initialized 702 | int syscallno = task_pt_regs(target)->syscallno; | ^~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'tls_set': /kisskb/src/arch/arm64/kernel/ptrace.c:680:23: note: byref variable will be forcibly initialized 680 | unsigned long tls = target->thread.uw.tp_value; | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function '__fpr_set': /kisskb/src/arch/arm64/kernel/ptrace.c:627:34: note: byref variable will be forcibly initialized 627 | struct user_fpsimd_state newstate; | ^~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_tls_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1680:24: note: byref variable will be forcibly initialized 1680 | compat_ulong_t tls = target->thread.uw.tp_value; | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_vfp_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1642:24: note: byref variable will be forcibly initialized 1642 | compat_ulong_t fpscr; | ^~~~~ In file included from /kisskb/src/arch/arm64/kernel/ptrace.c:29: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_vfp_get': /kisskb/src/include/linux/regset.h:66:27: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:1633:16: note: in expansion of macro 'membuf_store' 1633 | return membuf_store(&to, fpscr); | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'fpr_get': /kisskb/src/arch/arm64/kernel/ptrace.c:608:12: note: byref variable will be forcibly initialized 608 | static int fpr_get(struct task_struct *target, const struct user_regset *regset, | ^~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'tagged_addr_ctrl_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1330:14: note: byref variable will be forcibly initialized 1330 | long ctrl; | ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'tagged_addr_ctrl_get': /kisskb/src/arch/arm64/kernel/ptrace.c:1316:14: note: byref variable will be forcibly initialized 1316 | long ctrl = get_tagged_addr_ctrl(target); | ^~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'pac_enabled_keys_get': /kisskb/src/arch/arm64/kernel/ptrace.c:1161:14: note: byref variable will be forcibly initialized 1161 | long enabled_keys = ptrauth_get_enabled_keys(target); | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'pac_enabled_keys_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1175:14: note: byref variable will be forcibly initialized 1175 | long enabled_keys = ptrauth_get_enabled_keys(target); | ^~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/kernel/ptrace.c:29: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'tls_get': /kisskb/src/include/linux/regset.h:66:27: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:672:16: note: in expansion of macro 'membuf_store' 672 | return membuf_store(&to, target->thread.uw.tp_value); | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/audit.h:13, from /kisskb/src/arch/arm64/kernel/ptrace.c:11: /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'user_single_step_report': /kisskb/src/include/linux/ptrace.h:343:26: note: byref variable will be forcibly initialized 343 | kernel_siginfo_t info; | ^~~~ In file included from /kisskb/src/mm/damon/core-test.h:15, from /kisskb/src/mm/damon/core.c:1221: /kisskb/src/mm/damon/core.c: In function 'damon_test_merge_two': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:165:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 165 | KUNIT_EXPECT_EQ(test, i, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:744:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 744 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:741:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 741 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:162:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 162 | KUNIT_EXPECT_PTR_EQ(test, r, r3); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:158:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 158 | KUNIT_EXPECT_EQ(test, r->nr_accesses, 16u); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:157:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 157 | KUNIT_EXPECT_EQ(test, r->ar.end, 300ul); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:156:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 156 | KUNIT_EXPECT_EQ(test, r->ar.start, 0ul); | ^~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_gpr_set': /kisskb/src/arch/arm64/kernel/ptrace.c:1571:32: note: byref variable will be forcibly initialized 1571 | compat_ulong_t reg; | ^~~ /kisskb/src/arch/arm64/kernel/ptrace.c:1554:24: note: byref variable will be forcibly initialized 1554 | struct pt_regs newregs; | ^~~~~~~ /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'compat_ptrace_write_user': /kisskb/src/arch/arm64/kernel/ptrace.c:1800:24: note: byref variable will be forcibly initialized 1800 | struct pt_regs newregs = *task_pt_regs(tsk); | ^~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_test_merge_regions_of': /kisskb/src/arch/arm64/kernel/ptrace.c: In function 'gpr_set': /kisskb/src/arch/arm64/kernel/ptrace.c:572:29: note: byref variable will be forcibly initialized 572 | struct user_pt_regs newregs = task_pt_regs(target)->user_regs; | ^~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:208:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 208 | KUNIT_EXPECT_EQ(test, r->ar.end, eaddrs[i]); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:207:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 207 | KUNIT_EXPECT_EQ(test, r->ar.start, saddrs[i]); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:204:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 204 | KUNIT_EXPECT_EQ(test, damon_nr_regions(t), 5u); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_test_regions': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:34:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 34 | KUNIT_EXPECT_EQ(test, 0u, damon_nr_regions(t)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:31:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 31 | KUNIT_EXPECT_EQ(test, 1u, damon_nr_regions(t)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:28:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 28 | KUNIT_EXPECT_EQ(test, 0u, damon_nr_regions(t)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:25:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 25 | KUNIT_EXPECT_EQ(test, 0u, r->nr_accesses); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:24:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 24 | KUNIT_EXPECT_EQ(test, 2ul, r->ar.end); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:23:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 23 | KUNIT_EXPECT_EQ(test, 1ul, r->ar.start); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_test_ops_registration': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:267:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 267 | KUNIT_EXPECT_EQ(test, damon_register_ops(&ops), -EINVAL); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:260:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 260 | KUNIT_EXPECT_EQ(test, damon_register_ops(&ops), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:251:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 251 | KUNIT_EXPECT_EQ(test, damon_select_ops(c, NR_DAMON_OPS), -EINVAL); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:248:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 248 | KUNIT_EXPECT_EQ(test, damon_register_ops(&ops), -EINVAL); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:246:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 246 | KUNIT_EXPECT_EQ(test, damon_register_ops(&ops), -EINVAL); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:242:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 242 | KUNIT_EXPECT_EQ(test, damon_select_ops(c, DAMON_OPS_PADDR), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:241:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 241 | KUNIT_EXPECT_EQ(test, damon_select_ops(c, DAMON_OPS_VADDR), 0); | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/mm/damon/core.c:1221: /kisskb/src/mm/damon/core-test.h:238:33: note: byref variable will be forcibly initialized 238 | struct damon_operations ops, bak; | ^~~ In file included from /kisskb/src/mm/damon/core-test.h:15, from /kisskb/src/mm/damon/core.c:1221: /kisskb/src/mm/damon/core.c: In function 'damon_test_split_regions_of': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:828:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 828 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:825:9: note: in expansion of macro 'KUNIT_EXPECT_LE_MSG' 825 | KUNIT_EXPECT_LE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:230:9: note: in expansion of macro 'KUNIT_EXPECT_LE' 230 | KUNIT_EXPECT_LE(test, damon_nr_regions(t), 4u); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:828:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 828 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:825:9: note: in expansion of macro 'KUNIT_EXPECT_LE_MSG' 825 | KUNIT_EXPECT_LE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:223:9: note: in expansion of macro 'KUNIT_EXPECT_LE' 223 | KUNIT_EXPECT_LE(test, damon_nr_regions(t), 2u); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_test_split_at': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:135:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 135 | KUNIT_EXPECT_EQ(test, r->ar.end, 100ul); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:134:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 134 | KUNIT_EXPECT_EQ(test, r->ar.start, 25ul); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:131:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 131 | KUNIT_EXPECT_EQ(test, r->ar.end, 25ul); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:130:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 130 | KUNIT_EXPECT_EQ(test, r->ar.start, 0ul); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_test_aggregate': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:115:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 115 | KUNIT_EXPECT_EQ(test, 3, it); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:111:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 111 | KUNIT_EXPECT_EQ(test, 3, ir); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:107:25: note: in expansion of macro 'KUNIT_EXPECT_EQ' 107 | KUNIT_EXPECT_EQ(test, 0u, r->nr_accesses); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_test_target': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:62:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 62 | KUNIT_EXPECT_EQ(test, 0u, nr_damon_targets(c)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:59:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 59 | KUNIT_EXPECT_EQ(test, 1u, nr_damon_targets(c)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/core-test.h:56:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 56 | KUNIT_EXPECT_EQ(test, 0u, nr_damon_targets(c)); | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/mm/mempool.c:13: /kisskb/src/mm/mempool.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:689:16: note: byref variable will be forcibly initialized 689 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mempool.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/mm/mempool.c: In function 'mempool_alloc': /kisskb/src/mm/mempool.c:378:28: note: byref variable will be forcibly initialized 378 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:9: note: in expansion of macro 'rcu_assign_pointer' 47 | rcu_assign_pointer(w->task, current); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function '__mutex_lock_common': /kisskb/src/kernel/locking/mutex.c:573:29: note: byref variable will be forcibly initialized 573 | struct mutex_waiter waiter; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c: In function 'ccm_calculate_auth_mac': /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:102:29: note: byref variable will be forcibly initialized 102 | struct scatter_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:101:58: note: byref variable will be forcibly initialized 101 | struct __packed { __be16 l; __be32 h; u16 len; } ltag; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c: In function 'ccm_decrypt': /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:210:12: note: byref variable will be forcibly initialized 210 | u8 buf[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:209:25: note: byref variable will be forcibly initialized 209 | u8 __aligned(8) mac[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:208:30: note: byref variable will be forcibly initialized 208 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c: In function 'ccm_encrypt': /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:152:12: note: byref variable will be forcibly initialized 152 | u8 buf[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:151:25: note: byref variable will be forcibly initialized 151 | u8 __aligned(8) mac[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-ce-ccm-glue.c:150:30: note: byref variable will be forcibly initialized 150 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/lock.h:144, from /kisskb/src/kernel/locking/mutex.c:34: /kisskb/src/kernel/locking/mutex.c: In function 'trace_event_raw_event_lock_acquire': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function 'trace_event_raw_event_lock': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/lock.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 50 | DECLARE_EVENT_CLASS(lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 50 | DECLARE_EVENT_CLASS(lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function 'trace_event_raw_event_contention_begin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(contention_begin, | ^~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function 'trace_event_raw_event_contention_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(contention_end, | ^~~~~~~~~~~ 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:904:23: note: byref variable will be forcibly initialized 904 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'finish_task': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4812:9: note: in expansion of macro 'smp_store_release' 4812 | smp_store_release(&prev->on_cpu, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function 'mutex_lock_io_nested': /kisskb/src/kernel/locking/mutex.c:573:29: note: byref variable will be forcibly initialized 573 | struct mutex_waiter waiter; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:741, from /kisskb/src/kernel/sched/core.c:81: /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop_ret': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(sched_kthread_stop_ret, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_queue_work': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' 93 | TRACE_EVENT(sched_kthread_work_execute_start, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wakeup_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_migrate_task': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:274:1: note: in expansion of macro 'TRACE_EVENT' 274 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:301:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 301 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(sched_process_wait, | ^~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/cpumask.h:10, from /kisskb/src/include/linux/energy_model.h:4, from /kisskb/src/kernel/sched/fair.c:23: /kisskb/src/kernel/sched/fair.c: In function '__list_add_rcu': /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_fork': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_exec': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_stat_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:426:39: note: in expansion of macro 'DECLARE_EVENT_CLASS' 426 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:436:1: note: in expansion of macro 'DECLARE_EVENT_CLASS_SCHEDSTAT' 436 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_stat_runtime': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_pi_setprio': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:528:1: note: in expansion of macro 'TRACE_EVENT' 528 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_hang': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:557:1: note: in expansion of macro 'TRACE_EVENT' 557 | TRACE_EVENT(sched_process_hang, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_move_numa': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:579:1: note: in expansion of macro 'TRACE_EVENT' 579 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_numa_pair_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 611 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wake_idle_without_ipi': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:671:1: note: in expansion of macro 'TRACE_EVENT' 671 | TRACE_EVENT(sched_wake_idle_without_ipi, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_runnable_without': /kisskb/src/kernel/sched/fair.c:5956:22: note: byref variable will be forcibly initialized 5956 | unsigned int runnable; | ^~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_load_without': /kisskb/src/kernel/sched/fair.c:5933:22: note: byref variable will be forcibly initialized 5933 | unsigned int load; | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'calculate_imbalance': /kisskb/src/kernel/sched/fair.c:9613:38: note: byref variable will be forcibly initialized 9613 | 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:131:13: note: byref variable will be forcibly initialized 131 | int _shift = 0; | ^~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_util_next': /kisskb/src/kernel/sched/fair.c:6641:31: note: byref variable will be forcibly initialized 6641 | unsigned long util_est; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_switch': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:222:1: note: in expansion of macro 'TRACE_EVENT' 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:6627:23: note: byref variable will be forcibly initialized 6627 | unsigned long util = READ_ONCE(cfs_rq->avg.util_avg); | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'setup_resched_latency_warn_ms': /kisskb/src/kernel/sched/fair.c: In function 'find_idlest_group': /kisskb/src/kernel/sched/core.c:5417:14: note: byref variable will be forcibly initialized 5417 | long val; | ^~~ /kisskb/src/kernel/sched/fair.c:9220:39: note: byref variable will be forcibly initialized 9220 | struct sg_lb_stats local_sgs, tmp_sgs; | ^~~~~~~ /kisskb/src/kernel/sched/fair.c:9220:28: note: byref variable will be forcibly initialized 9220 | struct sg_lb_stats local_sgs, tmp_sgs; | ^~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'capacity_from_percent': /kisskb/src/kernel/sched/core.c:10416:31: note: byref variable will be forcibly initialized 10416 | struct uclamp_request req = { | ^~~ /kisskb/src/kernel/sched/core.c: In function 'cpu_cgroup_can_attach': /kisskb/src/kernel/sched/core.c:10311:37: note: byref variable will be forcibly initialized 10311 | struct cgroup_subsys_state *css; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/energy_model.h:5, from /kisskb/src/kernel/sched/fair.c:23: /kisskb/src/kernel/sched/fair.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/sched/fair.c: In function 'sched_slice': /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getparam': /kisskb/src/kernel/sched/core.c:7930:28: note: byref variable will be forcibly initialized 7930 | struct sched_param lp = { .sched_priority = 0 }; | ^~ /kisskb/src/kernel/sched/fair.c:739:36: note: byref variable will be forcibly initialized 739 | struct load_weight lw; | ^~ /kisskb/src/kernel/sched/core.c: In function 'balance_push_set': /kisskb/src/kernel/sched/core.c:9217:25: note: byref variable will be forcibly initialized 9217 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/arch/arm64/kernel/vdso.c:12: /kisskb/src/arch/arm64/kernel/vdso.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/sched/core.c: In function 'uclamp_update_util_min_rt_default': /kisskb/src/kernel/sched/core.c:1444:25: note: byref variable will be forcibly initialized 1444 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8776:25: note: byref variable will be forcibly initialized 8776 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval': /kisskb/src/kernel/sched/fair.c: In function 'check_preempt_wakeup': /kisskb/src/kernel/sched/core.c:8822:27: note: byref variable will be forcibly initialized 8822 | struct timespec64 t; | ^ /kisskb/src/kernel/sched/core.c: In function 'uclamp_update_active': /kisskb/src/kernel/sched/core.c:1696:25: note: byref variable will be forcibly initialized 1696 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c:7233:47: note: byref variable will be forcibly initialized 7233 | struct sched_entity *se = &curr->se, *pse = &p->se; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'uclamp_update_active_tasks': /kisskb/src/kernel/sched/core.c:1725:30: note: byref variable will be forcibly initialized 1725 | struct css_task_iter it; | ^~ /kisskb/src/kernel/sched/fair.c:7233:30: note: byref variable will be forcibly initialized 7233 | struct sched_entity *se = &curr->se, *pse = &p->se; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'task_fork_fair': /kisskb/src/kernel/sched/core.c: In function 'cpu_cgroup_fork': /kisskb/src/kernel/sched/fair.c:11438:25: note: byref variable will be forcibly initialized 11438 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'attach_one_task': /kisskb/src/kernel/sched/core.c:10297:25: note: byref variable will be forcibly initialized 10297 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c:8173:25: note: byref variable will be forcibly initialized 8173 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'attach_tasks': /kisskb/src/kernel/sched/fair.c:8189:25: note: byref variable will be forcibly initialized 8189 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function '__sched_group_set_shares': /kisskb/src/kernel/sched/fair.c:11857:33: note: byref variable will be forcibly initialized 11857 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'task_call_func': /kisskb/src/kernel/sched/core.c:4227:25: note: byref variable will be forcibly initialized 4227 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'find_energy_efficient_cpu': /kisskb/src/kernel/sched/fair.c:6901:31: note: byref variable will be forcibly initialized 6901 | unsigned long cpu_cap, cpu_thermal_cap, util; | ^~~~~~~ /kisskb/src/arch/arm64/kernel/time.c: In function 'profile_pc': /kisskb/src/arch/arm64/kernel/time.c:47:23: note: byref variable will be forcibly initialized 47 | unsigned long prof_pc = 0; | ^~~~~~~ /kisskb/src/kernel/sched/fair.c:6875:27: note: byref variable will be forcibly initialized 6875 | struct energy_env eenv; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_exec': /kisskb/src/kernel/sched/core.c:5304:38: note: byref variable will be forcibly initialized 5304 | struct migration_arg arg = { p, dest_cpu }; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'task_sched_runtime': /kisskb/src/kernel/sched/core.c:5346:25: note: byref variable will be forcibly initialized 5346 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_if_idle': /kisskb/src/kernel/sched/core.c:3780:25: note: byref variable will be forcibly initialized 3780 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'migration_cpu_stop': /kisskb/src/kernel/sched/core.c:2390:25: note: byref variable will be forcibly initialized 2390 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__balance_push_cpu_stop': /kisskb/src/kernel/sched/core.c:9124:25: note: byref variable will be forcibly initialized 9124 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'wait_task_inactive': /kisskb/src/kernel/sched/core.c:3344:33: note: byref variable will be forcibly initialized 3344 | ktime_t to = NSEC_PER_SEC / HZ; | ^~ /kisskb/src/kernel/sched/core.c:3273:25: note: byref variable will be forcibly initialized 3273 | struct rq_flags rf; | ^~ /kisskb/src/arch/arm64/kernel/traps.c: In function 'dump_kernel_instr': /kisskb/src/arch/arm64/kernel/traps.c:158:30: note: byref variable will be forcibly initialized 158 | unsigned int val, bad; | ^~~ /kisskb/src/arch/arm64/kernel/traps.c:151:14: note: byref variable will be forcibly initialized 151 | char str[sizeof("00000000 ") * 5 + 2 + 1], *p = str; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function 'sched_ttwu_pending': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:3740:25: note: in expansion of macro 'smp_cond_load_acquire' 3740 | smp_cond_load_acquire(&p->on_cpu, !VAL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:3723:25: note: byref variable will be forcibly initialized 3723 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_queue': /kisskb/src/kernel/sched/core.c:3868:25: note: byref variable will be forcibly initialized 3868 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_runnable': /kisskb/src/kernel/sched/core.c:3701:25: note: byref variable will be forcibly initialized 3701 | struct rq_flags rf; | ^~ /kisskb/src/arch/arm64/kernel/traps.c: In function 'call_undef_hook': /kisskb/src/arch/arm64/kernel/traps.c:405:24: note: byref variable will be forcibly initialized 405 | __le32 instr_le; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_new_task': /kisskb/src/kernel/sched/core.c:4658:25: note: byref variable will be forcibly initialized 4658 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__schedule': /kisskb/src/kernel/sched/core.c:6380:25: note: byref variable will be forcibly initialized 6380 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_yield': /kisskb/src/kernel/sched/core.c:8266:25: note: byref variable will be forcibly initialized 8266 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'update_blocked_averages': /kisskb/src/kernel/sched/fair.c:8392:25: note: byref variable will be forcibly initialized 8392 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function 'try_to_wake_up': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4181:9: note: in expansion of macro 'smp_cond_load_acquire' 4181 | smp_cond_load_acquire(&p->on_cpu, !VAL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4168:13: note: in expansion of macro 'smp_load_acquire' 4168 | if (smp_load_acquire(&p->on_cpu) && | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:8390:31: note: byref variable will be forcibly initialized 8390 | bool decayed = false, done = true; | ^~~~ /kisskb/src/kernel/sched/core.c: In function '__sched_setscheduler': /kisskb/src/kernel/sched/core.c:7414:25: note: byref variable will be forcibly initialized 7414 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'active_load_balance_cpu_stop': /kisskb/src/kernel/sched/fair.c:10443:31: note: byref variable will be forcibly initialized 10443 | struct lb_env env = { | ^~~ /kisskb/src/kernel/sched/fair.c:10408:25: note: byref variable will be forcibly initialized 10408 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'rt_mutex_setprio': /kisskb/src/kernel/sched/core.c:6867:25: note: byref variable will be forcibly initialized 6867 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'set_user_nice': /kisskb/src/kernel/sched/core.c:6990:25: note: byref variable will be forcibly initialized 6990 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/list.h:11, 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/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'list_del_init_careful': In file included from /kisskb/src/arch/arm64/include/asm/stacktrace.h:18, from /kisskb/src/arch/arm64/kernel/stacktrace.c:17: /kisskb/src/arch/arm64/kernel/stacktrace.c: In function 'unwind_next_common': /kisskb/src/arch/arm64/include/asm/stacktrace/common.h:147:39: note: byref variable will be forcibly initialized 147 | unsigned long fp = state->fp, kern_fp = fp; | ^~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:310:9: note: in expansion of macro 'smp_store_release' 310 | smp_store_release(&entry->next, entry); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'scheduler_tick': /kisskb/src/arch/arm64/kernel/stacktrace.c: In function 'unwind_next': /kisskb/src/arch/arm64/kernel/stacktrace.c:106:27: note: byref variable will be forcibly initialized 106 | struct stack_info info; | ^~~~ /kisskb/src/kernel/sched/core.c:5441:25: note: byref variable will be forcibly initialized 5441 | struct rq_flags rf; | ^~ /kisskb/src/arch/arm64/kernel/stacktrace.c: In function 'arch_stack_walk': /kisskb/src/arch/arm64/kernel/stacktrace.c:197:29: note: byref variable will be forcibly initialized 197 | struct unwind_state state; | ^~~~~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_setscheduler': /kisskb/src/kernel/sched/core.c:7743:28: note: byref variable will be forcibly initialized 7743 | struct sched_param lparam; | ^~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_setattr': /kisskb/src/kernel/sched/core.c:7859:27: note: byref variable will be forcibly initialized 7859 | struct sched_attr attr; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_stop_task': /kisskb/src/kernel/sched/core.c:3512:28: note: byref variable will be forcibly initialized 3512 | 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:7715:28: note: byref variable will be forcibly initialized 7715 | 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:7725:28: note: byref variable will be forcibly initialized 7725 | struct sched_param sp = { .sched_priority = 1 }; | ^~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getaffinity': /kisskb/src/kernel/sched/core.c:8240:23: note: byref variable will be forcibly initialized 8240 | cpumask_var_t mask; | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'update_sd_lb_stats': /kisskb/src/kernel/sched/fair.c:9465:13: note: byref variable will be forcibly initialized 9465 | int sg_status = 0; | ^~~~~~~~~ /kisskb/src/kernel/sched/fair.c:9463:28: note: byref variable will be forcibly initialized 9463 | struct sg_lb_stats tmp_sgs; | ^~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'find_busiest_group': /kisskb/src/kernel/sched/fair.c:9723:28: note: byref variable will be forcibly initialized 9723 | struct sd_lb_stats sds; | ^~~ /kisskb/src/kernel/sched/fair.c: In function 'load_balance': /kisskb/src/kernel/sched/fair.c:10103:23: note: byref variable will be forcibly initialized 10103 | struct lb_env env = { | ^~~ /kisskb/src/kernel/sched/fair.c:10100:25: note: byref variable will be forcibly initialized 10100 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function 'init_idle': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:8981:9: note: in expansion of macro 'rcu_assign_pointer' 8981 | rcu_assign_pointer(rq->curr, idle); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'newidle_balance': /kisskb/src/kernel/sched/fair.c:11163:21: note: byref variable will be forcibly initialized 11163 | int continue_balancing = 1; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_activate': /kisskb/src/kernel/sched/fair.c:11107:23: note: byref variable will be forcibly initialized 11107 | unsigned long next_balance = jiffies + HZ; | ^~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:9343:25: note: byref variable will be forcibly initialized 9343 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_deactivate': /kisskb/src/kernel/sched/core.c:9388:25: note: byref variable will be forcibly initialized 9388 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'rebalance_domains': /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_dying': /kisskb/src/kernel/sched/fair.c:10521:13: note: byref variable will be forcibly initialized 10521 | int continue_balancing = 1; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:9526:25: note: byref variable will be forcibly initialized 9526 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function '_nohz_idle_balance': /kisskb/src/kernel/sched/fair.c:10985:41: note: byref variable will be forcibly initialized 10985 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/filemap.h:118, from /kisskb/src/mm/filemap.c:50: /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_mm_filemap_op_page_cache': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/filemap.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_filemap_set_wb_err': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_file_check_and_advance_wb_err': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'online_fair_sched_group': /kisskb/src/kernel/sched/fair.c:11761:25: note: byref variable will be forcibly initialized 11761 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function 'affine_move_task': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:2829:9: note: in expansion of macro 'wait_var_event' 2829 | wait_var_event(&my_pending.refs, !refcount_read(&my_pending.refs)); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'sched_group_set_idle': /kisskb/src/kernel/sched/fair.c:11911:33: note: byref variable will be forcibly initialized 11911 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__set_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2937:25: note: byref variable will be forcibly initialized 2937 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__sched_setaffinity': /kisskb/src/kernel/sched/core.c:8085:37: note: byref variable will be forcibly initialized 8085 | cpumask_var_t cpus_allowed, new_mask; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c:8085:23: note: byref variable will be forcibly initialized 8085 | 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:8187:23: note: byref variable will be forcibly initialized 8187 | cpumask_var_t new_mask; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'restrict_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2962:25: note: byref variable will be forcibly initialized 2962 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'force_compatible_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:3014:23: note: byref variable will be forcibly initialized 3014 | cpumask_var_t new_mask; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_move_task': /kisskb/src/kernel/sched/core.c:10199:25: note: byref variable will be forcibly initialized 10199 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'cpu_cgroup_attach': /kisskb/src/kernel/sched/core.c:10342:37: note: byref variable will be forcibly initialized 10342 | struct cgroup_subsys_state *css; | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'page_cache_delete': /kisskb/src/mm/filemap.c:127:18: note: byref variable will be forcibly initialized 127 | XA_STATE(xas, &mapping->i_pages, folio->index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | 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:506:24: note: byref variable will be forcibly initialized 506 | struct pagevec pvec; | ^~~~ /kisskb/src/mm/filemap.c:504:17: note: byref variable will be forcibly initialized 504 | pgoff_t index = start_byte >> PAGE_SHIFT; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'folio_wait_bit_common': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1293:25: note: in expansion of macro 'smp_load_acquire' 1293 | flags = smp_load_acquire(&wait->flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1221:32: note: byref variable will be forcibly initialized 1221 | struct wait_page_queue wait_page; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'wake_page_function': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1110:9: note: in expansion of macro 'smp_store_release' 1110 | smp_store_release(&wait->flags, flags | WQ_FLAG_WOKEN); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'folio_wake_bit': /kisskb/src/mm/filemap.c:1132:28: note: byref variable will be forcibly initialized 1132 | wait_queue_entry_t bookmark; | ^~~~~~~~ /kisskb/src/mm/filemap.c:1130:30: note: byref variable will be forcibly initialized 1130 | struct wait_page_key key; | ^~~ /kisskb/src/arch/arm64/mm/pageattr.c: In function '__change_memory_common': /kisskb/src/arch/arm64/mm/pageattr.c:45:33: note: byref variable will be forcibly initialized 45 | struct page_change_data data; | ^~~~ /kisskb/src/arch/arm64/mm/pageattr.c: In function 'set_direct_map_invalid_noflush': /kisskb/src/arch/arm64/mm/pageattr.c:158:33: note: byref variable will be forcibly initialized 158 | struct page_change_data data = { | ^~~~ /kisskb/src/arch/arm64/mm/pageattr.c: In function 'set_direct_map_default_noflush': /kisskb/src/arch/arm64/mm/pageattr.c:173:33: note: byref variable will be forcibly initialized 173 | struct page_change_data data = { | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function '__filemap_add_folio': /kisskb/src/mm/filemap.c:841:18: note: byref variable will be forcibly initialized 841 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | 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:280:18: note: byref variable will be forcibly initialized 280 | XA_STATE(xas, &mapping->i_pages, fbatch->folios[0]->index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'mapping_get_entry': /kisskb/src/mm/filemap.c:1852:18: note: byref variable will be forcibly initialized 1852 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_get_read_batch': /kisskb/src/mm/filemap.c:2349:18: note: byref variable will be forcibly initialized 2349 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_range_has_page': /kisskb/src/mm/filemap.c:474:18: note: byref variable will be forcibly initialized 474 | XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_range_has_writeback': /kisskb/src/mm/filemap.c:633:18: note: byref variable will be forcibly initialized 633 | XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | 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:806:18: note: byref variable will be forcibly initialized 806 | XA_STATE(xas, &mapping->i_pages, offset); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | 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:929:15: note: byref variable will be forcibly initialized 929 | void *shadow = NULL; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'migration_entry_wait_on_locked': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1424:25: note: in expansion of macro 'smp_load_acquire' 1424 | flags = smp_load_acquire(&wait->flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c:1378:32: note: byref variable will be forcibly initialized 1378 | struct wait_page_queue wait_page; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'filemap_map_pages': /kisskb/src/mm/filemap.c:3330:18: note: byref variable will be forcibly initialized 3330 | XA_STATE(xas, &mapping->i_pages, start_pgoff); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'page_cache_next_miss': /kisskb/src/mm/filemap.c:1768:18: note: byref variable will be forcibly initialized 1768 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | 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:1804:18: note: byref variable will be forcibly initialized 1804 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_fault': /kisskb/src/mm/filemap.c:3088:22: note: byref variable will be forcibly initialized 3088 | struct file *fpin = NULL; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'find_get_entries': /kisskb/src/mm/filemap.c:2059:18: note: byref variable will be forcibly initialized 2059 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | 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:2096:18: note: byref variable will be forcibly initialized 2096 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_get_folios': /kisskb/src/mm/filemap.c:2152:18: note: byref variable will be forcibly initialized 2152 | XA_STATE(xas, &mapping->i_pages, *start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_contig': /kisskb/src/mm/filemap.c:2213:18: note: byref variable will be forcibly initialized 2213 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_range_tag': /kisskb/src/mm/filemap.c:2276:18: note: byref variable will be forcibly initialized 2276 | XA_STATE(xas, &mapping->i_pages, *index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_read': /kisskb/src/mm/filemap.c:2633:28: note: byref variable will be forcibly initialized 2633 | struct folio_batch fbatch; | ^~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/filemap.c:15: /kisskb/src/mm/filemap.c: In function 'mapping_seek_hole_data': /kisskb/src/mm/filemap.c:2871:18: note: byref variable will be forcibly initialized 2871 | XA_STATE(xas, &mapping->i_pages, start >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | 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:3604:14: note: byref variable will be forcibly initialized 3604 | char pathname[128]; | ^~~~~~~~ /kisskb/src/mm/filemap.c: In function 'generic_perform_write': /kisskb/src/mm/filemap.c:3715:23: note: byref variable will be forcibly initialized 3715 | void *fsdata; | ^~~~~~ /kisskb/src/mm/filemap.c:3711:30: note: byref variable will be forcibly initialized 3711 | struct page *page; | ^~~~ /kisskb/src/arch/arm64/mm/ptdump.c: In function 'ptdump_walk': /kisskb/src/arch/arm64/mm/ptdump.c:322:57: note: byref variable will be forcibly initialized 322 | .range = (struct ptdump_range[]){ | ^ /kisskb/src/arch/arm64/mm/ptdump.c:311:25: note: byref variable will be forcibly initialized 311 | struct pg_state st; | ^~ /kisskb/src/arch/arm64/mm/ptdump.c: In function 'ptdump_check_wx': /kisskb/src/arch/arm64/mm/ptdump.c:360:58: note: byref variable will be forcibly initialized 360 | .range = (struct ptdump_range[]) { | ^ /kisskb/src/arch/arm64/mm/ptdump.c:352:50: note: byref variable will be forcibly initialized 352 | .marker = (struct addr_marker[]) { | ^ /kisskb/src/arch/arm64/mm/hugetlbpage.c: In function 'huge_ptep_get': /kisskb/src/arch/arm64/mm/hugetlbpage.c:154:16: note: byref variable will be forcibly initialized 154 | size_t pgsize; | ^~~~~~ /kisskb/src/arch/arm64/mm/hugetlbpage.c: In function 'set_huge_pte_at': /kisskb/src/arch/arm64/mm/hugetlbpage.c:254:16: note: byref variable will be forcibly initialized 254 | size_t pgsize; | ^~~~~~ /kisskb/src/arch/arm64/mm/hugetlbpage.c: In function 'huge_pte_clear': /kisskb/src/arch/arm64/mm/hugetlbpage.c:416:16: note: byref variable will be forcibly initialized 416 | size_t pgsize; | ^~~~~~ /kisskb/src/arch/arm64/mm/hugetlbpage.c: In function 'huge_ptep_get_and_clear': /kisskb/src/arch/arm64/mm/hugetlbpage.c:428:16: note: byref variable will be forcibly initialized 428 | size_t pgsize; | ^~~~~~ /kisskb/src/arch/arm64/mm/hugetlbpage.c: In function 'huge_ptep_set_access_flags': /kisskb/src/arch/arm64/mm/hugetlbpage.c:473:16: note: byref variable will be forcibly initialized 473 | size_t pgsize = 0; | ^~~~~~ /kisskb/src/arch/arm64/mm/hugetlbpage.c: In function 'huge_ptep_set_wrprotect': /kisskb/src/arch/arm64/mm/hugetlbpage.c:510:16: note: byref variable will be forcibly initialized 510 | size_t pgsize; | ^~~~~~ /kisskb/src/arch/arm64/mm/hugetlbpage.c: In function 'huge_ptep_clear_flush': /kisskb/src/arch/arm64/mm/hugetlbpage.c:535:16: note: byref variable will be forcibly initialized 535 | size_t pgsize; | ^~~~~~ /kisskb/src/arch/arm64/kernel/return_address.c: In function 'return_address': /kisskb/src/arch/arm64/kernel/return_address.c:37:36: note: byref variable will be forcibly initialized 37 | struct return_address_data data; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/security/keys/encrypted-keys/encrypted.c:14: /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'derived_key_encrypt': /kisskb/src/security/keys/encrypted-keys/encrypted.c:461:12: note: byref variable will be forcibly initialized 461 | u8 iv[AES_BLOCK_SIZE]; | ^~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:457:28: note: byref variable will be forcibly initialized 457 | struct scatterlist sg_out[1]; | ^~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:456:28: note: byref variable will be forcibly initialized 456 | 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:497:12: note: byref variable will be forcibly initialized 497 | u8 derived_key[HASH_SIZE]; | ^~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'datablob_parse': /kisskb/src/security/keys/encrypted-keys/encrypted.c:180:21: note: byref variable will be forcibly initialized 180 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'datablob_hmac_verify': /kisskb/src/security/keys/encrypted-keys/encrypted.c:521:12: note: byref variable will be forcibly initialized 521 | u8 digest[HASH_SIZE]; | ^~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:520:12: note: byref variable will be forcibly initialized 520 | 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:563:12: note: byref variable will be forcibly initialized 563 | u8 iv[AES_BLOCK_SIZE]; | ^~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:559:28: note: byref variable will be forcibly initialized 559 | struct scatterlist sg_out[2]; | ^~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:558:28: note: byref variable will be forcibly initialized 558 | 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:690:16: note: byref variable will be forcibly initialized 690 | size_t master_keylen; | ^~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:686:19: note: byref variable will be forcibly initialized 686 | const u8 *master_key; | ^~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:685:12: note: byref variable will be forcibly initialized 685 | 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:940:14: note: byref variable will be forcibly initialized 940 | char derived_key[HASH_SIZE]; | ^~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:939:16: note: byref variable will be forcibly initialized 939 | size_t master_keylen; | ^~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:938:19: note: byref variable will be forcibly initialized 938 | const u8 *master_key; | ^~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_key_alloc': /kisskb/src/security/keys/encrypted-keys/encrypted.c:613:14: note: byref variable will be forcibly initialized 613 | long dlen; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/security/keys/encrypted-keys/encrypted.c:14: /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_update': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:918:9: note: in expansion of macro 'rcu_assign_keypointer' 918 | rcu_assign_keypointer(key, new_epayload); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:881:21: note: byref variable will be forcibly initialized 881 | const char *format = NULL; | ^~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:880:15: note: byref variable will be forcibly initialized 880 | char *new_master_desc = NULL; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/security/keys/encrypted-keys/encrypted.c:14: /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_instantiate': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:852:9: note: in expansion of macro 'rcu_assign_keypointer' 852 | rcu_assign_keypointer(key, epayload); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:822:15: note: byref variable will be forcibly initialized 822 | char *decrypted_data = NULL; | ^~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:821:15: note: byref variable will be forcibly initialized 821 | char *hex_encoded_iv = NULL; | ^~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:820:15: note: byref variable will be forcibly initialized 820 | char *decrypted_datalen = NULL; | ^~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:819:15: note: byref variable will be forcibly initialized 819 | char *master_desc = NULL; | ^~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:818:21: note: byref variable will be forcibly initialized 818 | const char *format = NULL; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'xcbc_setkey': /kisskb/src/arch/arm64/crypto/aes-glue.c:852:12: note: byref variable will be forcibly initialized 852 | u8 key[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cmac_setkey': /kisskb/src/arch/arm64/crypto/aes-glue.c:831:58: note: byref variable will be forcibly initialized 831 | aes_ecb_encrypt(ctx->consts, (u8[AES_BLOCK_SIZE]){}, ctx->key.key_enc, | ^ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'ecb_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:184:30: note: byref variable will be forcibly initialized 184 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'essiv_cbc_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:434:30: note: byref variable will be forcibly initialized 434 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cbc_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:268:30: note: byref variable will be forcibly initialized 268 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'essiv_cbc_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:412:30: note: byref variable will be forcibly initialized 412 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cbc_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:239:30: note: byref variable will be forcibly initialized 239 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'essiv_cbc_set_key': /kisskb/src/arch/arm64/crypto/aes-glue.c:167:12: note: byref variable will be forcibly initialized 167 | u8 digest[SHA256_DIGEST_SIZE]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cts_cbc_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:343:30: note: byref variable will be forcibly initialized 343 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:342:33: note: byref variable will be forcibly initialized 342 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:341:39: note: byref variable will be forcibly initialized 341 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:341:28: note: byref variable will be forcibly initialized 341 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cts_cbc_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:286:30: note: byref variable will be forcibly initialized 286 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:285:33: note: byref variable will be forcibly initialized 285 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:284:39: note: byref variable will be forcibly initialized 284 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:284:28: note: byref variable will be forcibly initialized 284 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'xts_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:622:30: note: byref variable will be forcibly initialized 622 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:620:33: note: byref variable will be forcibly initialized 620 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:619:39: note: byref variable will be forcibly initialized 619 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:619:28: note: byref variable will be forcibly initialized 619 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/keys/user-type.h:11, from /kisskb/src/security/keys/trusted-keys/trusted_core.c:9: /kisskb/src/security/keys/trusted-keys/trusted_core.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'xts_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:550:30: note: byref variable will be forcibly initialized 550 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:548:33: note: byref variable will be forcibly initialized 548 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:547:39: note: byref variable will be forcibly initialized 547 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:547:28: note: byref variable will be forcibly initialized 547 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'xctr_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:465:20: note: byref variable will be forcibly initialized 465 | u8 buf[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:456:30: note: byref variable will be forcibly initialized 456 | struct skcipher_walk walk; | ^~~~ /kisskb/src/security/keys/trusted-keys/trusted_core.c: In function 'datablob_parse': /kisskb/src/security/keys/trusted-keys/trusted_core.c:77:14: note: byref variable will be forcibly initialized 77 | long keylen; | ^~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_core.c:76:21: note: byref variable will be forcibly initialized 76 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'ctr_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:510:20: note: byref variable will be forcibly initialized 510 | u8 buf[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:502:30: note: byref variable will be forcibly initialized 502 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/keys/user-type.h:11, from /kisskb/src/security/keys/trusted-keys/trusted_core.c:9: /kisskb/src/security/keys/trusted-keys/trusted_core.c: In function 'trusted_update': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_core.c:276:9: note: in expansion of macro 'rcu_assign_keypointer' 276 | rcu_assign_keypointer(key, new_p); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_core.c:232:15: note: byref variable will be forcibly initialized 232 | char *datablob, *orig_datablob; | ^~~~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'ecb_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:204:30: note: byref variable will be forcibly initialized 204 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/keys/user-type.h:11, from /kisskb/src/security/keys/trusted-keys/trusted_core.c:9: /kisskb/src/security/keys/trusted-keys/trusted_core.c: In function 'trusted_instantiate': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_core.c:210:17: note: in expansion of macro 'rcu_assign_keypointer' 210 | rcu_assign_keypointer(key, payload); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_core.c:152:15: note: byref variable will be forcibly initialized 152 | char *datablob, *orig_datablob; | ^~~~~~~~ /kisskb/src/mm/damon/lru_sort.c: In function 'damon_lru_sort_apply_parameters': /kisskb/src/mm/damon/lru_sort.c:377:33: note: byref variable will be forcibly initialized 377 | struct damon_addr_range addr_range; | ^~~~~~~~~~ /kisskb/src/crypto/asymmetric_keys/asymmetric_type.c: In function 'asymmetric_lookup_restriction': /kisskb/src/crypto/asymmetric_keys/asymmetric_type.c:532:30: note: byref variable will be forcibly initialized 532 | key_serial_t serial; | ^~~~~~ /kisskb/src/crypto/asymmetric_keys/asymmetric_type.c:512:15: note: byref variable will be forcibly initialized 512 | char *next; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_policy.c:16: /kisskb/src/kernel/sched/build_policy.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_policy.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/inotify/inotify_user.c:17: /kisskb/src/fs/notify/inotify/inotify_user.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/inotify/inotify_user.c: In function 'copy_event_to_user': /kisskb/src/fs/notify/inotify/inotify_user.c:204:30: note: byref variable will be forcibly initialized 204 | struct inotify_event inotify_event; | ^~~~~~~~~~~~~ /kisskb/src/fs/notify/inotify/inotify_user.c: In function 'inotify_user_setup': /kisskb/src/fs/notify/inotify/inotify_user.c:835:24: note: byref variable will be forcibly initialized 835 | struct sysinfo si; | ^~ /kisskb/src/fs/notify/inotify/inotify_user.c: In function '__do_sys_inotify_add_watch': /kisskb/src/fs/notify/inotify/inotify_user.c:735:21: note: byref variable will be forcibly initialized 735 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/audit.h:12, from /kisskb/src/security/commoncap.c:6: /kisskb/src/security/commoncap.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/commoncap.c: In function 'cap_inode_getsecurity': /kisskb/src/security/commoncap.c:386:15: note: byref variable will be forcibly initialized 386 | char *tmpbuf = NULL; | ^~~~~~ /kisskb/src/security/commoncap.c: In function 'get_vfs_caps_from_disk': /kisskb/src/security/commoncap.c:655:32: note: byref variable will be forcibly initialized 655 | struct vfs_ns_cap_data data, *nscaps = &data; | ^~~~ /kisskb/src/security/commoncap.c: In function 'get_file_caps': /kisskb/src/security/commoncap.c:733:33: note: byref variable will be forcibly initialized 733 | struct cpu_vfs_cap_data vcaps; | ^~~~~ In file included from /kisskb/src/mm/damon/sysfs.c:12: /kisskb/src/mm/damon/sysfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/security/commoncap.c: In function 'cap_bprm_creds_from_file': /kisskb/src/security/commoncap.c:896:33: note: byref variable will be forcibly initialized 896 | bool effective = false, has_fcap = false, is_setid; | ^~~~~~~~ /kisskb/src/security/commoncap.c:896:14: note: byref variable will be forcibly initialized 896 | bool effective = false, has_fcap = false, is_setid; | ^~~~~~~~~ /kisskb/src/mm/damon/sysfs.c: In function 'nr_kdamonds_store': /kisskb/src/mm/damon/sysfs.c:2746:13: note: byref variable will be forcibly initialized 2746 | int nr, err; | ^~ /kisskb/src/mm/damon/sysfs.c: In function 'damon_sysfs_turn_damon_on': /kisskb/src/mm/damon/sysfs.c:2455:27: note: byref variable will be forcibly initialized 2455 | struct damon_ctx *ctx; | ^~~ /kisskb/src/fs/notify/fsnotify.c: In function 'send_to_group': /kisskb/src/fs/notify/fsnotify.c:329:31: note: byref variable will be forcibly initialized 329 | struct fsnotify_mark *mark; | ^~~~ /kisskb/src/mm/damon/sysfs.c: In function 'nr_contexts_store': /kisskb/src/mm/damon/sysfs.c:1967:13: note: byref variable will be forcibly initialized 1967 | int nr, err; | ^~ /kisskb/src/mm/damon/sysfs.c: In function 'nr_targets_store': /kisskb/src/mm/damon/sysfs.c:1445:13: note: byref variable will be forcibly initialized 1445 | int nr, err = kstrtoint(buf, 0, &nr); | ^~ /kisskb/src/mm/damon/sysfs.c: In function 'nr_regions_store': /kisskb/src/mm/damon/sysfs.c:1242:13: note: byref variable will be forcibly initialized 1242 | int nr, err = kstrtoint(buf, 0, &nr); | ^~ /kisskb/src/mm/damon/sysfs.c: In function 'nr_schemes_store': /kisskb/src/fs/notify/fsnotify.c: In function 'fsnotify': /kisskb/src/fs/notify/fsnotify.c:486:35: note: byref variable will be forcibly initialized 486 | struct fsnotify_iter_info iter_info = {}; | ^~~~~~~~~ /kisskb/src/mm/damon/sysfs.c:1036:13: note: byref variable will be forcibly initialized 1036 | int nr, err = kstrtoint(buf, 0, &nr); | ^~ /kisskb/src/mm/damon/sysfs.c: In function 'max_store': /kisskb/src/mm/damon/sysfs.c:81:23: note: byref variable will be forcibly initialized 81 | unsigned long max; | ^~~ /kisskb/src/mm/damon/sysfs.c: In function 'min_store': /kisskb/src/mm/damon/sysfs.c:56:23: note: byref variable will be forcibly initialized 56 | unsigned long min; | ^~~ /kisskb/src/mm/damon/sysfs.c: In function 'update_us_store': /kisskb/src/mm/damon/sysfs.c:1572:23: note: byref variable will be forcibly initialized 1572 | unsigned long us; | ^~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/notify/fsnotify.c:7: /kisskb/src/fs/notify/fsnotify.c: In function 'fsnotify_sb_delete': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/fsnotify.c:95:9: note: in expansion of macro 'wait_var_event' 95 | wait_var_event(&sb->s_fsnotify_connectors, | ^~~~~~~~~~~~~~ /kisskb/src/fs/notify/fsnotify.c: In function '__fsnotify_parent': /kisskb/src/fs/notify/fsnotify.c:189:30: note: byref variable will be forcibly initialized 189 | struct name_snapshot name; | ^~~~ /kisskb/src/mm/damon/sysfs.c: In function 'aggr_us_store': /kisskb/src/mm/damon/sysfs.c:1548:23: note: byref variable will be forcibly initialized 1548 | unsigned long us; | ^~ /kisskb/src/mm/damon/sysfs.c: In function 'sample_us_store': /kisskb/src/mm/damon/sysfs.c:1524:23: note: byref variable will be forcibly initialized 1524 | unsigned long us; | ^~ /kisskb/src/mm/fadvise.c: In function 'generic_fadvise': /kisskb/src/mm/fadvise.c:143:39: note: byref variable will be forcibly initialized 143 | unsigned long nr_pagevec = 0; | ^~~~~~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'xcbc_setkey': /kisskb/src/arch/arm64/crypto/aes-glue.c:852:12: note: byref variable will be forcibly initialized 852 | u8 key[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cmac_setkey': /kisskb/src/arch/arm64/crypto/aes-glue.c:831:58: note: byref variable will be forcibly initialized 831 | aes_ecb_encrypt(ctx->consts, (u8[AES_BLOCK_SIZE]){}, ctx->key.key_enc, | ^ /kisskb/src/arch/arm64/kernel/cpufeature.c: In function 'parse_kpti': /kisskb/src/arch/arm64/kernel/cpufeature.c:1762:14: note: byref variable will be forcibly initialized 1762 | bool enabled; | ^~~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'ecb_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:184:30: note: byref variable will be forcibly initialized 184 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'essiv_cbc_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:434:30: note: byref variable will be forcibly initialized 434 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cbc_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:268:30: note: byref variable will be forcibly initialized 268 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'essiv_cbc_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:412:30: note: byref variable will be forcibly initialized 412 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cbc_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:239:30: note: byref variable will be forcibly initialized 239 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'essiv_cbc_set_key': /kisskb/src/arch/arm64/crypto/aes-glue.c:167:12: note: byref variable will be forcibly initialized 167 | u8 digest[SHA256_DIGEST_SIZE]; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/livepatch.h:12, from /kisskb/src/kernel/sched/build_policy.c:24: /kisskb/src/kernel/sched/build_policy.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cts_cbc_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:343:30: note: byref variable will be forcibly initialized 343 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:342:33: note: byref variable will be forcibly initialized 342 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:341:39: note: byref variable will be forcibly initialized 341 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:341:28: note: byref variable will be forcibly initialized 341 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'cts_cbc_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:286:30: note: byref variable will be forcibly initialized 286 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:285:33: note: byref variable will be forcibly initialized 285 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:284:39: note: byref variable will be forcibly initialized 284 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:284:28: note: byref variable will be forcibly initialized 284 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'xts_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:622:30: note: byref variable will be forcibly initialized 622 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:620:33: note: byref variable will be forcibly initialized 620 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:619:39: note: byref variable will be forcibly initialized 619 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:619:28: note: byref variable will be forcibly initialized 619 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'xts_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:550:30: note: byref variable will be forcibly initialized 550 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:548:33: note: byref variable will be forcibly initialized 548 | struct skcipher_request subreq; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:547:39: note: byref variable will be forcibly initialized 547 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:547:28: note: byref variable will be forcibly initialized 547 | struct scatterlist sg_src[2], sg_dst[2]; | ^~~~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'xctr_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:465:20: note: byref variable will be forcibly initialized 465 | u8 buf[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:456:30: note: byref variable will be forcibly initialized 456 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'ctr_encrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:510:20: note: byref variable will be forcibly initialized 510 | u8 buf[AES_BLOCK_SIZE]; | ^~~ /kisskb/src/arch/arm64/crypto/aes-glue.c:502:30: note: byref variable will be forcibly initialized 502 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/arm64/crypto/aes-glue.c: In function 'ecb_decrypt': /kisskb/src/arch/arm64/crypto/aes-glue.c:204:30: note: byref variable will be forcibly initialized 204 | struct skcipher_walk walk; | ^~~~ /kisskb/src/kernel/locking/semaphore.c: In function '___down_common': /kisskb/src/kernel/locking/semaphore.c:212:33: note: byref variable will be forcibly initialized 212 | struct semaphore_waiter waiter; | ^~~~~~ In file included from /kisskb/src/kernel/sched/build_policy.c:45: /kisskb/src/kernel/sched/build_policy.c: In function 'tg_has_rt_tasks': /kisskb/src/arch/arm64/kernel/cpufeature.c: In function 'do_emulate_mrs': /kisskb/src/arch/arm64/kernel/cpufeature.c:3389:13: note: byref variable will be forcibly initialized 3389 | u64 val; | ^~~ /kisskb/src/kernel/sched/rt.c:2728:30: note: byref variable will be forcibly initialized 2728 | struct css_task_iter it; | ^~ In file included from /kisskb/src/include/linux/pinctrl/pinconf-generic.h:14, from /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c:13: /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c: In function 'ns2_pin_config_get': /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c:839:13: note: byref variable will be forcibly initialized 839 | u16 arg = 0; | ^~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c:838:23: note: byref variable will be forcibly initialized 838 | bool pull_up, pull_down; | ^~~~~~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-ns2-mux.c:838:14: note: byref variable will be forcibly initialized 838 | bool pull_up, pull_down; | ^~~~~~~ /kisskb/src/kernel/sched/build_policy.c: In function 'do_sched_rt_period_timer': /kisskb/src/kernel/sched/rt.c:924:33: note: byref variable will be forcibly initialized 924 | struct rq_flags rf; | ^~ In file included from /kisskb/src/kernel/sched/build_policy.c:53: /kisskb/src/kernel/sched/build_policy.c: In function 'migrate_task_rq_dl': /kisskb/src/kernel/sched/deadline.c:1872:25: note: byref variable will be forcibly initialized 1872 | struct rq_flags rf; | ^~ In file included from /kisskb/src/kernel/sched/build_policy.c:45: /kisskb/src/kernel/sched/build_policy.c: In function '__rt_schedulable': /kisskb/src/kernel/sched/rt.c:2812:36: note: byref variable will be forcibly initialized 2812 | struct rt_schedulable_data data = { | ^~~~ In file included from /kisskb/src/kernel/sched/build_policy.c:43: /kisskb/src/kernel/sched/build_policy.c: In function 'cpuidle_idle_call': /kisskb/src/kernel/sched/idle.c:224:22: note: byref variable will be forcibly initialized 224 | bool stop_tick = true; | ^~~~~~~~~ /kisskb/src/mm/damon/paddr.c: In function 'damon_pa_initcall': /kisskb/src/mm/damon/paddr.c:305:33: note: byref variable will be forcibly initialized 305 | struct damon_operations ops = { | ^~~ /kisskb/src/kernel/sched/build_policy.c: In function 'play_idle_precise': /kisskb/src/kernel/sched/idle.c:360:27: note: byref variable will be forcibly initialized 360 | struct idle_timer it; | ^~ In file included from /kisskb/src/include/linux/mmu_notifier.h:5, from /kisskb/src/mm/damon/paddr.c:10: /kisskb/src/mm/damon/paddr.c: In function 'damon_pa_pageout': /kisskb/src/mm/damon/paddr.c:210:19: note: byref variable will be forcibly initialized 210 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/damon/paddr.c: In function 'damon_pa_young': /kisskb/src/mm/damon/paddr.c:128:43: note: byref variable will be forcibly initialized 128 | struct damon_pa_access_chk_result result = { | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'list_del_init_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:310:9: note: in expansion of macro 'smp_store_release' 310 | smp_store_release(&entry->next, entry); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_va_initcall': /kisskb/src/mm/damon/vaddr.c:685:33: note: byref variable will be forcibly initialized 685 | struct damon_operations ops_fvaddr = ops; | ^~~~~~~~~~ /kisskb/src/mm/damon/vaddr.c:672:33: note: byref variable will be forcibly initialized 672 | struct damon_operations ops = { | ^~~ /kisskb/src/mm/damon/vaddr.c: In function '__damon_va_three_regions': /kisskb/src/mm/damon/vaddr.c:122:24: note: byref variable will be forcibly initialized 122 | struct rb_root rbroot; | ^~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_va_update': /kisskb/src/mm/damon/vaddr.c:289:33: note: byref variable will be forcibly initialized 289 | struct damon_addr_range three_regions[3]; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/oom.h:195, from /kisskb/src/mm/oom_kill.c:53: /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_oom_score_adj_update': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:89: /kisskb/src/kernel/sched/build_utility.c: In function 'dattrs_equal': /kisskb/src/kernel/sched/topology.c:2496:34: note: byref variable will be forcibly initialized 2496 | struct sched_domain_attr tmp; | ^~~ /kisskb/src/mm/damon/vaddr.c: In function '__damon_va_init_regions': In file included from /kisskb/src/kernel/sched/build_policy.c:53: /kisskb/src/kernel/sched/build_policy.c: In function 'dl_task_timer': /kisskb/src/mm/damon/vaddr.c:237:33: note: byref variable will be forcibly initialized 237 | struct damon_addr_range regions[3]; | ^~~~~~~ /kisskb/src/kernel/sched/deadline.c:1111:25: note: byref variable will be forcibly initialized 1111 | struct rq_flags rf; | ^~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_reclaim_retry_zone': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ In file included from /kisskb/src/mm/damon/vaddr-test.h:15, from /kisskb/src/mm/damon/vaddr.c:701: /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_three_regions_in_vmas': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:95:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 95 | KUNIT_EXPECT_EQ(test, 330ul, regions[2].end); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:94:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 94 | KUNIT_EXPECT_EQ(test, 300ul, regions[2].start); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:93:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 93 | KUNIT_EXPECT_EQ(test, 220ul, regions[1].end); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:92:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 92 | KUNIT_EXPECT_EQ(test, 200ul, regions[1].start); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:91:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 91 | KUNIT_EXPECT_EQ(test, 25ul, regions[0].end); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:90:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 90 | KUNIT_EXPECT_EQ(test, 10ul, regions[0].start); | ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_do_test_apply_three_regions': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:153:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 153 | KUNIT_EXPECT_EQ(test, r->ar.end, expected[i * 2 + 1]); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:152:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 152 | KUNIT_EXPECT_EQ(test, r->ar.start, expected[i * 2]); | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/mm/damon/vaddr.c:701: /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_apply_three_regions4': /kisskb/src/mm/damon/vaddr-test.h:245:23: note: byref variable will be forcibly initialized 245 | unsigned long expected[] = {5, 7, 30, 32, 65, 68}; | ^~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:240:33: note: byref variable will be forcibly initialized 240 | struct damon_addr_range new_three_regions[3] = { | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:237:23: note: byref variable will be forcibly initialized 237 | unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, | ^~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_apply_three_regions3': /kisskb/src/mm/damon/vaddr-test.h:220:23: note: byref variable will be forcibly initialized 220 | unsigned long expected[] = {5, 20, 20, 27, 61, 63, | ^~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:215:33: note: byref variable will be forcibly initialized 215 | struct damon_addr_range new_three_regions[3] = { | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_mark_victim': /kisskb/src/mm/damon/vaddr-test.h:212:23: note: byref variable will be forcibly initialized 212 | unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' 74 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_apply_three_regions2': /kisskb/src/mm/damon/vaddr-test.h:196:23: note: byref variable will be forcibly initialized 196 | unsigned long expected[] = {5, 20, 20, 27, 56, 57, | ^~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:191:33: note: byref variable will be forcibly initialized 191 | struct damon_addr_range new_three_regions[3] = { | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:188:23: note: byref variable will be forcibly initialized 188 | unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, | ^~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_apply_three_regions1': /kisskb/src/mm/damon/vaddr-test.h:174:23: note: byref variable will be forcibly initialized 174 | unsigned long expected[] = {5, 20, 20, 27, 45, 55, | ^~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:169:33: note: byref variable will be forcibly initialized 169 | struct damon_addr_range new_three_regions[3] = { | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:166:23: note: byref variable will be forcibly initialized 166 | unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, | ^~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_wake_reaper': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ In file included from /kisskb/src/mm/damon/vaddr-test.h:15, from /kisskb/src/mm/damon/vaddr.c:701: /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_split_evenly_succ': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:292:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 292 | KUNIT_EXPECT_EQ(test, r->ar.end, start + i * expected_width); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:290:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 290 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:287:25: note: in expansion of macro 'KUNIT_EXPECT_EQ' 287 | KUNIT_EXPECT_EQ(test, r->ar.end, end); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:285:25: note: in expansion of macro 'KUNIT_EXPECT_EQ' 285 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_start_task_reaping': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:281:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 281 | KUNIT_EXPECT_EQ(test, damon_nr_regions(t), nr_pieces); | ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' 106 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:279:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 279 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_split_evenly_fail': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:264:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 264 | KUNIT_EXPECT_EQ(test, r->ar.end, end); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:263:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 263 | KUNIT_EXPECT_EQ(test, r->ar.start, start); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:260:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 260 | KUNIT_EXPECT_EQ(test, damon_nr_regions(t), 1u); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:258:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 258 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_test_split_evenly': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr-test.h:299:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 299 | KUNIT_EXPECT_EQ(test, damon_va_evenly_split_region(NULL, NULL, 5), | ^~~~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_va_young': /kisskb/src/mm/damon/vaddr.c:518:41: note: byref variable will be forcibly initialized 518 | struct damon_young_walk_private arg = { | ^~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_finish_task_reaping': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_skip_task_reaping': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:84: /kisskb/src/kernel/sched/build_utility.c: In function '__wake_up_common_lock': /kisskb/src/kernel/sched/wait.c:128:28: note: byref variable will be forcibly initialized 128 | wait_queue_entry_t bookmark; | ^~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:61: /kisskb/src/kernel/sched/build_utility.c: In function 'cpuacct_stats_show': /kisskb/src/kernel/sched/cpuacct.c:264:13: note: byref variable will be forcibly initialized 264 | u64 val[CPUACCT_STAT_NSTATS]; | ^~~ /kisskb/src/kernel/sched/cpuacct.c:263:29: note: byref variable will be forcibly initialized 263 | struct task_cputime cputime; | ^~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:73: /kisskb/src/kernel/sched/build_utility.c: In function 'sd_flags_show': /kisskb/src/kernel/sched/debug.c:351:23: note: byref variable will be forcibly initialized 351 | unsigned long flags = *(unsigned int *)m->private; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/cpufreq.h:12, from /kisskb/src/kernel/sched/build_utility.c:22: /kisskb/src/kernel/sched/build_utility.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:69: /kisskb/src/kernel/sched/build_utility.c: In function 'rate_limit_us_store': /kisskb/src/kernel/sched/cpufreq_schedutil.c:518:22: note: byref variable will be forcibly initialized 518 | unsigned int rate_limit_us; | ^~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:73: /kisskb/src/kernel/sched/build_utility.c: In function 'sched_scaling_write': /kisskb/src/kernel/sched/debug.c:175:22: note: byref variable will be forcibly initialized 175 | unsigned int scaling; | ^~~~~~~ /kisskb/src/kernel/sched/debug.c:174:14: note: byref variable will be forcibly initialized 174 | char buf[16]; | ^~~ /kisskb/src/kernel/sched/build_utility.c: In function 'sched_dynamic_write': /kisskb/src/kernel/sched/debug.c:224:14: note: byref variable will be forcibly initialized 224 | char buf[16]; | ^~~ /kisskb/src/kernel/sched/build_utility.c: In function 'sched_feat_write': /kisskb/src/kernel/sched/debug.c:127:14: note: byref variable will be forcibly initialized 127 | char buf[64]; | ^~~ In file included from /kisskb/src/kernel/sched/build_utility.c:89: /kisskb/src/kernel/sched/build_utility.c: In function 'sched_domain_debug_one': /kisskb/src/kernel/sched/topology.c:37:23: note: byref variable will be forcibly initialized 37 | unsigned long flags = sd->flags; | ^~~~~ In file included from /kisskb/src/kernel/sched/build_policy.c:52: /kisskb/src/kernel/sched/build_policy.c: In function 'thread_group_cputime': /kisskb/src/kernel/sched/cputime.c:313:22: note: byref variable will be forcibly initialized 313 | unsigned int seq, nextseq; | ^~~ In file included from /kisskb/src/kernel/sched/build_utility.c:105: /kisskb/src/kernel/sched/build_utility.c: In function 'housekeeping_setup': /kisskb/src/kernel/sched/isolation.c:150:31: note: byref variable will be forcibly initialized 150 | unsigned long iter_flags = flags & housekeeping.flags; | ^~~~~~~~~~ /kisskb/src/kernel/sched/isolation.c:111:46: note: byref variable will be forcibly initialized 111 | cpumask_var_t non_housekeeping_mask, housekeeping_staging; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/isolation.c:111:23: note: byref variable will be forcibly initialized 111 | cpumask_var_t non_housekeeping_mask, housekeeping_staging; | ^~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:17: /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:15: /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'bcm2835_pctl_dt_node_to_map': /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:815:24: note: byref variable will be forcibly initialized 815 | u32 pin, func, pull; | ^~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:815:18: note: byref variable will be forcibly initialized 815 | u32 pin, func, pull; | ^~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:815:13: note: byref variable will be forcibly initialized 815 | u32 pin, func, pull; | ^~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:813:36: note: byref variable will be forcibly initialized 813 | struct pinctrl_map *maps, *cur_map; | ^~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:109: /kisskb/src/kernel/sched/build_utility.c: In function 'autogroup_move_group': /kisskb/src/kernel/sched/autogroup.c:162:23: note: byref variable will be forcibly initialized 162 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'autogroup_task_get': /kisskb/src/kernel/sched/autogroup.c:74:23: note: byref variable will be forcibly initialized 74 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/sched/build_policy.c: In function 'thread_group_cputime_adjusted': /kisskb/src/kernel/sched/cputime.c:640:29: note: byref variable will be forcibly initialized 640 | struct task_cputime cputime; | ^~~~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'bcm2835_gpio_irq_handle_bank': /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:414:23: note: byref variable will be forcibly initialized 414 | unsigned long events; | ^~~~~~ In file included from /kisskb/src/kernel/sched/build_policy.c:53: /kisskb/src/kernel/sched/build_policy.c: In function 'dl_add_task_root_domain': In file included from /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:15: /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function 'bcm2835_pinctrl_probe': /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:1254:31: note: byref variable will be forcibly initialized 1254 | unsigned long events; | ^~~~~~ /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm2835.c:1218:25: note: byref variable will be forcibly initialized 1218 | struct resource iomem; | ^~~~~ /kisskb/src/mm/oom_kill.c: In function '__oom_reap_task_mm': /kisskb/src/mm/oom_kill.c:541:43: note: byref variable will be forcibly initialized 541 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/oom_kill.c:540:51: note: byref variable will be forcibly initialized 540 | struct mmu_notifier_range range; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'update_top_cache_domain': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:699:9: note: in expansion of macro 'rcu_assign_pointer' 699 | rcu_assign_pointer(per_cpu(sd_asym_cpucapacity, cpu), sd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:696:9: note: in expansion of macro 'rcu_assign_pointer' 696 | rcu_assign_pointer(per_cpu(sd_asym_packing, cpu), sd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:693:9: note: in expansion of macro 'rcu_assign_pointer' 693 | rcu_assign_pointer(per_cpu(sd_numa, cpu), sd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:690:9: note: in expansion of macro 'rcu_assign_pointer' 690 | rcu_assign_pointer(per_cpu(sd_llc_shared, cpu), sds); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:687:9: note: in expansion of macro 'rcu_assign_pointer' 687 | rcu_assign_pointer(per_cpu(sd_llc, cpu), sd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/deadline.c:2554:25: note: byref variable will be forcibly initialized 2554 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/include/linux/oom.h:6, from /kisskb/src/mm/oom_kill.c:21: /kisskb/src/mm/oom_kill.c: In function 'oom_reaper': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:364:9: note: in expansion of macro '___wait_event' 364 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:384:25: note: in expansion of macro '__wait_event_freezable' 384 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:646:17: note: in expansion of macro 'wait_event_freezable' 646 | wait_event_freezable(oom_reaper_wait, oom_reaper_list != NULL); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_policy.c: In function 'inactive_task_timer': /kisskb/src/kernel/sched/deadline.c:1415:25: note: byref variable will be forcibly initialized 1415 | struct rq_flags rf; | ^~ /kisskb/src/mm/oom_kill.c: In function '__do_sys_process_mrelease': /kisskb/src/mm/oom_kill.c:1207:22: note: byref variable will be forcibly initialized 1207 | unsigned int f_flags; | ^~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:101: /kisskb/src/kernel/sched/build_utility.c: In function 'membarrier_global_expedited': /kisskb/src/kernel/sched/membarrier.c:247:23: note: byref variable will be forcibly initialized 247 | cpumask_var_t tmpmask; | ^~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'sync_runqueues_membarrier_state': /kisskb/src/kernel/sched/membarrier.c:428:23: note: byref variable will be forcibly initialized 428 | cpumask_var_t tmpmask; | ^~~~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:831:15: note: in expansion of macro 'wait_event_interruptible_timeout' 831 | ret = wait_event_interruptible_timeout(oom_victims_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'membarrier_private_expedited': /kisskb/src/kernel/sched/membarrier.c:311:23: note: byref variable will be forcibly initialized 311 | cpumask_var_t tmpmask; | ^~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'out_of_memory': /kisskb/src/mm/oom_kill.c:1109:23: note: byref variable will be forcibly initialized 1109 | unsigned long freed = 0; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'cpufreq_add_update_util_hook': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/cpufreq.c:40:9: note: in expansion of macro 'rcu_assign_pointer' 40 | rcu_assign_pointer(per_cpu(cpufreq_update_util_data, cpu), data); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'cpufreq_remove_update_util_hook': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/cpufreq.c:56:9: note: in expansion of macro 'rcu_assign_pointer' 56 | rcu_assign_pointer(per_cpu(cpufreq_update_util_data, cpu), NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:73: /kisskb/src/kernel/sched/build_utility.c: In function 'update_sched_domain_debugfs': /kisskb/src/kernel/sched/debug.c:416:22: note: byref variable will be forcibly initialized 416 | char buf[32]; | ^~~ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'swake_up_all': /kisskb/src/kernel/sched/swait.c:64:19: note: byref variable will be forcibly initialized 64 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:15, from /kisskb/src/arch/arm64/include/asm/uaccess.h:24, from /kisskb/src/include/linux/uaccess.h:11, from /kisskb/src/include/linux/sched/task.h:11, from /kisskb/src/include/linux/sched/signal.h:9, from /kisskb/src/include/linux/sched/cputime.h:5, from /kisskb/src/kernel/sched/build_utility.c:13: /kisskb/src/kernel/sched/build_utility.c: In function 'do_wait_for_common': /kisskb/src/kernel/sched/completion.c:75:36: note: byref variable will be forcibly initialized 75 | DECLARE_SWAITQUEUE(wait); | ^~~~ /kisskb/src/include/linux/swait.h:59:28: note: in definition of macro 'DECLARE_SWAITQUEUE' 59 | struct swait_queue name = __SWAITQUEUE_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/power/qos.c: In function 'cpu_latency_qos_read': /kisskb/src/kernel/power/qos.c:366:13: note: byref variable will be forcibly initialized 366 | s32 value; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'cpu_attach_domain': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:758:9: note: in expansion of macro 'rcu_assign_pointer' 758 | rcu_assign_pointer(rq->sd, sd); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/security/keys/gc.c:8: /kisskb/src/security/keys/gc.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/power/qos.c: In function 'cpu_latency_qos_write': In file included from /kisskb/src/kernel/sched/build_utility.c:89: /kisskb/src/kernel/sched/build_utility.c: In function 'build_sched_domains': /kisskb/src/kernel/sched/topology.c:2252:23: note: byref variable will be forcibly initialized 2252 | struct s_data d; | ^ /kisskb/src/kernel/power/qos.c:381:13: note: byref variable will be forcibly initialized 381 | s32 value; | ^~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:73: /kisskb/src/kernel/sched/build_utility.c: In function 'print_task': /kisskb/src/kernel/sched/debug.c:520:22: note: byref variable will be forcibly initialized 520 | char buf[128]; \ | ^~~ /kisskb/src/kernel/sched/debug.c:553:9: note: in expansion of macro 'SEQ_printf_task_group_path' 553 | SEQ_printf_task_group_path(m, task_group(p), " %s") | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'print_cfs_rq': /kisskb/src/kernel/sched/debug.c:520:22: note: byref variable will be forcibly initialized 520 | char buf[128]; \ | ^~~ /kisskb/src/kernel/sched/debug.c:590:9: note: in expansion of macro 'SEQ_printf_task_group_path' 590 | SEQ_printf_task_group_path(m, cfs_rq->tg, "cfs_rq[%d]:%s\n", cpu); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'print_rt_rq': /kisskb/src/kernel/sched/debug.c:520:22: note: byref variable will be forcibly initialized 520 | char buf[128]; \ | ^~~ /kisskb/src/kernel/sched/debug.c:666:9: note: in expansion of macro 'SEQ_printf_task_group_path' 666 | SEQ_printf_task_group_path(m, rt_rq->tg, "rt_rq[%d]:%s\n", cpu); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, from /kisskb/src/include/linux/init.h:5, from /kisskb/src/arch/arm64/kernel/alternative.c:11: /kisskb/src/arch/arm64/kernel/alternative.c: In function '__apply_alternatives_multi_stop': /kisskb/src/arch/arm64/kernel/alternative.c:212:32: note: byref variable will be forcibly initialized 212 | DECLARE_BITMAP(remaining_capabilities, ARM64_NPATCHABLE); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/arch/arm64/kernel/alternative.c:201:27: note: byref variable will be forcibly initialized 201 | struct alt_region region = { | ^~~~~~ /kisskb/src/arch/arm64/kernel/alternative.c: In function 'apply_boot_alternatives': /kisskb/src/arch/arm64/kernel/alternative.c:239:27: note: byref variable will be forcibly initialized 239 | struct alt_region region = { | ^~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, from /kisskb/src/include/linux/init.h:5, from /kisskb/src/arch/arm64/kernel/alternative.c:11: /kisskb/src/arch/arm64/kernel/alternative.c: In function 'apply_alternatives_module': /kisskb/src/arch/arm64/kernel/alternative.c:257:24: note: byref variable will be forcibly initialized 257 | DECLARE_BITMAP(all_capabilities, ARM64_NPATCHABLE); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/arch/arm64/kernel/alternative.c:253:27: note: byref variable will be forcibly initialized 253 | struct alt_region region = { | ^~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c: In function 'software_key_query': /kisskb/src/crypto/asymmetric_keys/public_key.c:156:14: note: byref variable will be forcibly initialized 156 | char alg_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c: In function 'software_key_eds_op': /kisskb/src/crypto/asymmetric_keys/public_key.c:219:14: note: byref variable will be forcibly initialized 219 | char alg_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:218:35: note: byref variable will be forcibly initialized 218 | struct scatterlist in_sg, out_sg; | ^~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:218:28: note: byref variable will be forcibly initialized 218 | struct scatterlist in_sg, out_sg; | ^~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:217:28: note: byref variable will be forcibly initialized 217 | struct crypto_wait cwait; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/security/keys/key.c:11: /kisskb/src/security/keys/key.c: In function 'mark_key_instantiated': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/key.c:414:9: note: in expansion of macro 'smp_store_release' 414 | smp_store_release(&key->state, | ^~~~~~~~~~~~~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c: In function 'public_key_verify_signature': /kisskb/src/crypto/asymmetric_keys/public_key.c:364:14: note: byref variable will be forcibly initialized 364 | char alg_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:363:28: note: byref variable will be forcibly initialized 363 | struct scatterlist src_sg[2]; | ^~~~~~ /kisskb/src/crypto/asymmetric_keys/public_key.c:360:28: note: byref variable will be forcibly initialized 360 | struct crypto_wait cwait; | ^~~~~ /kisskb/src/security/keys/key.c: In function 'key_update': /kisskb/src/security/keys/key.c:1005:38: note: byref variable will be forcibly initialized 1005 | struct key_preparsed_payload prep; | ^~~~ /kisskb/src/security/keys/key.c: In function 'key_instantiate_and_link': /kisskb/src/security/keys/key.c:505:34: note: byref variable will be forcibly initialized 505 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/security/keys/key.c:504:38: note: byref variable will be forcibly initialized 504 | struct key_preparsed_payload prep; | ^~~~ /kisskb/src/security/keys/key.c: In function 'key_create_or_update': /kisskb/src/security/keys/key.c:828:34: note: byref variable will be forcibly initialized 828 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/security/keys/key.c:827:38: note: byref variable will be forcibly initialized 827 | struct key_preparsed_payload prep; | ^~~~ /kisskb/src/security/keys/key.c: In function 'key_reject_and_link': /kisskb/src/security/keys/key.c:580:34: note: byref variable will be forcibly initialized 580 | struct assoc_array_edit *edit = NULL; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/security/keys/key.c:11: /kisskb/src/security/keys/key.c: In function 'generic_key_instantiate': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/key.c:1129:17: note: in expansion of macro 'rcu_assign_keypointer' 1129 | rcu_assign_keypointer(key, prep->payload.data[0]); | ^~~~~~~~~~~~~~~~~~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/gpio/gpiolib.c:5: /kisskb/src/drivers/gpio/gpiolib.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/gpio/gpiolib.c:5: /kisskb/src/drivers/gpio/gpiolib.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_hierarchy_irq_domain_alloc': /kisskb/src/drivers/gpio/gpiolib.c:1112:22: note: byref variable will be forcibly initialized 1112 | unsigned int parent_type; | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1111:22: note: byref variable will be forcibly initialized 1111 | unsigned int parent_hwirq; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1108:22: note: byref variable will be forcibly initialized 1108 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:1107:25: note: byref variable will be forcibly initialized 1107 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_set_hierarchical_irqchip': /kisskb/src/drivers/gpio/gpiolib.c:1031:38: note: byref variable will be forcibly initialized 1031 | unsigned int parent_type; | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1030:38: note: byref variable will be forcibly initialized 1030 | unsigned int parent_hwirq; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1029:43: note: byref variable will be forcibly initialized 1029 | struct irq_fwspec fwspec; | ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/mm/page-writeback.c: In function '__wb_calc_thresh': /kisskb/src/mm/page-writeback.c:754:34: note: byref variable will be forcibly initialized 754 | unsigned long numerator, denominator; | ^~~~~~~~~~~ /kisskb/src/mm/page-writeback.c:754:23: note: byref variable will be forcibly initialized 754 | unsigned long numerator, denominator; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_to_irq': /kisskb/src/drivers/gpio/gpiolib.c:1413:35: note: byref variable will be forcibly initialized 1413 | struct irq_fwspec spec; | ^~~~ /kisskb/src/mm/page-writeback.c: In function 'balance_dirty_pages': /kisskb/src/mm/page-writeback.c:1571:13: note: byref variable will be forcibly initialized 1571 | int nr_dirtied_pause; | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/page-writeback.c: In function 'writeback_set_ratelimit': /kisskb/src/mm/page-writeback.c:2093:23: note: byref variable will be forcibly initialized 2093 | unsigned long dirty_thresh; | ^~~~~~~~~~~~ /kisskb/src/mm/page-writeback.c:2092:23: note: byref variable will be forcibly initialized 2092 | unsigned long background_thresh; | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/page-writeback.c:18: /kisskb/src/mm/page-writeback.c: In function 'tag_pages_for_writeback': /kisskb/src/drivers/gpio/gpiolib-devres.c: In function 'devm_gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib-devres.c:99:27: 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:27: note: byref variable will be forcibly initialized 154 | struct gpio_desc *desc; | ^~~~ /kisskb/src/mm/page-writeback.c:2231:18: note: byref variable will be forcibly initialized 2231 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | 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:2290:17: note: byref variable will be forcibly initialized 2290 | pgoff_t index; | ^~~~~ /kisskb/src/mm/page-writeback.c:2288:24: note: byref variable will be forcibly initialized 2288 | struct pagevec pvec; | ^~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, 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:2694:32: note: byref variable will be forcibly initialized 2694 | DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:2693:32: note: byref variable will be forcibly initialized 2693 | DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/arch/arm64/kernel/proton-pack.c: In function 'spectre_v2_get_cpu_fw_mitigation_state': /kisskb/src/arch/arm64/kernel/proton-pack.c:184:30: note: byref variable will be forcibly initialized 184 | struct arm_smccc_res res; | ^~~ /kisskb/src/arch/arm64/kernel/proton-pack.c: In function 'spectre_v4_get_cpu_fw_mitigation_state': /kisskb/src/arch/arm64/kernel/proton-pack.c:491:30: note: byref variable will be forcibly initialized 491 | struct arm_smccc_res res; | ^~~ /kisskb/src/arch/arm64/kernel/proton-pack.c: In function 'spectre_bhb_get_cpu_fw_mitigation_state': /kisskb/src/arch/arm64/kernel/proton-pack.c:895:30: note: byref variable will be forcibly initialized 895 | struct arm_smccc_res res; | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/page-writeback.c:18: /kisskb/src/mm/page-writeback.c: In function '__folio_start_writeback': /kisskb/src/mm/page-writeback.c:2964:26: note: byref variable will be forcibly initialized 2964 | XA_STATE(xas, &mapping->i_pages, folio_index(folio)); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_set_array_value_complex': /kisskb/src/drivers/gpio/gpiolib.c:2988:32: note: byref variable will be forcibly initialized 2988 | DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:2987:32: note: byref variable will be forcibly initialized 2987 | DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/bus/mhi/host/init.c:8: /kisskb/src/drivers/bus/mhi/host/init.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_add_data_with_key': /kisskb/src/drivers/gpio/gpiolib.c:603:13: note: byref variable will be forcibly initialized 603 | u32 ngpios; | ^~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib.c:3999:23: note: byref variable will be forcibly initialized 3999 | unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'fwnode_gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib.c:3828:14: note: byref variable will be forcibly initialized 3828 | char prop_name[32]; /* 32 is max size of property name */ | ^~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/init.c: In function 'mhi_init_mmio': /kisskb/src/drivers/bus/mhi/host/init.c:441:13: note: byref variable will be forcibly initialized 441 | u32 val; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/locking/rwsem.c:19: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_mark_wake': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:556:17: note: in expansion of macro 'smp_store_release' 556 | smp_store_release(&waiter->task, NULL); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:412:26: note: byref variable will be forcibly initialized 412 | struct list_head wlist; | ^~~~~ 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:1210:23: note: byref variable will be forcibly initialized 1210 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_downgrade_wake': /kisskb/src/kernel/locking/rwsem.c:1231:23: note: byref variable will be forcibly initialized 1231 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/drivers/bus/mhi/host/init.c: In function 'mhi_prepare_for_power_up': /kisskb/src/drivers/bus/mhi/host/init.c:1085:22: note: byref variable will be forcibly initialized 1085 | u32 bhi_off, bhie_off; | ^~~~~~~~ /kisskb/src/drivers/bus/mhi/host/init.c:1085:13: note: byref variable will be forcibly initialized 1085 | u32 bhi_off, bhie_off; | ^~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/locking/rwsem.c:19: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_down_read_slowpath': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:1075:22: note: in expansion of macro 'smp_load_acquire' 1075 | if (!smp_load_acquire(&waiter.task)) { | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/locking/rwsem.c:24: /kisskb/src/kernel/locking/rwsem.c:1002:23: note: byref variable will be forcibly initialized 1002 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/locking/rwsem.c:1001:29: note: byref variable will be forcibly initialized 1001 | struct rwsem_waiter waiter; | ^~~~~~ /kisskb/src/kernel/locking/rwsem.c: In function '__down_read_common': /kisskb/src/kernel/locking/rwsem.c:1249:14: note: byref variable will be forcibly initialized 1249 | long count; | ^~~~~ In file included from /kisskb/src/kernel/locking/rwsem.c:24: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_down_write_slowpath': /kisskb/src/kernel/locking/rwsem.c:1111:23: note: byref variable will be forcibly initialized 1111 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/locking/rwsem.c:1110:29: note: byref variable will be forcibly initialized 1110 | struct rwsem_waiter waiter; | ^~~~~~ /kisskb/src/drivers/bus/mhi/host/init.c: In function 'mhi_register_controller': /kisskb/src/drivers/bus/mhi/host/init.c:897:13: note: byref variable will be forcibly initialized 897 | u32 soc_info; | ^~~~~~~~ In file included from /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c:11: /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c: In function 'tpm_buf_append_u16': /kisskb/src/include/linux/tpm.h:392:16: note: byref variable will be forcibly initialized 392 | __be16 value2 = cpu_to_be16(value); | ^~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c: In function 'tpm_buf_append_u32': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c: In function 'tpm2_key_encode': /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c:57:31: note: byref variable will be forcibly initialized 57 | unsigned char bool[3], *w = bool; | ^~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c: In function 'tpm2_unseal_cmd': /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c:463:24: note: byref variable will be forcibly initialized 463 | struct tpm_buf buf; | ^~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c: In function 'tpm2_key_decode': /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c:101:33: note: byref variable will be forcibly initialized 101 | struct tpm2_key_context ctx; | ^~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c: In function 'tpm2_load_cmd': /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c:369:13: note: byref variable will be forcibly initialized 369 | u8 *blob, *pub; | ^~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c:365:24: note: byref variable will be forcibly initialized 365 | struct tpm_buf buf; | ^~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c: In function 'tpm2_key_type': /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c:153:22: note: byref variable will be forcibly initialized 153 | char buffer[50]; | ^~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c: In function 'tpm2_seal_trusted': /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c:232:24: note: byref variable will be forcibly initialized 232 | struct tpm_buf buf; | ^~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c: In function 'tpm2_unseal_trusted': /kisskb/src/security/keys/trusted-keys/trusted_tpm2.c:532:13: note: byref variable will be forcibly initialized 532 | u32 blob_handle; | ^~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'parse_rsc_event': /kisskb/src/drivers/bus/mhi/host/main.c:708:27: note: byref variable will be forcibly initialized 708 | struct mhi_result result; | ^~~~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_reset_data_chan': /kisskb/src/drivers/bus/mhi/host/main.c:1573:27: note: byref variable will be forcibly initialized 1573 | struct mhi_result result; | ^~~~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_read_reg_field': /kisskb/src/drivers/bus/mhi/host/main.c:29:13: note: byref variable will be forcibly initialized 29 | u32 tmp; | ^~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_poll_reg_field': /kisskb/src/drivers/bus/mhi/host/main.c:46:13: note: byref variable will be forcibly initialized 46 | u32 out, retry = (mhi_cntrl->timeout_ms * 1000) / delayus; | ^~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_write_reg_field': /kisskb/src/drivers/bus/mhi/host/main.c:73:13: note: byref variable will be forcibly initialized 73 | u32 tmp; | ^~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_get_exec_env': /kisskb/src/drivers/bus/mhi/host/main.c:153:13: note: byref variable will be forcibly initialized 153 | u32 exec; | ^~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_get_mhi_state': /kisskb/src/drivers/bus/mhi/host/main.c:162:13: note: byref variable will be forcibly initialized 162 | u32 state; | ^~~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_queue_skb': /kisskb/src/drivers/bus/mhi/host/main.c:1163:29: note: byref variable will be forcibly initialized 1163 | struct mhi_buf_info buf_info = { }; | ^~~~~~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_queue_dma': /kisskb/src/drivers/bus/mhi/host/main.c:1181:29: note: byref variable will be forcibly initialized 1181 | struct mhi_buf_info buf_info = { }; | ^~~~~~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'parse_xfer_event': /kisskb/src/drivers/bus/mhi/host/main.c:573:27: note: byref variable will be forcibly initialized 573 | struct mhi_result result; | ^~~~~~ /kisskb/src/drivers/bus/mhi/host/main.c: In function 'mhi_prepare_channel': /kisskb/src/drivers/bus/mhi/host/main.c:1478:45: note: byref variable will be forcibly initialized 1478 | struct mhi_buf_info info = { }; | ^~~~ /kisskb/src/drivers/irqchip/irq-al-fic.c: In function 'al_fic_irq_handler': /kisskb/src/drivers/irqchip/irq-al-fic.c:113:23: note: byref variable will be forcibly initialized 113 | unsigned long pending; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/notify/group.c:8: /kisskb/src/fs/notify/group.c: In function 'fsnotify_destroy_group': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/notify/group.c:68:9: note: in expansion of macro 'wait_event' 68 | wait_event(group->notification_waitq, !atomic_read(&group->user_waits)); | ^~~~~~~~~~ In file included from /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:11: /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c: In function 'TSS_rawhmac': /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:72:17: note: byref variable will be forcibly initialized 72 | va_list argp; | ^~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c: In function 'TSS_checkhmac2': /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:279:17: note: byref variable will be forcibly initialized 279 | va_list argp; | ^~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:275:23: note: byref variable will be forcibly initialized 275 | unsigned char paramdigest[SHA1_DIGEST_SIZE]; | ^~~~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:274:23: note: byref variable will be forcibly initialized 274 | unsigned char testhmac2[SHA1_DIGEST_SIZE]; | ^~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:273:23: note: byref variable will be forcibly initialized 273 | unsigned char testhmac1[SHA1_DIGEST_SIZE]; | ^~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:266:18: note: byref variable will be forcibly initialized 266 | uint32_t result; | ^~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:265:18: note: byref variable will be forcibly initialized 265 | uint32_t ordinal; | ^~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c: In function 'getoptions': /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:741:23: note: byref variable will be forcibly initialized 741 | unsigned long token_mask = 0; | ^~~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:740:23: note: byref variable will be forcibly initialized 740 | unsigned long lock; | ^~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:739:23: note: byref variable will be forcibly initialized 739 | unsigned long handle; | ^~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:735:21: note: byref variable will be forcibly initialized 735 | substring_t args[MAX_OPT_ARGS]; | ^~~~ In file included from /kisskb/src/include/keys/trusted-type.h:12, from /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:15: /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c: In function 'tpm_buf_append_u32': /kisskb/src/include/linux/tpm.h:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c: In function 'tpm_buf_append_u16': /kisskb/src/include/linux/tpm.h:392:16: note: byref variable will be forcibly initialized 392 | __be16 value2 = cpu_to_be16(value); | ^~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c: In function 'TSS_authhmac': /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:125:17: note: byref variable will be forcibly initialized 125 | va_list argp; | ^~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:123:23: note: byref variable will be forcibly initialized 123 | unsigned char c; | ^ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:119:23: note: byref variable will be forcibly initialized 119 | unsigned char paramdigest[SHA1_DIGEST_SIZE]; | ^~~~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c: In function 'TSS_checkhmac1': /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:188:17: note: byref variable will be forcibly initialized 188 | va_list argp; | ^~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:184:23: note: byref variable will be forcibly initialized 184 | unsigned char paramdigest[SHA1_DIGEST_SIZE]; | ^~~~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:183:23: note: byref variable will be forcibly initialized 183 | unsigned char testhmac[SHA1_DIGEST_SIZE]; | ^~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:179:18: note: byref variable will be forcibly initialized 179 | uint32_t result; | ^~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:178:18: note: byref variable will be forcibly initialized 178 | uint32_t ordinal; | ^~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c: In function 'osap': /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:395:23: note: byref variable will be forcibly initialized 395 | unsigned char ononce[TPM_NONCE_SIZE]; | ^~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:394:23: note: byref variable will be forcibly initialized 394 | unsigned char enonce[TPM_NONCE_SIZE]; | ^~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c: In function 'tpm_seal': /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:469:18: note: byref variable will be forcibly initialized 469 | uint32_t datsize; | ^~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:468:18: note: byref variable will be forcibly initialized 468 | uint32_t pcrsize; | ^~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:467:18: note: byref variable will be forcibly initialized 467 | uint32_t ordinal; | ^~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:464:25: note: byref variable will be forcibly initialized 464 | struct osapsess sess; | ^~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c: In function 'key_seal': /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:664:24: note: byref variable will be forcibly initialized 664 | struct tpm_buf tb; | ^~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c: In function 'tpm_unseal': /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:589:18: note: byref variable will be forcibly initialized 589 | uint32_t ordinal; | ^~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:587:18: note: byref variable will be forcibly initialized 587 | uint32_t authhandle2 = 0; | ^~~~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:586:18: note: byref variable will be forcibly initialized 586 | uint32_t authhandle1 = 0; | ^~~~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:585:23: note: byref variable will be forcibly initialized 585 | unsigned char authdata2[SHA1_DIGEST_SIZE]; | ^~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:584:23: note: byref variable will be forcibly initialized 584 | unsigned char authdata1[SHA1_DIGEST_SIZE]; | ^~~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:583:23: note: byref variable will be forcibly initialized 583 | unsigned char enonce2[TPM_NONCE_SIZE]; | ^~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:582:23: note: byref variable will be forcibly initialized 582 | unsigned char enonce1[TPM_NONCE_SIZE]; | ^~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:581:23: note: byref variable will be forcibly initialized 581 | unsigned char nonceodd[TPM_NONCE_SIZE]; | ^~~~~~~~ /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c: In function 'key_unseal': /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:690:24: note: byref variable will be forcibly initialized 690 | struct tpm_buf tb; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/ipi.h:90, from /kisskb/src/arch/arm64/kernel/smp.c:55: /kisskb/src/arch/arm64/kernel/smp.c: In function 'trace_event_raw_event_ipi_raise': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(ipi_raise, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(ipi_raise, | ^~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'trace_event_raw_event_ipi_handler': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ipi.h:38:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 38 | DECLARE_EVENT_CLASS(ipi_handler, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'smp_send_stop': /kisskb/src/arch/arm64/kernel/smp.c:1008:27: note: byref variable will be forcibly initialized 1008 | cpumask_t mask; | ^~~~ /kisskb/src/arch/arm64/lib/insn.c: In function 'aarch64_insn_decode_immediate': /kisskb/src/arch/arm64/lib/insn.c:176:13: note: byref variable will be forcibly initialized 176 | int shift; | ^~~~~ /kisskb/src/arch/arm64/lib/insn.c:175:27: note: byref variable will be forcibly initialized 175 | u32 immlo, immhi, mask; | ^~~~ /kisskb/src/arch/arm64/lib/insn.c: In function 'aarch64_insn_encode_immediate': /kisskb/src/arch/arm64/lib/insn.c:201:13: note: byref variable will be forcibly initialized 201 | int shift; | ^~~~~ /kisskb/src/arch/arm64/lib/insn.c:200:27: note: byref variable will be forcibly initialized 200 | u32 immlo, immhi, mask; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/kunit/test.h:22, from /kisskb/src/include/kunit/resource.h:12, from /kisskb/src/lib/kunit/test.c:9: /kisskb/src/lib/kunit/test.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_log_append': /kisskb/src/lib/kunit/test.c:109:17: note: byref variable will be forcibly initialized 109 | va_list args; | ^~~~ /kisskb/src/lib/kunit/test.c:108:14: note: byref variable will be forcibly initialized 108 | char line[KUNIT_LOG_SIZE]; | ^~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_case_catch_errors': /kisskb/src/lib/kunit/test.c:426:40: note: byref variable will be forcibly initialized 426 | struct kunit_try_catch_context context; | ^~~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_tests': /kisskb/src/lib/kunit/test.c:522:43: note: byref variable will be forcibly initialized 522 | struct kunit_result_stats param_stats = { 0 }; | ^~~~~~~~~~~ /kisskb/src/lib/kunit/test.c:521:30: note: byref variable will be forcibly initialized 521 | struct kunit test = { .param_value = NULL, .param_index = 0 }; | ^~~~ /kisskb/src/lib/kunit/test.c:501:14: note: byref variable will be forcibly initialized 501 | char param_desc[KUNIT_PARAM_DESC_SIZE]; | ^~~~~~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_kmalloc_array': /kisskb/src/lib/kunit/test.c:678:43: note: byref variable will be forcibly initialized 678 | struct kunit_kmalloc_array_params params = { | ^~~~~~ /kisskb/src/lib/kunit/test.c: In function '__kunit_fail_current_test': /kisskb/src/lib/kunit/test.c:29:17: note: byref variable will be forcibly initialized 29 | va_list args; | ^~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_do_failed_assertion': /kisskb/src/lib/kunit/test.c:293:26: note: byref variable will be forcibly initialized 293 | struct va_format message; | ^~~~~~~ /kisskb/src/lib/kunit/test.c:292:17: note: byref variable will be forcibly initialized 292 | va_list args; | ^~~~ /kisskb/src/drivers/bus/tegra-gmi.c: In function 'tegra_gmi_parse_dt': /kisskb/src/drivers/bus/tegra-gmi.c:95:23: note: byref variable will be forcibly initialized 95 | u32 property, ranges[4]; | ^~~~~~ /kisskb/src/drivers/bus/tegra-gmi.c:95:13: note: byref variable will be forcibly initialized 95 | u32 property, ranges[4]; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pinctrl/pinconf-generic.h:14, from /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm4908.c:8: /kisskb/src/drivers/pinctrl/bcm/pinctrl-bcm4908.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/arch/arm64/kernel/idreg-override.c: In function 'find_field': /kisskb/src/arch/arm64/kernel/idreg-override.c:183:14: note: byref variable will be forcibly initialized 183 | char opt[FTR_DESC_NAME_LEN + FTR_DESC_FIELD_LEN + 2]; | ^~~ /kisskb/src/arch/arm64/kernel/idreg-override.c: In function 'match_options': /kisskb/src/arch/arm64/kernel/idreg-override.c:209:29: note: byref variable will be forcibly initialized 209 | u64 v; | ^ /kisskb/src/arch/arm64/kernel/idreg-override.c: In function '__parse_cmdline': /kisskb/src/arch/arm64/kernel/idreg-override.c:238:22: note: byref variable will be forcibly initialized 238 | char buf[256]; | ^~~ /kisskb/src/crypto/asymmetric_keys/pkcs7_verify.c: In function 'pkcs7_digest': /kisskb/src/crypto/asymmetric_keys/pkcs7_verify.c:73:20: note: byref variable will be forcibly initialized 73 | u8 tag; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, 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/security/keys/keyring.c:10: /kisskb/src/security/keys/keyring.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/keyring.c: In function 'keyring_read': /kisskb/src/security/keys/keyring.c:484:46: note: byref variable will be forcibly initialized 484 | struct keyring_read_iterator_context ctx; | ^~~ /kisskb/src/security/keys/keyring.c: In function 'hash_key_type_and_desc': /kisskb/src/security/keys/keyring.c:169:13: note: byref variable will be forcibly initialized 169 | u32 piece; | ^~~~~ /kisskb/src/crypto/cipher.c: In function 'cipher_crypt_one': /kisskb/src/crypto/cipher.c:69:20: note: byref variable will be forcibly initialized 69 | u8 buffer[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; | ^~~~~~ /kisskb/src/security/keys/keyring.c: In function 'key_link': /kisskb/src/security/keys/keyring.c:1437:34: note: byref variable will be forcibly initialized 1437 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/security/keys/keyring.c: In function 'key_unlink': /kisskb/src/security/keys/keyring.c:1547:34: note: byref variable will be forcibly initialized 1547 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/security/keys/keyring.c: In function 'key_move': /kisskb/src/security/keys/keyring.c:1595:53: 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:34: note: byref variable will be forcibly initialized 1595 | struct assoc_array_edit *from_edit = NULL, *to_edit = NULL; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/security/keys/process_keys.c:9: /kisskb/src/security/keys/process_keys.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/process_keys.c: In function 'get_user_register': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/process_keys.c:60:25: note: in expansion of macro 'smp_store_release' 60 | smp_store_release(&user_ns->user_keyring_register, | ^~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/process_keys.c: In function 'look_up_user_keyrings': /kisskb/src/security/keys/process_keys.c:83:14: note: byref variable will be forcibly initialized 83 | char buf[20]; | ^~~ /kisskb/src/security/keys/process_keys.c: In function 'get_user_session_keyring_rcu': /kisskb/src/security/keys/process_keys.c:189:14: note: byref variable will be forcibly initialized 189 | char buf[20]; | ^~~ /kisskb/src/security/keys/process_keys.c: In function 'lookup_user_key': /kisskb/src/security/keys/process_keys.c:621:27: note: byref variable will be forcibly initialized 621 | struct key *key, *user_session; | ^~~~~~~~~~~~ /kisskb/src/security/keys/process_keys.c:621:21: note: byref variable will be forcibly initialized 621 | struct key *key, *user_session; | ^~~ /kisskb/src/drivers/phy/broadcom/phy-brcm-sata.c: In function 'brcm_sata_phy_probe': /kisskb/src/drivers/phy/broadcom/phy-brcm-sata.c:786:30: note: byref variable will be forcibly initialized 786 | unsigned int id; | ^~ /kisskb/src/drivers/phy/broadcom/phy-brcm-sata.c:752:21: note: byref variable will be forcibly initialized 752 | const char *rxaeq_mode; | ^~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/printk/printk.c:22: /kisskb/src/kernel/printk/printk.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'console_emit_next_record': /kisskb/src/kernel/printk/printk.c:2680:28: note: byref variable will be forcibly initialized 2680 | struct printk_info info; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/printk.h:37, from /kisskb/src/kernel/printk/printk.c:56: /kisskb/src/kernel/printk/printk.c: In function 'trace_event_raw_event_console': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(console, | ^~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'console_setup': /kisskb/src/kernel/printk/printk.c:2420:14: note: byref variable will be forcibly initialized 2420 | 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:2838:13: note: byref variable will be forcibly initialized 2838 | u64 next_seq; | ^~~~~~~~ /kisskb/src/kernel/printk/printk.c:2836:14: note: byref variable will be forcibly initialized 2836 | bool handover; | ^~~~~~~~ /kisskb/src/fs/notify/fdinfo.c: In function 'show_mark_fhandle': /kisskb/src/fs/notify/fdinfo.c:48:13: note: byref variable will be forcibly initialized 48 | int size, ret, i; | ^~~~ /kisskb/src/fs/notify/fdinfo.c:47:11: note: byref variable will be forcibly initialized 47 | } f; | ^ In file included from /kisskb/src/include/linux/list.h:11, 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/security/keys/request_key_auth.c:10: /kisskb/src/security/keys/request_key_auth.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'request_key_auth_instantiate': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c:57:9: note: in expansion of macro 'rcu_assign_keypointer' 57 | rcu_assign_keypointer(key, (struct request_key_auth *)prep->data); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'request_key_auth_destroy': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c:152:17: note: in expansion of macro 'rcu_assign_keypointer' 152 | rcu_assign_keypointer(key, NULL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'request_key_auth_revoke': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c:139:9: note: in expansion of macro 'rcu_assign_keypointer' 139 | rcu_assign_keypointer(key, NULL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'request_key_auth_new': /kisskb/src/security/keys/request_key_auth.c:168:14: 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:14: note: byref variable will be forcibly initialized 248 | char description[16]; | ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/kernel/locking/percpu-rwsem.c:2: /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:9: note: in expansion of macro 'rcu_assign_pointer' 47 | rcu_assign_pointer(w->task, current); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'percpu_rwsem_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c:160:22: note: in expansion of macro 'smp_load_acquire' 160 | if (!smp_load_acquire(&wq_entry.private)) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c: In function 'percpu_rwsem_wake_function': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/percpu-rwsem.c:133:9: note: in expansion of macro 'smp_store_release' 133 | smp_store_release(&wq_entry->private, NULL); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/patching.c: In function 'aarch64_insn_read': /kisskb/src/arch/arm64/kernel/patching.c:60:16: note: byref variable will be forcibly initialized 60 | __le32 val; | ^~~ /kisskb/src/arch/arm64/kernel/patching.c: In function 'aarch64_insn_patch_text': /kisskb/src/arch/arm64/kernel/patching.c:138:35: note: byref variable will be forcibly initialized 138 | struct aarch64_insn_patch patch = { | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'hlist_add_before_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:656:9: note: in expansion of macro 'rcu_assign_pointer' 656 | rcu_assign_pointer(hlist_pprev_rcu(n), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'hlist_add_behind_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:683:9: note: in expansion of macro 'rcu_assign_pointer' 683 | rcu_assign_pointer(hlist_next_rcu(prev), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_mark_destroy_workfn': /kisskb/src/fs/notify/mark.c:891:26: note: byref variable will be forcibly initialized 891 | struct list_head private_destroy_list; | ^~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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_detach_connector_from_object': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c:265:9: note: in expansion of macro 'rcu_assign_pointer' 265 | rcu_assign_pointer(*(conn->obj), NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_put_mark': /kisskb/src/fs/notify/mark.c:297:22: note: byref variable will be forcibly initialized 297 | 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:790:19: note: byref variable will be forcibly initialized 790 | LIST_HEAD(to_free); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_destroy_marks': /kisskb/src/fs/notify/mark.c:836:22: note: byref variable will be forcibly initialized 836 | unsigned int type; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/security/keys/keyctl.c:9: /kisskb/src/security/keys/keyctl.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/keyctl.c: In function '__do_sys_add_key': /kisskb/src/security/keys/keyctl.c:81:14: 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:14: note: byref variable will be forcibly initialized 176 | char type[32], *description, *callout_info; | ^~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key_common': /kisskb/src/security/keys/keyctl.c:1173:31: note: byref variable will be forcibly initialized 1173 | struct key *instkey, *dest_keyring; | ^~~~~~~~~~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_keyring_search': /kisskb/src/security/keys/keyctl.c:723:14: note: byref variable will be forcibly initialized 723 | char type[32], *description; | ^~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key': /kisskb/src/security/keys/keyctl.c:1251:33: note: byref variable will be forcibly initialized 1251 | struct iov_iter from; | ^~~~ /kisskb/src/security/keys/keyctl.c:1250:30: note: byref variable will be forcibly initialized 1250 | struct iovec iov; | ^~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_instantiate_key_iov': /kisskb/src/security/keys/keyctl.c:1280:25: note: byref variable will be forcibly initialized 1280 | struct iov_iter from; | ^~~~ /kisskb/src/security/keys/keyctl.c:1279:46: note: byref variable will be forcibly initialized 1279 | struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; | ^~~ /kisskb/src/security/keys/keyctl.c:1279:22: 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:31: note: byref variable will be forcibly initialized 1335 | struct key *instkey, *dest_keyring; | ^~~~~~~~~~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_restrict_keyring': /kisskb/src/security/keys/keyctl.c:1728:14: note: byref variable will be forcibly initialized 1728 | char type[32]; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_get_named_gpiod_flags': /kisskb/src/drivers/gpio/gpiolib-of.c:242:32: note: byref variable will be forcibly initialized 242 | struct of_phandle_args gpiospec; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_find_regulator_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:441:21: note: byref variable will be forcibly initialized 441 | const char *whitelist[] = { | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_init_valid_mask': /kisskb/src/drivers/gpio/gpiolib-of.c:909:20: note: byref variable will be forcibly initialized 909 | u32 start, count; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:909:13: note: byref variable will be forcibly initialized 909 | u32 start, count; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_parse_own_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:592:13: note: byref variable will be forcibly initialized 592 | u32 tmp; | ^~~ /kisskb/src/drivers/gpio/gpiolib-of.c:589:32: note: byref variable will be forcibly initialized 589 | struct of_phandle_args gpiospec; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:588:28: note: byref variable will be forcibly initialized 588 | 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:662:21: note: byref variable will be forcibly initialized 662 | const char *name; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:661:23: note: byref variable will be forcibly initialized 661 | unsigned long lflags; | ^~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:659:26: note: byref variable will be forcibly initialized 659 | enum gpiod_flags dflags; | ^~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_add_pin_range': /kisskb/src/drivers/gpio/gpiolib-of.c:935:21: note: byref variable will be forcibly initialized 935 | const char *name; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:932:32: note: byref variable will be forcibly initialized 932 | 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:14: note: byref variable will be forcibly initialized 62 | char propname[32]; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'gpiod_get_from_of_node': /kisskb/src/drivers/gpio/gpiolib-of.c:313:28: note: byref variable will be forcibly initialized 313 | enum of_gpio_flags flags; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_find_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:499:28: note: byref variable will be forcibly initialized 499 | enum of_gpio_flags of_flags; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:498:14: note: byref variable will be forcibly initialized 498 | char prop_name[32]; /* 32 is max size of property name */ | ^~~~~~~~~ /kisskb/src/crypto/asymmetric_keys/verify_pefile.c: In function 'pefile_strip_sig_wrapper': /kisskb/src/crypto/asymmetric_keys/verify_pefile.c:125:32: note: byref variable will be forcibly initialized 125 | struct win_certificate wrapper; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/crypto/asymmetric_keys/verify_pefile.c:9: /kisskb/src/crypto/asymmetric_keys/verify_pefile.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/crypto/asymmetric_keys/verify_pefile.c: In function 'verify_pefile_signature': /kisskb/src/crypto/asymmetric_keys/verify_pefile.c:420:31: note: byref variable will be forcibly initialized 420 | struct pefile_context ctx; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, 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/security/keys/request_key.c:11: /kisskb/src/security/keys/request_key.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/request_key.c: In function 'construct_get_dest_keyring': /kisskb/src/security/keys/request_key.c:266:21: note: byref variable will be forcibly initialized 266 | struct key *dest_keyring = *_dest_keyring, *authkey; | ^~~~~~~~~~~~ /kisskb/src/security/keys/request_key.c: In function 'construct_alloc_key': /kisskb/src/security/keys/request_key.c:372:34: note: byref variable will be forcibly initialized 372 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/security/keys/request_key.c: In function 'construct_key_and_link': /kisskb/src/security/keys/request_key.c:481:21: 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:14: note: byref variable will be forcibly initialized 124 | char desc[20]; | ^~~~ /kisskb/src/security/keys/request_key.c:123:27: note: byref variable will be forcibly initialized 123 | char key_str[12], keyring_str[3][12]; | ^~~~~~~~~~~ /kisskb/src/security/keys/request_key.c:123:14: note: byref variable will be forcibly initialized 123 | char key_str[12], keyring_str[3][12]; | ^~~~~~~ /kisskb/src/security/keys/request_key.c:122:47: 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:34: 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:25: 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:15: 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:65: note: byref variable will be forcibly initialized 121 | struct key *key = rka->target_key, *keyring, *session, *user_session; | ^~~~~~~~~~~~ /kisskb/src/drivers/phy/cadence/cdns-dphy.c: In function 'cdns_dphy_config_from_opts': /kisskb/src/drivers/phy/cadence/cdns-dphy.c:289:22: note: byref variable will be forcibly initialized 289 | unsigned int dsi_hfp_ext = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c: In function 'mhi_tryset_pm_state': /kisskb/src/drivers/bus/mhi/host/pm.c:114:23: note: byref variable will be forcibly initialized 114 | unsigned long cur_state = mhi_cntrl->pm_state; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/host/pm.c:7: /kisskb/src/drivers/bus/mhi/host/pm.c: In function '__mhi_pm_resume': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:942:15: note: in expansion of macro 'wait_event_timeout' 942 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c: In function 'mhi_pm_sys_error_transition': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:612:23: note: in expansion of macro 'wait_event_timeout' 612 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:605:21: note: byref variable will be forcibly initialized 605 | u32 in_reset = -1; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/host/pm.c:7: /kisskb/src/drivers/bus/mhi/host/pm.c: In function 'mhi_pm_suspend': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:870:15: note: in expansion of macro 'wait_event_timeout' 870 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:830:15: note: in expansion of macro 'wait_event_timeout' 830 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c: In function '__mhi_device_get_sync': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:986:15: note: in expansion of macro 'wait_event_timeout' 986 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c: In function 'mhi_pm_mission_mode_transition': /kisskb/src/drivers/bus/mhi/host/pm.c:382:43: note: byref variable will be forcibly initialized 382 | enum mhi_ee_type ee = MHI_EE_MAX, current_ee = mhi_cntrl->ee; | ^~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-tegra.c: In function 'tegra_ictlr_domain_alloc': /kisskb/src/drivers/irqchip/irq-tegra.c:241:27: note: byref variable will be forcibly initialized 241 | struct irq_fwspec parent_fwspec; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/host/pm.c:7: /kisskb/src/drivers/bus/mhi/host/pm.c: In function 'mhi_pm_st_worker': /kisskb/src/drivers/bus/mhi/host/pm.c:746:19: note: byref variable will be forcibly initialized 746 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/host/pm.c:7: /kisskb/src/drivers/bus/mhi/host/pm.c: In function 'mhi_sync_power_up': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:1203:9: note: in expansion of macro 'wait_event_timeout' 1203 | wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c: In function 'mhi_force_rddm_mode': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/pm.c:1229:15: note: in expansion of macro 'wait_event_timeout' 1229 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/broadcom/phy-brcm-usb.c: In function 'dual_select_store': /kisskb/src/drivers/phy/broadcom/phy-brcm-usb.c:245:13: note: byref variable will be forcibly initialized 245 | int value; | ^~~~~ /kisskb/src/drivers/phy/broadcom/phy-brcm-usb.c: In function 'brcm_usb_phy_probe': /kisskb/src/drivers/phy/broadcom/phy-brcm-usb.c:473:21: note: byref variable will be forcibly initialized 473 | const char *mode; | ^~~~ /kisskb/src/arch/arm64/kernel/signal32.c: In function 'put_sigset_t': /kisskb/src/arch/arm64/kernel/signal32.c:51:25: note: byref variable will be forcibly initialized 51 | compat_sigset_t cset; | ^~~~ /kisskb/src/arch/arm64/kernel/signal32.c: In function 'get_sigset_t': /kisskb/src/arch/arm64/kernel/signal32.c:62:25: note: byref variable will be forcibly initialized 62 | compat_sigset_t s32; | ^~~ /kisskb/src/arch/arm64/kernel/signal32.c: In function 'compat_restore_vfp_context': /kisskb/src/arch/arm64/kernel/signal32.c:144:34: note: byref variable will be forcibly initialized 144 | struct user_fpsimd_state fpsimd; | ^~~~~~ /kisskb/src/arch/arm64/kernel/signal32.c: In function 'compat_restore_sigframe': /kisskb/src/arch/arm64/kernel/signal32.c:186:18: note: byref variable will be forcibly initialized 186 | sigset_t set; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/security/keys/user_defined.c:10: /kisskb/src/security/keys/user_defined.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c: In function 'user_revoke': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c:136:17: note: in expansion of macro 'rcu_assign_keypointer' 136 | rcu_assign_keypointer(key, NULL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c: In function 'user_update': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c:115:9: note: in expansion of macro 'rcu_assign_keypointer' 115 | rcu_assign_keypointer(key, prep->payload.data[0]); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/cirrus/pinctrl-lochnagar.c: In function 'lochnagar2_get_gpio_chan': /kisskb/src/drivers/pinctrl/cirrus/pinctrl-lochnagar.c:796:22: note: byref variable will be forcibly initialized 796 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/cirrus/pinctrl-lochnagar.c:13: /kisskb/src/drivers/pinctrl/cirrus/pinctrl-lochnagar.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/fs/verity/init.c: In function 'fsverity_msg': /kisskb/src/fs/verity/init.c:18:17: note: byref variable will be forcibly initialized 18 | va_list args; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/pagemap.h:83, from /kisskb/src/mm/swap.c:44: /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_insertion': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_activate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/security/keys/proc.c:9: /kisskb/src/security/keys/proc.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/proc.c: In function 'proc_keys_show': /kisskb/src/security/keys/proc.c:160:14: note: byref variable will be forcibly initialized 160 | char xbuf[16]; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/host/boot.c:7: /kisskb/src/drivers/bus/mhi/host/boot.c: In function 'mhi_fw_load_bhie': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/boot.c:216:15: note: in expansion of macro 'wait_event_timeout' 216 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/boot.c:188:13: note: byref variable will be forcibly initialized 188 | u32 tx_status, sequence_id; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/backing-dev.h:13, from /kisskb/src/mm/truncate.c:12: /kisskb/src/mm/truncate.c: In function '__clear_shadow_entry': /kisskb/src/mm/truncate.c:35:18: note: byref variable will be forcibly initialized 35 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/bus/mhi/host/boot.c: In function '__mhi_download_rddm_in_panic': /kisskb/src/drivers/bus/mhi/host/boot.c:66:13: note: byref variable will be forcibly initialized 66 | u32 rx_status; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/host/boot.c:7: /kisskb/src/drivers/bus/mhi/host/boot.c: In function 'mhi_fw_load_bhi': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/boot.c:269:15: note: in expansion of macro 'wait_event_timeout' 269 | ret = wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/boot.c:234:24: note: byref variable will be forcibly initialized 234 | u32 tx_status, val, session_id; | ^~~ /kisskb/src/drivers/bus/mhi/host/boot.c:234:13: note: byref variable will be forcibly initialized 234 | u32 tx_status, val, session_id; | ^~~~~~~~~ /kisskb/src/mm/truncate.c: In function 'truncate_inode_pages_range': /kisskb/src/mm/truncate.c:336:25: note: byref variable will be forcibly initialized 336 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ /kisskb/src/mm/truncate.c:335:28: note: byref variable will be forcibly initialized 335 | struct folio_batch fbatch; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/bus/mhi/host/boot.c:8: /kisskb/src/drivers/bus/mhi/host/boot.c: In function 'kmalloc_array': In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c: In function '__lru_add_drain_all': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/swap.c:828:20: note: in expansion of macro 'smp_load_acquire' 828 | this_gen = smp_load_acquire(&lru_drain_gen); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/truncate.c: In function 'invalidate_mapping_pagevec': /kisskb/src/mm/truncate.c:506:28: note: byref variable will be forcibly initialized 506 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/mm/truncate.c:505:17: note: byref variable will be forcibly initialized 505 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ /kisskb/src/mm/truncate.c: In function 'invalidate_inode_pages2_range': /kisskb/src/mm/truncate.c:632:28: note: byref variable will be forcibly initialized 632 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/mm/truncate.c:631:17: note: byref variable will be forcibly initialized 631 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/bus/mhi/host/boot.c:7: /kisskb/src/drivers/bus/mhi/host/boot.c: In function 'mhi_download_rddm_image': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/boot.c:171:9: note: in expansion of macro 'wait_event_timeout' 171 | wait_event_timeout(mhi_cntrl->state_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/boot.c:163:13: note: byref variable will be forcibly initialized 163 | u32 rx_status; | ^~~~~~~~~ /kisskb/src/drivers/bus/mhi/host/boot.c: In function 'mhi_fw_load_handler': /kisskb/src/drivers/bus/mhi/host/boot.c:398:20: note: byref variable will be forcibly initialized 398 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/fs/crypto/crypto.c: In function 'fscrypt_msg': /kisskb/src/fs/crypto/crypto.c:346:17: note: byref variable will be forcibly initialized 346 | va_list args; | ^~~~ /kisskb/src/fs/crypto/crypto.c: In function 'fscrypt_crypt_block': /kisskb/src/fs/crypto/crypto.c:109:33: note: byref variable will be forcibly initialized 109 | struct scatterlist dst, src; | ^~~ /kisskb/src/fs/crypto/crypto.c:109:28: note: byref variable will be forcibly initialized 109 | struct scatterlist dst, src; | ^~~ In file included from /kisskb/src/include/crypto/skcipher.h:12, from /kisskb/src/fs/crypto/crypto.c:28: /kisskb/src/fs/crypto/crypto.c:108:29: note: byref variable will be forcibly initialized 108 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/crypto/crypto.c:106:26: note: byref variable will be forcibly initialized 106 | union fscrypt_iv iv; | ^~ /kisskb/src/mm/swap.c: In function 'release_pages': /kisskb/src/mm/swap.c:939:23: note: byref variable will be forcibly initialized 939 | unsigned long flags = 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c:937:19: note: byref variable will be forcibly initialized 937 | LIST_HEAD(pages_to_free); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/swap.c: In function 'folio_batch_move_lru': /kisskb/src/mm/swap.c:236:23: note: byref variable will be forcibly initialized 236 | unsigned long flags = 0; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/namei.h:5, from /kisskb/src/fs/crypto/fname.c:14: /kisskb/src/fs/crypto/fname.c: In function 'fscrypt_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fscrypt.h:192:16: note: in expansion of macro 'smp_load_acquire' 192 | return smp_load_acquire(&inode->i_crypt_info); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_unwatch': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2292:15: note: byref variable will be forcibly initialized 2292 | __u32 offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'chipinfo_get': /kisskb/src/fs/crypto/fname.c: In function 'fname_decrypt': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2192:30: note: byref variable will be forcibly initialized 2192 | struct gpiochip_info chipinfo; | ^~~~~~~~ /kisskb/src/fs/crypto/fname.c:162:26: note: byref variable will be forcibly initialized 162 | union fscrypt_iv iv; | ^~ /kisskb/src/fs/crypto/fname.c:159:36: note: byref variable will be forcibly initialized 159 | struct scatterlist src_sg, dst_sg; | ^~~~~~ /kisskb/src/fs/crypto/fname.c:159:28: note: byref variable will be forcibly initialized 159 | 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:158:29: note: byref variable will be forcibly initialized 158 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/crypto/fname.c: In function 'fscrypt_fname_encrypt': /kisskb/src/fs/crypto/fname.c:106:28: note: byref variable will be forcibly initialized 106 | struct scatterlist sg; | ^~ /kisskb/src/fs/crypto/fname.c:105:26: note: byref variable will be forcibly initialized 105 | 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:102:29: note: byref variable will be forcibly initialized 102 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/crypto/fname.c: In function 'fscrypt_fname_disk_to_usr': /kisskb/src/fs/crypto/fname.c:375:35: note: byref variable will be forcibly initialized 375 | struct fscrypt_nokey_name nokey_name; | ^~~~~~~~~~ /kisskb/src/fs/crypto/fname.c: In function 'fscrypt_match_name': /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_changed_notify': /kisskb/src/fs/crypto/fname.c:541:12: note: byref variable will be forcibly initialized 541 | u8 digest[SHA256_DIGEST_SIZE]; | ^~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2364:42: note: byref variable will be forcibly initialized 2364 | struct gpio_v2_line_info_changed chg; | ^~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, 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 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_get': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2259:34: note: byref variable will be forcibly initialized 2259 | struct gpio_v2_line_info lineinfo; | ^~~~~~~~ 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:1198:24: note: byref variable will be forcibly initialized 1198 | DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); | ^~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1197:36: note: byref variable will be forcibly initialized 1197 | 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 'linereq_set_values_unlocked': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1259:24: note: byref variable will be forcibly initialized 1259 | DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); | ^~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_set_values': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1300:36: note: byref variable will be forcibly initialized 1300 | struct gpio_v2_line_values lv; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/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:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:816:16: note: in expansion of macro '__wait_event_interruptible_locked' 816 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1448:31: note: in expansion of macro 'wait_event_interruptible_locked' 1448 | ret = wait_event_interruptible_locked(lr->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1428:35: note: byref variable will be forcibly initialized 1428 | struct gpio_v2_line_event le; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_watch_read': /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:816:16: note: in expansion of macro '__wait_event_interruptible_locked' 816 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2428:31: note: in expansion of macro 'wait_event_interruptible_locked' 2428 | ret = wait_event_interruptible_locked(cdev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2404:42: note: byref variable will be forcibly initialized 2404 | struct gpio_v2_line_info_changed event; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'debounce_work_func': /kisskb/src/drivers/gpio/gpiolib-cdev.c:807:35: note: byref variable will be forcibly initialized 807 | 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:716:35: note: byref variable will be forcibly initialized 716 | struct gpio_v2_line_event le; | ^~ In file included from /kisskb/src/include/linux/crypto.h:17, from /kisskb/src/include/crypto/algapi.h:11, from /kisskb/src/crypto/algapi.c:8: /kisskb/src/crypto/algapi.c: In function 'crypto_remove_spawns': /kisskb/src/crypto/algapi.c:153:19: note: byref variable will be forcibly initialized 153 | LIST_HEAD(top); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c:152:19: note: byref variable will be forcibly initialized 152 | LIST_HEAD(stack); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c:150:19: note: byref variable will be forcibly initialized 150 | LIST_HEAD(secondary_spawns); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_set_config': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1362:36: note: byref variable will be forcibly initialized 1362 | struct gpio_v2_line_config lc; | ^~ /kisskb/src/crypto/algapi.c: In function 'crypto_alg_tested': /kisskb/src/crypto/algapi.c:311:19: note: byref variable will be forcibly initialized 311 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_create': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1514:37: note: byref variable will be forcibly initialized 1514 | struct gpio_v2_line_request ulr; | ^~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_alg': /kisskb/src/crypto/algapi.c:466:19: note: byref variable will be forcibly initialized 466 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/asymmetric_keys/pkcs7_parser.c: In function 'pkcs7_note_OID': /kisskb/src/crypto/asymmetric_keys/pkcs7_parser.c:212:22: note: byref variable will be forcibly initialized 212 | char buffer[50]; | ^~~~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_template': /kisskb/src/crypto/algapi.c:557:19: note: byref variable will be forcibly initialized 557 | LIST_HEAD(users); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_instance': /kisskb/src/crypto/algapi.c:679:19: note: byref variable will be forcibly initialized 679 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/asymmetric_keys/x509_cert_parser.c: In function 'x509_note_OID': /kisskb/src/crypto/asymmetric_keys/x509_cert_parser.c:161:22: note: byref variable will be forcibly initialized 161 | char buffer[50]; | ^~~~~~ /kisskb/src/crypto/asymmetric_keys/x509_cert_parser.c: In function 'x509_extract_key_data': /kisskb/src/crypto/asymmetric_keys/x509_cert_parser.c:500:18: note: byref variable will be forcibly initialized 500 | enum OID oid; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, 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/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/hash_algs.c:8: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_get_hash_alg': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/verity/hash_algs.c:100:9: note: in expansion of macro 'smp_store_release' 100 | smp_store_release(&alg->tfm, tfm); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:33, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/fs.h:5, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/hash_algs.c:8: /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/compiler.h:77:45: note: in definition of macro 'likely' 77 | # define likely(x) __builtin_expect(!!(x), 1) | ^ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/verity/hash_algs.c:56:20: note: in expansion of macro 'smp_load_acquire' 56 | if (likely(smp_load_acquire(&alg->tfm) != NULL)) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/verity/hash_algs.c:10: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_prepare_hash_state': /kisskb/src/fs/verity/hash_algs.c:164:29: note: byref variable will be forcibly initialized 164 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:163:28: note: byref variable will be forcibly initialized 163 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/verity/hash_algs.c:10: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_hash_page': /kisskb/src/fs/verity/hash_algs.c:238:29: note: byref variable will be forcibly initialized 238 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:237:28: note: byref variable will be forcibly initialized 237 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/verity/hash_algs.c:10: /kisskb/src/fs/verity/hash_algs.c: In function 'fsverity_hash_buffer': /kisskb/src/fs/verity/hash_algs.c:286:29: note: byref variable will be forcibly initialized 286 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/verity/hash_algs.c:285:28: note: byref variable will be forcibly initialized 285 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/vmscan.h:500, from /kisskb/src/mm/vmscan.c:64: /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_sleep': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_wake': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_wakeup_kswapd': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_direct_reclaim_begin_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:115:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_direct_reclaim_end_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_shrink_slab_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_shrink_slab_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_isolate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_write_folio': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:330:1: note: in expansion of macro 'TRACE_EVENT' 330 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_shrink_inactive': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_shrink_active': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_node_reclaim_begin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_throttled': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:471:1: note: in expansion of macro 'TRACE_EVENT' 471 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'folio_check_references': /kisskb/src/mm/vmscan.c:1437:23: note: byref variable will be forcibly initialized 1437 | unsigned long vm_flags; | ^~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'demote_page_list': /kisskb/src/mm/vmscan.c:1549:22: note: byref variable will be forcibly initialized 1549 | unsigned int nr_succeeded; | ^~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_slab': /kisskb/src/mm/vmscan.c:985:39: note: byref variable will be forcibly initialized 985 | struct shrink_control sc = { | ^~ /kisskb/src/mm/vmscan.c: In function 'pageout': /kisskb/src/mm/vmscan.c:1255:42: note: byref variable will be forcibly initialized 1255 | struct writeback_control wbc = { | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'isolate_lru_pages': /kisskb/src/mm/vmscan.c:2149:19: note: byref variable will be forcibly initialized 2149 | LIST_HEAD(folios_skipped); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_page_list': /kisskb/src/mm/vmscan.c:1612:29: note: byref variable will be forcibly initialized 1612 | bool dirty, writeback; | ^~~~~~~~~ /kisskb/src/mm/vmscan.c:1612:22: note: byref variable will be forcibly initialized 1612 | bool dirty, writeback; | ^~~~~ /kisskb/src/mm/vmscan.c:1601:27: note: byref variable will be forcibly initialized 1601 | struct swap_iocb *plug = 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:1597:19: note: byref variable will be forcibly initialized 1597 | LIST_HEAD(demote_pages); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:1596:19: note: byref variable will be forcibly initialized 1596 | LIST_HEAD(free_pages); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:1595:19: note: byref variable will be forcibly initialized 1595 | LIST_HEAD(ret_pages); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'throttle_direct_reclaim': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:909:9: note: in expansion of macro '___wait_event' 909 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:931:25: note: in expansion of macro '__wait_event_killable' 931 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3791:17: note: in expansion of macro 'wait_event_killable' 3791 | wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3787:17: note: in expansion of macro 'wait_event_interruptible_timeout' 3787 | wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'reclaim_page_list': /kisskb/src/mm/vmscan.c:2609:29: note: byref variable will be forcibly initialized 2609 | 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'move_pages_to_lru': /kisskb/src/mm/vmscan.c:2327:19: note: byref variable will be forcibly initialized 2327 | LIST_HEAD(folios_to_free); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_inactive_list': /kisskb/src/mm/vmscan.c:2409:29: note: byref variable will be forcibly initialized 2409 | struct reclaim_stat stat; | ^~~~ /kisskb/src/mm/vmscan.c:2406:23: note: byref variable will be forcibly initialized 2406 | 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:2405:19: note: byref variable will be forcibly initialized 2405 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_active_list': /kisskb/src/mm/vmscan.c:2519:19: note: byref variable will be forcibly initialized 2519 | LIST_HEAD(l_inactive); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2518:19: note: byref variable will be forcibly initialized 2518 | LIST_HEAD(l_active); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2517:19: note: byref variable will be forcibly initialized 2517 | LIST_HEAD(l_hold); /* The folios which were snipped off */ | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2516:23: note: byref variable will be forcibly initialized 2516 | unsigned long vm_flags; | ^~~~~~~~ /kisskb/src/mm/vmscan.c:2515:23: note: byref variable will be forcibly initialized 2515 | unsigned long nr_scanned; | ^~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_lruvec': /kisskb/src/mm/vmscan.c:2953:23: note: byref variable will be forcibly initialized 2953 | unsigned long targets[NR_LRU_LISTS]; | ^~~~~~~ /kisskb/src/mm/vmscan.c:2952:23: note: byref variable will be forcibly initialized 2952 | unsigned long nr[NR_LRU_LISTS]; | ^~ /kisskb/src/crypto/asymmetric_keys/mscode_parser.c: In function 'mscode_note_content_type': /kisskb/src/crypto/asymmetric_keys/mscode_parser.c:44:22: note: byref variable will be forcibly initialized 44 | char buffer[50]; | ^~~~~~ /kisskb/src/crypto/asymmetric_keys/mscode_parser.c: In function 'mscode_note_digest_algo': /kisskb/src/crypto/asymmetric_keys/mscode_parser.c:73:14: note: byref variable will be forcibly initialized 73 | char buffer[50]; | ^~~~~~ 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'reclaim_clean_pages_from_list': /kisskb/src/mm/vmscan.c:2060:19: note: byref variable will be forcibly initialized 2060 | LIST_HEAD(clean_folios); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2057:29: note: byref variable will be forcibly initialized 2057 | 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'reclaim_pages': /kisskb/src/mm/vmscan.c:2634:19: note: byref variable will be forcibly initialized 2634 | LIST_HEAD(node_folio_list); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'check_move_unevictable_pages': /kisskb/src/mm/vmscan.c:4857:28: note: byref variable will be forcibly initialized 4857 | struct folio_batch fbatch; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/measure.c:8: /kisskb/src/fs/verity/measure.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:132:16: note: in expansion of macro 'smp_load_acquire' 132 | return smp_load_acquire(&inode->i_verity_info); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/verity/measure.c: In function 'fsverity_ioctl_measure': /kisskb/src/fs/verity/measure.c:29:32: note: byref variable will be forcibly initialized 29 | struct fsverity_digest arg; | ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin': /kisskb/src/mm/shmem.c:1492:31: note: byref variable will be forcibly initialized 1492 | struct vm_area_struct pvma; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_alloc_folio': /kisskb/src/mm/shmem.c:1553:31: note: byref variable will be forcibly initialized 1553 | struct vm_area_struct pvma; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_replace_entry': /kisskb/src/mm/shmem.c:413:18: note: byref variable will be forcibly initialized 413 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/enable.c:8: /kisskb/src/fs/verity/enable.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_add_to_page_cache': /kisskb/src/mm/shmem.c:704:24: note: byref variable will be forcibly initialized 704 | XA_STATE_ORDER(xas, &mapping->i_pages, index, folio_order(folio)); | ^~~ /kisskb/src/include/linux/xarray.h:1383:25: note: in definition of macro 'XA_STATE_ORDER' 1383 | struct xa_state name = __XA_STATE(array, \ | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin_folio': /kisskb/src/mm/shmem.c:1733:22: note: byref variable will be forcibly initialized 1733 | struct page *page; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unuse_swap_entries': /kisskb/src/mm/shmem.c:1220:31: note: byref variable will be forcibly initialized 1220 | struct folio *folio = fbatch->folios[i]; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/enable.c:8: /kisskb/src/fs/verity/enable.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/verity/enable.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_parse_one': /kisskb/src/mm/shmem.c:3441:15: note: byref variable will be forcibly initialized 3441 | char *rest; | ^~~~ /kisskb/src/mm/shmem.c:3439:32: note: byref variable will be forcibly initialized 3439 | struct fs_parse_result result; | ^~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_find_swap_entries': /kisskb/src/mm/shmem.c:1173:18: note: byref variable will be forcibly initialized 1173 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | 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:1248:17: note: byref variable will be forcibly initialized 1248 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ /kisskb/src/mm/shmem.c:1247:28: note: byref variable will be forcibly initialized 1247 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_get_inode': /kisskb/src/mm/shmem.c:2322:15: note: byref variable will be forcibly initialized 2322 | ino_t ino; | ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_getpage_gfp': /kisskb/src/mm/shmem.c:1843:23: note: byref variable will be forcibly initialized 1843 | struct folio *folio; | ^~~~~ /kisskb/src/fs/verity/enable.c: In function 'fsverity_ioctl_enable': /kisskb/src/fs/verity/enable.c:342:36: note: byref variable will be forcibly initialized 342 | struct fsverity_enable_arg arg; | ^~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_params_parse': /kisskb/src/security/keys/keyctl_pkey.c:42:15: note: byref variable will be forcibly initialized 42 | char *c = params->info, *p, *q; | ^ /kisskb/src/security/keys/keyctl_pkey.c:41:21: note: byref variable will be forcibly initialized 41 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/security/keys/keyctl_pkey.c:40:23: note: byref variable will be forcibly initialized 40 | unsigned long token_mask = 0; | ^~~~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_get_partial_folio': /kisskb/src/mm/shmem.c:889:22: note: byref variable will be forcibly initialized 889 | struct page *page; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_undo_range': /kisskb/src/mm/shmem.c:920:17: note: byref variable will be forcibly initialized 920 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ /kisskb/src/mm/shmem.c:919:28: note: byref variable will be forcibly initialized 919 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_params_get_2': /kisskb/src/security/keys/keyctl_pkey.c:119:34: note: byref variable will be forcibly initialized 119 | struct kernel_pkey_query info; | ^~~~ /kisskb/src/security/keys/keyctl_pkey.c:118:35: note: byref variable will be forcibly initialized 118 | struct keyctl_pkey_params uparams; | ^~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_symlink': /kisskb/src/mm/shmem.c:3094:22: note: byref variable will be forcibly initialized 3094 | struct page *page; | ^~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_query': /kisskb/src/security/keys/keyctl_pkey.c:174:34: note: byref variable will be forcibly initialized 174 | struct kernel_pkey_query res; | ^~~ /kisskb/src/security/keys/keyctl_pkey.c:173:35: note: byref variable will be forcibly initialized 173 | struct kernel_pkey_params params; | ^~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_get_link': /kisskb/src/mm/shmem.c:3152:22: note: byref variable will be forcibly initialized 3152 | struct page *page = NULL; | ^~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_e_d_s': /kisskb/src/security/keys/keyctl_pkey.c:218:35: note: byref variable will be forcibly initialized 218 | struct kernel_pkey_params params; | ^~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_file_read_iter': /kisskb/src/mm/shmem.c:2578:30: note: byref variable will be forcibly initialized 2578 | struct page *page = NULL; | ^~~~ /kisskb/src/security/keys/keyctl_pkey.c: In function 'keyctl_pkey_verify': /kisskb/src/security/keys/keyctl_pkey.c:293:35: note: byref variable will be forcibly initialized 293 | struct kernel_pkey_params params; | ^~~~~~ 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:2097:42: note: byref variable will be forcibly initialized 2097 | DEFINE_WAIT_FUNC(shmem_fault_wait, synchronous_wake_function); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/mm/shmem.c:2067:20: note: byref variable will be forcibly initialized 2067 | vm_fault_t ret = VM_FAULT_LOCKED; | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_partial_swap_usage': /kisskb/src/mm/shmem.c:811:18: note: byref variable will be forcibly initialized 811 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unlock_mapping': /kisskb/src/mm/shmem.c:872:17: note: byref variable will be forcibly initialized 872 | pgoff_t index = 0; | ^~~~~ /kisskb/src/mm/shmem.c:871:28: note: byref variable will be forcibly initialized 871 | struct folio_batch fbatch; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_evict_inode': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c:1153:25: note: in expansion of macro 'wait_var_event' 1153 | wait_var_event(&info->stop_eviction, | ^~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_fallocate': /kisskb/src/mm/shmem.c:2786:30: note: byref variable will be forcibly initialized 2786 | 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:2719:49: note: byref variable will be forcibly initialized 2719 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(shmem_falloc_waitq); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:77:32: 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:2706:29: note: byref variable will be forcibly initialized 2706 | struct shmem_falloc shmem_falloc; | ^~~~~~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_read_mapping_page_gfp': /kisskb/src/mm/shmem.c:4269:22: note: byref variable will be forcibly initialized 4269 | struct page *page; | ^~~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_get_multiple_be': /kisskb/src/drivers/gpio/gpio-mmio.c:191:23: 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:33: note: byref variable will be forcibly initialized 287 | unsigned long set_mask, clear_mask; | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c:287:23: 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:33: note: byref variable will be forcibly initialized 317 | unsigned long set_mask, clear_mask; | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c:317:23: note: byref variable will be forcibly initialized 317 | unsigned long set_mask, clear_mask; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_pdev_probe': /kisskb/src/drivers/gpio/gpio-mmio.c:734:23: note: byref variable will be forcibly initialized 734 | unsigned long flags = 0; | ^~~~~ /kisskb/src/drivers/pinctrl/cirrus/pinctrl-madera-core.c: In function 'madera_pin_conf_get': /kisskb/src/drivers/pinctrl/cirrus/pinctrl-madera-core.c:748:22: note: byref variable will be forcibly initialized 748 | unsigned int conf[2]; | ^~~~ /kisskb/src/drivers/pinctrl/cirrus/pinctrl-madera-core.c: In function 'madera_pin_dbg_show': /kisskb/src/drivers/pinctrl/cirrus/pinctrl-madera-core.c:519:22: note: byref variable will be forcibly initialized 519 | unsigned int conf[2]; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic.c: In function 'gic_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic.c:1149:22: note: byref variable will be forcibly initialized 1149 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic.c:1148:25: note: byref variable will be forcibly initialized 1148 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/kernel/locking/lockdep_proc.c: In function 'print_name': /kisskb/src/kernel/locking/lockdep_proc.c:62:14: note: byref variable will be forcibly initialized 62 | char str[KSYM_NAME_LEN]; | ^~~ /kisskb/src/kernel/locking/lockdep_proc.c: In function 'l_show': /kisskb/src/kernel/locking/lockdep_proc.c:81:14: note: byref variable will be forcibly initialized 81 | char usage[LOCK_USAGE_CHARS]; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic.c: In function 'gic_check_eoimode': /kisskb/src/drivers/irqchip/irq-gic.c:1341:25: note: byref variable will be forcibly initialized 1341 | struct resource cpuif_res; | ^~~~~~~~~ /kisskb/src/crypto/scatterwalk.c: In function 'scatterwalk_map_and_copy': /kisskb/src/crypto/scatterwalk.c:59:28: note: byref variable will be forcibly initialized 59 | struct scatterlist tmp[2]; | ^~~ /kisskb/src/crypto/scatterwalk.c:58:29: note: byref variable will be forcibly initialized 58 | struct scatter_walk walk; | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/include/kunit/test.h:22, from /kisskb/src/lib/kunit/try-catch.c:10: /kisskb/src/lib/kunit/try-catch.c: In function 'kunit_try_catch_run': /kisskb/src/lib/kunit/try-catch.c:60:36: note: byref variable will be forcibly initialized 60 | DECLARE_COMPLETION_ONSTACK(try_completion); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/util.c:2: /kisskb/src/mm/util.c: In function 'vm_mmap_pgoff': /kisskb/src/mm/util.c:546:19: note: byref variable will be forcibly initialized 546 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/util.c:545:23: note: byref variable will be forcibly initialized 545 | unsigned long populate; | ^~~~~~~~ /kisskb/src/mm/util.c: In function '__vmalloc_array': /kisskb/src/mm/util.c:700:16: note: byref variable will be forcibly initialized 700 | size_t bytes; | ^~~~~ /kisskb/src/mm/util.c: In function 'overcommit_policy_handler': /kisskb/src/mm/util.c:917:13: note: byref variable will be forcibly initialized 917 | int new_policy = -1; | ^~~~~~~~~~ /kisskb/src/mm/util.c:916:26: note: byref variable will be forcibly initialized 916 | struct ctl_table t; | ^ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/locking/lockdep.c:30: /kisskb/src/kernel/locking/lockdep.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lockdep_count_forward_deps': /kisskb/src/kernel/locking/lockdep.c:2076:27: note: byref variable will be forcibly initialized 2076 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2075:24: note: byref variable will be forcibly initialized 2075 | unsigned long count = 0; | ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lockdep_count_backward_deps': /kisskb/src/kernel/locking/lockdep.c:2101:27: note: byref variable will be forcibly initialized 2101 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2100:24: note: byref variable will be forcibly initialized 2100 | unsigned long count = 0; | ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'assign_lock_key': /kisskb/src/kernel/locking/lockdep.c:953:23: note: byref variable will be forcibly initialized 953 | 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:713:14: note: byref variable will be forcibly initialized 713 | char str[KSYM_NAME_LEN]; | ^~~ /kisskb/src/kernel/locking/lockdep.c: In function 'print_lockdep_cache': /kisskb/src/kernel/locking/lockdep.c:745:14: note: byref variable will be forcibly initialized 745 | char str[KSYM_NAME_LEN]; | ^~~ /kisskb/src/kernel/locking/lockdep.c: In function 'print_lock_name': /kisskb/src/kernel/locking/lockdep.c:731:14: note: byref variable will be forcibly initialized 731 | char usage[LOCK_USAGE_CHARS]; | ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_noncircular': /kisskb/src/kernel/locking/lockdep.c:2157:26: note: byref variable will be forcibly initialized 2157 | struct lock_list src_entry; | ^~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2156:27: note: byref variable will be forcibly initialized 2156 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'lockdep_count_forward_deps': /kisskb/src/kernel/locking/lockdep.c:2085:26: note: byref variable will be forcibly initialized 2085 | struct lock_list this; | ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'lockdep_count_backward_deps': /kisskb/src/kernel/locking/lockdep.c:2111:26: note: byref variable will be forcibly initialized 2111 | struct lock_list this; | ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_usage_backwards': /kisskb/src/kernel/locking/lockdep.c:4088:27: note: byref variable will be forcibly initialized 4088 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:4087:26: note: byref variable will be forcibly initialized 4087 | struct lock_list root; | ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_usage_forwards': /kisskb/src/kernel/locking/lockdep.c:4053:27: note: byref variable will be forcibly initialized 4053 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:4052:26: note: byref variable will be forcibly initialized 4052 | struct lock_list root; | ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_irq_usage': /kisskb/src/kernel/locking/lockdep.c:2778:32: note: byref variable will be forcibly initialized 2778 | struct lock_list this, that; | ^~~~ /kisskb/src/kernel/locking/lockdep.c:2778:26: note: byref variable will be forcibly initialized 2778 | struct lock_list this, that; | ^~~~ /kisskb/src/kernel/locking/lockdep.c:2777:27: note: byref variable will be forcibly initialized 2777 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2776:27: note: byref variable will be forcibly initialized 2776 | struct lock_list *target_entry1; | ^~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2775:46: note: byref variable will be forcibly initialized 2775 | enum lock_usage_bit forward_bit = 0, backward_bit = 0; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2775:29: note: byref variable will be forcibly initialized 2775 | enum lock_usage_bit forward_bit = 0, backward_bit = 0; | ^~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2774:23: note: byref variable will be forcibly initialized 2774 | unsigned long usage_mask = 0, forward_mask, backward_mask; | ^~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_prevs_add': /kisskb/src/kernel/locking/lockdep.c:3190:28: note: byref variable will be forcibly initialized 3190 | struct lock_trace *trace = NULL; | ^~~~~ /kisskb/src/lib/kunit/string-stream.c: In function 'alloc_string_stream_fragment': /kisskb/src/lib/kunit/string-stream.c:53:53: note: byref variable will be forcibly initialized 53 | struct string_stream_fragment_alloc_context context = { | ^~~~~~~ /kisskb/src/lib/kunit/string-stream.c: In function 'string_stream_vadd': /kisskb/src/lib/kunit/string-stream.c:79:17: note: byref variable will be forcibly initialized 79 | va_list args_for_counting; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/string-stream.c: In function 'string_stream_add': /kisskb/src/lib/kunit/string-stream.c:106:17: note: byref variable will be forcibly initialized 106 | va_list args; | ^~~~ /kisskb/src/lib/kunit/string-stream.c: In function 'alloc_string_stream': /kisskb/src/lib/kunit/string-stream.c:199:44: note: byref variable will be forcibly initialized 199 | struct string_stream_alloc_context context = { | ^~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_affinity_notify': /kisskb/src/kernel/irq/manage.c:517:23: note: byref variable will be forcibly initialized 517 | cpumask_var_t cpumask; | ^~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_set_class': /kisskb/src/kernel/locking/lockdep.c:5222:13: note: byref variable will be forcibly initialized 5222 | int i; | ^ /kisskb/src/kernel/locking/lockdep.c:5219:29: note: byref variable will be forcibly initialized 5219 | unsigned int depth, merged = 0; | ^~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread_check_affinity': /kisskb/src/kernel/irq/manage.c:1131:23: note: byref variable will be forcibly initialized 1131 | cpumask_var_t mask; | ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_downgrade': /kisskb/src/kernel/locking/lockdep.c:5268:13: note: byref variable will be forcibly initialized 5268 | int i; | ^ /kisskb/src/kernel/locking/lockdep.c:5266:29: note: byref variable will be forcibly initialized 5266 | unsigned int depth, merged = 0; | ^~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread': /kisskb/src/kernel/irq/manage.c:1288:30: note: byref variable will be forcibly initialized 1288 | struct callback_head on_exit_work; | ^~~~~~~~~~~~ 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 'wake_up_and_wait_for_irq_thread_ready': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c:1279:9: note: in expansion of macro 'wait_event' 1279 | wait_event(desc->wait_for_threads, | ^~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_release': /kisskb/src/kernel/locking/lockdep.c:5322:13: note: byref variable will be forcibly initialized 5322 | int i; | ^ /kisskb/src/kernel/locking/lockdep.c:5320:29: note: byref variable will be forcibly initialized 5320 | unsigned int depth, merged = 1; | ^~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_update_affinity_desc': /kisskb/src/kernel/irq/manage.c:399:23: note: byref variable will be forcibly initialized 399 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__irq_apply_affinity_hint': /kisskb/src/kernel/irq/manage.c:499:23: note: byref variable will be forcibly initialized 499 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_vcpu_affinity': /kisskb/src/kernel/irq/manage.c:652:23: note: byref variable will be forcibly initialized 652 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__disable_irq_nosync': /kisskb/src/kernel/irq/manage.c:689:23: note: byref variable will be forcibly initialized 689 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'enable_irq': /kisskb/src/kernel/irq/manage.c:817:23: note: byref variable will be forcibly initialized 817 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_irq_wake': /kisskb/src/kernel/irq/manage.c:881:23: note: byref variable will be forcibly initialized 881 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'lock_acquire': /kisskb/src/kernel/irq/manage.c: In function 'can_request_irq': /kisskb/src/kernel/irq/manage.c:930:23: note: byref variable will be forcibly initialized 930 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/locking/lockdep.c:5645:42: note: byref variable will be forcibly initialized 5645 | struct held_lock hlock; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_parent': /kisskb/src/kernel/irq/manage.c:1004:23: note: byref variable will be forcibly initialized 1004 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'enable_percpu_irq': /kisskb/src/kernel/irq/manage.c:2369:23: note: byref variable will be forcibly initialized 2369 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_percpu_is_enabled': /kisskb/src/kernel/irq/manage.c:2416:23: note: byref variable will be forcibly initialized 2416 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'disable_percpu_irq': /kisskb/src/kernel/irq/manage.c:2433:23: note: byref variable will be forcibly initialized 2433 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'prepare_percpu_nmi': /kisskb/src/kernel/irq/manage.c:2728:23: note: byref variable will be forcibly initialized 2728 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'teardown_percpu_nmi': /kisskb/src/kernel/irq/manage.c:2771:23: note: byref variable will be forcibly initialized 2771 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__synchronize_hardirq': /kisskb/src/kernel/irq/manage.c:41:14: 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c:137:17: note: in expansion of macro 'wait_event' 137 | wait_event(desc->wait_for_threads, | ^~~~~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_get_irqchip_state': /kisskb/src/kernel/irq/manage.c:2831:23: note: byref variable will be forcibly initialized 2831 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_irqchip_state': /kisskb/src/kernel/irq/manage.c:2865:23: note: byref variable will be forcibly initialized 2865 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/mm/vmstat.c:13: /kisskb/src/mm/vmstat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/crypto/hkdf.c: In function 'fscrypt_init_hkdf': /kisskb/src/fs/crypto/hkdf.c:72:12: 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:12: note: byref variable will be forcibly initialized 126 | u8 tmp[HKDF_HASHLEN]; | ^~~ /kisskb/src/fs/crypto/hkdf.c:125:12: note: byref variable will be forcibly initialized 125 | u8 counter = 1; | ^~~~~~~ /kisskb/src/fs/crypto/hkdf.c:121:12: 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:14: 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:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 120 | SHASH_DESC_ON_STACK(desc, hkdf->hmac_tfm); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/quota/dquot.c: In function '__quota_error': /kisskb/src/fs/quota/dquot.c:141:25: note: byref variable will be forcibly initialized 141 | va_list args; | ^~~~ /kisskb/src/fs/quota/dquot.c: In function 'dquot_writeback_dquots': /kisskb/src/fs/quota/dquot.c:634:26: note: byref variable will be forcibly initialized 634 | struct list_head dirty; | ^~~~~ /kisskb/src/fs/quota/dquot.c: In function '__dquot_drop': /kisskb/src/fs/quota/dquot.c:1582:23: note: byref variable will be forcibly initialized 1582 | struct dquot *put[MAXQUOTAS]; | ^~~ 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:1107:19: note: byref variable will be forcibly initialized 1107 | LIST_HEAD(tofree_head); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/quota/dquot.c:59: /kisskb/src/fs/quota/dquot.c: In function 'invalidate_dquots': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/quota/dquot.c:568:25: note: in expansion of macro 'wait_event' 568 | wait_event(dquot_ref_wq, | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c: In function 'imx_pinconf_group_dbg_show': /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:468:23: note: byref variable will be forcibly initialized 468 | unsigned long config; | ^~~~~~ /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c: In function 'imx_pinconf_dbg_show': /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:440:23: note: byref variable will be forcibly initialized 440 | unsigned long config; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:14: /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/quota/dquot.c: In function '__dquot_initialize': /kisskb/src/fs/quota/dquot.c:1459:27: note: byref variable will be forcibly initialized 1459 | kprojid_t projid; | ^~~~~~ 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/pinctrl/freescale/pinctrl-imx.c:16: /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:15: /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c: In function 'imx_pinconf_decode_generic_config': /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:301:13: note: byref variable will be forcibly initialized 301 | u32 raw_config = 0; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c: In function 'imx_pinconf_parse_generic_config': /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:335:24: note: byref variable will be forcibly initialized 335 | unsigned long *configs; | ^~~~~~~ /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:334:22: note: byref variable will be forcibly initialized 334 | unsigned int num_configs; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c: In function 'imx_pinctrl_parse_groups': /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:576:23: note: byref variable will be forcibly initialized 576 | const __be32 *list; | ^~~~ /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:575:13: note: byref variable will be forcibly initialized 575 | int size, pin_size; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/open.c:8: /kisskb/src/fs/verity/open.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:132:16: note: in expansion of macro 'smp_load_acquire' 132 | return smp_load_acquire(&inode->i_verity_info); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/quota/dquot.c: In function '__dquot_alloc_space': /kisskb/src/fs/quota/dquot.c:1666:27: note: byref variable will be forcibly initialized 1666 | struct dquot_warn warn[MAXQUOTAS]; | ^~~~ /kisskb/src/fs/quota/dquot.c: In function 'dquot_alloc_inode': /kisskb/src/fs/quota/dquot.c:1737:27: note: byref variable will be forcibly initialized 1737 | struct dquot_warn warn[MAXQUOTAS]; | ^~~~ /kisskb/src/fs/verity/open.c: In function 'ensure_verity_info': /kisskb/src/fs/verity/open.c:305:37: note: byref variable will be forcibly initialized 305 | struct fsverity_descriptor *desc; | ^~~~ /kisskb/src/fs/quota/dquot.c: In function '__dquot_free_space': /kisskb/src/fs/quota/dquot.c:1865:27: note: byref variable will be forcibly initialized 1865 | struct dquot_warn warn[MAXQUOTAS]; | ^~~~ /kisskb/src/fs/quota/dquot.c: In function 'dquot_free_inode': /kisskb/src/fs/quota/dquot.c:1920:27: note: byref variable will be forcibly initialized 1920 | struct dquot_warn warn[MAXQUOTAS]; | ^~~~ /kisskb/src/fs/quota/dquot.c: In function '__dquot_transfer': /kisskb/src/fs/quota/dquot.c:1972:27: note: byref variable will be forcibly initialized 1972 | struct dquot_warn warn_from_space[MAXQUOTAS]; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/quota/dquot.c:1971:27: note: byref variable will be forcibly initialized 1971 | struct dquot_warn warn_from_inodes[MAXQUOTAS]; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/quota/dquot.c:1970:27: note: byref variable will be forcibly initialized 1970 | struct dquot_warn warn_to[MAXQUOTAS]; | ^~~~~~~ /kisskb/src/fs/quota/dquot.c:1966:17: note: byref variable will be forcibly initialized 1966 | qsize_t inode_usage = 1; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/kernel/locking/osq_lock.c:2: /kisskb/src/kernel/locking/osq_lock.c: In function 'osq_lock': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/osq_lock.c:170:21: note: in expansion of macro 'smp_load_acquire' 170 | if (smp_load_acquire(&node->locked)) | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/kgdb.c: In function 'kgdb_arch_update_addr': /kisskb/src/arch/arm64/kernel/kgdb.c:163:15: note: byref variable will be forcibly initialized 163 | char *ptr; | ^~~ /kisskb/src/arch/arm64/kernel/kgdb.c:162:23: note: byref variable will be forcibly initialized 162 | unsigned long addr; | ^~~~ 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/irqchip/irq-gic-pm.c:7: /kisskb/src/drivers/irqchip/irq-gic-pm.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, 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/arch/arm64/kernel/suspend.c:2: /kisskb/src/arch/arm64/kernel/suspend.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/arch/arm64/kernel/suspend.c: In function 'cpu_suspend': /kisskb/src/arch/arm64/kernel/suspend.c:93:33: note: byref variable will be forcibly initialized 93 | struct sleep_stack_data state; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/fsverity.h:14, from /kisskb/src/fs/verity/fsverity_private.h:17, from /kisskb/src/fs/verity/read_metadata.c:8: /kisskb/src/fs/verity/read_metadata.c: In function 'fsverity_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fsverity.h:132:16: note: in expansion of macro 'smp_load_acquire' 132 | return smp_load_acquire(&inode->i_verity_info); | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/paravirt.c: In function 'has_pv_steal_clock': /kisskb/src/arch/arm64/kernel/paravirt.c:142:30: note: byref variable will be forcibly initialized 142 | struct arm_smccc_res res; | ^~~ /kisskb/src/fs/verity/read_metadata.c: In function 'fsverity_read_descriptor': /kisskb/src/fs/verity/read_metadata.c:100:37: note: byref variable will be forcibly initialized 100 | struct fsverity_descriptor *desc; | ^~~~ /kisskb/src/fs/verity/read_metadata.c: In function 'fsverity_read_signature': /kisskb/src/fs/verity/read_metadata.c:121:37: note: byref variable will be forcibly initialized 121 | struct fsverity_descriptor *desc; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/memory.h:179, from /kisskb/src/arch/arm64/include/asm/page.h:46, from /kisskb/src/arch/arm64/include/asm/proc-fns.h:14, from /kisskb/src/arch/arm64/include/asm/pgtable.h:9, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/arch/arm64/kernel/paravirt.c:14: /kisskb/src/arch/arm64/kernel/paravirt.c: In function 'stolen_time_cpu_down_prepare': /kisskb/src/fs/verity/read_metadata.c: In function 'fsverity_ioctl_read_metadata': /kisskb/src/fs/verity/read_metadata.c:155:43: note: byref variable will be forcibly initialized 155 | struct fsverity_read_metadata_arg arg; | ^~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:484:9: note: in expansion of macro 'rcu_assign_pointer' 484 | rcu_assign_pointer((rcu_ptr), (ptr)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/paravirt.c:87:17: note: in expansion of macro 'rcu_replace_pointer' 87 | kaddr = rcu_replace_pointer(reg->kaddr, NULL, true); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/paravirt.c: In function 'stolen_time_cpu_online': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/paravirt.c:111:9: note: in expansion of macro 'rcu_assign_pointer' 111 | rcu_assign_pointer(reg->kaddr, kaddr); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/paravirt.c:98:30: note: byref variable will be forcibly initialized 98 | struct arm_smccc_res res; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:9: note: in expansion of macro 'rcu_assign_pointer' 47 | rcu_assign_pointer(w->task, current); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/update.c:606: /kisskb/src/kernel/rcu/update.c: In function 'tasks_gp_state_getname': /kisskb/src/kernel/rcu/tasks.h:214:13: note: byref variable will be forcibly initialized 214 | 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:839, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_utilization': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(rcu_utilization, | ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_stall_warning': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' 444 | TRACE_EVENT(rcu_stall_warning, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/kunit/test.h:22, from /kisskb/src/lib/kunit/executor.c:4: /kisskb/src/lib/kunit/executor.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_invoke_cbs': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:467:31: note: in expansion of macro 'smp_load_acquire' 467 | if (cpunext < smp_load_acquire(&rtp->percpu_dequeue_lim)) { | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:463:23: note: in expansion of macro 'smp_load_acquire' 463 | if (cpunext < smp_load_acquire(&rtp->percpu_dequeue_lim)) { | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor.c: In function 'kunit_filter_suites': /kisskb/src/lib/kunit/executor.c:117:34: note: byref variable will be forcibly initialized 117 | struct kunit_test_filter filter; | ^~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:4: /kisskb/src/lib/kunit/executor.c: In function 'parse_filter_test': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:638:9: note: in expansion of macro 'KUNIT_ASSERTION' 638 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 891 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:888:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 888 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:37:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 37 | KUNIT_EXPECT_STREQ(test, filter.test_glob, "test"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:638:9: note: in expansion of macro 'KUNIT_ASSERTION' 638 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 891 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:888:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 888 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:36:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 36 | KUNIT_EXPECT_STREQ(test, filter.suite_glob, "suite"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:31:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 31 | KUNIT_EXPECT_FALSE(test, filter.test_glob); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:638:9: note: in expansion of macro 'KUNIT_ASSERTION' 638 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 891 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:888:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 888 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:30:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 30 | KUNIT_EXPECT_STREQ(test, filter.suite_glob, "suite"); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:219: /kisskb/src/lib/kunit/executor_test.c:27:34: note: byref variable will be forcibly initialized 27 | struct kunit_test_filter filter = {NULL, NULL}; | ^~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'cblist_init_generic': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:249:9: note: in expansion of macro 'smp_store_release' 249 | smp_store_release(&rtp->percpu_enqueue_lim, lim); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:4: /kisskb/src/lib/kunit/executor.c: In function 'filter_suites_to_empty_test': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:744:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 744 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:107:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 107 | KUNIT_EXPECT_PTR_EQ_MSG(test, got.start, got.end, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:104:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 104 | KUNIT_ASSERT_EQ(test, err, 0); | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:219: /kisskb/src/lib/kunit/executor_test.c:98:13: note: byref variable will be forcibly initialized 98 | int err = 0; | ^~~ /kisskb/src/lib/kunit/executor_test.c:96:26: note: byref variable will be forcibly initialized 96 | struct suite_set suite_set = {.start = subsuite, .end = &subsuite[2]}; | ^~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:4: /kisskb/src/lib/kunit/executor.c: In function 'filter_suites_test_glob_test': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:90:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 90 | KUNIT_EXPECT_FALSE(test, got.start[0]->test_cases[1].name); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:638:9: note: in expansion of macro 'KUNIT_ASSERTION' 638 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 891 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:888:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 888 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:89:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 89 | KUNIT_EXPECT_STREQ(test, (const char *)got.start[0]->test_cases[0].name, "test2"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:88:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 88 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, got.start[0]->test_cases); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:85:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 85 | KUNIT_ASSERT_EQ(test, got.end - got.start, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:638:9: note: in expansion of macro 'KUNIT_ASSERTION' 638 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 891 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:888:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 888 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:84:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 84 | KUNIT_EXPECT_STREQ(test, (const char *)got.start[0]->name, "suite2"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:83:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 83 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, got.start[0]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:79:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 79 | KUNIT_ASSERT_EQ(test, err, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_barrier_tasks_generic': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:365:28: note: in expansion of macro 'smp_load_acquire' 365 | if (cpu >= smp_load_acquire(&rtp->percpu_dequeue_lim)) | ^~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:78:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 78 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, got.start); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:219: /kisskb/src/lib/kunit/executor_test.c:71:13: note: byref variable will be forcibly initialized 71 | int err = 0; | ^~~ /kisskb/src/lib/kunit/executor_test.c:69:26: note: byref variable will be forcibly initialized 69 | struct suite_set suite_set = {.start = subsuite, .end = &subsuite[2]}; | ^~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:4: /kisskb/src/lib/kunit/executor.c: In function 'filter_suites_test': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:63:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 63 | KUNIT_ASSERT_EQ(test, got.end - got.start, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:638:9: note: in expansion of macro 'KUNIT_ASSERTION' 638 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 891 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:888:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 888 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:60:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 60 | KUNIT_EXPECT_STREQ(test, (const char *)got.start[0]->name, "suite2"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:59:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 59 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, got.start[0]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:55:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 55 | KUNIT_ASSERT_EQ(test, err, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/executor_test.c:54:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 54 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, got.start); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/executor.c:219: /kisskb/src/lib/kunit/executor_test.c:47:13: note: byref variable will be forcibly initialized 47 | int err = 0; | ^~~ /kisskb/src/lib/kunit/executor_test.c:45:26: note: byref variable will be forcibly initialized 45 | struct suite_set suite_set = {.start = subsuite, .end = &subsuite[2]}; | ^~~~~~~~~ /kisskb/src/lib/kunit/executor.c: In function 'kunit_run_all_tests': /kisskb/src/lib/kunit/executor.c:192:13: note: byref variable will be forcibly initialized 192 | int err = 0; | ^~~ /kisskb/src/lib/kunit/executor.c:191:26: note: byref variable will be forcibly initialized 191 | struct suite_set suite_set = {__kunit_suites_start, __kunit_suites_end}; | ^~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_need_gpcb': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:426:25: note: in expansion of macro 'smp_store_release' 426 | smp_store_release(&rtp->percpu_enqueue_lim, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:392:29: note: in expansion of macro 'smp_load_acquire' 392 | for (cpu = 0; cpu < smp_load_acquire(&rtp->percpu_dequeue_lim); cpu++) { | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_sched_held': /kisskb/src/kernel/rcu/update.c:121:14: note: byref variable will be forcibly initialized 121 | bool ret; | ^~~ In file included from /kisskb/src/kernel/rcu/update.c:606: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_wait_gp': /kisskb/src/kernel/rcu/tasks.h:698:22: note: byref variable will be forcibly initialized 698 | 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:656:19: note: byref variable will be forcibly initialized 656 | LIST_HEAD(holdouts); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'call_rcu_tasks_generic': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:323:25: note: in expansion of macro 'smp_store_release' 323 | smp_store_release(&rtp->percpu_enqueue_lim, nr_cpu_ids); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_held': /kisskb/src/kernel/rcu/update.c:307:14: note: byref variable will be forcibly initialized 307 | bool ret; | ^~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_bh_held': /kisskb/src/kernel/rcu/update.c:332:14: note: byref variable will be forcibly initialized 332 | bool ret; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/pwm/core.c:9: /kisskb/src/drivers/pwm/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pwm/core.c: In function 'of_pwmchip_add': /kisskb/src/drivers/pwm/core.c:187:21: note: byref variable will be forcibly initialized 187 | u32 pwm_cells; | ^~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_any_held': /kisskb/src/kernel/rcu/update.c:342:14: note: byref variable will be forcibly initialized 342 | bool ret; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'finish_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c:412:9: note: in expansion of macro 'rcu_assign_pointer' 412 | rcu_assign_pointer(w->task, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/pwm.h:58, from /kisskb/src/drivers/pwm/core.c:24: /kisskb/src/drivers/pwm/core.c: In function 'trace_event_raw_event_pwm': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/core.c: In function 'pwm_apply_state_debug': /kisskb/src/drivers/pwm/core.c:445:30: note: byref variable will be forcibly initialized 445 | struct pwm_state s1, s2; | ^~ /kisskb/src/drivers/pwm/core.c:445:26: note: byref variable will be forcibly initialized 445 | struct pwm_state s1, s2; | ^~ /kisskb/src/drivers/pwm/core.c: In function 'pwm_dbg_show': /kisskb/src/drivers/pwm/core.c:1144:34: note: byref variable will be forcibly initialized 1144 | struct pwm_state state; | ^~~~~ 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:32: 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:568:17: note: in expansion of macro 'wait_rcu_gp' 568 | wait_rcu_gp(rtp->call_func); | ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:25: 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:568:17: note: in expansion of macro 'wait_rcu_gp' 568 | wait_rcu_gp(rtp->call_func); | ^~~~~~~~~~~ /kisskb/src/drivers/pwm/core.c: In function 'acpi_pwm_get': /kisskb/src/drivers/pwm/core.c:822:38: note: byref variable will be forcibly initialized 822 | struct fwnode_reference_args args; | ^~~~ /kisskb/src/drivers/pwm/core.c: In function 'pwm_adjust_config': /kisskb/src/drivers/pwm/core.c:628:26: note: byref variable will be forcibly initialized 628 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/core.c: In function 'of_pwm_get': /kisskb/src/drivers/pwm/core.c:741:32: note: byref variable will be forcibly initialized 741 | struct of_phandle_args args; | ^~~~ /kisskb/src/fs/verity/verify.c: In function 'verify_page': /kisskb/src/fs/verity/verify.c:113:30: note: byref variable will be forcibly initialized 113 | unsigned int hoffset; | ^~~~~~~ /kisskb/src/fs/verity/verify.c:112:25: note: byref variable will be forcibly initialized 112 | pgoff_t hindex; | ^~~~~~ /kisskb/src/fs/verity/verify.c:96:12: note: byref variable will be forcibly initialized 96 | u8 real_hash[FS_VERITY_MAX_DIGEST_SIZE]; | ^~~~~~~~~ /kisskb/src/fs/verity/verify.c:94:12: note: byref variable will be forcibly initialized 94 | u8 _want_hash[FS_VERITY_MAX_DIGEST_SIZE]; | ^~~~~~~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'pagemap_pte_hole': /kisskb/src/fs/proc/task_mmu.c:1367:33: note: byref variable will be forcibly initialized 1367 | pagemap_entry_t pme = make_pme(0, 0); | ^~~ /kisskb/src/fs/proc/task_mmu.c: In function 'show_smap': /kisskb/src/fs/proc/task_mmu.c:851:31: note: byref variable will be forcibly initialized 851 | struct mem_size_stats mss; | ^~~ /kisskb/src/fs/proc/task_mmu.c: In function 'show_smaps_rollup': /kisskb/src/fs/proc/task_mmu.c:879:31: note: byref variable will be forcibly initialized 879 | struct mem_size_stats mss; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/pagewalk.h:5, from /kisskb/src/fs/proc/task_mmu.c:2: /kisskb/src/fs/proc/task_mmu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'clear_refs_write': /kisskb/src/fs/proc/task_mmu.c:1267:43: note: byref variable will be forcibly initialized 1267 | struct clear_refs_private cp = { | ^~ /kisskb/src/fs/proc/task_mmu.c:1266:43: note: byref variable will be forcibly initialized 1266 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/proc/task_mmu.c:1246:13: note: byref variable will be forcibly initialized 1246 | int itype; | ^~~~~ /kisskb/src/fs/proc/task_mmu.c:1242:14: note: byref variable will be forcibly initialized 1242 | char buffer[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_peek_irq': /kisskb/src/drivers/irqchip/irq-gic-v3.c:340:13: note: byref variable will be forcibly initialized 340 | u32 index, mask; | ^~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'pagemap_read': /kisskb/src/fs/proc/task_mmu.c:1631:28: note: byref variable will be forcibly initialized 1631 | struct pagemapread pm; | ^~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/irqchip/irq-gic-v3.c:9: /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'pagemap_pmd_range': /kisskb/src/fs/proc/task_mmu.c:1526:33: note: byref variable will be forcibly initialized 1526 | pagemap_entry_t pme; | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_domain_select': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1613:25: note: byref variable will be forcibly initialized 1613 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/fs/proc/task_mmu.c: In function 'pagemap_hugetlb_range': /kisskb/src/fs/proc/task_mmu.c:1577:33: note: byref variable will be forcibly initialized 1577 | pagemap_entry_t pme = make_pme(frame, flags); | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1612:22: note: byref variable will be forcibly initialized 1612 | unsigned int type, ret, ppi_idx; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/kernel/locking/qspinlock.c:16: /kisskb/src/kernel/locking/qspinlock.c: In function 'queued_spin_lock_slowpath': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/mcs_spinlock.h:45:9: note: in expansion of macro 'smp_store_release' 45 | smp_store_release((l), 1) | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qspinlock.c:556:9: note: in expansion of macro 'arch_mcs_spin_unlock_contended' 556 | arch_mcs_spin_unlock_contended(&next->locked); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' 28 | #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qspinlock.c:514:15: note: in expansion of macro 'atomic_cond_read_acquire' 514 | val = atomic_cond_read_acquire(&lock->val, !(VAL & _Q_LOCKED_PENDING_MASK)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/mcs_spinlock.h:34:9: note: in expansion of macro 'smp_cond_load_acquire' 34 | smp_cond_load_acquire(l, VAL); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qspinlock.c:477:17: note: in expansion of macro 'arch_mcs_spin_lock_contended' 477 | arch_mcs_spin_lock_contended(&node->locked); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' 28 | #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qspinlock.c:383:17: note: in expansion of macro 'atomic_cond_read_acquire' 383 | atomic_cond_read_acquire(&lock->val, !(VAL & _Q_LOCKED_MASK)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_set_prio': /kisskb/src/drivers/irqchip/irq-gic-v3.c:466:21: note: byref variable will be forcibly initialized 466 | u32 offset, index; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_poke_irq': /kisskb/src/drivers/irqchip/irq-gic-v3.c:356:13: note: byref variable will be forcibly initialized 356 | u32 index, mask; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_ipi_send_mask': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1276:13: note: byref variable will be forcibly initialized 1276 | int cpu; | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_set_type': /kisskb/src/drivers/irqchip/irq-gic-v3.c:582:21: note: byref variable will be forcibly initialized 582 | u32 offset, index; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_set_affinity': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1325:21: note: byref variable will be forcibly initialized 1325 | u32 offset, index; | ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/proc_fs.h:10, from /kisskb/src/fs/proc/inode.c:10: /kisskb/src/fs/proc/inode.c: In function 'close_pdeo': /kisskb/src/fs/proc/inode.c:236:44: note: byref variable will be forcibly initialized 236 | DECLARE_COMPLETION_ONSTACK(c); | ^ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/fs/proc/inode.c: In function 'proc_entry_rundown': /kisskb/src/fs/proc/inode.c:263:36: note: byref variable will be forcibly initialized 263 | DECLARE_COMPLETION_ONSTACK(c); | ^ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_populate_ppi_partitions': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1994:35: note: byref variable will be forcibly initialized 1994 | struct irq_fwspec ppi_fwspec = { | ^~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1963:29: note: byref variable will be forcibly initialized 1963 | u32 cpu_phandle; | ^~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'partition_domain_translate': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1650:23: note: byref variable will be forcibly initialized 1650 | unsigned long ppi_intid; | ^~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1559:22: note: byref variable will be forcibly initialized 1559 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1558:25: note: byref variable will be forcibly initialized 1558 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_of_setup_kvm_info': /kisskb/src/drivers/irqchip/irq-gic-v3.c:2023:13: note: byref variable will be forcibly initialized 2023 | u32 gicv_idx; | ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:2022:25: note: byref variable will be forcibly initialized 2022 | struct resource r; | ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_of_init': /kisskb/src/drivers/irqchip/irq-gic-v3.c:2075:13: note: byref variable will be forcibly initialized 2075 | u32 nr_redist_regions; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:2074:13: note: byref variable will be forcibly initialized 2074 | u64 redist_stride; | ^~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:2073:25: note: byref variable will be forcibly initialized 2073 | struct resource res; | ^~~ 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:310:34: note: byref variable will be forcibly initialized 310 | &(struct rt_mutex_waiter){ .prio = __waiter_prio(p), .deadline = (p)->dl.deadline } | ^ /kisskb/src/kernel/locking/rtmutex.c:1033:45: note: in expansion of macro 'task_to_waiter' 1033 | if (!rt_mutex_steal(task_to_waiter(task), | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/gpio/gpio-adp5588.c:9: /kisskb/src/drivers/gpio/gpio-adp5588.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/kernel/locking/rtmutex.c:29, 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:1293:26: note: byref variable will be forcibly initialized 1293 | DEFINE_RT_WAKE_Q(wqh); | ^~~ /kisskb/src/kernel/locking/rtmutex_common.h:56:31: note: in definition of macro 'DEFINE_RT_WAKE_Q' 56 | struct rt_wake_q_head name = { \ | ^~~~ In file included from /kisskb/src/kernel/locking/rtmutex_api.c:9: /kisskb/src/kernel/locking/rtmutex_api.c: In function '__rt_mutex_slowlock_locked': /kisskb/src/kernel/locking/rtmutex.c:1618:32: note: byref variable will be forcibly initialized 1618 | struct rt_mutex_waiter waiter; | ^~~~~~ In file included from /kisskb/src/kernel/locking/rtmutex.c:29, from /kisskb/src/kernel/locking/rtmutex_api.c:9: /kisskb/src/kernel/locking/rtmutex_api.c: In function 'rt_mutex_futex_unlock': /kisskb/src/kernel/locking/rtmutex_api.c:190:26: note: byref variable will be forcibly initialized 190 | DEFINE_RT_WAKE_Q(wqh); | ^~~ /kisskb/src/kernel/locking/rtmutex_common.h:56:31: note: in definition of macro 'DEFINE_RT_WAKE_Q' 56 | struct rt_wake_q_head name = { \ | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:413, from /kisskb/src/mm/slab_common.c:33: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc_node': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kfree': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_cache_free': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:150:1: note: in expansion of macro 'TRACE_EVENT' 150 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:150:1: note: in expansion of macro 'TRACE_EVENT' 150 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:172:1: note: in expansion of macro 'TRACE_EVENT' 172 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free_batched': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:242:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 242 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/proc/root.c: In function 'proc_parse_hidepid_param': /kisskb/src/fs/proc/root.c:62:32: note: byref variable will be forcibly initialized 62 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_pcpu_drain': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:279:1: note: in expansion of macro 'TRACE_EVENT' 279 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ /kisskb/src/fs/proc/root.c: In function 'proc_parse_param': /kisskb/src/fs/proc/root.c:115:32: note: byref variable will be forcibly initialized 115 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc_extfrag': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ In file included from /kisskb/src/mm/slab_common.c:33: /kisskb/src/mm/slab_common.c: In function 'mm_ptr_to_hash': /kisskb/src/include/trace/events/kmem.h:350:23: note: byref variable will be forcibly initialized 350 | unsigned long hashval; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:413, from /kisskb/src/mm/slab_common.c:33: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_rss_stat': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:382:1: note: in expansion of macro 'TRACE_EVENT' 382 | 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:7, 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:419:19: note: byref variable will be forcibly initialized 419 | LIST_HEAD(to_destroy); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_derived_refclk_is_enabled': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:820:13: note: byref variable will be forcibly initialized 820 | int val; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_phy_on': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:579:13: note: byref variable will be forcibly initialized 579 | u32 val; | ^~~ /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:668:22: note: byref variable will be forcibly initialized 668 | unsigned int 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:727:14: note: byref variable will be forcibly initialized 727 | char clk_name[100]; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/dma-iommu.h:12, from /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c:9: /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_derived_refclk_register': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:840:14: note: byref variable will be forcibly initialized 840 | char clk_name[100]; | ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c: In function 'mbi_irq_gic_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c:45:27: note: byref variable will be forcibly initialized 45 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_get_optional': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:921:13: note: byref variable will be forcibly initialized 921 | u32 phy_type; | ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_phy_probe': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:1360:22: note: byref variable will be forcibly initialized 1360 | unsigned int id_value; | ^~~~~~~~ /kisskb/src/drivers/phy/broadcom/phy-bcm-sr-pcie.c: In function 'sr_paxc_phy_init': /kisskb/src/drivers/phy/broadcom/phy-bcm-sr-pcie.c:173:13: note: byref variable will be forcibly initialized 173 | u32 val; | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c: In function 'mbi_init': /kisskb/src/drivers/irqchip/irq-gic-v3-mbi.c:309:33: note: byref variable will be forcibly initialized 309 | struct resource res; | ^~~ /kisskb/src/drivers/phy/broadcom/phy-bcm-sr-pcie.c: In function 'pipemux_strap_read': /kisskb/src/drivers/phy/broadcom/phy-bcm-sr-pcie.c:122:13: note: byref variable will be forcibly initialized 122 | u32 pipemux; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/locking/spinlock_debug.c:9: /kisskb/src/kernel/locking/spinlock_debug.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/spinlock_debug.c: In function 'queued_write_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qrwlock.h:122:9: note: in expansion of macro 'smp_store_release' 122 | smp_store_release(&lock->wlocked, 0); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/mm/backing-dev.c:3: /kisskb/src/mm/backing-dev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/backing-dev.c: In function 'max_ratio_store': /kisskb/src/mm/backing-dev.c:187:22: note: byref variable will be forcibly initialized 187 | unsigned int ratio; | ^~~~~ /kisskb/src/mm/backing-dev.c: In function 'min_ratio_store': /kisskb/src/mm/backing-dev.c:168:22: note: byref variable will be forcibly initialized 168 | unsigned int ratio; | ^~~~~ /kisskb/src/mm/backing-dev.c: In function 'read_ahead_kb_store': /kisskb/src/mm/backing-dev.c:140:23: note: byref variable will be forcibly initialized 140 | unsigned long read_ahead_kb; | ^~~~~~~~~~~~~ In file included from /kisskb/src/lib/kunit/string-stream-test.c:9: /kisskb/src/lib/kunit/string-stream-test.c: In function 'string_stream_test_get_string': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:638:9: note: in expansion of macro 'KUNIT_ASSERTION' 638 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1200:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 1200 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1197:9: note: in expansion of macro 'KUNIT_ASSERT_STREQ_MSG' 1197 | KUNIT_ASSERT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/string-stream-test.c:39:9: note: in expansion of macro 'KUNIT_ASSERT_STREQ' 39 | KUNIT_ASSERT_STREQ(test, output, "Foo bar"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/string-stream-test.c: In function 'string_stream_test_not_empty_after_add': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/string-stream-test.c:27:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 27 | KUNIT_EXPECT_FALSE(test, string_stream_is_empty(stream)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/string-stream-test.c: In function 'string_stream_test_empty_on_creation': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/string-stream-test.c:18:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 18 | KUNIT_EXPECT_TRUE(test, string_stream_is_empty(stream)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/quota/quota_v1.c: In function 'v1_commit_dqblk': /kisskb/src/fs/quota/quota_v1.c:86:30: note: byref variable will be forcibly initialized 86 | struct v1_disk_dqblk dqblk; | ^~~~~ /kisskb/src/mm/backing-dev.c: In function 'bdi_debug_stats_show': /kisskb/src/mm/backing-dev.c:56:23: note: byref variable will be forcibly initialized 56 | unsigned long dirty_thresh; | ^~~~~~~~~~~~ /kisskb/src/mm/backing-dev.c:55:23: note: byref variable will be forcibly initialized 55 | unsigned long background_thresh; | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/quota/quota_v1.c: In function 'v1_write_file_info': /kisskb/src/fs/quota/quota_v1.c:189:30: 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:30: note: byref variable will be forcibly initialized 162 | 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:30: note: byref variable will be forcibly initialized 59 | 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:33: note: byref variable will be forcibly initialized 132 | struct v2_disk_dqheader dqhead; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-xgs-iproc.c: In function 'iproc_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-xgs-iproc.c:169:23: note: byref variable will be forcibly initialized 169 | unsigned long int_bits = 0; | ^~~~~~~~ /kisskb/src/mm/backing-dev.c: In function 'bdi_register_va': /kisskb/src/mm/backing-dev.c:867:25: note: byref variable will be forcibly initialized 867 | struct rb_node *parent, **p; | ^~~~~~ /kisskb/src/mm/backing-dev.c: In function 'bdi_register': /kisskb/src/mm/backing-dev.c:901:17: note: byref variable will be forcibly initialized 901 | va_list args; | ^~~~ /kisskb/src/drivers/gpio/gpio-xgs-iproc.c: In function 'iproc_gpio_probe': /kisskb/src/drivers/gpio/gpio-xgs-iproc.c:199:13: note: byref variable will be forcibly initialized 199 | u32 num_gpios; | ^~~~~~~~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_status_set_failure_test': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:485:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 485 | KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_FAILURE); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:483:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 483 | KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_SUCCESS); | ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:479:22: note: byref variable will be forcibly initialized 479 | struct kunit fake; | ^~~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_init_resources': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:139:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 139 | KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_init': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:403:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 403 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_test_no_catch': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:492:9: note: in expansion of macro 'KUNIT_ASSERTION' 492 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:512:9: note: in expansion of macro 'KUNIT_FAIL_ASSERTION' 512 | KUNIT_FAIL_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:29:9: note: in expansion of macro 'KUNIT_FAIL' 29 | KUNIT_FAIL(test, "Catch should not be called\n"); | ^~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_status_mark_skipped_test': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:638:9: note: in expansion of macro 'KUNIT_ASSERTION' 638 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 891 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:888:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 888 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:503:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 503 | KUNIT_EXPECT_STREQ(test, fake.status_comment, "Accepts format string: YES"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:502:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 502 | KUNIT_EXPECT_EQ(test, fake.status, (enum kunit_status)KUNIT_SKIPPED); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:638:9: note: in expansion of macro 'KUNIT_ASSERTION' 638 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 891 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:888:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 888 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:496:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 496 | KUNIT_EXPECT_STREQ(test, fake.status_comment, ""); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:495:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 495 | KUNIT_EXPECT_EQ(test, fake.status, KUNIT_SUCCESS); | ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:490:22: note: byref variable will be forcibly initialized 490 | struct kunit fake; | ^~~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_log_test': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:974:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 974 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:971:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG' 971 | KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:470:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 470 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:974:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 974 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:971:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG' 971 | KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:468:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 468 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:974:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 974 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:971:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG' 971 | KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:466:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 466 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:974:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 974 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:971:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG' 971 | KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:464:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 464 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:456:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 456 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, suite.log); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_try_catch_test_init': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:89:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 89 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx->try_catch); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:83:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 83 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_static': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:359:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 359 | KUNIT_EXPECT_TRUE(test, list_empty(&test->resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:744:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 744 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:741:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 741 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:355:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 355 | KUNIT_EXPECT_PTR_EQ(test, res.data, (void *)&ctx); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:352:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 352 | KUNIT_EXPECT_EQ(test, kunit_add_resource(test, NULL, NULL, &res, &ctx), | ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:350:31: note: byref variable will be forcibly initialized 350 | struct kunit_resource res; | ^~~ /kisskb/src/lib/kunit/kunit-test.c:349:44: note: byref variable will be forcibly initialized 349 | struct kunit_test_resource_context ctx; | ^~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_proper_free_ordering': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:344:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 344 | KUNIT_EXPECT_EQ(test, ctx->free_order[1], 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:343:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 343 | KUNIT_EXPECT_EQ(test, ctx->free_order[0], 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:332:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 332 | KUNIT_EXPECT_EQ(test, ctx->allocate_order[1], 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:331:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 331 | KUNIT_EXPECT_EQ(test, ctx->allocate_order[0], 2); | ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_cleanup_resources': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:244:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 244 | KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_alloc_resource': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:744:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 744 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:741:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 741 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:159:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 159 | KUNIT_EXPECT_PTR_EQ(test, free, res->free); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:158:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 158 | KUNIT_EXPECT_TRUE(test, list_is_last(&res->node, &ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:744:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 744 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:741:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 741 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:155:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 155 | KUNIT_EXPECT_PTR_EQ(test, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:154:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 154 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, res); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_named': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:395:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 395 | KUNIT_EXPECT_TRUE(test, list_empty(&test->resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:390:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 390 | KUNIT_EXPECT_EQ(test, kunit_destroy_named_resource(test, "resource_2"), | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:744:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 744 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:741:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 741 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:385:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 385 | KUNIT_EXPECT_PTR_EQ(test, found, &res1); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:378:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 378 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:373:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 373 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:744:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 744 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:741:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 741 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:371:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 371 | KUNIT_EXPECT_PTR_EQ(test, res1.data, (void *)&ctx); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:367:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 367 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:365:44: note: byref variable will be forcibly initialized 365 | struct kunit_test_resource_context ctx; | ^~~ /kisskb/src/lib/kunit/kunit-test.c:364:37: note: byref variable will be forcibly initialized 364 | struct kunit_resource res1, res2, *found = NULL; | ^~~~ /kisskb/src/lib/kunit/kunit-test.c:364:31: note: byref variable will be forcibly initialized 364 | struct kunit_resource res1, res2, *found = NULL; | ^~~~ In file included from /kisskb/src/lib/kunit/kunit-test.c:8: /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_destroy_resource': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:190:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 190 | KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:189:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 189 | KUNIT_EXPECT_FALSE(test, ctx->is_resource_initialized); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1017:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 1017 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1014:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE_MSG' 1014 | KUNIT_ASSERT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:184:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE' 184 | KUNIT_ASSERT_FALSE(test, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_resource_test_remove_resource': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:224:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 224 | KUNIT_EXPECT_FALSE(test, ctx->is_resource_initialized); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:220:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 220 | KUNIT_EXPECT_TRUE(test, ctx->is_resource_initialized); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:216:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 216 | KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:212:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 212 | KUNIT_EXPECT_TRUE(test, ctx->is_resource_initialized); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:210:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 210 | KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:204:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 204 | KUNIT_EXPECT_FALSE(test, list_empty(&ctx->test.resources)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_test_try_catch_unsuccessful_try_does_catch': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:75:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 75 | KUNIT_EXPECT_TRUE(test, ctx->function_called); | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c: In function 'kunit_test_try_catch_successful_try_no_catch': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-test.c:43:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 43 | KUNIT_EXPECT_TRUE(test, ctx->function_called); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_chunk_refresh_hint': /kisskb/src/mm/percpu.c:752:22: note: byref variable will be forcibly initialized 752 | int bit_off, bits; | ^~~~ /kisskb/src/mm/percpu.c:752:13: note: byref variable will be forcibly initialized 752 | int bit_off, bits; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/mm/percpu.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_find_block_fit': /kisskb/src/mm/percpu.c:1110:28: note: byref variable will be forcibly initialized 1110 | int bit_off, bits, next_off; | ^~~~~~~~ /kisskb/src/mm/percpu.c:1110:22: note: byref variable will be forcibly initialized 1110 | int bit_off, bits, next_off; | ^~~~ /kisskb/src/mm/percpu.c:1110:13: note: byref variable will be forcibly initialized 1110 | int bit_off, bits, next_off; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/percpu.h:137, from /kisskb/src/mm/percpu.c:98: /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_free_percpu': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu_fail': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:76:1: note: in expansion of macro 'TRACE_EVENT' 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_create_chunk': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:101:1: note: in expansion of macro 'TRACE_EVENT' 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_destroy_chunk': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its-platform-msi.c: In function 'of_pmsi_get_dev_id': /kisskb/src/drivers/irqchip/irq-gic-v3-its-platform-msi.c:24:40: note: byref variable will be forcibly initialized 24 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its-platform-msi.c: In function 'its_pmsi_prepare': /kisskb/src/drivers/irqchip/irq-gic-v3-its-platform-msi.c:50:13: note: byref variable will be forcibly initialized 50 | u32 dev_id; | ^~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_alloc_area': /kisskb/src/mm/percpu.c:1217:37: note: byref variable will be forcibly initialized 1217 | unsigned long area_off = 0, area_bits = 0; | ^~~~~~~~~ /kisskb/src/mm/percpu.c:1217:23: note: byref variable will be forcibly initialized 1217 | unsigned long area_off = 0, area_bits = 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c: In function 'pcpu_balance_free': /kisskb/src/mm/percpu.c:1988:19: note: byref variable will be forcibly initialized 1988 | LIST_HEAD(to_free); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_kf_seq_show': /kisskb/src/fs/sysfs/file.c:46:15: note: byref variable will be forcibly initialized 46 | char *buf; | ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_file_ns': /kisskb/src/fs/sysfs/file.c:349:16: note: byref variable will be forcibly initialized 349 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:348:16: note: byref variable will be forcibly initialized 348 | kuid_t uid; | ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_add_file_to_group': /kisskb/src/fs/sysfs/file.c:384:16: note: byref variable will be forcibly initialized 384 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:383:16: note: byref variable will be forcibly initialized 383 | kuid_t uid; | ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_chmod_file': /kisskb/src/fs/sysfs/file.c:417:22: note: byref variable will be forcibly initialized 417 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_bin_file': /kisskb/src/fs/sysfs/file.c:562:16: note: byref variable will be forcibly initialized 562 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:561:16: note: byref variable will be forcibly initialized 561 | kuid_t uid; | ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_emit': /kisskb/src/fs/sysfs/file.c:731:17: note: byref variable will be forcibly initialized 731 | va_list args; | ^~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_emit_at': /kisskb/src/fs/sysfs/file.c:759:17: note: byref variable will be forcibly initialized 759 | va_list args; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/fs/crypto/hooks.c:8: /kisskb/src/fs/crypto/hooks.c: In function 'fscrypt_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fscrypt.h:192:16: note: in expansion of macro 'smp_load_acquire' 192 | return smp_load_acquire(&inode->i_crypt_info); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rcu_sync.h:13, from /kisskb/src/kernel/rcu/sync.c:10: /kisskb/src/kernel/rcu/sync.c: In function 'rcu_sync_enter': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/sync.c:155:9: note: in expansion of macro 'wait_event' 155 | wait_event(rsp->gp_wait, READ_ONCE(rsp->gp_state) >= GP_PASSED); | ^~~~~~~~~~ /kisskb/src/fs/crypto/hooks.c: In function 'fscrypt_get_symlink': /kisskb/src/fs/crypto/hooks.c:317:34: note: byref variable will be forcibly initialized 317 | struct fscrypt_str cstr, pstr; | ^~~~ /kisskb/src/fs/crypto/hooks.c:317:28: note: byref variable will be forcibly initialized 317 | struct fscrypt_str cstr, pstr; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:35, from /kisskb/src/include/linux/fscrypt.h:16, from /kisskb/src/fs/crypto/fscrypt_private.h:14, from /kisskb/src/fs/crypto/hooks.c:10: /kisskb/src/fs/crypto/hooks.c: In function 'fscrypt_symlink_getattr': /kisskb/src/fs/crypto/hooks.c:413:29: note: byref variable will be forcibly initialized 413 | DEFINE_DELAYED_CALL(done); | ^~~~ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' 15 | #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} | ^~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getfmt': /kisskb/src/fs/quota/quota.c:109:15: 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:15: 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:15: note: byref variable will be forcibly initialized 326 | __u32 flags; | ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_rmxquota': /kisskb/src/fs/quota/quota.c:757:15: note: byref variable will be forcibly initialized 757 | __u32 flags; | ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getinfo': /kisskb/src/fs/quota/quota.c:123:26: note: byref variable will be forcibly initialized 123 | struct if_dqinfo uinfo; | ^~~~~ /kisskb/src/fs/quota/quota.c:121:25: note: byref variable will be forcibly initialized 121 | struct qc_state state; | ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_setinfo': /kisskb/src/fs/quota/quota.c:150:24: note: byref variable will be forcibly initialized 150 | struct qc_info qinfo; | ^~~~~ /kisskb/src/fs/quota/quota.c:149:26: note: byref variable will be forcibly initialized 149 | struct if_dqinfo info; | ^~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getstate': /kisskb/src/fs/quota/quota.c:357:25: note: byref variable will be forcibly initialized 357 | struct qc_state state; | ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getxstate': /kisskb/src/fs/quota/quota.c:436:30: note: byref variable will be forcibly initialized 436 | struct fs_quota_stat fqs; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getstatev': /kisskb/src/fs/quota/quota.c:455:25: note: byref variable will be forcibly initialized 455 | struct qc_state state; | ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getxstatev': /kisskb/src/fs/quota/quota.c:499:31: note: byref variable will be forcibly initialized 499 | struct fs_quota_statv fqs; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getquota': /kisskb/src/fs/quota/quota.c:206:25: note: byref variable will be forcibly initialized 206 | struct if_dqblk idq; | ^~~ /kisskb/src/fs/quota/quota.c:205:25: note: byref variable will be forcibly initialized 205 | struct qc_dqblk fdq; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_setquota': /kisskb/src/fs/quota/quota.c:291:25: note: byref variable will be forcibly initialized 291 | struct if_dqblk idq; | ^~~ /kisskb/src/fs/quota/quota.c:290:25: note: byref variable will be forcibly initialized 290 | struct qc_dqblk fdq; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getxquota': /kisskb/src/fs/quota/quota.c:709:25: note: byref variable will be forcibly initialized 709 | struct qc_dqblk qdq; | ^~~ /kisskb/src/fs/quota/quota.c:708:30: note: byref variable will be forcibly initialized 708 | struct fs_disk_quota fdq; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getnextquota': /kisskb/src/fs/quota/quota.c:242:29: note: byref variable will be forcibly initialized 242 | struct if_nextdqblk idq; | ^~~ /kisskb/src/fs/quota/quota.c:241:25: note: byref variable will be forcibly initialized 241 | struct qc_dqblk fdq; | ^~~ /kisskb/src/fs/quota/quota.c:240:21: note: byref variable will be forcibly initialized 240 | struct kqid qid; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_setxquota': /kisskb/src/fs/quota/quota.c:641:32: note: byref variable will be forcibly initialized 641 | struct qc_info qinfo; | ^~~~~ /kisskb/src/fs/quota/quota.c:628:25: note: byref variable will be forcibly initialized 628 | struct qc_dqblk qdq; | ^~~ /kisskb/src/fs/quota/quota.c:627:30: note: byref variable will be forcibly initialized 627 | struct fs_disk_quota fdq; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getnextxquota': /kisskb/src/fs/quota/quota.c:736:21: note: byref variable will be forcibly initialized 736 | struct kqid qid; | ^~~ /kisskb/src/fs/quota/quota.c:735:25: note: byref variable will be forcibly initialized 735 | struct qc_dqblk qdq; | ^~~ /kisskb/src/fs/quota/quota.c:734:30: note: byref variable will be forcibly initialized 734 | struct fs_disk_quota fdq; | ^~~ In file included from /kisskb/src/include/linux/compat.h:34, from /kisskb/src/arch/arm64/include/asm/ftrace.h:53, from /kisskb/src/include/linux/ftrace.h:23, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, 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/blkdev.h:9, from /kisskb/src/fs/quota/quota.c:13: /kisskb/src/fs/quota/quota.c: In function '__do_sys_quotactl': /kisskb/src/arch/arm64/include/asm/syscall_wrapper.h:67:28: note: byref variable will be forcibly initialized 67 | static inline long __do_sys##name(__MAP(x,__SC_DECL,__VA_ARGS__)) | ^~~~~~~~ /kisskb/src/include/linux/syscalls.h:228:9: 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:21: note: byref variable will be forcibly initialized 921 | struct path path, *pathp = NULL; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/compaction.h:345, from /kisskb/src/mm/compaction.c:51: /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_isolate_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/compaction.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/mm/compaction.c:11: /kisskb/src/mm/compaction.c: In function 'split_map_pages': /kisskb/src/mm/compaction.c:91:19: note: byref variable will be forcibly initialized 91 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/lib/kunit/kunit-example-test.c:9: /kisskb/src/lib/kunit/kunit-example-test.c: In function 'example_all_expect_macros_test': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:638:9: note: in expansion of macro 'KUNIT_ASSERTION' 638 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:912:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 912 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:909:9: note: in expansion of macro 'KUNIT_EXPECT_STRNEQ_MSG' 909 | KUNIT_EXPECT_STRNEQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:110:9: note: in expansion of macro 'KUNIT_EXPECT_STRNEQ' 110 | KUNIT_EXPECT_STRNEQ(test, "hi", "bye"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:638:9: note: in expansion of macro 'KUNIT_ASSERTION' 638 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 891 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:888:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 888 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:109:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 109 | KUNIT_EXPECT_STREQ(test, "hi", "hi"); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:954:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 954 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:949:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_NULL_MSG' 949 | KUNIT_EXPECT_NOT_NULL_MSG(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:106:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_NULL' 106 | KUNIT_EXPECT_NOT_NULL(test, test); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:104:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 104 | KUNIT_EXPECT_PTR_NE(test, test, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:974:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 974 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:971:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG' 971 | KUNIT_EXPECT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kunit/kunit-example-test.c:102:9: note: in expansion of macro 'KUNIT_EXPECT_NOT_ERR_OR_NULL' 102 | KUNIT_EXPECT_NOT_ERR_OR_NULL(test, test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'isolate_freepages_block': /kisskb/src/mm/compaction.c:553:14: note: byref variable will be forcibly initialized 553 | bool locked = false; | ^~~~~~ /kisskb/src/mm/compaction.c:552:23: note: byref variable will be forcibly initialized 552 | unsigned long flags = 0; | ^~~~~ /kisskb/src/mm/compaction.c: In function 'isolate_migratepages_block': /kisskb/src/mm/compaction.c:794:23: note: byref variable will be forcibly initialized 794 | unsigned long flags = 0; | ^~~~~ In file included from /kisskb/src/drivers/irqchip/irq-gic-v4.c:9: /kisskb/src/drivers/irqchip/irq-gic-v4.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/mm/compaction.c: In function 'isolate_freepages_range': /kisskb/src/mm/compaction.c:699:31: note: byref variable will be forcibly initialized 699 | 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:687:19: note: byref variable will be forcibly initialized 687 | LIST_HEAD(freelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v4.c: In function 'its_map_vlpi': /kisskb/src/drivers/irqchip/irq-gic-v4.c:314:29: note: byref variable will be forcibly initialized 314 | struct its_cmd_info info = { | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v4.c: In function 'its_get_vlpi': /kisskb/src/drivers/irqchip/irq-gic-v4.c:337:29: note: byref variable will be forcibly initialized 337 | struct its_cmd_info info = { | ^~~~ /kisskb/src/drivers/gpio/gpio-ftgpio010.c: In function 'ftgpio_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-ftgpio010.c:145:23: note: byref variable will be forcibly initialized 145 | unsigned long stat; | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-ftgpio010.c:13: /kisskb/src/drivers/gpio/gpio-ftgpio010.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/fs/proc/base.c:51: /kisskb/src/fs/proc/base.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_readlink': /kisskb/src/fs/proc/base.c:1792:21: note: byref variable will be forcibly initialized 1792 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/proc_fs.h:10, from /kisskb/src/fs/proc/base.c:55: /kisskb/src/fs/proc/base.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_get_link': /kisskb/src/fs/proc/base.c:1745:21: note: byref variable will be forcibly initialized 1745 | struct path path; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_fail_nth_write': /kisskb/src/fs/proc/base.c:1398:22: note: byref variable will be forcibly initialized 1398 | unsigned int n; | ^ /kisskb/src/fs/proc/base.c: In function 'proc_fail_nth_read': /kisskb/src/fs/proc/base.c:1417:14: note: byref variable will be forcibly initialized 1417 | char numbuf[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_fault_inject_read': /kisskb/src/fs/proc/base.c:1343:14: note: byref variable will be forcibly initialized 1343 | char buffer[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'oom_score_adj_read': /kisskb/src/fs/proc/base.c:1201:14: note: byref variable will be forcibly initialized 1201 | char buffer[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'oom_adj_read': /kisskb/src/fs/proc/base.c:1042:14: note: byref variable will be forcibly initialized 1042 | char buffer[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_fault_inject_write': /kisskb/src/fs/proc/base.c:1362:13: note: byref variable will be forcibly initialized 1362 | int make_it_fail; | ^~~~~~~~~~~~ /kisskb/src/fs/proc/base.c:1361:14: note: byref variable will be forcibly initialized 1361 | char buffer[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_wchan': /kisskb/src/fs/proc/base.c:389:14: note: byref variable will be forcibly initialized 389 | char symname[KSYM_NAME_LEN]; | ^~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'gic_check_reserved_range': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2197:13: note: byref variable will be forcibly initialized 2197 | u64 i; | ^ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2196:28: note: byref variable will be forcibly initialized 2196 | phys_addr_t start, end, addr_end; | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2196:21: note: byref variable will be forcibly initialized 2196 | phys_addr_t start, end, addr_end; | ^~~~~ /kisskb/src/fs/proc/base.c: In function 'get_mm_cmdline': /kisskb/src/fs/proc/base.c:260:21: note: byref variable will be forcibly initialized 260 | char *page, c; | ^ /kisskb/src/crypto/geniv.c: In function 'aead_geniv_alloc': /kisskb/src/crypto/geniv.c:49:13: note: byref variable will be forcibly initialized 49 | u32 mask; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_syscall': /kisskb/src/fs/proc/base.c:642:29: note: byref variable will be forcibly initialized 642 | struct syscall_info info; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'comm_write': /kisskb/src/fs/proc/base.c:1669:14: note: byref variable will be forcibly initialized 1669 | char buffer[TASK_COMM_LEN]; | ^~~~~~ /kisskb/src/fs/proc/generic.c: In function '__proc_create': /kisskb/src/fs/proc/generic.c:399:21: note: byref variable will be forcibly initialized 399 | struct qstr qstr; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'timens_offsets_write': /kisskb/src/fs/proc/generic.c:398:21: note: byref variable will be forcibly initialized 398 | const char *fn; | ^~ /kisskb/src/fs/proc/base.c:1600:22: note: byref variable will be forcibly initialized 1600 | char clock[10]; | ^~~~~ /kisskb/src/fs/proc/base.c:1581:35: note: byref variable will be forcibly initialized 1581 | struct proc_timens_offset offsets[2]; | ^~~~~~~ /kisskb/src/fs/proc/base.c: In function 'sched_autogroup_write': /kisskb/src/fs/proc/base.c:1513:13: note: byref variable will be forcibly initialized 1513 | int nice; | ^~~~ /kisskb/src/fs/proc/base.c:1512:14: note: byref variable will be forcibly initialized 1512 | char buffer[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_limits': /kisskb/src/fs/proc/base.c:601:23: note: byref variable will be forcibly initialized 601 | struct rlimit rlim[RLIM_NLIMITS]; | ^~~~ /kisskb/src/fs/proc/base.c:599:23: note: byref variable will be forcibly initialized 599 | unsigned long flags; | ^~~~~ /kisskb/src/fs/proc/base.c: In function 'dname_to_vma_addr': /kisskb/src/fs/proc/base.c:2107:34: note: byref variable will be forcibly initialized 2107 | unsigned long long sval, eval; | ^~~~ /kisskb/src/fs/proc/base.c:2107:28: note: byref variable will be forcibly initialized 2107 | unsigned long long sval, eval; | ^~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:7: /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/proc/base.c: In function 'map_files_get_link': /kisskb/src/fs/proc/base.c:2194:33: note: byref variable will be forcibly initialized 2194 | unsigned long vm_start, vm_end; | ^~~~~~ /kisskb/src/fs/proc/base.c:2194:23: note: byref variable will be forcibly initialized 2194 | unsigned long vm_start, vm_end; | ^~~~~~~~ /kisskb/src/fs/proc/generic.c: In function 'proc_create_mount_point': /kisskb/src/fs/proc/generic.c:528:38: note: byref variable will be forcibly initialized 528 | struct proc_dir_entry *ent, *parent = NULL; | ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'timerslack_ns_write': /kisskb/src/fs/proc/base.c:2546:13: note: byref variable will be forcibly initialized 2546 | u64 slack_ns; | ^~~~~~~~ /kisskb/src/fs/proc/generic.c: In function 'remove_proc_entry': /kisskb/src/fs/proc/generic.c:689:21: note: byref variable will be forcibly initialized 689 | const char *fn = name; | ^~ /kisskb/src/fs/proc/generic.c: In function 'remove_proc_subtree': /kisskb/src/fs/proc/generic.c:728:21: note: byref variable will be forcibly initialized 728 | const char *fn = name; | ^~ /kisskb/src/fs/proc/base.c: In function 'oom_score_adj_write': /kisskb/src/fs/proc/base.c:1217:13: note: byref variable will be forcibly initialized 1217 | int oom_score_adj; | ^~~~~~~~~~~~~ /kisskb/src/fs/proc/base.c:1216:14: note: byref variable will be forcibly initialized 1216 | char buffer[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_mapc': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1200:29: note: byref variable will be forcibly initialized 1200 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_invall': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1243:29: note: byref variable will be forcibly initialized 1243 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'oom_adj_write': /kisskb/src/fs/proc/base.c:1157:13: note: byref variable will be forcibly initialized 1157 | int oom_adj; | ^~~~~~~ /kisskb/src/fs/proc/base.c:1156:14: note: byref variable will be forcibly initialized 1156 | char buffer[PROC_NUMBUF]; | ^~~~~~ /kisskb/src/fs/proc/base.c: In function 'map_files_d_revalidate': /kisskb/src/fs/proc/base.c:2143:33: note: byref variable will be forcibly initialized 2143 | unsigned long vm_start, vm_end; | ^~~~~~ /kisskb/src/fs/proc/base.c:2143:23: note: byref variable will be forcibly initialized 2143 | unsigned long vm_start, vm_end; | ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_discard': /kisskb/src/fs/proc/base.c: In function 'proc_map_files_lookup': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1233:29: note: byref variable will be forcibly initialized 1233 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/fs/proc/base.c:2291:33: note: byref variable will be forcibly initialized 2291 | unsigned long vm_start, vm_end; | ^~~~~~ /kisskb/src/fs/proc/base.c:2291:23: note: byref variable will be forcibly initialized 2291 | unsigned long vm_start, vm_end; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/fs/proc/base.c:51: /kisskb/src/fs/proc/base.c: In function 'proc_fill_cache': /kisskb/src/fs/proc/base.c:2075:49: note: byref variable will be forcibly initialized 2075 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:32: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_mapti': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1210:29: note: byref variable will be forcibly initialized 1210 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_movi': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1222:29: note: byref variable will be forcibly initialized 1222 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_clear': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1169:29: note: byref variable will be forcibly initialized 1169 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_int': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1159:29: note: byref variable will be forcibly initialized 1159 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_map_files_readdir': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_inv': /kisskb/src/fs/proc/base.c:2413:22: note: byref variable will be forcibly initialized 2413 | char buf[4 * sizeof(long) + 2]; /* max: %lx-%lx\0 */ | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1179:29: note: byref variable will be forcibly initialized 1179 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_mapd': /kisskb/src/fs/proc/base.c:2350:41: note: byref variable will be forcibly initialized 2350 | GENRADIX(struct map_files_info) fa; | ^~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1189:29: note: byref variable will be forcibly initialized 1189 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_task_readdir': /kisskb/src/fs/proc/base.c:3856:22: note: byref variable will be forcibly initialized 3856 | char name[10 + 1]; | ^~~~ /kisskb/src/fs/proc/base.c: In function 'proc_pid_readdir': /kisskb/src/fs/proc/base.c:3512:22: note: byref variable will be forcibly initialized 3512 | char name[10 + 1]; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vmapp': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1280:29: note: byref variable will be forcibly initialized 1280 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_invdb': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1385:29: note: byref variable will be forcibly initialized 1385 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vinvall': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1335:29: note: byref variable will be forcibly initialized 1335 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vinv': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1343:29: note: byref variable will be forcibly initialized 1343 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vint': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1357:29: note: byref variable will be forcibly initialized 1357 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vclear': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1371:29: note: byref variable will be forcibly initialized 1371 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/fs/kernfs/inode.c: In function 'kernfs_vfs_user_xattr_add': /kisskb/src/fs/kernfs/inode.c:349:17: note: byref variable will be forcibly initialized 349 | ssize_t removed_size; | ^~~~~~~~~~~~ /kisskb/src/fs/kernfs/inode.c: In function 'kernfs_vfs_user_xattr_rm': /kisskb/src/fs/kernfs/inode.c:383:17: note: byref variable will be forcibly initialized 383 | ssize_t removed_size; | ^~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_create_device': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3370:13: note: byref variable will be forcibly initialized 3370 | int nr_lpis; | ^~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3369:13: note: byref variable will be forcibly initialized 3369 | int lpi_base; | ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_irq_gic_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3526:27: note: byref variable will be forcibly initialized 3526 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'direct_lpi_inv': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1438:23: note: byref variable will be forcibly initialized 1438 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_select_cpu': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1577:23: note: byref variable will be forcibly initialized 1577 | cpumask_var_t tmpmask; | ^~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:3553:25: note: byref variable will be forcibly initialized 3553 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/fs/sysfs/dir.c: In function 'sysfs_create_dir_ns': /kisskb/src/fs/sysfs/dir.c:44:16: note: byref variable will be forcibly initialized 44 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/dir.c:43:16: note: byref variable will be forcibly initialized 43 | kuid_t uid; | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'get_its_list': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:215:23: note: byref variable will be forcibly initialized 215 | unsigned long its_list = 0; | ^~~~~~~~ /kisskb/src/crypto/echainiv.c: In function 'echainiv_encrypt': /kisskb/src/crypto/echainiv.c:72:21: note: byref variable will be forcibly initialized 72 | u64 a; | ^ In file included from /kisskb/src/crypto/echainiv.c:18: /kisskb/src/include/crypto/skcipher.h:131:14: note: byref variable will be forcibly initialized 131 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/echainiv.c:45:17: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 45 | SYNC_SKCIPHER_REQUEST_ON_STACK(nreq, ctx->sknull); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/echainiv.c:31:16: note: byref variable will be forcibly initialized 31 | __be64 nseqno; | ^~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_configure_sgi': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:4176:29: note: byref variable will be forcibly initialized 4176 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vmovi': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1267:29: note: byref variable will be forcibly initialized 1267 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_send_vmapti': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:1253:29: note: byref variable will be forcibly initialized 1253 | struct its_cmd_desc desc; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_vpe_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:4474:19: note: byref variable will be forcibly initialized 4474 | int base, nr_ids, i, err = 0; | ^~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:4474:13: note: byref variable will be forcibly initialized 4474 | int base, nr_ids, i, err = 0; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_reset_one': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:5283:13: note: byref variable will be forcibly initialized 5283 | int err, i; | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_alloc_tables': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:2589:21: note: byref variable will be forcibly initialized 2589 | u32 order; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_probe_one': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:5011:13: note: byref variable will be forcibly initialized 5011 | int err; | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3-its.c: In function 'its_of_probe': /kisskb/src/drivers/irqchip/irq-gic-v3-its.c:5304:25: note: byref variable will be forcibly initialized 5304 | struct resource res; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/kernel/locking/qrwlock.c:9: /kisskb/src/kernel/locking/qrwlock.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qrwlock.c: In function 'queued_read_lock_slowpath': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' 28 | #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qrwlock.c:51:9: note: in expansion of macro 'atomic_cond_read_acquire' 51 | atomic_cond_read_acquire(&lock->cnts, !(VAL & _QW_LOCKED)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic.h:28:40: note: in expansion of macro 'smp_cond_load_acquire' 28 | #define atomic_cond_read_acquire(v, c) smp_cond_load_acquire(&(v)->counter, (c)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/qrwlock.c:33:17: note: in expansion of macro 'atomic_cond_read_acquire' 33 | atomic_cond_read_acquire(&lock->cnts, !(VAL & _QW_LOCKED)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chip': /kisskb/src/kernel/irq/chip.c:43:23: note: byref variable will be forcibly initialized 43 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_irq_type': /kisskb/src/kernel/irq/chip.c:67:23: note: byref variable will be forcibly initialized 67 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_handler_data': /kisskb/src/kernel/irq/chip.c:89:23: note: byref variable will be forcibly initialized 89 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_msi_desc_off': /kisskb/src/kernel/irq/chip.c:111:23: note: byref variable will be forcibly initialized 111 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chip_data': /kisskb/src/kernel/irq/chip.c:144:23: note: byref variable will be forcibly initialized 144 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_modify_status': /kisskb/src/kernel/irq/chip.c:1088:23: note: byref variable will be forcibly initialized 1088 | unsigned long flags, trigger, tmp; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function '__irq_set_handler': /kisskb/src/kernel/irq/chip.c:1049:23: 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:23: note: byref variable will be forcibly initialized 1064 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_unexport_child': /kisskb/src/drivers/pwm/sysfs.c:288:15: note: byref variable will be forcibly initialized 288 | char *pwm_prop[2]; | ^~~~~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'unexport_store': /kisskb/src/drivers/pwm/sysfs.c:343:22: note: byref variable will be forcibly initialized 343 | unsigned int hwpwm; | ^~~~~ /kisskb/src/fs/proc/fd.c: In function 'tid_fd_revalidate': /kisskb/src/fs/proc/fd.c:151:25: note: byref variable will be forcibly initialized 151 | fmode_t f_mode; | ^~~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'pwm_export_child': /kisskb/src/drivers/pwm/sysfs.c:244:15: note: byref variable will be forcibly initialized 244 | char *pwm_prop[2]; | ^~~~~~~~ /kisskb/src/fs/proc/fd.c: In function 'proc_readfd_common': /kisskb/src/fs/proc/fd.c:257:22: note: byref variable will be forcibly initialized 257 | char name[10 + 1]; | ^~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'capture_show': /kisskb/src/drivers/pwm/sysfs.c:208:28: note: byref variable will be forcibly initialized 208 | struct pwm_capture result; | ^~~~~~ /kisskb/src/fs/proc/fd.c:256:32: note: byref variable will be forcibly initialized 256 | struct fd_data data; | ^~~~ /kisskb/src/fs/proc/fd.c:245:22: note: byref variable will be forcibly initialized 245 | unsigned int fd; | ^~ /kisskb/src/drivers/pwm/sysfs.c: In function 'polarity_store': /kisskb/src/drivers/pwm/sysfs.c:184:26: note: byref variable will be forcibly initialized 184 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'enable_store': /kisskb/src/drivers/pwm/sysfs.c:125:13: note: byref variable will be forcibly initialized 125 | int val, ret; | ^~~ /kisskb/src/drivers/pwm/sysfs.c:124:26: note: byref variable will be forcibly initialized 124 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'duty_cycle_store': /kisskb/src/drivers/pwm/sysfs.c:90:13: note: byref variable will be forcibly initialized 90 | u64 val; | ^~~ /kisskb/src/drivers/pwm/sysfs.c:89:26: note: byref variable will be forcibly initialized 89 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'period_store': /kisskb/src/drivers/pwm/sysfs.c:55:13: note: byref variable will be forcibly initialized 55 | u64 val; | ^~~ /kisskb/src/drivers/pwm/sysfs.c:54:26: note: byref variable will be forcibly initialized 54 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'export_store': /kisskb/src/drivers/pwm/sysfs.c:316:22: note: byref variable will be forcibly initialized 316 | unsigned int hwpwm; | ^~~~~ /kisskb/src/drivers/pwm/sysfs.c: In function 'enable_show': /kisskb/src/drivers/pwm/sysfs.c:111:26: note: byref variable will be forcibly initialized 111 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/irqchip/irq-partition-percpu.c: In function 'partition_domain_alloc': /kisskb/src/drivers/irqchip/irq-partition-percpu.c:140:22: note: byref variable will be forcibly initialized 140 | unsigned int type; | ^~~~ /kisskb/src/drivers/irqchip/irq-partition-percpu.c:139:25: note: byref variable will be forcibly initialized 139 | irq_hw_number_t hwirq; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_gp_start': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:665:13: note: in expansion of macro 'smp_load_acquire' 665 | if (smp_load_acquire(&ssp->srcu_size_state) < SRCU_SIZE_WAIT_BARRIER) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function '__srcu_transition_to_big': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:310:9: note: in expansion of macro 'smp_store_release' 310 | smp_store_release(&ssp->srcu_size_state, SRCU_SIZE_ALLOC); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_transition_to_big': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:324:13: note: in expansion of macro 'smp_load_acquire' 324 | if (smp_load_acquire(&ssp->srcu_size_state) != SRCU_SIZE_SMALL) { | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:321:13: note: in expansion of macro 'smp_load_acquire' 321 | if (smp_load_acquire(&ssp->srcu_size_state) != SRCU_SIZE_SMALL) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/rcu/srcutree.c:26: /kisskb/src/kernel/rcu/srcutree.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_funnel_exp_start': /kisskb/src/kernel/rcu/srcutree.c:848:23: note: byref variable will be forcibly initialized 848 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_nodes': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:228:9: note: in expansion of macro 'smp_store_release' 228 | smp_store_release(&ssp->srcu_size_state, SRCU_SIZE_WAIT_BARRIER); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:169:13: note: byref variable will be forcibly initialized 169 | int levelspread[RCU_NUM_LVLS]; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_gp_end': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:834:25: note: in expansion of macro 'smp_store_release' 834 | smp_store_release(&ssp->srcu_size_state, ss_state + 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:775:20: note: in expansion of macro 'smp_load_acquire' 775 | ss_state = smp_load_acquire(&ssp->srcu_size_state); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_advance_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1482:29: note: in expansion of macro 'smp_load_acquire' 1482 | idx = rcu_seq_state(smp_load_acquire(&ssp->srcu_gp_seq)); /* ^^^ */ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_invoke_callbacks': /kisskb/src/kernel/rcu/srcutree.c:1540:27: note: byref variable will be forcibly initialized 1540 | struct rcu_cblist ready_cbs; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:268:9: note: in expansion of macro 'smp_store_release' 268 | smp_store_release(&ssp->srcu_gp_seq_needed, 0); /* Init done. */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'check_init_srcu_struct': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:397:28: note: in expansion of macro 'smp_load_acquire' 397 | if (!rcu_seq_state(smp_load_acquire(&ssp->srcu_gp_seq_needed))) /*^^^*/ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_funnel_gp_start': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:933:17: note: in expansion of macro 'smp_store_release' 933 | smp_store_release(&ssp->srcu_gp_seq_needed, s); /*^^^*/ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:893:13: note: in expansion of macro 'smp_load_acquire' 893 | if (smp_load_acquire(&ssp->srcu_size_state) < SRCU_SIZE_WAIT_BARRIER) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:885:23: note: byref variable will be forcibly initialized 885 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/irq/devres.c:2: /kisskb/src/kernel/irq/devres.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/devres.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/devres.c: In function 'devm_free_irq': /kisskb/src/kernel/irq/devres.c:141:27: note: byref variable will be forcibly initialized 141 | struct irq_devres match_data = { irq, dev_id }; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_gp_start_if_needed': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1094:20: note: in expansion of macro 'smp_load_acquire' 1094 | ss_state = smp_load_acquire(&ssp->srcu_size_state); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1083:23: note: byref variable will be forcibly initialized 1083 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function '__synchronize_srcu': /kisskb/src/kernel/rcu/srcutree.c:1200:32: note: byref variable will be forcibly initialized 1200 | struct rcu_synchronize rcu; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_barrier': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1431:13: note: in expansion of macro 'smp_load_acquire' 1431 | if (smp_load_acquire(&ssp->srcu_size_state) < SRCU_SIZE_WAIT_BARRIER) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpio/gpio-da9052.c:17: /kisskb/src/drivers/gpio/gpio-da9052.c: In function 'da9052_reg_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:107:13: note: byref variable will be forcibly initialized 107 | int val, ret; | ^~~ /kisskb/src/crypto/skcipher.c: In function 'skcipher_alloc_instance_simple': /kisskb/src/crypto/skcipher.c:932:13: note: byref variable will be forcibly initialized 932 | u32 mask; | ^~~~ /kisskb/src/crypto/ahash.c: In function 'ahash_notify_einprogress': /kisskb/src/crypto/ahash.c:278:37: note: byref variable will be forcibly initialized 278 | struct crypto_async_request oreq; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/kernel/rcu/rcuscale.c:15: /kisskb/src/kernel/rcu/rcuscale.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/rcu/rcuscale.c:15: /kisskb/src/kernel/rcu/rcuscale.c: In function 'kfree_scale_shutdown': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcuscale.c:760:9: note: in expansion of macro 'wait_event' 760 | wait_event(shutdown_wq, | ^~~~~~~~~~ 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:671:31: note: byref variable will be forcibly initialized 671 | DEFINE_TORTURE_RANDOM(tr); | ^~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c:14: /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/rcu/rcuscale.c:15: /kisskb/src/kernel/rcu/rcuscale.c: In function 'rcu_scale_shutdown': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcuscale.c:633:9: note: in expansion of macro 'wait_event' 633 | wait_event(shutdown_wq, | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c: In function 'mtk_eint_irq_release_resources': /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c:268:22: note: byref variable will be forcibly initialized 268 | unsigned int gpio_n; | ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c:267:27: note: byref variable will be forcibly initialized 267 | struct gpio_chip *gpio_c; | ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c: In function 'mtk_eint_irq_request_resources': /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c:238:22: note: byref variable will be forcibly initialized 238 | unsigned int gpio_n; | ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c:237:27: note: byref variable will be forcibly initialized 237 | struct gpio_chip *gpio_c; | ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c:14: /kisskb/src/drivers/pinctrl/mediatek/mtk-eint.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/mm/list_lru.c:9: /kisskb/src/mm/list_lru.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/generic-chip.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages_lockless': /kisskb/src/mm/gup.c:388:22: note: byref variable will be forcibly initialized 388 | unsigned int nr; | ^~ /kisskb/src/mm/gup.c: In function '__get_user_pages': /kisskb/src/mm/gup.c:1166:30: note: byref variable will be forcibly initialized 1166 | unsigned int foll_flags = gup_flags; | ^~~~~~~~~~ /kisskb/src/mm/gup.c:1146:32: note: byref variable will be forcibly initialized 1146 | struct vm_area_struct *vma = NULL; | ^~~ /kisskb/src/mm/gup.c: In function 'check_and_migrate_movable_pages': /kisskb/src/mm/gup.c:2034:49: note: byref variable will be forcibly initialized 2034 | struct migration_target_control mtc = { | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/mm/gup.c:5: /kisskb/src/mm/gup.c:1941:19: note: byref variable will be forcibly initialized 1941 | LIST_HEAD(movable_page_list); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/irqchip/irq-imx-gpcv2.c: In function 'imx_gpcv2_domain_alloc': /kisskb/src/drivers/irqchip/irq-imx-gpcv2.c:168:22: note: byref variable will be forcibly initialized 168 | unsigned int type; | ^~~~ /kisskb/src/drivers/irqchip/irq-imx-gpcv2.c:167:25: note: byref variable will be forcibly initialized 167 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/drivers/irqchip/irq-imx-gpcv2.c:166:27: note: byref variable will be forcibly initialized 166 | struct irq_fwspec parent_fwspec; | ^~~~~~~~~~~~~ /kisskb/src/mm/gup.c: In function 'lockless_pages_from_mm': /kisskb/src/mm/gup.c:2899:13: note: byref variable will be forcibly initialized 2899 | int nr_pinned = 0; | ^~~~~~~~~ /kisskb/src/mm/gup.c: In function 'unpin_user_page_range_dirty_lock': /kisskb/src/mm/gup.c:370:22: note: byref variable will be forcibly initialized 370 | unsigned int nr; | ^~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages': /kisskb/src/mm/gup.c:414:22: note: byref variable will be forcibly initialized 414 | unsigned int nr; | ^~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages_dirty_lock': /kisskb/src/mm/gup.c:304:22: note: byref variable will be forcibly initialized 304 | unsigned int nr; | ^~ /kisskb/src/mm/gup.c: In function '__mm_populate': /kisskb/src/mm/gup.c:1657:13: note: byref variable will be forcibly initialized 1657 | int locked = 0; | ^~~~~~ /kisskb/src/mm/gup.c: In function 'fault_in_safe_writeable': /kisskb/src/mm/gup.c:1836:14: note: byref variable will be forcibly initialized 1836 | bool unlocked = false; | ^~~~~~~~ /kisskb/src/mm/gup.c: In function 'get_user_pages_unlocked': /kisskb/src/mm/gup.c:2276:13: note: byref variable will be forcibly initialized 2276 | int locked = 1; | ^~~~~~ /kisskb/src/mm/gup.c: In function 'internal_get_user_pages_fast': /kisskb/src/mm/gup.c:2947:28: note: byref variable will be forcibly initialized 2947 | unsigned long len, end; | ^~~ /kisskb/src/drivers/irqchip/irq-mtk-cirq.c: In function 'mtk_cirq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mtk-cirq.c:136:27: note: byref variable will be forcibly initialized 136 | struct irq_fwspec parent_fwspec = *fwspec; | ^~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-mtk-cirq.c:134:22: note: byref variable will be forcibly initialized 134 | unsigned int type; | ^~~~ /kisskb/src/drivers/irqchip/irq-mtk-cirq.c:133:25: note: byref variable will be forcibly initialized 133 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c: In function 'mtk_sysirq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c:98:27: note: byref variable will be forcibly initialized 98 | struct irq_fwspec gic_fwspec = *fwspec; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c:7: /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c: In function 'mtk_sysirq_of_init': /kisskb/src/drivers/irqchip/irq-mtk-sysirq.c:166:33: note: byref variable will be forcibly initialized 166 | struct resource res; | ^~~ In file included from /kisskb/src/include/linux/phy/phy.h:15, from /kisskb/src/drivers/phy/mediatek/phy-mtk-xsphy.c:16: /kisskb/src/drivers/phy/mediatek/phy-mtk-xsphy.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/phy/mediatek/phy-mtk-xsphy.c: In function 'mtk_xsphy_probe': /kisskb/src/drivers/phy/mediatek/phy-mtk-xsphy.c:451:25: note: byref variable will be forcibly initialized 451 | struct resource res; | ^~~ /kisskb/src/fs/proc/array.c: In function 'task_cap': /kisskb/src/fs/proc/array.c:317:35: note: byref variable will be forcibly initialized 317 | cap_bset, cap_ambient; | ^~~~~~~~~~~ /kisskb/src/fs/proc/array.c:317:25: note: byref variable will be forcibly initialized 317 | cap_bset, cap_ambient; | ^~~~~~~~ /kisskb/src/fs/proc/array.c:316:54: note: byref variable will be forcibly initialized 316 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~ /kisskb/src/fs/proc/array.c:316:39: note: byref variable will be forcibly initialized 316 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~ /kisskb/src/fs/proc/array.c:316:22: note: byref variable will be forcibly initialized 316 | kernel_cap_t cap_inheritable, cap_permitted, cap_effective, | ^~~~~~~~~~~~~~~ /kisskb/src/fs/proc/array.c: In function 'proc_task_name': /kisskb/src/fs/proc/array.c:100:14: note: byref variable will be forcibly initialized 100 | char tcomm[64]; | ^~~~~ /kisskb/src/fs/proc/array.c: In function 'do_task_stat': /kisskb/src/fs/proc/array.c:475:23: note: byref variable will be forcibly initialized 475 | unsigned long flags; | ^~~~~ /kisskb/src/fs/proc/array.c:472:36: note: byref variable will be forcibly initialized 472 | u64 cutime, cstime, utime, stime; | ^~~~~ /kisskb/src/fs/proc/array.c:472:29: note: byref variable will be forcibly initialized 472 | u64 cutime, cstime, utime, stime; | ^~~~~ /kisskb/src/fs/proc/array.c:463:26: note: byref variable will be forcibly initialized 463 | sigset_t sigign, sigcatch; | ^~~~~~~~ /kisskb/src/fs/proc/array.c:463:18: note: byref variable will be forcibly initialized 463 | sigset_t sigign, sigcatch; | ^~~~~~ /kisskb/src/fs/proc/array.c: In function 'task_sig': /kisskb/src/fs/proc/array.c:264:56: note: byref variable will be forcibly initialized 264 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~ /kisskb/src/fs/proc/array.c:264:47: note: byref variable will be forcibly initialized 264 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ /kisskb/src/fs/proc/array.c:264:38: note: byref variable will be forcibly initialized 264 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ /kisskb/src/fs/proc/array.c:264:27: note: byref variable will be forcibly initialized 264 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~~~ /kisskb/src/fs/proc/array.c:264:18: note: byref variable will be forcibly initialized 264 | sigset_t pending, shpending, blocked, ignored, caught; | ^~~~~~~ /kisskb/src/fs/proc/array.c:263:23: note: byref variable will be forcibly initialized 263 | unsigned long flags; | ^~~~~ /kisskb/src/fs/proc/array.c: In function 'proc_pid_statm': /kisskb/src/fs/proc/array.c:674:31: note: byref variable will be forcibly initialized 674 | unsigned long data = 0; | ^~~~ /kisskb/src/fs/proc/array.c:673:31: note: byref variable will be forcibly initialized 673 | unsigned long text = 0; | ^~~~ /kisskb/src/fs/proc/array.c:672:31: note: byref variable will be forcibly initialized 672 | unsigned long shared = 0; | ^~~~~~ /kisskb/src/fs/proc/array.c:671:31: note: byref variable will be forcibly initialized 671 | unsigned long resident = 0; | ^~~~~~~~ /kisskb/src/mm/workingset.c: In function 'workingset_refault': /kisskb/src/mm/workingset.c:297:14: note: byref variable will be forcibly initialized 297 | bool workingset; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/locking/locktorture.c:15: /kisskb/src/kernel/locking/locktorture.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/locking/locktorture.c: In function 'torture_ww_mutex_lock': /kisskb/src/kernel/locking/locktorture.c:406:11: 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:19: note: byref variable will be forcibly initialized 402 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/kernel/locking/locktorture.c:30: /kisskb/src/kernel/locking/locktorture.c: In function 'lock_torture_reader': /kisskb/src/kernel/locking/locktorture.c:710:31: note: byref variable will be forcibly initialized 710 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/kernel/locking/locktorture.c: In function 'lock_torture_writer': /kisskb/src/kernel/locking/locktorture.c:671:31: note: byref variable will be forcibly initialized 671 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_disable_bias': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:266:27: note: byref variable will be forcibly initialized 266 | unsigned int reg, bit = 0; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:266:22: note: byref variable will be forcibly initialized 266 | unsigned int reg, bit = 0; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:265:28: note: byref variable will be forcibly initialized 265 | struct meson_bank *bank; | ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_enable_bias': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:285:27: note: byref variable will be forcibly initialized 285 | unsigned int reg, bit, val = 0; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:285:22: note: byref variable will be forcibly initialized 285 | unsigned int reg, bit, val = 0; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:284:28: note: byref variable will be forcibly initialized 284 | struct meson_bank *bank; | ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_set_drive_strength': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:313:27: note: byref variable will be forcibly initialized 313 | unsigned int reg, bit, ds_val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:313:22: note: byref variable will be forcibly initialized 313 | unsigned int reg, bit, ds_val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:312:28: note: byref variable will be forcibly initialized 312 | struct meson_bank *bank; | ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_set_gpio_bit': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:186:27: note: byref variable will be forcibly initialized 186 | unsigned int reg, bit; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:186:22: note: byref variable will be forcibly initialized 186 | unsigned int reg, bit; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:185:28: note: byref variable will be forcibly initialized 185 | struct meson_bank *bank; | ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get_pull': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:404:32: note: byref variable will be forcibly initialized 404 | unsigned int reg, bit, val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:404:27: note: byref variable will be forcibly initialized 404 | unsigned int reg, bit, val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:404:22: note: byref variable will be forcibly initialized 404 | unsigned int reg, bit, val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:403:28: note: byref variable will be forcibly initialized 403 | struct meson_bank *bank; | ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get_drive_strength': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:441:22: note: byref variable will be forcibly initialized 441 | unsigned int val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:440:27: note: byref variable will be forcibly initialized 440 | unsigned int reg, bit; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:440:22: note: byref variable will be forcibly initialized 440 | unsigned int reg, bit; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:439:28: note: byref variable will be forcibly initialized 439 | struct meson_bank *bank; | ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get_gpio_bit': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:203:32: note: byref variable will be forcibly initialized 203 | unsigned int reg, bit, val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:203:27: note: byref variable will be forcibly initialized 203 | unsigned int reg, bit, val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:203:22: note: byref variable will be forcibly initialized 203 | unsigned int reg, bit, val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:202:28: note: byref variable will be forcibly initialized 202 | struct meson_bank *bank; | ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:482:13: note: byref variable will be forcibly initialized 482 | u16 arg; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_map_resource': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:644:25: note: byref variable will be forcibly initialized 644 | struct resource res; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_gpio_get': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:592:28: note: byref variable will be forcibly initialized 592 | struct meson_bank *bank; | ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:591:32: note: byref variable will be forcibly initialized 591 | unsigned int reg, bit, val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:591:27: note: byref variable will be forcibly initialized 591 | unsigned int reg, bit, val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:591:22: note: byref variable will be forcibly initialized 591 | unsigned int reg, bit, val; | ^~~ /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_path_from_node_locked': /kisskb/src/fs/kernfs/dir.c:134:20: note: byref variable will be forcibly initialized 134 | const char parent_str[] = "/.."; | ^~~~~~~~~~ /kisskb/src/fs/kernfs/dir.c: In function '__kernfs_new_node': /kisskb/src/fs/kernfs/dir.c:620:30: note: byref variable will be forcibly initialized 620 | struct iattr iattr = { | ^~~~~ /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_walk_ns': /kisskb/src/fs/kernfs/dir.c:830:15: note: byref variable will be forcibly initialized 830 | 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/kernfs/dir.c:484:9: note: in expansion of macro 'wait_event' 484 | wait_event(root->deactivate_waitq, | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-lp87565.c: In function 'lp87565_gpio_get': /kisskb/src/drivers/gpio/gpio-lp87565.c:24:18: note: byref variable will be forcibly initialized 24 | int ret, val; | ^~~ /kisskb/src/drivers/gpio/gpio-lp87565.c: In function 'lp87565_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-lp87565.c:46:18: note: byref variable will be forcibly initialized 46 | int ret, val; | ^~~ /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_remove_self': /kisskb/src/fs/kernfs/dir.c:1535:29: note: byref variable will be forcibly initialized 1535 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/kernfs/dir.c:1535:17: note: in expansion of macro 'DEFINE_WAIT' 1535 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/fs/proc/consoles.c: In function 'show_console_dev': /kisskb/src/fs/proc/consoles.c:35:21: note: byref variable will be forcibly initialized 35 | int index; | ^~~~~ /kisskb/src/fs/proc/consoles.c:28:14: note: byref variable will be forcibly initialized 28 | char flags[ARRAY_SIZE(con_flags) + 1]; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmap_lock.h:87, from /kisskb/src/mm/mmap_lock.c:3: /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock_acquire_returned': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/fs/sysfs/group.c: In function 'internal_create_group': /kisskb/src/fs/sysfs/group.c:112:16: note: byref variable will be forcibly initialized 112 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/group.c:111:16: note: byref variable will be forcibly initialized 111 | kuid_t uid; | ^~~ /kisskb/src/fs/sysfs/group.c: In function 'sysfs_merge_group': /kisskb/src/fs/sysfs/group.c:330:16: note: byref variable will be forcibly initialized 330 | kgid_t gid; | ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/skcipher.h:12, from /kisskb/src/fs/crypto/keyring.c:21: /kisskb/src/fs/crypto/keyring.c: In function 'key_read_state': /kisskb/src/fs/sysfs/group.c:329:16: note: byref variable will be forcibly initialized 329 | kuid_t uid; | ^~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'find_master_key_user': /kisskb/src/fs/crypto/keyring.c:279:14: note: byref variable will be forcibly initialized 279 | char description[FSCRYPT_MK_USER_DESCRIPTION_SIZE]; | ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/skcipher.h:12, from /kisskb/src/fs/crypto/keyring.c:21: /kisskb/src/fs/crypto/keyring.c: In function 'allocate_filesystem_keyring': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c:221:9: note: in expansion of macro 'smp_store_release' 221 | smp_store_release(&sb->s_master_keys, keyring); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c:202:14: 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:14: 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:14: 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:14: note: byref variable will be forcibly initialized 339 | char description[FSCRYPT_MK_DESCRIPTION_SIZE]; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/random.h:9, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:43, from /kisskb/src/include/asm-generic/qrwlock.h:18, from ./arch/arm64/include/generated/asm/qrwlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:9, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/skcipher.h:12, from /kisskb/src/fs/crypto/keyring.c:21: /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_get_test_dummy_secret': /kisskb/src/include/linux/once.h:44:39: note: byref variable will be forcibly initialized 44 | unsigned long ___flags; \ | ^~~~~~~~ /kisskb/src/include/linux/once.h:56:9: note: in expansion of macro 'DO_ONCE' 56 | DO_ONCE(get_random_bytes, (buf), (nbytes)) | ^~~~~~~ /kisskb/src/fs/crypto/keyring.c:696:9: note: in expansion of macro 'get_random_once' 696 | get_random_once(test_key, FSCRYPT_MAX_KEY_SIZE); | ^~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'check_for_busy_inodes': /kisskb/src/fs/crypto/keyring.c:856:14: note: byref variable will be forcibly initialized 856 | char ino_str[50] = ""; | ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/skcipher.h:12, from /kisskb/src/fs/crypto/keyring.c:21: /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_find_master_key': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c:247:19: note: in expansion of macro 'smp_load_acquire' 247 | keyring = smp_load_acquire(&sb->s_master_keys); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c:239:14: note: byref variable will be forcibly initialized 239 | char description[FSCRYPT_MK_DESCRIPTION_SIZE]; | ^~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'do_remove_key': /kisskb/src/fs/crypto/keyring.c:955:39: note: byref variable will be forcibly initialized 955 | struct fscrypt_remove_key_arg arg; | ^~~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_ioctl_add_key': /kisskb/src/fs/crypto/keyring.c:636:42: note: byref variable will be forcibly initialized 636 | struct fscrypt_master_key_secret secret; | ^~~~~~ /kisskb/src/fs/crypto/keyring.c:635:36: note: byref variable will be forcibly initialized 635 | struct fscrypt_add_key_arg arg; | ^~~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_get_test_dummy_key_identifier': /kisskb/src/fs/crypto/keyring.c:706:42: note: byref variable will be forcibly initialized 706 | struct fscrypt_master_key_secret secret; | ^~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_add_test_dummy_key': /kisskb/src/fs/crypto/keyring.c:739:42: note: byref variable will be forcibly initialized 739 | struct fscrypt_master_key_secret secret; | ^~~~~~ /kisskb/src/fs/crypto/keyring.c:738:38: note: byref variable will be forcibly initialized 738 | struct fscrypt_key_specifier key_spec; | ^~~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_verify_key_added': /kisskb/src/fs/crypto/keyring.c:773:38: note: byref variable will be forcibly initialized 773 | struct fscrypt_key_specifier mk_spec; | ^~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_ioctl_get_key_status': /kisskb/src/fs/crypto/keyring.c:1087:43: note: byref variable will be forcibly initialized 1087 | struct fscrypt_get_key_status_arg arg; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinmux_gpio_request_enable': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:330:23: note: byref variable will be forcibly initialized 330 | unsigned long config; | ^~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinmux_set': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:302:23: note: byref variable will be forcibly initialized 302 | unsigned long config; | ^~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinconf_group_dbg_show': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:210:23: note: byref variable will be forcibly initialized 210 | unsigned long config; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:9: /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinctrl_dt_node_to_map': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:412:21: note: byref variable will be forcibly initialized 412 | const char *function; | ^~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:9: /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_pinctrl_build_functions': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:505:22: note: byref variable will be forcibly initialized 505 | int num = 0, funcsize = pctl->desc.npins; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c: In function 'mvebu_regmap_mpp_ctrl_get': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-mvebu.c:797:22: note: byref variable will be forcibly initialized 797 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/irq_sim.h:12, from /kisskb/src/kernel/irq/irq_sim.c:8: /kisskb/src/kernel/irq/irq_sim.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/phy/marvell/phy-armada38x-comphy.c: In function 'a38x_comphy_probe': /kisskb/src/drivers/phy/marvell/phy-armada38x-comphy.c:219:21: note: byref variable will be forcibly initialized 219 | u32 val; | ^~~ /kisskb/src/drivers/gpio/gpio-max732x.c: In function 'max732x_gpio_get_value': /kisskb/src/drivers/gpio/gpio-max732x.c:197:17: note: byref variable will be forcibly initialized 197 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-max732x.c: In function 'max732x_irq_pending': /kisskb/src/drivers/gpio/gpio-max732x.c:448:18: note: byref variable will be forcibly initialized 448 | uint16_t status; | ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/gpio/gpio-max732x.c:17: /kisskb/src/drivers/gpio/gpio-max732x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/fs/kernfs/file.c: In function 'kernfs_notify_workfn': /kisskb/src/fs/kernfs/file.c:934:29: note: byref variable will be forcibly initialized 934 | struct qstr name; | ^~~~ /kisskb/src/drivers/gpio/gpio-max77650.c: In function 'max77650_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-max77650.c:97:22: 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:22: note: byref variable will be forcibly initialized 83 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, 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/kernfs/file.c:10: /kisskb/src/fs/kernfs/file.c: In function 'kernfs_unlink_open_file': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/kernfs/file.c:642:17: note: in expansion of macro 'rcu_assign_pointer' 642 | rcu_assign_pointer(kn->attr.open, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/kernfs/file.c: In function 'kernfs_get_open_node': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/kernfs/file.c:604:17: note: in expansion of macro 'rcu_assign_pointer' 604 | rcu_assign_pointer(kn->attr.open, new_on); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'mtk_gpio_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:836:22: note: byref variable will be forcibly initialized 836 | unsigned int read_val = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'mtk_gpio_get_direction': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:815:22: note: byref variable will be forcibly initialized 815 | unsigned int read_val = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:813:22: note: byref variable will be forcibly initialized 813 | unsigned int reg_addr; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'mtk_pmx_gpio_set_direction': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:71:22: note: byref variable will be forcibly initialized 71 | unsigned int reg_addr; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'mtk_pctrl_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:519:22: note: byref variable will be forcibly initialized 519 | unsigned int num_configs; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:518:24: note: byref variable will be forcibly initialized 518 | unsigned long *configs; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:516:13: note: byref variable will be forcibly initialized 516 | u32 pinfunc, pin, func; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'mtk_pctrl_dt_node_to_map': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:612:18: note: byref variable will be forcibly initialized 612 | unsigned reserved_maps; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:9: /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c:9: /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/crypto/rsa.c: In function 'rsa_enc': /kisskb/src/crypto/rsa.c:99:13: note: byref variable will be forcibly initialized 99 | int sign; | ^~~~ /kisskb/src/crypto/rsa.c: In function 'rsa_dec': /kisskb/src/crypto/rsa.c:138:13: note: byref variable will be forcibly initialized 138 | int sign; | ^~~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, 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_domain_set_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:525:17: note: in expansion of macro 'rcu_assign_pointer' 525 | rcu_assign_pointer(domain->revmap[hwirq], irq_data); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_clear_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:510:17: note: in expansion of macro 'rcu_assign_pointer' 510 | rcu_assign_pointer(domain->revmap[hwirq], NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_fix_revmap': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:1522:17: note: in expansion of macro 'rcu_assign_pointer' 1522 | rcu_assign_pointer(d->domain->revmap[d->hwirq], d); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_xlate_twocell': /kisskb/src/kernel/irq/irqdomain.c:967:27: note: byref variable will be forcibly initialized 967 | struct irq_fwspec fwspec; | ^~~~~~ 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/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_fwspec_mapping': /kisskb/src/kernel/irq/irqdomain.c:765:22: note: byref variable will be forcibly initialized 765 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/kernel/irq/irqdomain.c:764:25: 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:27: note: byref variable will be forcibly initialized 853 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/drivers/phy/mediatek/phy-mtk-hdmi.c: In function 'mtk_hdmi_phy_probe': /kisskb/src/drivers/phy/mediatek/phy-mtk-hdmi.c:104:21: note: byref variable will be forcibly initialized 104 | const char *ref_clk_name; | ^~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-imx27.c: In function 'pwm_imx27_apply': /kisskb/src/drivers/pwm/pwm-imx27.c:220:26: note: byref variable will be forcibly initialized 220 | struct pwm_state cstate; | ^~~~~~ /kisskb/src/crypto/shash.c: In function 'shash_update_unaligned': /kisskb/src/crypto/shash.c:103:12: note: byref variable will be forcibly initialized 103 | u8 ubuf[MAX_ALGAPI_ALIGNMASK * 2]; | ^~~~ /kisskb/src/crypto/shash.c: In function 'shash_final_unaligned': /kisskb/src/crypto/shash.c:145:12: note: byref variable will be forcibly initialized 145 | u8 ubuf[MAX_ALGAPI_ALIGNMASK + HASH_MAX_DIGESTSIZE]; | ^~~~ /kisskb/src/kernel/irq/proc.c: In function 'write_irq_affinity': /kisskb/src/kernel/irq/proc.c:141:23: note: byref variable will be forcibly initialized 141 | cpumask_var_t new_value; | ^~~~~~~~~ /kisskb/src/kernel/irq/proc.c: In function 'irq_affinity_hint_proc_show': /kisskb/src/kernel/irq/proc.c:87:23: note: byref variable will be forcibly initialized 87 | cpumask_var_t mask; | ^~~~ /kisskb/src/kernel/irq/proc.c: In function 'default_affinity_write': /kisskb/src/kernel/irq/proc.c:238:23: note: byref variable will be forcibly initialized 238 | cpumask_var_t new_value; | ^~~~~~~~~ /kisskb/src/kernel/irq/proc.c: In function 'register_handler_proc': /kisskb/src/kernel/irq/proc.c:321:14: note: byref variable will be forcibly initialized 321 | char name [MAX_NAMELEN]; | ^~~~ /kisskb/src/kernel/irq/proc.c: In function 'register_irq_proc': /kisskb/src/kernel/irq/proc.c:342:14: note: byref variable will be forcibly initialized 342 | char name [MAX_NAMELEN]; | ^~~~ /kisskb/src/kernel/irq/proc.c: In function 'unregister_irq_proc': 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:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/crypto/shash.c:224:9: 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:33: note: byref variable will be forcibly initialized 269 | struct crypto_hash_walk walk; | ^~~~ /kisskb/src/kernel/irq/proc.c:395:14: note: byref variable will be forcibly initialized 395 | char name [MAX_NAMELEN]; | ^~~~ /kisskb/src/crypto/shash.c: In function 'shash_ahash_finup': /kisskb/src/crypto/shash.c:292:33: note: byref variable will be forcibly initialized 292 | struct crypto_hash_walk walk; | ^~~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_get_max_link_speed': /kisskb/src/drivers/pci/of.c:621:13: note: byref variable will be forcibly initialized 621 | u32 max_link_speed; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_get_slot_power_limit': /kisskb/src/drivers/pci/of.c:651:13: note: byref variable will be forcibly initialized 651 | u32 slot_power_limit_mw; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-mvebu-gicp.c: In function 'gicp_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mvebu-gicp.c:84:27: note: byref variable will be forcibly initialized 84 | struct irq_fwspec fwspec; | ^~~~~~ In file included from /kisskb/src/include/linux/of_platform.h:9, from /kisskb/src/drivers/irqchip/irq-mvebu-gicp.c:17: /kisskb/src/drivers/irqchip/irq-mvebu-gicp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/mm/memory.c: In function 'remove_device_exclusive_entry': /kisskb/src/mm/memory.c:3617:35: note: byref variable will be forcibly initialized 3617 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'wp_page_copy': /kisskb/src/mm/memory.c:3099:35: note: byref variable will be forcibly initialized 3099 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'zap_pte_range': /kisskb/src/mm/memory.c:1409:13: note: byref variable will be forcibly initialized 1409 | int rss[NR_MM_COUNTERS]; | ^~~ /kisskb/src/mm/memory.c: In function 'zap_page_range_single': /kisskb/src/mm/memory.c:1774:27: note: byref variable will be forcibly initialized 1774 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/memory.c:1773:35: note: byref variable will be forcibly initialized 1773 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'unmap_vmas': /kisskb/src/mm/memory.c:1720:35: note: byref variable will be forcibly initialized 1720 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'zap_page_range': /kisskb/src/mm/memory.c:1747:27: note: byref variable will be forcibly initialized 1747 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/memory.c:1746:35: note: byref variable will be forcibly initialized 1746 | struct mmu_notifier_range range; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/mm/mincore.c:11: /kisskb/src/mm/mincore.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/memory.c: In function 'follow_pfn': /kisskb/src/mm/memory.c:5320:16: note: byref variable will be forcibly initialized 5320 | pte_t *ptep; | ^~~~ /kisskb/src/mm/memory.c:5319:21: note: byref variable will be forcibly initialized 5319 | spinlock_t *ptl; | ^~~ /kisskb/src/mm/memory.c: In function 'follow_phys': /kisskb/src/mm/memory.c:5341:21: note: byref variable will be forcibly initialized 5341 | spinlock_t *ptl; | ^~~ /kisskb/src/mm/memory.c:5340:16: note: byref variable will be forcibly initialized 5340 | pte_t *ptep, pte; | ^~~~ /kisskb/src/mm/memory.c: In function 'generic_access_phys': /kisskb/src/mm/memory.c:5382:21: note: byref variable will be forcibly initialized 5382 | spinlock_t *ptl; | ^~~ /kisskb/src/mm/memory.c:5381:16: note: byref variable will be forcibly initialized 5381 | pte_t *ptep, pte; | ^~~~ /kisskb/src/mm/memory.c: In function '__access_remote_vm': /kisskb/src/mm/memory.c:5446:30: note: byref variable will be forcibly initialized 5446 | struct page *page = NULL; | ^~~~ /kisskb/src/mm/memory.c:5435:32: note: byref variable will be forcibly initialized 5435 | struct vm_area_struct *vma; | ^~~ /kisskb/src/kernel/rcu/rcu_segcblist.c: In function 'rcu_segcblist_merge': /kisskb/src/kernel/rcu/rcu_segcblist.c:611:27: note: byref variable will be forcibly initialized 611 | struct rcu_cblist pendcbs; | ^~~~~~~ /kisskb/src/kernel/rcu/rcu_segcblist.c:610:27: note: byref variable will be forcibly initialized 610 | struct rcu_cblist donecbs; | ^~~~~~~ /kisskb/src/mm/memory.c: In function 'copy_user_huge_page': /kisskb/src/mm/memory.c:5710:33: note: byref variable will be forcibly initialized 5710 | struct copy_subpage_arg arg = { | ^~~ /kisskb/src/mm/memory.c: In function '__pte_alloc': /kisskb/src/mm/memory.c:468:19: note: byref variable will be forcibly initialized 468 | pgtable_t new = pte_alloc_one(mm); | ^~~ /kisskb/src/mm/memory.c: In function 'copy_pte_range': /kisskb/src/mm/memory.c:1030:22: note: byref variable will be forcibly initialized 1030 | struct page *prealloc = NULL; | ^~~~~~~~ /kisskb/src/mm/memory.c:1028:13: note: byref variable will be forcibly initialized 1028 | int rss[NR_MM_COUNTERS]; | ^~~ /kisskb/src/mm/memory.c: In function 'copy_page_range': /kisskb/src/mm/memory.c:1280:35: note: byref variable will be forcibly initialized 1280 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'insert_page': /kisskb/src/mm/memory.c:1874:21: note: byref variable will be forcibly initialized 1874 | spinlock_t *ptl; | ^~~ /kisskb/src/mm/memory.c: In function 'insert_pfn': /kisskb/src/mm/memory.c:2137:21: note: byref variable will be forcibly initialized 2137 | spinlock_t *ptl; | ^~~ /kisskb/src/mm/memory.c: In function '__apply_to_page_range': /kisskb/src/mm/memory.c:2765:24: note: byref variable will be forcibly initialized 2765 | pgtbl_mod_mask mask = 0; | ^~~~ /kisskb/src/drivers/irqchip/irq-mvebu-icu.c: In function 'mvebu_icu_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mvebu-icu.c:200:23: note: byref variable will be forcibly initialized 200 | unsigned long hwirq; | ^~~~~ /kisskb/src/mm/mlock.c: In function 'apply_vma_lock_flags': /kisskb/src/mm/mlock.c:472:38: note: byref variable will be forcibly initialized 472 | struct vm_area_struct *vma, *prev; | ^~~~ /kisskb/src/mm/mlock.c: In function 'apply_mlockall_flags': /kisskb/src/mm/mlock.c:662:38: note: byref variable will be forcibly initialized 662 | struct vm_area_struct *vma, *prev = NULL; | ^~~~ In file included from /kisskb/src/drivers/gpio/gpio-mxc.c:16: /kisskb/src/drivers/gpio/gpio-mxc.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_write_level_mask': /kisskb/src/drivers/gpio/gpio-mvebu.c:277:22: note: byref variable will be forcibly initialized 277 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:276:24: note: byref variable will be forcibly initialized 276 | struct regmap *map; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/kernel/irq/msi.c:12: /kisskb/src/kernel/irq/msi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_write_edge_cause': /kisskb/src/drivers/gpio/gpio-mvebu.c:177:22: note: byref variable will be forcibly initialized 177 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:176:24: note: byref variable will be forcibly initialized 176 | struct regmap *map; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_write_edge_mask': /kisskb/src/drivers/gpio/gpio-mvebu.c:227:22: note: byref variable will be forcibly initialized 227 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:226:24: note: byref variable will be forcibly initialized 226 | struct regmap *map; | ^~~ /kisskb/src/kernel/irq/msi.c: In function 'msi_domain_deactivate': /kisskb/src/kernel/irq/msi.c:524:24: note: byref variable will be forcibly initialized 524 | 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_read_level_mask': /kisskb/src/drivers/gpio/gpio-mvebu.c:265:13: note: byref variable will be forcibly initialized 265 | u32 val; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:264:22: note: byref variable will be forcibly initialized 264 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:263:24: note: byref variable will be forcibly initialized 263 | struct regmap *map; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_read_edge_cause': /kisskb/src/drivers/gpio/gpio-mvebu.c:165:13: note: byref variable will be forcibly initialized 165 | u32 val; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:164:22: note: byref variable will be forcibly initialized 164 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:163:24: note: byref variable will be forcibly initialized 163 | struct regmap *map; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_read_edge_mask': /kisskb/src/drivers/gpio/gpio-mvebu.c:215:13: note: byref variable will be forcibly initialized 215 | u32 val; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:214:22: note: byref variable will be forcibly initialized 214 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:213:24: note: byref variable will be forcibly initialized 213 | struct regmap *map; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_pwm_get_state': /kisskb/src/drivers/gpio/gpio-mvebu.c:668:13: note: byref variable will be forcibly initialized 668 | u32 u; | ^ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/gpio/gpio-mvebu.c:36: /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-mvebu.c:588:29: note: byref variable will be forcibly initialized 588 | u32 polarity; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:562:26: note: byref variable will be forcibly initialized 562 | u32 cause, type, data_in, level_mask, edge_cause, edge_mask; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_irq_set_type': /kisskb/src/drivers/gpio/gpio-mvebu.c:534:30: note: byref variable will be forcibly initialized 534 | u32 data_in, in_pol, val; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:534:21: note: byref variable will be forcibly initialized 534 | u32 data_in, in_pol, val; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:500:13: note: byref variable will be forcibly initialized 500 | u32 u; | ^ /kisskb/src/kernel/irq/msi.c: In function 'msi_free_msi_descs_range': /kisskb/src/kernel/irq/msi.c:153:23: note: byref variable will be forcibly initialized 153 | unsigned long idx; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_get': /kisskb/src/drivers/gpio/gpio-mvebu.c:316:30: note: byref variable will be forcibly initialized 316 | u32 data_in, in_pol; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:316:21: note: byref variable will be forcibly initialized 316 | u32 data_in, in_pol; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:311:13: note: byref variable will be forcibly initialized 311 | u32 u; | ^ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-mvebu.c:384:13: note: byref variable will be forcibly initialized 384 | u32 u; | ^ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_dbg_show': /kisskb/src/drivers/gpio/gpio-mvebu.c:886:42: note: byref variable will be forcibly initialized 886 | u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:886:34: note: byref variable will be forcibly initialized 886 | u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:886:27: note: byref variable will be forcibly initialized 886 | u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; | ^~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:886:18: note: byref variable will be forcibly initialized 886 | u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c:886:13: note: byref variable will be forcibly initialized 886 | u32 out, io_conf, blink, in_pol, data_in, cause, edg_msk, lvl_msk; | ^~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_pwm_probe': /kisskb/src/drivers/gpio/gpio-mvebu.c:790:13: note: byref variable will be forcibly initialized 790 | u32 offset; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mvebu.c: In function 'mvebu_gpio_probe': /kisskb/src/drivers/gpio/gpio-mvebu.c:1122:22: note: byref variable will be forcibly initialized 1122 | unsigned int ngpios; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/affinity.c: In function '__irq_build_affinity_masks': /kisskb/src/kernel/irq/affinity.c:258:20: note: byref variable will be forcibly initialized 258 | nodemask_t nodemsk = NODE_MASK_NONE; | ^~~~~~~ /kisskb/src/kernel/irq/affinity.c: In function 'irq_build_affinity_masks': /kisskb/src/kernel/irq/affinity.c:345:29: note: byref variable will be forcibly initialized 345 | cpumask_var_t nmsk, npresmsk; | ^~~~~~~~ /kisskb/src/kernel/irq/affinity.c:345:23: note: byref variable will be forcibly initialized 345 | cpumask_var_t nmsk, npresmsk; | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'pcf857x_irq': /kisskb/src/drivers/gpio/gpio-pcf857x.c:171:23: note: byref variable will be forcibly initialized 171 | unsigned long change, i, status; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'i2c_write_le16': /kisskb/src/drivers/gpio/gpio-pcf857x.c:102:12: note: byref variable will be forcibly initialized 102 | 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:111:12: note: byref variable will be forcibly initialized 111 | u8 buf[2]; | ^~~ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'pcf857x_probe': /kisskb/src/drivers/gpio/gpio-pcf857x.c:256:41: note: byref variable will be forcibly initialized 256 | unsigned int n_latch = 0; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmap.h:48, from /kisskb/src/mm/mmap.c:58: /kisskb/src/mm/mmap.c: In function 'trace_event_raw_event_vm_unmapped_area': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vm_unmapped_area, | ^~~~~~~~~~~ /kisskb/src/fs/proc/loadavg.c: In function 'loadavg_proc_show': /kisskb/src/fs/proc/loadavg.c:15:23: note: byref variable will be forcibly initialized 15 | unsigned long avnrun[3]; | ^~~~~~ /kisskb/src/mm/mmap.c: In function 'unmap_region': /kisskb/src/mm/mmap.c:2617:27: note: byref variable will be forcibly initialized 2617 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/mmap.c: In function 'cmdline_parse_stack_guard_gap': /kisskb/src/mm/mmap.c:2521:15: note: byref variable will be forcibly initialized 2521 | char *endptr; | ^~~~~~ /kisskb/src/mm/mmap.c: In function '__insert_vm_struct': /kisskb/src/mm/mmap.c:673:36: note: byref variable will be forcibly initialized 673 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:673:26: note: byref variable will be forcibly initialized 673 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:672:32: note: byref variable will be forcibly initialized 672 | struct vm_area_struct *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'generic_get_unmapped_area': /kisskb/src/mm/mmap.c:2105:38: note: byref variable will be forcibly initialized 2105 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/mm/mmap.c:2104:38: note: byref variable will be forcibly initialized 2104 | struct vm_area_struct *vma, *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'generic_get_unmapped_area_topdown': /kisskb/src/mm/mmap.c:2153:38: note: byref variable will be forcibly initialized 2153 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/mm/mmap.c:2151:38: note: byref variable will be forcibly initialized 2151 | struct vm_area_struct *vma, *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'exit_mmap': /kisskb/src/mm/mmap.c:3077:27: note: byref variable will be forcibly initialized 3077 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/mmap.c: In function 'insert_vm_struct': /kisskb/src/mm/mmap.c:3139:36: note: byref variable will be forcibly initialized 3139 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:3139:26: note: byref variable will be forcibly initialized 3139 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:3138:32: note: byref variable will be forcibly initialized 3138 | struct vm_area_struct *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'copy_vma': /kisskb/src/mm/mmap.c:3181:36: note: byref variable will be forcibly initialized 3181 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:3181:26: note: byref variable will be forcibly initialized 3181 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:3180:42: note: byref variable will be forcibly initialized 3180 | struct vm_area_struct *new_vma, *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'do_brk_flags': /kisskb/src/mm/mmap.c:2977:36: note: byref variable will be forcibly initialized 2977 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:2977:26: note: byref variable will be forcibly initialized 2977 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:2976:38: note: byref variable will be forcibly initialized 2976 | 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:7, 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:3047:19: note: byref variable will be forcibly initialized 3047 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mmap.c: In function '__do_sys_brk': /kisskb/src/mm/mmap.c:161:19: note: byref variable will be forcibly initialized 161 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mmap.c: In function '__vm_munmap': /kisskb/src/mm/mmap.c:2854:19: note: byref variable will be forcibly initialized 2854 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mmap.c: In function 'mmap_region': /kisskb/src/mm/mmap.c:1688:36: note: byref variable will be forcibly initialized 1688 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:1688:26: note: byref variable will be forcibly initialized 1688 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:1686:38: note: byref variable will be forcibly initialized 1686 | struct vm_area_struct *vma, *prev, *merge; | ^~~~ /kisskb/src/mm/mmap.c: In function '__do_sys_remap_file_pages': /kisskb/src/mm/mmap.c:2897:23: note: byref variable will be forcibly initialized 2897 | unsigned long populate = 0; | ^~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_check_gp_kthread_expired_fqs_timer': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_stall.h:535:20: note: in expansion of macro 'smp_load_acquire' 535 | gp_state = smp_load_acquire(&rcu_state.gp_state); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'param_set_first_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:463:15: note: byref variable will be forcibly initialized 463 | ulong j; | ^ /kisskb/src/kernel/rcu/tree.c: In function 'param_set_next_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:475:15: note: byref variable will be forcibly initialized 475 | ulong j; | ^ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'sync_exp_reset_tree_hotplug': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:81:21: note: in expansion of macro 'smp_load_acquire' 81 | int ncpus = smp_load_acquire(&rcu_state.ncpus); /* Order vs. locking. */ | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4628: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_boost_kthread_setaffinity': /kisskb/src/kernel/rcu/tree_plugin.h:1228:23: note: byref variable will be forcibly initialized 1228 | cpumask_var_t cm; | ^~ In file included from /kisskb/src/kernel/rcu/tree.c:4625: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_check_gp_kthread_starvation': /kisskb/src/kernel/rcu/tree_stall.h:494:23: note: byref variable will be forcibly initialized 494 | unsigned long j; | ^ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8qm-lvds-phy.c: In function 'mixel_lvds_phy_power_on': /kisskb/src/drivers/phy/freescale/phy-fsl-imx8qm-lvds-phy.c:85:13: note: byref variable will be forcibly initialized 85 | u32 locked; | ^~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4628: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_spawn_one_boost_kthread': /kisskb/src/kernel/rcu/tree_plugin.h:1192:28: note: byref variable will be forcibly initialized 1192 | struct sched_param sp; | ^~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_cpu_kthread_setup': /kisskb/src/kernel/rcu/tree_plugin.h:1006:28: note: byref variable will be forcibly initialized 1006 | struct sched_param sp; | ^~ In file included from /kisskb/src/kernel/rcu/tree.c:4626: /kisskb/src/kernel/rcu/tree.c: In function '__sync_rcu_exp_select_node_cpus': /kisskb/src/kernel/rcu/tree_exp.h:344:23: note: byref variable will be forcibly initialized 344 | unsigned long mask_ofl_ipi; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/lib/math/prime_numbers.c:4: /kisskb/src/lib/math/prime_numbers.c: In function 'free_primes': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/prime_numbers.c:168:17: note: in expansion of macro 'rcu_assign_pointer' 168 | rcu_assign_pointer(primes, &small_primes); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/prime_numbers.c: In function 'expand_to_next_prime': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/prime_numbers.c:152:9: note: in expansion of macro 'rcu_assign_pointer' 152 | rcu_assign_pointer(primes, new); | ^~~~~~~~~~~~~~~~~~ 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 'nocb_gp_sleep': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:207:9: note: in expansion of macro '___swait_event' 207 | ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:214:25: note: in expansion of macro '__swait_event_interruptible' 214 | __ret = __swait_event_interruptible(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:590:9: note: in expansion of macro 'swait_event_interruptible_exclusive' 590 | swait_event_interruptible_exclusive(my_rdp->nocb_gp_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/skcipher.h:12, from /kisskb/src/fs/crypto/keysetup.c:11: /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fscrypt.h:192:16: note: in expansion of macro 'smp_load_acquire' 192 | return smp_load_acquire(&inode->i_crypt_info); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_is_key_prepared': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/fscrypt_private.h:401:16: note: in expansion of macro 'smp_load_acquire' 401 | return smp_load_acquire(&prep_key->tfm) != NULL; | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited_wait_once': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:194:9: note: in expansion of macro '___swait_event' 194 | ___swait_event(wq, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:202:25: note: in expansion of macro '__swait_event_timeout' 202 | __ret = __swait_event_timeout(wq, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:571:13: note: in expansion of macro 'swait_event_timeout_exclusive' 571 | t = swait_event_timeout_exclusive(rcu_state.expedited_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_start_exp_gp_kworkers': /kisskb/src/kernel/rcu/tree.c:4224:28: note: byref variable will be forcibly initialized 4224 | struct sched_param param = { .sched_priority = kthread_prio }; | ^~~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_prepare_key': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c:153:9: note: in expansion of macro 'smp_store_release' 153 | smp_store_release(&prep_key->tfm, tfm); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'setup_per_mode_enc_key': /kisskb/src/fs/crypto/keysetup.c:182:12: note: byref variable will be forcibly initialized 182 | u8 hkdf_info[sizeof(mode_num) + sizeof(sb->s_uuid)]; | ^~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c:181:12: note: byref variable will be forcibly initialized 181 | u8 mode_key[FSCRYPT_MAX_KEY_SIZE]; | ^~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/skcipher.h:12, from /kisskb/src/fs/crypto/keysetup.c:11: /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_setup_iv_ino_lblk_32_key': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c:300:17: note: in expansion of macro 'smp_store_release' 300 | smp_store_release(&mk->mk_ino_hash_key_initialized, true); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c:287:14: note: in expansion of macro 'smp_load_acquire' 287 | if (!smp_load_acquire(&mk->mk_ino_hash_key_initialized)) { | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_setup_v2_file_key': /kisskb/src/fs/crypto/keysetup.c:348:20: note: byref variable will be forcibly initialized 348 | u8 derived_key[FSCRYPT_MAX_KEY_SIZE]; | ^~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'setup_file_encryption_key': /kisskb/src/fs/crypto/keysetup.c:428:38: note: byref variable will be forcibly initialized 428 | struct fscrypt_key_specifier mk_spec; | ^~~~~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_setup_encryption_info': /kisskb/src/fs/crypto/keysetup.c:535:21: note: byref variable will be forcibly initialized 535 | struct key *master_key = NULL; | ^~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_get_encryption_info': /kisskb/src/fs/crypto/keysetup.c:619:30: note: byref variable will be forcibly initialized 619 | union fscrypt_policy policy; | ^~~~~~ /kisskb/src/fs/crypto/keysetup.c:618:31: note: byref variable will be forcibly initialized 618 | union fscrypt_context ctx; | ^~~ /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_prepare_new_inode': /kisskb/src/fs/crypto/keysetup.c:684:12: note: byref variable will be forcibly initialized 684 | u8 nonce[FSCRYPT_FILE_NONCE_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/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'exp_funnel_lock': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:315:25: note: in expansion of macro 'wait_event' 315 | wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], | ^~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_init_one': /kisskb/src/kernel/rcu/tree.c:4332:13: note: byref variable will be forcibly initialized 4332 | int levelspread[RCU_NUM_LVLS]; /* kids/node in each level. */ | ^~~~~~~~~~~ /kisskb/src/drivers/phy/hisilicon/phy-hi3670-pcie.c: In function 'hi3670_pcie_phy_oe_enable': /kisskb/src/drivers/phy/hisilicon/phy-hi3670-pcie.c:204:13: note: byref variable will be forcibly initialized 204 | u32 val; | ^~~ /kisskb/src/drivers/phy/hisilicon/phy-hi3670-pcie.c: In function 'hi3670_pcie_oe_ctrl': /kisskb/src/drivers/phy/hisilicon/phy-hi3670-pcie.c:405:22: note: byref variable will be forcibly initialized 405 | unsigned int val; | ^~~ /kisskb/src/drivers/phy/hisilicon/phy-hi3670-pcie.c: In function 'hi3670_pcie_ioref_gt': /kisskb/src/drivers/phy/hisilicon/phy-hi3670-pcie.c:431:22: note: byref variable will be forcibly initialized 431 | unsigned int val; | ^~~ /kisskb/src/drivers/phy/hisilicon/phy-hi3670-pcie.c: In function 'hi3670_pcie_phyref_gt': /kisskb/src/drivers/phy/hisilicon/phy-hi3670-pcie.c:388:22: note: byref variable will be forcibly initialized 388 | unsigned int val; | ^~~ /kisskb/src/drivers/phy/hisilicon/phy-hi3670-pcie.c: In function 'hi3670_pcie_natural_cfg': /kisskb/src/drivers/phy/hisilicon/phy-hi3670-pcie.c:280:13: note: byref variable will be forcibly initialized 280 | u32 val; | ^~~ /kisskb/src/drivers/phy/hisilicon/phy-hi3670-pcie.c: In function 'hi3670_pcie_noc_power': /kisskb/src/drivers/phy/hisilicon/phy-hi3670-pcie.c:528:22: note: byref variable will be forcibly initialized 528 | unsigned int val = NOC_PW_MASK; | ^~~ /kisskb/src/drivers/phy/hisilicon/phy-hi3670-pcie.c: In function 'hi3670_pcie_phy_power_on': /kisskb/src/drivers/phy/hisilicon/phy-hi3670-pcie.c:663:13: note: byref variable will be forcibly initialized 663 | int val, ret; | ^~~ /kisskb/src/drivers/gpio/gpio-syscon.c: In function 'syscon_gpio_get': /kisskb/src/drivers/gpio/gpio-syscon.c:60:22: note: byref variable will be forcibly initialized 60 | unsigned int val, offs; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/fscache/cache.c:10: /kisskb/src/fs/fscache/cache.c: In function 'fscache_cache_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/internal.h:33:16: note: in expansion of macro 'smp_load_acquire' 33 | return smp_load_acquire(&cache->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cache.c: In function 'fscache_set_cache_state': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/internal.h:44:9: note: in expansion of macro 'smp_store_release' 44 | smp_store_release(&cache->state, new_state); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cache.c: In function 'fscache_get_cache_maybe': /kisskb/src/fs/fscache/cache.c:48:13: note: byref variable will be forcibly initialized 48 | int ref; | ^~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_hw_read_cross_field': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:180:22: note: byref variable will be forcibly initialized 180 | int nbits_l, nbits_h, h, l; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:180:13: note: byref variable will be forcibly initialized 180 | int nbits_l, nbits_h, h, l; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_hw_write_cross_field': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:166:22: note: byref variable will be forcibly initialized 166 | int nbits_l, nbits_h; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:166:13: note: byref variable will be forcibly initialized 166 | int nbits_l, nbits_h; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_hw_set_value': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:195:30: note: byref variable will be forcibly initialized 195 | struct mtk_pin_field pf; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_set_rsel': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:710:18: note: byref variable will be forcibly initialized 710 | int err, rsel_val; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_hw_get_value': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:218:30: note: byref variable will be forcibly initialized 218 | struct mtk_pin_field pf; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_xt_get_gpio_state': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:307:13: note: byref variable will be forcibly initialized 307 | int value, err; | ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:306:22: note: byref variable will be forcibly initialized 306 | unsigned int gpio_n; | ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:305:27: note: byref variable will be forcibly initialized 305 | struct gpio_chip *gpio_chip; | ^~~~~~~~~ /kisskb/src/fs/fscache/cache.c: In function 'fscache_put_cache': /kisskb/src/fs/fscache/cache.c:184:13: note: byref variable will be forcibly initialized 184 | int ref; | ^~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_get_rsel': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:807:21: note: byref variable will be forcibly initialized 807 | int pu, pd, rsel, err; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:807:17: note: byref variable will be forcibly initialized 807 | int pu, pd, rsel, err; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:807:13: note: byref variable will be forcibly initialized 807 | int pu, pd, rsel, err; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_get_pu_pd': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:849:22: note: byref variable will be forcibly initialized 849 | int err, pu, pd; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:849:18: note: byref variable will be forcibly initialized 849 | int err, pu, pd; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_get_pupd_r1_r0': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:895:22: note: byref variable will be forcibly initialized 895 | int err, r0, r1; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:895:18: note: byref variable will be forcibly initialized 895 | int err, r0, r1; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_xt_set_gpio_as_eint': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:327:22: note: byref variable will be forcibly initialized 327 | unsigned int gpio_n; | ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:326:27: note: byref variable will be forcibly initialized 326 | struct gpio_chip *gpio_chip; | ^~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_disable_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:436:16: note: byref variable will be forcibly initialized 436 | int v, v2; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:436:13: note: byref variable will be forcibly initialized 436 | int v, v2; | ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:479:23: note: byref variable will be forcibly initialized 479 | int reg, err, v; | ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_disable_get_rev1': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:508:13: note: byref variable will be forcibly initialized 508 | int v, err; | ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_bias_get_rev1': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:547:18: note: byref variable will be forcibly initialized 547 | int err, v; | ^ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fscache.h:17, from /kisskb/src/include/linux/fscache-cache.h:17, from /kisskb/src/fs/fscache/internal.h:15, from /kisskb/src/fs/fscache/cache.c:11: /kisskb/src/fs/fscache/cache.c: In function 'fscache_withdraw_cache': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cache.c:368:9: note: in expansion of macro 'wait_var_event' 368 | wait_var_event(&cache->n_accesses, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_drive_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:998:24: note: byref variable will be forcibly initialized 998 | int err, val1, val2; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:998:18: note: byref variable will be forcibly initialized 998 | int err, val1, val2; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_drive_get_rev1': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1045:18: note: byref variable will be forcibly initialized 1045 | int err, val1; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_adv_pull_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1120:16: note: byref variable will be forcibly initialized 1120 | u32 t, t2; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1120:13: note: byref variable will be forcibly initialized 1120 | u32 t, t2; | ^ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c: In function 'mtk_pinconf_adv_drive_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1189:21: note: byref variable will be forcibly initialized 1189 | u32 en, e0, e1; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1189:17: note: byref variable will be forcibly initialized 1189 | u32 en, e0, e1; | ^~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c:1189:13: note: byref variable will be forcibly initialized 1189 | u32 en, e0, e1; | ^~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_do_flush_bypass': /kisskb/src/kernel/rcu/tree_nocb.h:301:27: note: byref variable will be forcibly initialized 301 | struct rcu_cblist rcl; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_barrier_entrain': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3750:9: note: in expansion of macro 'smp_store_release' 3750 | smp_store_release(&rdp->barrier_seq_snap, gseq); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_pipe_update_one': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:427:17: note: in expansion of macro 'smp_store_release' 427 | smp_store_release(&rtrcp->rtc_ready, 1); // Pair with smp_load_acquire(). | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_fqs_loop': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:255:9: note: in expansion of macro '___swait_event' 255 | ___swait_event(wq, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:282:25: note: in expansion of macro '__swait_event_idle_timeout' 282 | __ret = __swait_event_idle_timeout(wq, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1657:23: note: in expansion of macro 'swait_event_idle_timeout_exclusive' 1657 | (void)swait_event_idle_timeout_exclusive(rcu_state.gp_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1629:13: note: byref variable will be forcibly initialized 1629 | int gf = 0; | ^~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcutorture_booster_cleanup': /kisskb/src/kernel/rcu/rcutorture.c:2127:29: note: byref variable will be forcibly initialized 2127 | struct task_struct *t; | ^ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_boost_failed': /kisskb/src/kernel/rcu/rcutorture.c:974:13: note: byref variable will be forcibly initialized 974 | int cpu; | ^~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_boost': /kisskb/src/kernel/rcu/rcutorture.c:1021:23: note: byref variable will be forcibly initialized 1021 | unsigned long gp_state_time; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_reader_do_mbchk': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1528:9: note: in expansion of macro 'smp_store_release' 1528 | smp_store_release(&rtrcp_assigner->rtc_chkrdr, -1); // Assigner can again assign. | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1527:9: note: in expansion of macro 'smp_store_release' 1527 | smp_store_release(&rtrcp->rtc_assigner, NULL); // Someone else can assign us work. | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1515:33: note: in expansion of macro 'smp_load_acquire' 1515 | if (!rtrcp_assigner || !smp_load_acquire(&rtrcp_assigner->rtc_ready)) | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1503:14: note: in expansion of macro 'smp_load_acquire' 1503 | !smp_load_acquire(&rtrcp_chker->rtc_assigner)) { // Pairs with smp_store_release below. | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1501:13: note: in expansion of macro 'smp_load_acquire' 1501 | smp_load_acquire(&rtrcp->rtc_chkrdr) < 0 && // Pairs with smp_store_release below. | ^~~~~~~~~~~~~~~~ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_verify_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:516:37: note: byref variable will be forcibly initialized 516 | struct crypto_async_request async_req; | ^~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree.c: In function 'show_rcu_nocb_state': /kisskb/src/kernel/rcu/tree_nocb.h:1463:14: note: byref variable will be forcibly initialized 1463 | char bufr[20]; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/rcu/rcutorture.c:18: /kisskb/src/kernel/rcu/rcutorture.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_decrypt_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:335:37: note: byref variable will be forcibly initialized 335 | struct crypto_async_request async_req; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/netfs.h:18, from /kisskb/src/fs/netfs/internal.h:8, from /kisskb/src/fs/netfs/buffered_read.c:10: /kisskb/src/fs/netfs/buffered_read.c: In function 'netfs_rreq_unlock_folios': /kisskb/src/fs/netfs/buffered_read.c:25:18: note: byref variable will be forcibly initialized 25 | XA_STATE(xas, &rreq->mapping->i_pages, start_page); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/kernel/rcu/tree_nocb.h:1462:14: note: byref variable will be forcibly initialized 1462 | char bufw[20]; | ^~~~ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_encrypt_sign_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:217:37: note: byref variable will be forcibly initialized 217 | struct crypto_async_request async_req; | ^~~~~~~~~ /kisskb/src/fs/netfs/buffered_read.c: In function 'netfs_write_begin': /kisskb/src/fs/netfs/buffered_read.c:337:23: note: byref variable will be forcibly initialized 337 | struct folio *folio; | ^~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_nocb_toggle': /kisskb/src/kernel/rcu/rcutorture.c:1870:17: note: byref variable will be forcibly initialized 1870 | ktime_t toggle_delay; | ^~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42: /kisskb/src/kernel/rcu/rcutorture.c:1869:31: note: byref variable will be forcibly initialized 1869 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4625: /kisskb/src/kernel/rcu/tree.c: In function 'print_cpu_stall_info': /kisskb/src/kernel/rcu/tree_stall.h:451:14: note: byref variable will be forcibly initialized 451 | char buf[32]; | ^~~ /kisskb/src/kernel/rcu/tree_stall.h:450:23: note: byref variable will be forcibly initialized 450 | unsigned long j; | ^ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_create': /kisskb/src/crypto/rsa-pkcs1pad.c:603:13: note: byref variable will be forcibly initialized 603 | u32 mask; | ^~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_print_task_stall': /kisskb/src/kernel/rcu/tree_stall.h:292:34: note: byref variable will be forcibly initialized 292 | struct rcu_stall_chk_rdr rscr; | ^~~~ 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:32: 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:9: 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:807:9: note: in expansion of macro 'synchronize_rcu_mult' 807 | synchronize_rcu_mult(call_rcu_tasks, call_rcu); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:25: note: byref variable will be forcibly initialized 26 | call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ | ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:51:9: 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:807:9: note: in expansion of macro 'synchronize_rcu_mult' 807 | synchronize_rcu_mult(call_rcu_tasks, call_rcu); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_cleanup': /kisskb/src/kernel/rcu/tree.c:1717:23: note: byref variable will be forcibly initialized 1717 | unsigned long new_gp_seq; | ^~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_one_read': /kisskb/src/kernel/rcu/rcutorture.c:1725:13: note: byref variable will be forcibly initialized 1725 | int readstate = 0; | ^~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_reader': /kisskb/src/kernel/rcu/rcutorture.c:1828:27: note: byref variable will be forcibly initialized 1828 | struct timer_list t; | ^ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42: /kisskb/src/kernel/rcu/rcutorture.c:1827:31: note: byref variable will be forcibly initialized 1827 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_fakewriter': /kisskb/src/kernel/rcu/rcutorture.c:1403:31: note: byref variable will be forcibly initialized 1403 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree.c: In function '__call_rcu_nocb_wake': /kisskb/src/kernel/rcu/tree_nocb.h:494:23: note: byref variable will be forcibly initialized 494 | unsigned long cur_gp_seq; | ^~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_try_bypass': /kisskb/src/kernel/rcu/tree_nocb.h:373:23: note: byref variable will be forcibly initialized 373 | unsigned long cur_gp_seq; | ^~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_writer': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1255:17: note: in expansion of macro 'rcu_assign_pointer' 1255 | rcu_assign_pointer(rcu_torture_current, rp); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'nocb_gp_wait': /kisskb/src/kernel/rcu/tree_nocb.h:765:22: note: byref variable will be forcibly initialized 765 | bool wake_state = false; | ^~~~~~~~~~ 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/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:207:9: note: in expansion of macro '___swait_event' 207 | ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:214:25: note: in expansion of macro '__swait_event_interruptible' 214 | __ret = __swait_event_interruptible(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:728:17: note: in expansion of macro 'swait_event_interruptible_exclusive' 728 | swait_event_interruptible_exclusive( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree_nocb.h:604:23: note: byref variable will be forcibly initialized 604 | unsigned long cur_gp_seq; | ^~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_stats_print': /kisskb/src/kernel/rcu/rcutorture.c:2006:46: note: byref variable will be forcibly initialized 2006 | unsigned long __maybe_unused gp_seq = 0; | ^~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2005:36: note: byref variable will be forcibly initialized 2005 | int __maybe_unused flags = 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_nocb_rdp_deoffload': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:183:15: note: in expansion of macro '___swait_event' 183 | (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:190:9: note: in expansion of macro '__swait_event' 190 | __swait_event(wq, condition); \ | ^~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:1060:17: note: in expansion of macro 'swait_event_exclusive' 1060 | swait_event_exclusive(rdp->nocb_state_wq, | ^~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/fs_context.h:11, from /kisskb/src/fs/crypto/policy.c:13: /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_get_info': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fscrypt.h:192:16: note: in expansion of macro 'smp_load_acquire' 192 | return smp_load_acquire(&inode->i_crypt_info); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_rdp_offload': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:183:15: note: in expansion of macro '___swait_event' 183 | (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:190:9: note: in expansion of macro '__swait_event' 190 | __swait_event(wq, condition); \ | ^~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:1171:9: note: in expansion of macro 'swait_event_exclusive' 1171 | swait_event_exclusive(rdp->nocb_state_wq, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/policy.c: In function 'supported_iv_ino_lblk_policy': /kisskb/src/fs/crypto/policy.c:115:28: note: byref variable will be forcibly initialized 115 | int ino_bits = 64, lblk_bits = 64; | ^~~~~~~~~ /kisskb/src/fs/crypto/policy.c:115:13: note: byref variable will be forcibly initialized 115 | int ino_bits = 64, lblk_bits = 64; | ^~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_spawn_cpu_nocb_kthread': /kisskb/src/kernel/rcu/tree_nocb.h:1300:28: note: byref variable will be forcibly initialized 1300 | struct sched_param sp; | ^~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_implicit_dynticks_qs': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:892:17: note: in expansion of macro 'smp_store_release' 892 | smp_store_release(&rdp->rcu_urgent_qs, true); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/policy.c: In function 'set_encryption_policy': /kisskb/src/fs/crypto/policy.c:422:31: note: byref variable will be forcibly initialized 422 | union fscrypt_context ctx; | ^~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_fwd_prog_nr': /kisskb/src/fs/crypto/policy.c:421:12: note: byref variable will be forcibly initialized 421 | u8 nonce[FSCRYPT_FILE_NONCE_SIZE]; | ^~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2405:29: note: byref variable will be forcibly initialized 2405 | struct fwd_cb_state fcs; | ^~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_fwd_prog': /kisskb/src/kernel/rcu/tree.c: In function 'rcu_spawn_gp_kthread': /kisskb/src/kernel/rcu/rcutorture.c:2633:13: note: byref variable will be forcibly initialized 2633 | int tested_tries = 0; | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2632:13: note: byref variable will be forcibly initialized 2632 | int tested = 0; | ^~~~~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_get_policy': /kisskb/src/fs/crypto/policy.c:398:31: note: byref variable will be forcibly initialized 398 | union fscrypt_context ctx; | ^~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_ioctl_set_policy': /kisskb/src/fs/crypto/policy.c:468:30: note: byref variable will be forcibly initialized 468 | union fscrypt_policy existing_policy; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/policy.c:467:30: note: byref variable will be forcibly initialized 467 | union fscrypt_policy policy; | ^~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4285:9: note: in expansion of macro 'smp_store_release' 4285 | smp_store_release(&rcu_state.gp_kthread, t); /* ^^^ */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4268:28: note: byref variable will be forcibly initialized 4268 | struct sched_param sp; | ^~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_ioctl_get_policy': /kisskb/src/fs/crypto/policy.c:533:30: note: byref variable will be forcibly initialized 533 | union fscrypt_policy policy; | ^~~~~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_ioctl_get_policy_ex': /kisskb/src/fs/crypto/policy.c:552:42: note: byref variable will be forcibly initialized 552 | struct fscrypt_get_policy_ex_arg arg; | ^~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_ioctl_get_nonce': /kisskb/src/fs/crypto/policy.c:585:31: note: byref variable will be forcibly initialized 585 | union fscrypt_context ctx; | ^~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_has_permitted_context': /kisskb/src/fs/crypto/policy.c:621:45: note: byref variable will be forcibly initialized 621 | union fscrypt_policy parent_policy, child_policy; | ^~~~~~~~~~~~ /kisskb/src/fs/crypto/policy.c:621:30: note: byref variable will be forcibly initialized 621 | union fscrypt_policy parent_policy, child_policy; | ^~~~~~~~~~~~~ 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/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/wait.h:9, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/proc/stat.c:3: /kisskb/src/fs/proc/stat.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:83:27: note: byref variable will be forcibly initialized 83 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_set_context': /kisskb/src/fs/crypto/policy.c:735:31: note: byref variable will be forcibly initialized 735 | union fscrypt_context ctx; | ^~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_test_debug_objects': /kisskb/src/fs/proc/stat.c: In function 'show_stat': /kisskb/src/fs/proc/stat.c:166:39: note: byref variable will be forcibly initialized 166 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/fs/proc/stat.c:126:39: note: byref variable will be forcibly initialized 126 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/fs/proc/stat.c:116:27: note: byref variable will be forcibly initialized 116 | struct timespec64 boottime; | ^~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:3175:25: note: byref variable will be forcibly initialized 3175 | struct rcu_head rh2; | ^~~ /kisskb/src/kernel/rcu/rcutorture.c:3174:25: note: byref variable will be forcibly initialized 3174 | struct rcu_head rh1; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2822:17: note: in expansion of macro 'wait_event' 2822 | wait_event(barrier_wq, | ^~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2819:17: note: in expansion of macro 'smp_store_release' 2819 | smp_store_release(&barrier_phase, !barrier_phase); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/kernel/rcu/refscale.c:12: /kisskb/src/kernel/rcu/refscale.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/kernel/rcu/rcutorture.c:18: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_read_exit_cleanup': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/wait.h:310:21: note: in definition of macro '___wait_event' 310 | if (condition) \ | ^~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:3022:9: note: in expansion of macro 'wait_event' 3022 | wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); | ^~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:3022:34: note: in expansion of macro 'smp_load_acquire' 3022 | wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:3022:9: note: in expansion of macro 'wait_event' 3022 | wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); | ^~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/wait.h:343:13: note: in definition of macro 'wait_event' 343 | if (condition) \ | ^~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:3022:34: note: in expansion of macro 'smp_load_acquire' 3022 | 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/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/wait.h:310:21: note: in definition of macro '___wait_event' 310 | if (condition) \ | ^~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2783:17: note: in expansion of macro 'wait_event' 2783 | wait_event(barrier_cbs_wq[myid], | ^~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2785:29: note: in expansion of macro 'smp_load_acquire' 2785 | smp_load_acquire(&barrier_phase)) != lastphase || | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2783:17: note: in expansion of macro 'wait_event' 2783 | wait_event(barrier_cbs_wq[myid], | ^~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/wait.h:343:13: note: in definition of macro 'wait_event' 343 | if (condition) \ | ^~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2785:29: note: in expansion of macro 'smp_load_acquire' 2785 | smp_load_acquire(&barrier_phase)) != lastphase || | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2777:25: note: byref variable will be forcibly initialized 2777 | struct rcu_head rcu; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_request_urgent_qs_task': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:739:9: note: in expansion of macro 'smp_store_release' 739 | smp_store_release(per_cpu_ptr(&rcu_data.rcu_urgent_qs, cpu), true); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/rcutorture.c:16: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_read_exit': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2996:9: note: in expansion of macro 'smp_store_release' 2996 | smp_store_release(&read_exit_child_stopped, true); // After reaping. | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42: /kisskb/src/kernel/rcu/rcutorture.c:2963:31: note: byref variable will be forcibly initialized 2963 | DEFINE_TORTURE_RANDOM(trs); | ^~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/drivers/irqchip/irq-mvebu-odmi.c: In function 'odmi_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-mvebu-odmi.c:82:27: note: byref variable will be forcibly initialized 82 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_cleanup': /kisskb/src/kernel/rcu/rcutorture.c:3033:23: note: byref variable will be forcibly initialized 3033 | unsigned long gp_seq = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/drivers/irqchip/irq-mvebu-odmi.c:13: /kisskb/src/drivers/irqchip/irq-mvebu-odmi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/rcu/rcutorture.c:3032:13: note: byref variable will be forcibly initialized 3032 | int flags = 0; | ^~~~~ /kisskb/src/drivers/gpio/gpio-twl4030.c: In function 'gpio_twl4030_pulls': /kisskb/src/drivers/gpio/gpio-twl4030.c:428:25: note: byref variable will be forcibly initialized 428 | u8 message[5]; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-twl4030.c: In function 'gpio_twl4030_debounce': /kisskb/src/drivers/gpio/gpio-twl4030.c:453:25: note: byref variable will be forcibly initialized 453 | u8 message[3]; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-twl4030.c: In function 'gpio_twl4030_read': /kisskb/src/drivers/gpio/gpio-twl4030.c:106:12: note: byref variable will be forcibly initialized 106 | u8 data; | ^~~~ /kisskb/src/kernel/rcu/tree.c: In function 'call_rcu': /kisskb/src/kernel/rcu/tree.c:2773:14: note: byref variable will be forcibly initialized 2773 | bool was_alldone; | ^~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c: In function 'process_durations': /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_init': /kisskb/src/kernel/rcu/refscale.c:625:14: note: byref variable will be forcibly initialized 625 | char buf1[64]; | ^~~~ /kisskb/src/kernel/rcu/rcutorture.c:3223:23: note: byref variable will be forcibly initialized 3223 | unsigned long gp_seq = 0; | ^~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:3222:13: note: byref variable will be forcibly initialized 3222 | int flags = 0; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/kernel/rcu/refscale.c:15: /kisskb/src/kernel/rcu/refscale.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_barrier': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3823:21: note: in expansion of macro 'smp_load_acquire' 3823 | if (smp_load_acquire(&rdp->barrier_seq_snap) == gseq) | ^~~~~~~~~~~~~~~~ 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/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/wait.h:310:21: note: in definition of macro '___wait_event' 310 | if (condition) \ | ^~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:555:9: note: in expansion of macro 'wait_event' 555 | wait_event(rt->wq, (atomic_read(&nreaders_exp) && smp_load_acquire(&rt->start_reader)) || | ^~~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:555:59: note: in expansion of macro 'smp_load_acquire' 555 | wait_event(rt->wq, (atomic_read(&nreaders_exp) && smp_load_acquire(&rt->start_reader)) || | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:555:9: note: in expansion of macro 'wait_event' 555 | wait_event(rt->wq, (atomic_read(&nreaders_exp) && smp_load_acquire(&rt->start_reader)) || | ^~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/wait.h:343:13: note: in definition of macro 'wait_event' 343 | if (condition) \ | ^~~~~~~~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:555:59: note: in expansion of macro 'smp_load_acquire' 555 | wait_event(rt->wq, (atomic_read(&nreaders_exp) && smp_load_acquire(&rt->start_reader)) || | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/kernel/rcu/refscale.c:12: /kisskb/src/kernel/rcu/refscale.c: In function 'ref_acqrel_section': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(this_cpu_ptr(&test_acqrel), x + 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:466:21: note: in expansion of macro 'smp_load_acquire' 466 | x = smp_load_acquire(this_cpu_ptr(&test_acqrel)); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c: In function 'ref_acqrel_delay_section': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:481:17: note: in expansion of macro 'smp_store_release' 481 | smp_store_release(this_cpu_ptr(&test_acqrel), x + 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:479:21: note: in expansion of macro 'smp_load_acquire' 479 | x = smp_load_acquire(this_cpu_ptr(&test_acqrel)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c: In function 'mvebu_comphy_smc': /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c:278:30: note: byref variable will be forcibly initialized 278 | struct arm_smccc_res res; | ^~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_cpu_starting': /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c: In function 'mvebu_comphy_power_off_legacy': /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c:877:13: note: byref variable will be forcibly initialized 877 | u32 val; | ^~~ /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c: In function 'mvebu_comphy_ethernet_init_reset': /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c:339:13: note: byref variable will be forcibly initialized 339 | u32 val; | ^~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4075:9: note: in expansion of macro 'smp_store_release' 4075 | smp_store_release(&rcu_state.ncpus, rcu_state.ncpus + newcpu); /* ^^^ */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c: In function 'mvebu_comphy_set_mode_sgmii': /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c:497:13: note: byref variable will be forcibly initialized 497 | u32 val; | ^~~ /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c: In function 'mvebu_comphy_power_on_legacy': /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c:726:13: note: byref variable will be forcibly initialized 726 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/rcu/refscale.c:14: /kisskb/src/kernel/rcu/refscale.c: In function 'main_func': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:708:17: note: in expansion of macro 'wait_event' 708 | wait_event(main_wq, | ^~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/kernel/rcu/refscale.c:12: /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:701:25: note: in expansion of macro 'smp_store_release' 701 | smp_store_release(&reader_tasks[r].start_reader, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:665:14: note: byref variable will be forcibly initialized 665 | char buf1[64]; | ^~~~ /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c: In function 'mvebu_comphy_probe': /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-comphy.c:1039:21: note: byref variable will be forcibly initialized 1039 | u32 val; | ^~~ 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_shutdown': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:798:9: note: in expansion of macro 'wait_event' 798 | wait_event(shutdown_wq, shutdown_start); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_kthread': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:233:15: note: in expansion of macro '___swait_event' 233 | (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:251:9: note: in expansion of macro '__swait_event_idle' 251 | __swait_event_idle(wq, condition); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1838:25: note: in expansion of macro 'swait_event_idle_exclusive' 1838 | swait_event_idle_exclusive(rcu_state.gp_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4626: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited_wait': /kisskb/src/kernel/rcu/tree_exp.h:591:23: note: byref variable will be forcibly initialized 591 | unsigned long mask; | ^~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'backlight_generate_event': /kisskb/src/drivers/video/backlight/backlight.c:163:15: note: byref variable will be forcibly initialized 163 | char *envp[2]; | ^~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/uapi/linux/fb.h:6, from /kisskb/src/include/linux/fb.h:7, from /kisskb/src/include/linux/backlight.h:13, from /kisskb/src/drivers/video/backlight/backlight.c:14: /kisskb/src/drivers/video/backlight/backlight.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/fs/ramfs/inode.c: In function 'ramfs_parse_param': /kisskb/src/fs/ramfs/inode.c:202:32: note: byref variable will be forcibly initialized 202 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'bl_power_store': /kisskb/src/drivers/video/backlight/backlight.c:194:23: note: byref variable will be forcibly initialized 194 | unsigned long power, old_power; | ^~~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'brightness_store': /kisskb/src/drivers/video/backlight/backlight.c:258:23: note: byref variable will be forcibly initialized 258 | unsigned long brightness; | ^~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-imx-tpm.c: In function 'pwm_imx_tpm_apply_hw': /kisskb/src/drivers/pwm/pwm-imx-tpm.c:180:26: note: byref variable will be forcibly initialized 180 | struct pwm_state c; | ^ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_check_gp_start_stall': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_stall.h:918:14: note: in expansion of macro 'smp_load_acquire' 918 | !smp_load_acquire(&rcu_state.gp_kthread)) // Get stable kthread. | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-imx-tpm.c: In function 'pwm_imx_tpm_apply': /kisskb/src/drivers/pwm/pwm-imx-tpm.c:294:26: note: byref variable will be forcibly initialized 294 | struct pwm_state real_state; | ^~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-imx-tpm.c:293:34: note: byref variable will be forcibly initialized 293 | struct imx_tpm_pwm_param param; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:955:9: note: in expansion of macro 'wait_event' 955 | 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:32: 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:934:17: note: in expansion of macro 'wait_rcu_gp' 934 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:25: 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:934:17: note: in expansion of macro 'wait_rcu_gp' 934 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4626: /kisskb/src/kernel/rcu/tree_exp.h:909:29: note: byref variable will be forcibly initialized 909 | 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:32: 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:3521:17: note: in expansion of macro 'wait_rcu_gp' 3521 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:25: 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:3521:17: note: in expansion of macro 'wait_rcu_gp' 3521 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'kvfree_call_rcu': /kisskb/src/kernel/rcu/tree.c:3294:31: note: byref variable will be forcibly initialized 3294 | struct kfree_rcu_cpu *krcp; | ^~~~ /kisskb/src/kernel/rcu/tree.c:3293:23: note: byref variable will be forcibly initialized 3293 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/video/backlight/lcd.c: In function 'contrast_store': /kisskb/src/drivers/video/backlight/lcd.c:133:23: 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:23: note: byref variable will be forcibly initialized 94 | unsigned long power; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'nocb_cb_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:832:21: note: in expansion of macro 'smp_load_acquire' 832 | if (smp_load_acquire(&rdp->nocb_cb_sleep)) { // ^^^ | ^~~~~~~~~~~~~~~~ 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/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:207:9: note: in expansion of macro '___swait_event' 207 | ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:214:25: note: in expansion of macro '__swait_event_interruptible' 214 | __ret = __swait_event_interruptible(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:828:17: note: in expansion of macro 'swait_event_interruptible_exclusive' 828 | swait_event_interruptible_exclusive(rdp->nocb_cb_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree_nocb.h:820:23: note: byref variable will be forcibly initialized 820 | unsigned long cur_gp_seq; | ^~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_sched_clock_irq': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2333:13: note: in expansion of macro 'smp_load_acquire' 2333 | if (smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/fscache/cookie.c:12: /kisskb/src/fs/fscache/cookie.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1364:17: note: in expansion of macro 'smp_store_release' 1364 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c: In function 'fscache_cookie_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fscache-cache.h:126:16: note: in expansion of macro 'smp_load_acquire' 126 | return smp_load_acquire(&cookie->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c: In function 'fscache_cache_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/internal.h:33:16: note: in expansion of macro 'smp_load_acquire' 33 | return smp_load_acquire(&cache->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c: In function '__fscache_set_cookie_state': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c:211:9: note: in expansion of macro 'smp_store_release' 211 | smp_store_release(&cookie->state, state); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/fscache/cookie.c:12: /kisskb/src/fs/fscache/cookie.c: In function 'fscache_wait_on_collision': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c:392:17: note: in expansion of macro 'wait_var_event' 392 | wait_var_event(statep, fscache_cookie_is_dropped(wait_for)); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:295:9: note: in expansion of macro '___wait_var_event' 295 | ___wait_var_event(var, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:304:25: note: in expansion of macro '__wait_var_event_timeout' 304 | __ret = __wait_var_event_timeout(var, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c:387:9: note: in expansion of macro 'wait_var_event_timeout' 387 | wait_var_event_timeout(statep, fscache_cookie_is_dropped(wait_for), | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c: In function 'fscache_put_cookie': /kisskb/src/fs/fscache/cookie.c:1001:13: note: byref variable will be forcibly initialized 1001 | int ref; | ^~~ /kisskb/src/fs/fscache/cookie.c: In function 'fscache_get_cookie': /kisskb/src/fs/fscache/cookie.c:1018:13: note: byref variable will be forcibly initialized 1018 | int ref; | ^~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/fscache/cookie.c:12: /kisskb/src/fs/fscache/cookie.c: In function '__fscache_use_cookie': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/cookie.c:616:17: note: in expansion of macro 'wait_var_event' 616 | wait_var_event(&cookie->state, | ^~~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha.c: In function 'chacha_block_generic': /kisskb/src/lib/crypto/chacha.c:78:13: note: byref variable will be forcibly initialized 78 | u32 x[16]; | ^ /kisskb/src/lib/crypto/chacha.c: In function 'hchacha_block_generic': /kisskb/src/lib/crypto/chacha.c:105:13: note: byref variable will be forcibly initialized 105 | u32 x[16]; | ^ /kisskb/src/fs/proc/meminfo.c: In function 'meminfo_proc_show': /kisskb/src/fs/proc/meminfo.c:34:24: note: byref variable will be forcibly initialized 34 | struct sysinfo i; | ^ 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/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/wait.h:9, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/proc/uptime.c:2: /kisskb/src/fs/proc/uptime.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:71:27: note: byref variable will be forcibly initialized 71 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/fs/proc/uptime.c: In function 'uptime_proc_show': /kisskb/src/fs/proc/uptime.c:21:39: note: byref variable will be forcibly initialized 21 | struct kernel_cpustat kcs; | ^~~ /kisskb/src/fs/proc/uptime.c:13:27: note: byref variable will be forcibly initialized 13 | struct timespec64 uptime; | ^~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/algapi.h:11, from /kisskb/src/fs/crypto/keysetup_v1.c:23: /kisskb/src/fs/crypto/keysetup_v1.c: In function 'fscrypt_is_key_prepared': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/fscrypt_private.h:401:16: note: in expansion of macro 'smp_load_acquire' 401 | return smp_load_acquire(&prep_key->tfm) != NULL; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup_v1.c: In function 'find_or_insert_direct_key': /kisskb/src/fs/crypto/keysetup_v1.c:182:23: note: byref variable will be forcibly initialized 182 | unsigned long hash_key; | ^~~~~~~~ /kisskb/src/fs/crypto/keysetup_v1.c: In function 'derive_key_aes': /kisskb/src/fs/crypto/keysetup_v1.c:54:36: note: byref variable will be forcibly initialized 54 | struct scatterlist src_sg, dst_sg; | ^~~~~~ /kisskb/src/fs/crypto/keysetup_v1.c:54:28: note: byref variable will be forcibly initialized 54 | struct scatterlist src_sg, dst_sg; | ^~~~~~ In file included from /kisskb/src/include/crypto/algapi.h:11, from /kisskb/src/fs/crypto/keysetup_v1.c:23: /kisskb/src/fs/crypto/keysetup_v1.c:53:29: note: byref variable will be forcibly initialized 53 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/fs/crypto/keysetup_v1.c: In function 'fscrypt_setup_v1_file_key_via_subscribed_keyrings': /kisskb/src/fs/crypto/keysetup_v1.c:301:35: note: byref variable will be forcibly initialized 301 | const struct fscrypt_key *payload; | ^~~~~~~ /kisskb/src/fs/hugetlbfs/inode.c: In function 'remove_inode_hugepages': /kisskb/src/fs/hugetlbfs/inode.c:442:17: note: byref variable will be forcibly initialized 442 | pgoff_t next, index; | ^~~~ /kisskb/src/fs/hugetlbfs/inode.c:441:28: note: byref variable will be forcibly initialized 441 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/fs/hugetlbfs/inode.c: In function 'hugetlbfs_fallocate': /kisskb/src/fs/hugetlbfs/inode.c:638:31: note: byref variable will be forcibly initialized 638 | struct vm_area_struct pseudo_vma; | ^~~~~~~~~~ /kisskb/src/fs/hugetlbfs/inode.c: In function 'hugetlb_get_unmapped_area_topdown': /kisskb/src/fs/hugetlbfs/inode.c:207:38: note: byref variable will be forcibly initialized 207 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/fs/hugetlbfs/inode.c: In function 'hugetlb_get_unmapped_area_bottomup': /kisskb/src/fs/hugetlbfs/inode.c:191:38: note: byref variable will be forcibly initialized 191 | struct vm_unmapped_area_info info; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/exportfs/expfs.c:13: /kisskb/src/fs/exportfs/expfs.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'get_name': /kisskb/src/fs/exportfs/expfs.c:283:22: note: byref variable will be forcibly initialized 283 | struct kstat stat; | ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-uniphier.c:7: /kisskb/src/drivers/gpio/gpio-uniphier.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-uniphier.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-uniphier.c: In function 'uniphier_gpio_irq_get_parent_hwirq': /kisskb/src/drivers/gpio/gpio-uniphier.c:224:13: note: byref variable will be forcibly initialized 224 | int len; | ^~~ /kisskb/src/drivers/gpio/gpio-uniphier.c: In function 'uniphier_gpio_irq_domain_alloc': /kisskb/src/drivers/gpio/gpio-uniphier.c:265:22: note: byref variable will be forcibly initialized 265 | unsigned int type; | ^~~~ /kisskb/src/drivers/gpio/gpio-uniphier.c:264:25: note: byref variable will be forcibly initialized 264 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/drivers/gpio/gpio-uniphier.c:263:27: note: byref variable will be forcibly initialized 263 | struct irq_fwspec parent_fwspec; | ^~~~~~~~~~~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'exportfs_decode_fh_raw': /kisskb/src/fs/exportfs/expfs.c:428:14: note: byref variable will be forcibly initialized 428 | char nbuf[NAME_MAX+1]; | ^~~~ /kisskb/src/fs/hugetlbfs/inode.c: In function 'hugetlbfs_parse_param': /kisskb/src/fs/hugetlbfs/inode.c:1234:15: note: byref variable will be forcibly initialized 1234 | char *rest; | ^~~~ /kisskb/src/fs/hugetlbfs/inode.c:1233:32: note: byref variable will be forcibly initialized 1233 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-uniphier.c: In function 'uniphier_gpio_to_irq': /kisskb/src/drivers/gpio/gpio-uniphier.c:163:27: note: byref variable will be forcibly initialized 163 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-uniphier.c: In function 'uniphier_gpio_set_multiple': /kisskb/src/drivers/gpio/gpio-uniphier.c:150:32: note: byref variable will be forcibly initialized 150 | unsigned long i, bank, bank_mask, bank_bits; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-uniphier.c: In function 'uniphier_gpio_probe': /kisskb/src/drivers/gpio/gpio-uniphier.c:348:13: note: byref variable will be forcibly initialized 348 | u32 ngpios; | ^~~~~~ /kisskb/src/mm/mprotect.c: In function 'change_pmd_range': /kisskb/src/mm/mprotect.c:348:35: note: byref variable will be forcibly initialized 348 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/proc/namespaces.c: In function 'proc_ns_readlink': /kisskb/src/fs/proc/namespaces.c:76:14: note: byref variable will be forcibly initialized 76 | char name[50]; | ^~~~ /kisskb/src/fs/proc/namespaces.c: In function 'proc_ns_get_link': /kisskb/src/fs/proc/namespaces.c:48:21: note: byref variable will be forcibly initialized 48 | struct path ns_path; | ^~~~~~~ /kisskb/src/mm/mprotect.c: In function 'mprotect_fixup': /kisskb/src/mm/mprotect.c:564:26: note: byref variable will be forcibly initialized 564 | pgprot_t new_pgprot = vm_get_page_prot(newflags); | ^~~~~~~~~~ /kisskb/src/mm/mprotect.c: In function 'do_mprotect_pkey': /kisskb/src/mm/mprotect.c:671:27: note: byref variable will be forcibly initialized 671 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/mprotect.c:666:38: note: byref variable will be forcibly initialized 666 | struct vm_area_struct *vma, *prev; | ^~~~ /kisskb/src/drivers/phy/mediatek/phy-mtk-mipi-dsi.c: In function 'mtk_mipi_tx_get_calibration_datal': /kisskb/src/drivers/phy/mediatek/phy-mtk-mipi-dsi.c:94:16: note: byref variable will be forcibly initialized 94 | size_t len; | ^~~ /kisskb/src/drivers/phy/mediatek/phy-mtk-mipi-dsi.c: In function 'mtk_mipi_tx_probe': /kisskb/src/drivers/phy/mediatek/phy-mtk-mipi-dsi.c:133:21: note: byref variable will be forcibly initialized 133 | const char *ref_clk_name; | ^~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c: In function 'mtk_pinconf_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:108:34: note: byref variable will be forcibly initialized 108 | int val, val2, err, reg, ret = 1; | ^~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:108:18: note: byref variable will be forcibly initialized 108 | int val, val2, err, reg, ret = 1; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:108:13: note: byref variable will be forcibly initialized 108 | int val, val2, err, reg, ret = 1; | ^~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c: In function 'mtk_pinconf_group_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:364:25: note: byref variable will be forcibly initialized 364 | unsigned int i, npins, old = 0; | ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:363:29: note: byref variable will be forcibly initialized 363 | const unsigned int *pins; | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:11: /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c: In function 'mtk_gpio_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:445:13: note: byref variable will be forcibly initialized 445 | int value, err; | ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c: In function 'mtk_pinconf_group_set': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:390:25: note: byref variable will be forcibly initialized 390 | unsigned int i, npins; | ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-moore.c:389:29: note: byref variable will be forcibly initialized 389 | const unsigned int *pins; | ^~~~ /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-utmi.c: In function 'mvebu_cp110_utmi_phy_probe': /kisskb/src/drivers/phy/marvell/phy-mvebu-cp110-utmi.c:313:21: note: byref variable will be forcibly initialized 313 | u32 port_id; | ^~~~~~~ /kisskb/src/drivers/irqchip/irq-mvebu-sei.c: In function 'mvebu_sei_handle_cascade_irq': /kisskb/src/drivers/irqchip/irq-mvebu-sei.c:334:31: note: byref variable will be forcibly initialized 334 | unsigned long irqmap; | ^~~~~~ /kisskb/src/drivers/irqchip/irq-mvebu-sei.c: In function 'mvebu_sei_cp_domain_alloc': /kisskb/src/drivers/irqchip/irq-mvebu-sei.c:253:27: note: byref variable will be forcibly initialized 253 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/drivers/irqchip/irq-mvebu-sei.c: In function 'mvebu_sei_ap_alloc': /kisskb/src/drivers/irqchip/irq-mvebu-sei.c:212:27: note: byref variable will be forcibly initialized 212 | struct irq_fwspec fwspec; | ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-vf610.c:12: /kisskb/src/drivers/gpio/gpio-vf610.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-vf610.c: In function 'vf610_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-vf610.c:148:23: note: byref variable will be forcibly initialized 148 | unsigned long irq_isfr; | ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-mvebu-pic.c: In function 'mvebu_pic_handle_cascade_irq': /kisskb/src/drivers/irqchip/irq-mvebu-pic.c:107:23: note: byref variable will be forcibly initialized 107 | unsigned long irqmap, irqn; | ^~~~~~ 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:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/crypto/hmac.c:52:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 52 | SHASH_DESC_ON_STACK(shash, hash); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/hmac.c: In function 'hmac_create': /kisskb/src/crypto/hmac.c:175:13: note: byref variable will be forcibly initialized 175 | u32 mask; | ^~~~ /kisskb/src/crypto/crypto_null.c: In function 'null_skcipher_crypt': /kisskb/src/crypto/crypto_null.c:78:30: note: byref variable will be forcibly initialized 78 | struct skcipher_walk walk; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fscache.h:501, from /kisskb/src/fs/fscache/internal.h:16, from /kisskb/src/fs/fscache/main.c:12: /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_cache': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:205:1: note: in expansion of macro 'TRACE_EVENT' 205 | TRACE_EVENT(fscache_cache, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_volume': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:230:1: note: in expansion of macro 'TRACE_EVENT' 230 | TRACE_EVENT(fscache_volume, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_cookie': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:255:1: note: in expansion of macro 'TRACE_EVENT' 255 | TRACE_EVENT(fscache_cookie, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_active': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:280:1: note: in expansion of macro 'TRACE_EVENT' 280 | TRACE_EVENT(fscache_active, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_access_cache': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:313:1: note: in expansion of macro 'TRACE_EVENT' 313 | TRACE_EVENT(fscache_access_cache, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_access_volume': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:342:1: note: in expansion of macro 'TRACE_EVENT' 342 | TRACE_EVENT(fscache_access_volume, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_access': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:375:1: note: in expansion of macro 'TRACE_EVENT' 375 | TRACE_EVENT(fscache_access, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_acquire': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(fscache_acquire, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_relinquish': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:428:1: note: in expansion of macro 'TRACE_EVENT' 428 | TRACE_EVENT(fscache_relinquish, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_invalidate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:456:1: note: in expansion of macro 'TRACE_EVENT' 456 | TRACE_EVENT(fscache_invalidate, | ^~~~~~~~~~~ /kisskb/src/fs/fscache/main.c: In function 'trace_event_raw_event_fscache_resize': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fscache.h:475:1: note: in expansion of macro 'TRACE_EVENT' 475 | TRACE_EVENT(fscache_resize, | ^~~~~~~~~~~ /kisskb/src/lib/crypto/aes.c: In function 'aes_encrypt': /kisskb/src/lib/crypto/aes.c:262:21: note: byref variable will be forcibly initialized 262 | u32 st0[4], st1[4]; | ^~~ /kisskb/src/lib/crypto/aes.c:262:13: note: byref variable will be forcibly initialized 262 | u32 st0[4], st1[4]; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/netfs.h:322, from /kisskb/src/fs/netfs/main.c:12: /kisskb/src/fs/netfs/main.c: In function 'trace_event_raw_event_netfs_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:127:1: note: in expansion of macro 'TRACE_EVENT' 127 | TRACE_EVENT(netfs_read, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function 'trace_event_raw_event_netfs_rreq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(netfs_rreq, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function 'trace_event_raw_event_netfs_sreq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:187:1: note: in expansion of macro 'TRACE_EVENT' 187 | TRACE_EVENT(netfs_sreq, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function 'trace_event_raw_event_netfs_failure': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(netfs_failure, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function 'trace_event_raw_event_netfs_rreq_ref': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:266:1: note: in expansion of macro 'TRACE_EVENT' 266 | TRACE_EVENT(netfs_rreq_ref, | ^~~~~~~~~~~ /kisskb/src/fs/netfs/main.c: In function 'trace_event_raw_event_netfs_sreq_ref': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netfs.h:290:1: note: in expansion of macro 'TRACE_EVENT' 290 | TRACE_EVENT(netfs_sreq_ref, | ^~~~~~~~~~~ /kisskb/src/lib/crypto/aes.c: In function 'aes_decrypt': /kisskb/src/lib/crypto/aes.c:313:21: note: byref variable will be forcibly initialized 313 | u32 st0[4], st1[4]; | ^~~ /kisskb/src/lib/crypto/aes.c:313:13: note: byref variable will be forcibly initialized 313 | u32 st0[4], st1[4]; | ^~~ /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:192:30: note: byref variable will be forcibly initialized 192 | u32 lp_t, numerator, denominator; | ^~~~~~~~~~~ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:192:19: note: byref variable will be forcibly initialized 192 | u32 lp_t, numerator, denominator; | ^~~~~~~~~ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c: In function 'mixel_dphy_validate': /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:490:39: note: byref variable will be forcibly initialized 490 | struct mixel_dphy_cfg mipi_dphy_cfg = { 0 }; | ^~~~~~~~~~~~~ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c: In function 'mixel_dphy_power_on_mipi_dphy': /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:523:13: note: byref variable will be forcibly initialized 523 | u32 locked; | ^~~~~~ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c: In function 'mixel_dphy_power_on_lvds_phy': /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:542:13: note: byref variable will be forcibly initialized 542 | u32 locked; | ^~~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_bled_mode_store': /kisskb/src/drivers/video/backlight/lm3639_bl.c:186:22: note: byref variable will be forcibly initialized 186 | unsigned int state; | ^~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_torch_brightness_set': /kisskb/src/drivers/video/backlight/lm3639_bl.c:223:22: 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:22: note: byref variable will be forcibly initialized 260 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_bled_get_brightness': /kisskb/src/drivers/video/backlight/lm3639_bl.c:143:22: note: byref variable will be forcibly initialized 143 | 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:22: 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:37: note: byref variable will be forcibly initialized 305 | struct backlight_properties props; | ^~~~~ /kisskb/src/fs/proc/vmcore.c: In function 'elfcorehdr_read': /kisskb/src/fs/proc/vmcore.c:200:25: note: byref variable will be forcibly initialized 200 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/proc/vmcore.c:199:21: note: byref variable will be forcibly initialized 199 | struct kvec kvec = { .iov_base = buf, .iov_len = count }; | ^~~~ /kisskb/src/fs/proc/vmcore.c: In function 'elfcorehdr_read_notes': /kisskb/src/fs/proc/vmcore.c:213:25: note: byref variable will be forcibly initialized 213 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/proc/vmcore.c:212:21: note: byref variable will be forcibly initialized 212 | struct kvec kvec = { .iov_base = buf, .iov_len = count }; | ^~~~ /kisskb/src/fs/proc/vmcore.c: In function 'update_note_header_size_elf64': /kisskb/src/fs/proc/vmcore.c:733:21: note: byref variable will be forcibly initialized 733 | u64 offset, max_sz, sz, real_sz = 0; | ^~~~~~ /kisskb/src/fs/proc/vmcore.c: In function 'copy_notes_elf64': /kisskb/src/fs/proc/vmcore.c:830:21: note: byref variable will be forcibly initialized 830 | u64 offset; | ^~~~~~ /kisskb/src/fs/proc/vmcore.c: In function 'merge_note_headers_elf64': /kisskb/src/fs/proc/vmcore.c:852:13: note: byref variable will be forcibly initialized 852 | u64 phdr_sz = 0, note_off; | ^~~~~~~ /kisskb/src/fs/proc/vmcore.c:851:20: note: byref variable will be forcibly initialized 851 | Elf64_Phdr phdr; | ^~~~ /kisskb/src/fs/proc/vmcore.c:848:16: note: byref variable will be forcibly initialized 848 | int i, nr_ptnote=0, rc=0; | ^~~~~~~~~ /kisskb/src/fs/configfs/dir.c: In function 'configfs_rmdir': /kisskb/src/fs/configfs/dir.c:1469:32: note: byref variable will be forcibly initialized 1469 | struct dentry *wait; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/fscache.h:17, from /kisskb/src/include/linux/fscache-cache.h:17, from /kisskb/src/fs/fscache/io.c:8: /kisskb/src/fs/fscache/io.c: In function 'fscache_cookie_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/fscache-cache.h:126:16: note: in expansion of macro 'smp_load_acquire' 126 | return smp_load_acquire(&cookie->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/io.c: In function 'fscache_cache_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/internal.h:33:16: note: in expansion of macro 'smp_load_acquire' 33 | return smp_load_acquire(&cache->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/proc/vmcore.c: In function 'parse_crash_elf64_headers': /kisskb/src/fs/proc/vmcore.c:1213:13: note: byref variable will be forcibly initialized 1213 | u64 addr; | ^~~~ /kisskb/src/fs/proc/vmcore.c:1212:20: note: byref variable will be forcibly initialized 1212 | Elf64_Ehdr ehdr; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fscache.h:17, from /kisskb/src/include/linux/fscache-cache.h:17, from /kisskb/src/fs/fscache/io.c:8: /kisskb/src/fs/fscache/io.c: In function 'fscache_begin_operation': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:295:9: note: in expansion of macro '___wait_var_event' 295 | ___wait_var_event(var, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:304:25: note: in expansion of macro '__wait_var_event_timeout' 304 | __ret = __wait_var_event_timeout(var, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/io.c:125:17: note: in expansion of macro 'wait_var_event_timeout' 125 | timeo = wait_var_event_timeout(&cookie->state, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mremap.c: In function 'move_page_tables': /kisskb/src/mm/mremap.c:485:35: note: byref variable will be forcibly initialized 485 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/proc/vmcore.c: In function 'update_note_header_size_elf32': /kisskb/src/fs/proc/vmcore.c:924:21: note: byref variable will be forcibly initialized 924 | u64 offset, max_sz, sz, real_sz = 0; | ^~~~~~ /kisskb/src/fs/proc/vmcore.c: In function 'copy_notes_elf32': /kisskb/src/fs/proc/vmcore.c:1021:21: note: byref variable will be forcibly initialized 1021 | u64 offset; | ^~~~~~ /kisskb/src/fs/proc/vmcore.c: In function 'merge_note_headers_elf32': /kisskb/src/fs/proc/vmcore.c:1043:13: note: byref variable will be forcibly initialized 1043 | u64 phdr_sz = 0, note_off; | ^~~~~~~ /kisskb/src/fs/proc/vmcore.c:1042:20: note: byref variable will be forcibly initialized 1042 | Elf32_Phdr phdr; | ^~~~ /kisskb/src/fs/proc/vmcore.c:1039:16: note: byref variable will be forcibly initialized 1039 | int i, nr_ptnote=0, rc=0; | ^~~~~~~~~ /kisskb/src/fs/fscache/io.c: In function 'fscache_wait_for_operation': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/io.c:46:17: note: in expansion of macro 'wait_var_event' 46 | wait_var_event(&cookie->state, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/fscache.h:17, from /kisskb/src/include/linux/fscache-cache.h:17, from /kisskb/src/fs/fscache/io.c:8: /kisskb/src/fs/fscache/io.c: In function '__fscache_clear_page_bits': /kisskb/src/mm/mremap.c: In function 'move_vma': /kisskb/src/mm/mremap.c:585:14: note: byref variable will be forcibly initialized 585 | bool need_rmap_locks; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/io.c:219:26: note: byref variable will be forcibly initialized 219 | XA_STATE(xas, &mapping->i_pages, first); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/proc/vmcore.c: In function 'parse_crash_elf32_headers': /kisskb/src/fs/proc/vmcore.c:1269:13: note: byref variable will be forcibly initialized 1269 | u64 addr; | ^~~~ /kisskb/src/fs/proc/vmcore.c:1268:20: note: byref variable will be forcibly initialized 1268 | Elf32_Ehdr ehdr; | ^~~~ /kisskb/src/fs/fscache/io.c: In function '__fscache_write_to_cache': /kisskb/src/fs/fscache/io.c:257:25: note: byref variable will be forcibly initialized 257 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/fscache/io.c: In function '__fscache_resize_cookie': /kisskb/src/fs/fscache/io.c:309:38: note: byref variable will be forcibly initialized 309 | struct netfs_cache_resources cres; | ^~~~ /kisskb/src/fs/proc/vmcore.c: In function 'parse_crash_elf_headers': /kisskb/src/fs/proc/vmcore.c:1323:13: note: byref variable will be forcibly initialized 1323 | u64 addr; | ^~~~ /kisskb/src/fs/proc/vmcore.c:1322:23: note: byref variable will be forcibly initialized 1322 | unsigned char e_ident[EI_NIDENT]; | ^~~~~~~ /kisskb/src/fs/proc/vmcore.c: In function '__read_vmcore': /kisskb/src/fs/proc/vmcore.c:321:13: note: byref variable will be forcibly initialized 321 | u64 start; | ^~~~~ /kisskb/src/drivers/video/backlight/da903x_bl.c: In function 'da903x_backlight_probe': /kisskb/src/drivers/video/backlight/da903x_bl.c:101:37: note: byref variable will be forcibly initialized 101 | struct backlight_properties props; | ^~~~~ 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/mremap.c:11: /kisskb/src/mm/mremap.c: In function '__do_sys_mremap': /kisskb/src/mm/mremap.c:897:19: note: byref variable will be forcibly initialized 897 | LIST_HEAD(uf_unmap); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mremap.c:896:19: note: byref variable will be forcibly initialized 896 | LIST_HEAD(uf_unmap_early); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mremap.c:893:14: note: byref variable will be forcibly initialized 893 | bool locked = false; | ^~~~~~ 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/pwm/pwm-mediatek.c:17: /kisskb/src/drivers/pwm/pwm-mediatek.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/kernel/dma/mapping.c:17: /kisskb/src/kernel/dma/mapping.c: In function 'dma_direct_map_page': /kisskb/src/kernel/dma/direct.h:89:20: note: byref variable will be forcibly initialized 89 | dma_addr_t dma_addr = phys_to_dma(dev, phys); | ^~~~~~~~ /kisskb/src/drivers/pwm/pwm-mediatek.c: In function 'pwm_mediatek_probe': /kisskb/src/drivers/pwm/pwm-mediatek.c:263:22: note: byref variable will be forcibly initialized 263 | char name[8]; | ^~~~ /kisskb/src/kernel/dma/mapping.c: In function 'dma_alloc_attrs': /kisskb/src/kernel/dma/mapping.c:493:15: note: byref variable will be forcibly initialized 493 | void *cpu_addr; | ^~~~~~~~ /kisskb/src/crypto/sha1_generic.c: In function 'sha1_generic_block_fn': /kisskb/src/crypto/sha1_generic.c:33:13: note: byref variable will be forcibly initialized 33 | u32 temp[SHA1_WORKSPACE_WORDS]; | ^~~~ /kisskb/src/drivers/video/backlight/lv5207lp.c: In function 'lv5207lp_probe': /kisskb/src/drivers/video/backlight/lv5207lp.c:84:37: note: byref variable will be forcibly initialized 84 | struct backlight_properties props; | ^~~~~ /kisskb/src/fs/proc/kcore.c: In function 'read_kcore': /kisskb/src/fs/proc/kcore.c:423:24: note: byref variable will be forcibly initialized 423 | size_t i = 0; | ^ /kisskb/src/fs/proc/kcore.c:418:37: note: byref variable will be forcibly initialized 418 | struct elf_prpsinfo prpsinfo = { | ^~~~~~~~ /kisskb/src/fs/proc/kcore.c:417:37: note: byref variable will be forcibly initialized 417 | struct elf_prstatus prstatus = {}; | ^~~~~~~~ /kisskb/src/fs/proc/kcore.c:338:31: note: byref variable will be forcibly initialized 338 | struct elfhdr ehdr = { | ^~~~ /kisskb/src/fs/proc/kcore.c:320:13: note: byref variable will be forcibly initialized 320 | int nphdr; | ^~~~~ /kisskb/src/fs/proc/kcore.c:317:27: note: byref variable will be forcibly initialized 317 | size_t phdrs_len, notes_len; | ^~~~~~~~~ /kisskb/src/fs/proc/kcore.c:317:16: note: byref variable will be forcibly initialized 317 | size_t phdrs_len, notes_len; | ^~~~~~~~~ /kisskb/src/fs/proc/kcore.c:315:44: note: byref variable will be forcibly initialized 315 | size_t phdrs_offset, notes_offset, data_offset; | ^~~~~~~~~~~ /kisskb/src/fs/proc/kcore.c: In function 'kcore_update_ram': /kisskb/src/fs/proc/kcore.c:261:38: note: byref variable will be forcibly initialized 261 | size_t phdrs_len, notes_len, data_offset; | ^~~~~~~~~~~ /kisskb/src/fs/proc/kcore.c:261:27: note: byref variable will be forcibly initialized 261 | size_t phdrs_len, notes_len, data_offset; | ^~~~~~~~~ /kisskb/src/fs/proc/kcore.c:261:16: note: byref variable will be forcibly initialized 261 | size_t phdrs_len, notes_len, data_offset; | ^~~~~~~~~ /kisskb/src/fs/proc/kcore.c:260:13: note: byref variable will be forcibly initialized 260 | int nphdr; | ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/task_stack.h:9, from /kisskb/src/include/linux/elfcore.h:7, from /kisskb/src/include/linux/crash_core.h:6, from /kisskb/src/fs/proc/kcore.c:13: /kisskb/src/fs/proc/kcore.c:259:19: note: byref variable will be forcibly initialized 259 | LIST_HEAD(garbage); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/proc/kcore.c:258:19: note: byref variable will be forcibly initialized 258 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/phy/hisilicon/phy-histb-combphy.c: In function 'histb_combphy_probe': /kisskb/src/drivers/phy/hisilicon/phy-histb-combphy.c:198:13: note: byref variable will be forcibly initialized 198 | u32 vals[3]; | ^~~~ /kisskb/src/fs/netfs/io.c: In function 'netfs_read_from_cache': /kisskb/src/fs/netfs/io.c:49:25: note: byref variable will be forcibly initialized 49 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/netfs/io.c: In function 'netfs_clear_unread': /kisskb/src/fs/netfs/io.c:24:25: note: byref variable will be forcibly initialized 24 | struct iov_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/netfs/io.c:8: /kisskb/src/fs/netfs/io.c: In function 'netfs_rreq_unmark_after_write': /kisskb/src/fs/netfs/io.c:121:26: note: byref variable will be forcibly initialized 121 | XA_STATE(xas, &rreq->mapping->i_pages, subreq->start / PAGE_SIZE); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/netfs/io.c: In function 'netfs_rreq_do_write_to_cache': /kisskb/src/fs/netfs/io.c:170:25: note: byref variable will be forcibly initialized 170 | struct iov_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/netfs/io.c:8: /kisskb/src/fs/netfs/io.c: In function 'netfs_begin_read': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/netfs/io.c:636:25: note: in expansion of macro 'wait_var_event' 636 | wait_var_event(&rreq->nr_outstanding, | ^~~~~~~~~~~~~~ /kisskb/src/fs/netfs/io.c:603:22: note: byref variable will be forcibly initialized 603 | unsigned int debug_index = 0; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/fscache/volume.c:10: /kisskb/src/fs/fscache/volume.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/volume.c: In function 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1364:17: note: in expansion of macro 'smp_store_release' 1364 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/volume.c: In function 'fscache_cache_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/internal.h:33:16: note: in expansion of macro 'smp_load_acquire' 33 | return smp_load_acquire(&cache->state); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/fscache/volume.c:10: /kisskb/src/fs/fscache/volume.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/fscache/volume.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fscache.h:17, from /kisskb/src/include/linux/fscache-cache.h:17, from /kisskb/src/fs/fscache/internal.h:15, from /kisskb/src/fs/fscache/volume.c:11: /kisskb/src/fs/fscache/volume.c: In function 'fscache_wait_on_volume_collision': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/volume.c:150:17: note: in expansion of macro 'wait_var_event' 150 | wait_var_event(&candidate->flags, !fscache_is_acquire_pending(candidate)); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:295:9: note: in expansion of macro '___wait_var_event' 295 | ___wait_var_event(var, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:304:25: note: in expansion of macro '__wait_var_event_timeout' 304 | __ret = __wait_var_event_timeout(var, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/volume.c:144:9: note: in expansion of macro 'wait_var_event_timeout' 144 | wait_var_event_timeout(&candidate->flags, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'drbg_cavs_test': /kisskb/src/crypto/testmgr.c:3695:41: note: byref variable will be forcibly initialized 3695 | struct drbg_string addtl, pers, testentropy; | ^~~~~~~~~~~ /kisskb/src/crypto/testmgr.c:3695:35: note: byref variable will be forcibly initialized 3695 | struct drbg_string addtl, pers, testentropy; | ^~~~ /kisskb/src/crypto/testmgr.c:3695:28: note: byref variable will be forcibly initialized 3695 | struct drbg_string addtl, pers, testentropy; | ^~~~~ /kisskb/src/crypto/testmgr.c:3694:31: note: byref variable will be forcibly initialized 3694 | struct drbg_test_data test_data; | ^~~~~~~~~ /kisskb/src/fs/fscache/volume.c: In function 'fscache_get_volume': /kisskb/src/fs/fscache/volume.c:23:13: note: byref variable will be forcibly initialized 23 | int ref; | ^~~ /kisskb/src/fs/fscache/volume.c: In function 'fscache_put_volume': /kisskb/src/fs/fscache/volume.c:412:21: note: byref variable will be forcibly initialized 412 | int ref; | ^~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fscache.h:17, from /kisskb/src/include/linux/fscache-cache.h:17, from /kisskb/src/fs/fscache/internal.h:15, from /kisskb/src/fs/fscache/volume.c:11: /kisskb/src/fs/fscache/volume.c: In function 'fscache_withdraw_volume': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fscache/volume.c:460:9: note: in expansion of macro 'wait_var_event' 460 | wait_var_event(&volume->n_accesses, | ^~~~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_cprng': /kisskb/src/crypto/testmgr.c:3500:14: note: byref variable will be forcibly initialized 3500 | char result[32]; | ^~~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_acomp': /kisskb/src/crypto/testmgr.c:3335:28: note: byref variable will be forcibly initialized 3335 | struct crypto_wait wait; | ^~~~ /kisskb/src/crypto/testmgr.c:3333:33: note: byref variable will be forcibly initialized 3333 | struct scatterlist src, dst; | ^~~ /kisskb/src/crypto/testmgr.c:3333:28: note: byref variable will be forcibly initialized 3333 | struct scatterlist src, dst; | ^~~ /kisskb/src/crypto/testmgr.c: In function 'test_comp': /kisskb/src/crypto/testmgr.c:3285:30: note: byref variable will be forcibly initialized 3285 | unsigned int dlen = COMP_BUF_SIZE; | ^~~~ /kisskb/src/crypto/testmgr.c:3240:30: note: byref variable will be forcibly initialized 3240 | unsigned int dlen = COMP_BUF_SIZE; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'test_cipher': /kisskb/src/crypto/testmgr.c:2660:15: note: byref variable will be forcibly initialized 2660 | char *xbuf[XBUFSIZE]; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'valid_testvec_config': /kisskb/src/crypto/testmgr.c:502:13: note: byref variable will be forcibly initialized 502 | int flags = 0; | ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_akcipher_one': /kisskb/src/crypto/testmgr.c:3976:38: note: byref variable will be forcibly initialized 3976 | struct scatterlist src, dst, src_tab[3]; | ^~~~~~~ /kisskb/src/crypto/testmgr.c:3976:33: note: byref variable will be forcibly initialized 3976 | struct scatterlist src, dst, src_tab[3]; | ^~~ /kisskb/src/crypto/testmgr.c:3976:28: note: byref variable will be forcibly initialized 3976 | struct scatterlist src, dst, src_tab[3]; | ^~~ /kisskb/src/crypto/testmgr.c:3973:28: note: byref variable will be forcibly initialized 3973 | struct crypto_wait wait; | ^~~~ /kisskb/src/crypto/testmgr.c:3969:15: note: byref variable will be forcibly initialized 3969 | char *xbuf[XBUFSIZE]; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'do_test_kpp': /kisskb/src/crypto/testmgr.c:3794:33: note: byref variable will be forcibly initialized 3794 | struct scatterlist src, dst; | ^~~ /kisskb/src/crypto/testmgr.c:3794:28: note: byref variable will be forcibly initialized 3794 | struct scatterlist src, dst; | ^~~ /kisskb/src/crypto/testmgr.c:3791:28: note: byref variable will be forcibly initialized 3791 | struct crypto_wait wait; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'build_hash_sglist': /kisskb/src/crypto/testmgr.c:1179:25: note: byref variable will be forcibly initialized 1179 | struct iov_iter input; | ^~~~~ /kisskb/src/crypto/testmgr.c:1178:21: note: byref variable will be forcibly initialized 1178 | struct kvec kv; | ^~ /kisskb/src/crypto/testmgr.c: In function 'build_cipher_test_sglists': /kisskb/src/crypto/testmgr.c:766:25: note: byref variable will be forcibly initialized 766 | struct iov_iter input; | ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_shash_vec_cfg': /kisskb/src/crypto/testmgr.c:841:28: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1238:23: note: in expansion of macro 'do_setkey' 1238 | err = do_setkey(crypto_shash_setkey, tfm, vec->key, vec->ksize, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:841:19: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1238:23: note: in expansion of macro 'do_setkey' 1238 | err = do_setkey(crypto_shash_setkey, tfm, vec->key, vec->ksize, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:1233:12: note: byref variable will be forcibly initialized 1233 | u8 result[HASH_MAX_DIGESTSIZE + TESTMGR_POISON_LEN]; | ^~~~~~ /kisskb/src/crypto/testmgr.c:1231:40: note: byref variable will be forcibly initialized 1231 | const struct test_sg_division *divs[XBUFSIZE]; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'test_ahash_vec_cfg': /kisskb/src/crypto/testmgr.c:841:28: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1426:23: note: in expansion of macro 'do_setkey' 1426 | err = do_setkey(crypto_ahash_setkey, tfm, vec->key, vec->ksize, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:841:19: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1426:23: note: in expansion of macro 'do_setkey' 1426 | err = do_setkey(crypto_ahash_setkey, tfm, vec->key, vec->ksize, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:1421:12: note: byref variable will be forcibly initialized 1421 | u8 result[HASH_MAX_DIGESTSIZE + TESTMGR_POISON_LEN]; | ^~~~~~ In file included from /kisskb/src/include/crypto/aead.h:12, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/crypto/testmgr.c:1417:29: note: byref variable will be forcibly initialized 1417 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/crypto/testmgr.c:1416:40: note: byref variable will be forcibly initialized 1416 | const struct test_sg_division *divs[XBUFSIZE]; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'test_hash_vec': /kisskb/src/crypto/testmgr.c:1599:14: note: byref variable will be forcibly initialized 1599 | char vec_name[16]; | ^~~~~~~~ /kisskb/src/crypto/testmgr.c: In function '__alg_test_hash': /kisskb/src/crypto/testmgr.c:1846:28: note: byref variable will be forcibly initialized 1846 | struct shash_desc *desc = NULL; | ^~~~ /kisskb/src/crypto/testmgr.c:1845:30: note: byref variable will be forcibly initialized 1845 | struct crypto_shash *stfm = NULL; | ^~~~ 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:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/crypto/testmgr.c:3643:17: note: in expansion of macro 'SHASH_DESC_ON_STACK' 3643 | SHASH_DESC_ON_STACK(shash, tfm); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c:3619:16: note: byref variable will be forcibly initialized 3619 | __le32 val; | ^~~ /kisskb/src/crypto/testmgr.c: In function 'test_aead_vec_cfg': /kisskb/src/crypto/testmgr.c:2112:22: note: byref variable will be forcibly initialized 2112 | char expected_error[32]; | ^~~~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c:841:28: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1997:15: note: in expansion of macro 'do_setkey' 1997 | err = do_setkey(crypto_aead_setkey, tfm, vec->key, vec->klen, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:841:19: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1997:15: note: in expansion of macro 'do_setkey' 1997 | err = do_setkey(crypto_aead_setkey, tfm, vec->key, vec->klen, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:1988:21: note: byref variable will be forcibly initialized 1988 | struct kvec input[2]; | ^~~~~ /kisskb/src/crypto/testmgr.c:1984:12: note: byref variable will be forcibly initialized 1984 | u8 _iv[3 * (MAX_ALGAPI_ALIGNMASK + 1) + MAX_IVLEN]; | ^~~ In file included from /kisskb/src/include/crypto/aead.h:12, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/crypto/testmgr.c:1983:29: note: byref variable will be forcibly initialized 1983 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_aead_vec': /kisskb/src/crypto/testmgr.c:2158:14: note: byref variable will be forcibly initialized 2158 | char vec_name[16]; | ^~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_skcipher_vec_cfg': /kisskb/src/crypto/testmgr.c:841:28: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:2763:15: note: in expansion of macro 'do_setkey' 2763 | err = do_setkey(crypto_skcipher_setkey, tfm, vec->key, vec->klen, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:841:19: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:2763:15: note: in expansion of macro 'do_setkey' 2763 | err = do_setkey(crypto_skcipher_setkey, tfm, vec->key, vec->klen, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:2754:21: note: byref variable will be forcibly initialized 2754 | struct kvec input; | ^~~~~ /kisskb/src/crypto/testmgr.c:2750:12: note: byref variable will be forcibly initialized 2750 | u8 _iv[3 * (MAX_ALGAPI_ALIGNMASK + 1) + MAX_IVLEN]; | ^~~ In file included from /kisskb/src/include/crypto/aead.h:12, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/crypto/testmgr.c:2749:29: note: byref variable will be forcibly initialized 2749 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_skcipher_vec': /kisskb/src/crypto/testmgr.c:2906:14: note: byref variable will be forcibly initialized 2906 | char vec_name[16]; | ^~~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, 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:508:24: note: byref variable will be forcibly initialized 508 | DECLARE_BITMAP(all, 64); | ^~~ /kisskb/src/include/linux/types.h:11:23: 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:162:24: note: byref variable will be forcibly initialized 162 | DECLARE_BITMAP(state, 64); | ^~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'alg_test': /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'xgpio_set_multiple': /kisskb/src/drivers/gpio/gpio-xilinx.c:208:24: note: byref variable will be forcibly initialized 208 | DECLARE_BITMAP(state, 64); | ^~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:207:24: note: byref variable will be forcibly initialized 207 | DECLARE_BITMAP(hw_bits, 64); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:206:24: note: byref variable will be forcibly initialized 206 | DECLARE_BITMAP(hw_mask, 64); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-xilinx.c:12: /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/crypto/testmgr.c:5758:22: note: byref variable will be forcibly initialized 5758 | char nalg[CRYPTO_MAX_ALG_NAME]; | ^~~~ In file included from /kisskb/src/include/linux/random.h:9, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:43, from /kisskb/src/include/asm-generic/qrwlock.h:18, from ./arch/arm64/include/generated/asm/qrwlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:9, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/aead.h:12, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/include/linux/once.h:44:39: note: byref variable will be forcibly initialized 44 | unsigned long ___flags; \ | ^~~~~~~~ /kisskb/src/crypto/testmgr.c:5755:9: note: in expansion of macro 'DO_ONCE' 5755 | DO_ONCE(testmgr_onetime_init); | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'xgpio_probe': /kisskb/src/drivers/gpio/gpio-xilinx.c:564:13: note: byref variable will be forcibly initialized 564 | u32 dir[2]; | ^~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:563:13: note: byref variable will be forcibly initialized 563 | u32 state[2]; | ^~~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:562:13: note: byref variable will be forcibly initialized 562 | u32 width[2]; | ^~~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:561:13: note: byref variable will be forcibly initialized 561 | u32 cells = 2; | ^~~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:560:13: note: byref variable will be forcibly initialized 560 | u32 is_dual = 0; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-altera.c: In function 'altera_gpio_irq_edge_handler': /kisskb/src/drivers/gpio/gpio-altera.c:190:23: note: byref variable will be forcibly initialized 190 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-altera.c: In function 'altera_gpio_irq_leveL_high_handler': /kisskb/src/drivers/gpio/gpio-altera.c:217:23: note: byref variable will be forcibly initialized 217 | unsigned long status; | ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-altera.c:9: /kisskb/src/drivers/gpio/gpio-altera.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-altera.c: In function 'altera_gpio_probe': /kisskb/src/drivers/gpio/gpio-altera.c:239:13: note: byref variable will be forcibly initialized 239 | int reg, ret; | ^~~ /kisskb/src/drivers/irqchip/irq-uniphier-aidet.c: In function 'uniphier_aidet_domain_alloc': /kisskb/src/drivers/irqchip/irq-uniphier-aidet.c:114:22: note: byref variable will be forcibly initialized 114 | unsigned int type; | ^~~~ /kisskb/src/drivers/irqchip/irq-uniphier-aidet.c:113:25: note: byref variable will be forcibly initialized 113 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/drivers/irqchip/irq-uniphier-aidet.c:112:27: note: byref variable will be forcibly initialized 112 | struct irq_fwspec parent_fwspec; | ^~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_irq_update_reg': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:379:13: note: byref variable will be forcibly initialized 379 | int offset = irqd_to_hwirq(d); | ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:13: /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_gpio_direction_input': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:388:22: note: byref variable will be forcibly initialized 388 | unsigned int reg = OUTPUT_EN; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_gpio_direction_output': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:418:22: note: byref variable will be forcibly initialized 418 | unsigned int reg = OUTPUT_EN; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_gpio_set': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:454:22: note: byref variable will be forcibly initialized 454 | unsigned int reg = OUTPUT_VAL; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_gpio_request_enable': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:488:13: note: byref variable will be forcibly initialized 488 | int grp = 0; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_fill_group': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:852:25: note: byref variable will be forcibly initialized 852 | int n, num = 0, funcsize = info->data->nr_pins; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_gpio_get': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:440:22: note: byref variable will be forcibly initialized 440 | unsigned int val, mask; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:439:22: note: byref variable will be forcibly initialized 439 | unsigned int reg = INPUT_VAL; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_gpio_get_direction': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:402:22: note: byref variable will be forcibly initialized 402 | unsigned int val, mask; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:401:22: note: byref variable will be forcibly initialized 401 | unsigned int reg = OUTPUT_EN; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:13: /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_edge_both_irq_swap_pol': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:624:16: note: byref variable will be forcibly initialized 624 | u32 p, l, ret; | ^ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_irq_set_type': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:597:29: note: byref variable will be forcibly initialized 597 | u32 in_val, in_reg = INPUT_VAL; | ^~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:597:21: note: byref variable will be forcibly initialized 597 | u32 in_val, in_reg = INPUT_VAL; | ^~~~~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:583:18: note: byref variable will be forcibly initialized 583 | u32 val, reg = IRQ_POL; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_irq_set_wake': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:563:18: note: byref variable will be forcibly initialized 563 | u32 val, reg = IRQ_WKUP; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_irq_unmask': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:549:18: note: byref variable will be forcibly initialized 549 | u32 val, reg = IRQ_EN; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_irq_mask': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:535:18: note: byref variable will be forcibly initialized 535 | u32 val, reg = IRQ_EN; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_37xx_irq_ack': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:522:13: note: byref variable will be forcibly initialized 522 | u32 reg = IRQ_STATUS; | ^~~ /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c: In function 'armada_3700_pinctrl_resume': /kisskb/src/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c:1042:60: note: byref variable will be forcibly initialized 1042 | u32 mask, *irq_pol, input_reg, virq, type, level; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/super.c:8: /kisskb/src/fs/overlayfs/super.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_posix_acl_xattr_set': /kisskb/src/fs/overlayfs/super.c:1052:30: note: byref variable will be forcibly initialized 1052 | struct iattr iattr = { .ia_valid = ATTR_KILL_SGID }; | ^~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_statfs': /kisskb/src/fs/overlayfs/super.c:314:21: note: byref variable will be forcibly initialized 314 | struct path path; | ^~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_check_namelen': /kisskb/src/fs/overlayfs/super.c:914:24: note: byref variable will be forcibly initialized 914 | struct kstatfs statfs; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/overlayfs/super.c:8: /kisskb/src/fs/overlayfs/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_workdir_create': /kisskb/src/fs/overlayfs/super.c:770:30: note: byref variable will be forcibly initialized 770 | struct iattr attr = { | ^~~~ /kisskb/src/fs/overlayfs/super.c:761:24: note: byref variable will be forcibly initialized 761 | struct dentry *work; | ^~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_check_rename_whiteout': /kisskb/src/fs/overlayfs/super.c:1265:30: 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:660:43: note: byref variable will be forcibly initialized 660 | #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) | ^ /kisskb/src/fs/overlayfs/super.c:1326:41: note: in expansion of macro 'OVL_CATTR' 1326 | OVL_CATTR(mode)); | ^~~~~~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_get_fsid': /kisskb/src/fs/overlayfs/super.c:1635:15: note: byref variable will be forcibly initialized 1635 | dev_t dev; | ^~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_get_layers': /kisskb/src/fs/overlayfs/super.c:1711:31: note: byref variable will be forcibly initialized 1711 | struct inode *trap; | ^~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_parse_opt': /kisskb/src/fs/overlayfs/super.c:527:29: note: byref variable will be forcibly initialized 527 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_hw_get_value_wrap': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:600:13: note: byref variable will be forcibly initialized 600 | int value, err; | ^~~~~ /kisskb/src/drivers/video/hdmi.c: In function 'hdmi_spd_infoframe_log': /kisskb/src/drivers/video/hdmi.c:1269:12: note: byref variable will be forcibly initialized 1269 | u8 buf[17]; | ^~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_pinconf_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:129:43: note: byref variable will be forcibly initialized 129 | int pullup, reg, err = -ENOTSUPP, ret = 1; | ^~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:129:13: note: byref variable will be forcibly initialized 129 | int pullup, reg, err = -ENOTSUPP, ret = 1; | ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_pctrl_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:456:13: note: byref variable will be forcibly initialized 456 | u32 pinfunc, pin, func; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:455:24: note: byref variable will be forcibly initialized 455 | unsigned long *configs; | ^~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:453:22: note: byref variable will be forcibly initialized 453 | unsigned int num_configs; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_pctrl_dt_node_to_map': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:549:18: note: byref variable will be forcibly initialized 549 | unsigned reserved_maps; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:12: /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_gpio_get': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:882:13: note: byref variable will be forcibly initialized 882 | int value, err; | ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_gpio_get_direction': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:854:13: note: byref variable will be forcibly initialized 854 | int value, err; | ^~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_pctrl_show_one_pin': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:638:29: note: byref variable will be forcibly initialized 638 | int pinmux, pullup, pullen, len = 0, r1 = -1, r0 = -1, rsel = -1; | ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:638:21: note: byref variable will be forcibly initialized 638 | int pinmux, pullup, pullen, len = 0, r1 = -1, r0 = -1, rsel = -1; | ^~~~~~ /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c: In function 'mtk_pctrl_dbg_show': /kisskb/src/drivers/pinctrl/mediatek/pinctrl-paris.c:715:14: note: byref variable will be forcibly initialized 715 | char buf[PIN_DBG_BUF_SZ]; | ^~~ /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'delete_device_store': /kisskb/src/drivers/gpio/gpio-aggregator.c:193:22: note: byref variable will be forcibly initialized 193 | unsigned int id; | ^~ In file included from /kisskb/src/include/linux/device.h:29, 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/gpio/gpio-aggregator.c:13: /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'aggr_parse': /kisskb/src/drivers/gpio/gpio-aggregator.c:65:13: note: byref variable will be forcibly initialized 65 | int error = 0; | ^~~~~ /kisskb/src/drivers/gpio/gpio-aggregator.c:64:25: note: byref variable will be forcibly initialized 64 | unsigned int i, n = 0; | ^ /kisskb/src/drivers/gpio/gpio-aggregator.c:62:32: note: byref variable will be forcibly initialized 62 | char *name, *offsets, *p; | ^ /kisskb/src/drivers/gpio/gpio-aggregator.c:62:22: note: byref variable will be forcibly initialized 62 | char *name, *offsets, *p; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-aggregator.c:62:15: note: byref variable will be forcibly initialized 62 | char *name, *offsets, *p; | ^~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c: In function 'xilinx_pwm_probe': /kisskb/src/drivers/pwm/pwm-xilinx.c:217:35: note: byref variable will be forcibly initialized 217 | u32 pwm_cells, one_timer, width; | ^~~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c:217:24: note: byref variable will be forcibly initialized 217 | u32 pwm_cells, one_timer, width; | ^~~~~~~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c:217:13: note: byref variable will be forcibly initialized 217 | u32 pwm_cells, one_timer, width; | ^~~~~~~~~ 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/gpio/gpio-aggregator.c:13: /kisskb/src/drivers/gpio/gpio-aggregator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c: In function 'xilinx_pwm_apply': /kisskb/src/drivers/pwm/pwm-xilinx.c:104:32: note: byref variable will be forcibly initialized 104 | u32 tlr0, tlr1, tcsr0, tcsr1; | ^~~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c:104:25: note: byref variable will be forcibly initialized 104 | u32 tlr0, tlr1, tcsr0, tcsr1; | ^~~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c: In function 'xilinx_pwm_get_state': /kisskb/src/drivers/pwm/pwm-xilinx.c:177:32: note: byref variable will be forcibly initialized 177 | u32 tlr0, tlr1, tcsr0, tcsr1; | ^~~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c:177:25: note: byref variable will be forcibly initialized 177 | u32 tlr0, tlr1, tcsr0, tcsr1; | ^~~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c:177:19: note: byref variable will be forcibly initialized 177 | u32 tlr0, tlr1, tcsr0, tcsr1; | ^~~~ /kisskb/src/drivers/pwm/pwm-xilinx.c:177:13: note: byref variable will be forcibly initialized 177 | u32 tlr0, tlr1, tcsr0, tcsr1; | ^~~~ /kisskb/src/fs/fuse/dir.c: In function 'time_to_jiffies': /kisskb/src/fs/fuse/dir.c:98:35: note: byref variable will be forcibly initialized 98 | struct timespec64 ts = { | ^~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_access': /kisskb/src/fs/fuse/dir.c:1260:31: note: byref variable will be forcibly initialized 1260 | struct fuse_access_in inarg; | ^~~~~ In file included from /kisskb/src/fs/fuse/dir.c:9: /kisskb/src/fs/fuse/dir.c: In function 'fuse_dentry_revalidate': /kisskb/src/fs/fuse/dir.c:219:27: note: byref variable will be forcibly initialized 219 | FUSE_ARGS(args); | ^~~~ /kisskb/src/fs/fuse/fuse_i.h:276:42: note: in definition of macro 'FUSE_ARGS' 276 | #define FUSE_ARGS(args) struct fuse_args args = {} | ^~~~ /kisskb/src/fs/fuse/dir.c:218:39: note: byref variable will be forcibly initialized 218 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_do_getattr': /kisskb/src/fs/fuse/dir.c:1078:30: note: byref variable will be forcibly initialized 1078 | struct fuse_attr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c:1077:32: note: byref variable will be forcibly initialized 1077 | struct fuse_getattr_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'create_new_entry': /kisskb/src/fs/fuse/dir.c:709:13: note: byref variable will be forcibly initialized 709 | u32 security_ctxlen; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:708:15: note: byref variable will be forcibly initialized 708 | void *security_ctx = NULL; | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:703:31: note: byref variable will be forcibly initialized 703 | struct fuse_entry_out outarg; | ^~~~~~ In file included from /kisskb/src/fs/fuse/dir.c:9: /kisskb/src/fs/fuse/dir.c: In function 'fuse_symlink': /kisskb/src/fs/fuse/dir.c:832:19: note: byref variable will be forcibly initialized 832 | FUSE_ARGS(args); | ^~~~ /kisskb/src/fs/fuse/fuse_i.h:276:42: note: in definition of macro 'FUSE_ARGS' 276 | #define FUSE_ARGS(args) struct fuse_args args = {} | ^~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_mkdir': /kisskb/src/fs/fuse/dir.c:808:30: note: byref variable will be forcibly initialized 808 | struct fuse_mkdir_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_mknod': /kisskb/src/fs/fuse/dir.c:779:30: note: byref variable will be forcibly initialized 779 | struct fuse_mknod_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_create_open': /kisskb/src/fs/fuse/dir.c:545:13: note: byref variable will be forcibly initialized 545 | u32 security_ctxlen; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:544:15: note: byref variable will be forcibly initialized 544 | void *security_ctx = NULL; | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:541:31: note: byref variable will be forcibly initialized 541 | struct fuse_entry_out outentry; | ^~~~~~~~ /kisskb/src/fs/fuse/dir.c:540:30: note: byref variable will be forcibly initialized 540 | struct fuse_open_out outopen; | ^~~~~~~ /kisskb/src/fs/fuse/dir.c:539:31: note: byref variable will be forcibly initialized 539 | struct fuse_create_in inarg; | ^~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/gpio/gpio-brcmstb.c:5: /kisskb/src/drivers/gpio/gpio-brcmstb.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_lookup': /kisskb/src/fs/fuse/dir.c:424:23: note: byref variable will be forcibly initialized 424 | struct inode *inode; | ^~~~~ /kisskb/src/fs/fuse/dir.c:423:31: note: byref variable will be forcibly initialized 423 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_link': /kisskb/src/fs/fuse/dir.c:1021:29: note: byref variable will be forcibly initialized 1021 | struct fuse_link_in inarg; | ^~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_rename_common': /kisskb/src/fs/fuse/dir.c:939:32: note: byref variable will be forcibly initialized 939 | struct fuse_rename2_in inarg; | ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dir.c:9: /kisskb/src/fs/fuse/dir.c: In function 'fuse_set_nowrite': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dir.c:1568:9: note: in expansion of macro 'wait_event' 1568 | wait_event(fi->page_waitq, fi->writectr == FUSE_NOWRITE); | ^~~~~~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_flush_times': /kisskb/src/fs/fuse/dir.c:1618:30: note: byref variable will be forcibly initialized 1618 | struct fuse_attr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c:1617:32: note: byref variable will be forcibly initialized 1617 | struct fuse_setattr_in inarg; | ^~~~~ /kisskb/src/drivers/gpio/gpio-brcmstb.c: In function 'brcmstb_gpio_irq_bank_handler': /kisskb/src/drivers/gpio/gpio-brcmstb.c:267:23: note: byref variable will be forcibly initialized 267 | unsigned long status; | ^~~~~~ /kisskb/src/fs/fuse/dir.c: In function 'fuse_do_setattr': /kisskb/src/fs/fuse/dir.c:1658:30: note: byref variable will be forcibly initialized 1658 | struct fuse_attr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dir.c:1657:32: note: byref variable will be forcibly initialized 1657 | struct fuse_setattr_in inarg; | ^~~~~ /kisskb/src/drivers/gpio/gpio-brcmstb.c: In function 'brcmstb_gpio_probe': /kisskb/src/drivers/gpio/gpio-brcmstb.c:599:13: note: byref variable will be forcibly initialized 599 | u32 bank_width; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'request_wait_answer': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:407:9: note: in expansion of macro 'wait_event' 407 | wait_event(req->waitq, test_bit(FR_FINISHED, &req->flags)); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:909:9: note: in expansion of macro '___wait_event' 909 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:931:25: note: in expansion of macro '__wait_event_killable' 931 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:386:23: note: in expansion of macro 'wait_event_killable' 386 | err = wait_event_killable(req->waitq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:372:23: note: in expansion of macro 'wait_event_interruptible' 372 | err = wait_event_interruptible(req->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_get_req': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:631:9: note: in expansion of macro '___wait_event' 631 | ___wait_event(wq, condition, TASK_KILLABLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:639:25: note: in expansion of macro '__wait_event_killable_exclusive' 639 | __ret = __wait_event_killable_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:115:21: note: in expansion of macro 'wait_event_killable_exclusive' 115 | if (wait_event_killable_exclusive(fc->blocked_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/crypto/streebog_generic.c: In function 'streebog_g': /kisskb/src/crypto/streebog_generic.c:955:37: note: byref variable will be forcibly initialized 955 | struct streebog_uint512 Ki, data; | ^~~~ /kisskb/src/crypto/streebog_generic.c:955:33: note: byref variable will be forcibly initialized 955 | struct streebog_uint512 Ki, data; | ^~ /kisskb/src/crypto/streebog_generic.c: In function 'streebog_stage2': /kisskb/src/crypto/streebog_generic.c:977:33: note: byref variable will be forcibly initialized 977 | struct streebog_uint512 m; | ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_copy_fill': /kisskb/src/fs/fuse/dev.c:732:24: note: byref variable will be forcibly initialized 732 | size_t off; | ^~~ /kisskb/src/fs/fuse/dev.c:689:22: note: byref variable will be forcibly initialized 689 | struct page *page; | ^~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_interrupt': /kisskb/src/fs/fuse/dev.c:1051:34: note: byref variable will be forcibly initialized 1051 | struct fuse_interrupt_in arg; | ^~~ /kisskb/src/fs/fuse/dev.c:1050:31: note: byref variable will be forcibly initialized 1050 | struct fuse_in_header ih; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_copy_page': /kisskb/src/fs/fuse/dev.c:960:31: note: byref variable will be forcibly initialized 960 | void *buf = mapaddr + offset; | ^~~ /kisskb/src/fs/autofs/inode.c: In function 'parse_options': /kisskb/src/fs/autofs/inode.c:139:13: note: byref variable will be forcibly initialized 139 | int pipefd = -1; | ^~~~~~ /kisskb/src/fs/autofs/inode.c:138:13: note: byref variable will be forcibly initialized 138 | int option; | ^~~~~~ /kisskb/src/fs/autofs/inode.c:137:21: note: byref variable will be forcibly initialized 137 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_poll': /kisskb/src/fs/fuse/dev.c:1420:44: note: byref variable will be forcibly initialized 1420 | struct fuse_notify_poll_wakeup_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_inval_inode': /kisskb/src/fs/fuse/dev.c:1441:44: note: byref variable will be forcibly initialized 1441 | struct fuse_notify_inval_inode_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_inval_entry': /kisskb/src/fs/fuse/dev.c:1469:21: note: byref variable will be forcibly initialized 1469 | struct qstr name; | ^~~~ /kisskb/src/fs/fuse/dev.c:1466:44: note: byref variable will be forcibly initialized 1466 | struct fuse_notify_inval_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_delete': /kisskb/src/fs/fuse/dev.c:1517:21: note: byref variable will be forcibly initialized 1517 | struct qstr name; | ^~~~ /kisskb/src/fs/fuse/dev.c:1514:39: note: byref variable will be forcibly initialized 1514 | struct fuse_notify_delete_out outarg; | ^~~~~~ /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_alloc_from_pool': /kisskb/src/fs/autofs/inode.c: In function 'autofs_fill_super': /kisskb/src/kernel/dma/direct.c:176:15: note: byref variable will be forcibly initialized 176 | void *ret; | ^~~ /kisskb/src/fs/autofs/inode.c:229:14: note: byref variable will be forcibly initialized 229 | bool pgrp_set = false; | ^~~~~~~~ /kisskb/src/kernel/dma/direct.c:175:13: note: byref variable will be forcibly initialized 175 | u64 phys_mask; | ^~~~~~~~~ /kisskb/src/fs/autofs/inode.c:228:13: note: byref variable will be forcibly initialized 228 | int pgrp = 0; | ^~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_store': /kisskb/src/fs/fuse/dev.c:1606:30: note: byref variable will be forcibly initialized 1606 | struct page *page; | ^~~~ /kisskb/src/fs/fuse/dev.c:1562:38: note: byref variable will be forcibly initialized 1562 | struct fuse_notify_store_out outarg; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/kernel/dma/direct.c:7: /kisskb/src/kernel/dma/direct.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/dma/direct.c: In function '__dma_direct_alloc_pages': /kisskb/src/kernel/dma/direct.c:122:13: note: byref variable will be forcibly initialized 122 | u64 phys_limit; | ^~~~~~~~~~ In file included from /kisskb/src/kernel/dma/direct.c:16: /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_map_page': /kisskb/src/kernel/dma/direct.h:89:20: note: byref variable will be forcibly initialized 89 | dma_addr_t dma_addr = phys_to_dma(dev, phys); | ^~~~~~~~ /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_mmap': /kisskb/src/kernel/dma/direct.c:562:13: note: byref variable will be forcibly initialized 562 | int ret = -ENXIO; | ^~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_notify_retrieve': /kisskb/src/fs/fuse/dev.c:1741:28: note: byref variable will be forcibly initialized 1741 | struct fuse_mount *fm; | ^~ /kisskb/src/fs/fuse/dev.c:1740:41: note: byref variable will be forcibly initialized 1740 | struct fuse_notify_retrieve_out outarg; | ^~~~~~ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_lle': /kisskb/src/crypto/gf128mul.c:172:15: note: byref variable will be forcibly initialized 172 | be128 p[8]; | ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_do_write': /kisskb/src/fs/fuse/dev.c:1853:32: note: byref variable will be forcibly initialized 1853 | struct fuse_out_header oh; | ^~ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_bbe': /kisskb/src/crypto/gf128mul.c:210:15: note: byref variable will be forcibly initialized 210 | be128 p[8]; | ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_write': /kisskb/src/fs/fuse/dev.c:1945:32: note: byref variable will be forcibly initialized 1945 | struct fuse_copy_state cs; | ^~ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_64k_bbe': /kisskb/src/crypto/gf128mul.c:315:15: note: byref variable will be forcibly initialized 315 | be128 r[1]; | ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_splice_write': /kisskb/src/fs/fuse/dev.c:1967:32: note: byref variable will be forcibly initialized 1967 | struct fuse_copy_state cs; | ^~ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_4k_lle': /kisskb/src/crypto/gf128mul.c:388:15: note: byref variable will be forcibly initialized 388 | be128 r[1]; | ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_4k_bbe': /kisskb/src/crypto/gf128mul.c:403:15: note: byref variable will be forcibly initialized 403 | be128 r[1]; | ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dequeue_forget': /kisskb/src/fs/fuse/dev.c:1079:34: note: byref variable will be forcibly initialized 1079 | struct fuse_forget_link *head = fiq->forget_list_head.next; | ^~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_single_forget': /kisskb/src/fs/fuse/dev.c:1105:31: note: byref variable will be forcibly initialized 1105 | struct fuse_forget_in arg = { | ^~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_read_batch_forget': /kisskb/src/fs/fuse/dev.c:1137:18: note: byref variable will be forcibly initialized 1137 | unsigned count; | ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_do_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:618:9: note: in expansion of macro '___wait_event' 618 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:626:25: note: in expansion of macro '__wait_event_interruptible_exclusive' 626 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:1239:23: note: in expansion of macro 'wait_event_interruptible_exclusive' 1239 | err = wait_event_interruptible_exclusive(fiq->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_splice_read': /kisskb/src/fs/fuse/dev.c:1373:32: note: byref variable will be forcibly initialized 1373 | struct fuse_copy_state cs; | ^~ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_read': /kisskb/src/fs/fuse/dev.c:1351:32: note: byref variable will be forcibly initialized 1351 | struct fuse_copy_state cs; | ^~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_abort_conn': /kisskb/src/fs/fuse/dev.c:2129:27: note: byref variable will be forcibly initialized 2129 | LIST_HEAD(to_end); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/sha512_generic.c: In function 'sha512_transform': /kisskb/src/crypto/sha512_generic.c:104:13: note: byref variable will be forcibly initialized 104 | u64 W[16]; | ^ /kisskb/src/fs/fuse/dev.c: In function 'fuse_dev_release': /kisskb/src/fs/fuse/dev.c:2200:27: note: byref variable will be forcibly initialized 2200 | LIST_HEAD(to_end); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/dev.c:9: /kisskb/src/fs/fuse/dev.c: In function 'fuse_wait_aborted': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/dev.c:2190:9: note: in expansion of macro 'wait_event' 2190 | wait_event(fc->blocked_waitq, atomic_read(&fc->num_waiting) == 0); | ^~~~~~~~~~ /kisskb/src/fs/proc/bootconfig.c: In function 'copy_xbc_key_value_list': /kisskb/src/fs/proc/bootconfig.c:28:26: note: byref variable will be forcibly initialized 28 | struct xbc_node *leaf, *vnode; | ^~~~ /kisskb/src/fs/netfs/objects.c: In function 'netfs_get_request': /kisskb/src/fs/netfs/objects.c:54:13: note: byref variable will be forcibly initialized 54 | int r; | ^ /kisskb/src/fs/netfs/objects.c: In function 'netfs_get_subrequest': /kisskb/src/fs/netfs/objects.c:130:13: note: byref variable will be forcibly initialized 130 | int r; | ^ /kisskb/src/fs/netfs/objects.c: In function 'netfs_put_subrequest': /kisskb/src/fs/netfs/objects.c:154:13: note: byref variable will be forcibly initialized 154 | int r; | ^ /kisskb/src/fs/netfs/objects.c: In function 'netfs_put_request': /kisskb/src/fs/netfs/objects.c:93:13: note: byref variable will be forcibly initialized 93 | int r; | ^ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl6030_pwmled_disable': /kisskb/src/drivers/pwm/pwm-twl-led.c:243:12: note: byref variable will be forcibly initialized 243 | u8 val; | ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl6030_pwmled_enable': /kisskb/src/drivers/pwm/pwm-twl-led.c:216:12: note: byref variable will be forcibly initialized 216 | u8 val; | ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl6030_pwmled_free': /kisskb/src/drivers/pwm/pwm-twl-led.c:320:12: note: byref variable will be forcibly initialized 320 | u8 val; | ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl6030_pwmled_request': /kisskb/src/drivers/pwm/pwm-twl-led.c:294:12: note: byref variable will be forcibly initialized 294 | u8 val; | ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl4030_pwmled_disable': /kisskb/src/drivers/pwm/pwm-twl-led.c:137:12: note: byref variable will be forcibly initialized 137 | u8 val; | ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl4030_pwmled_enable': /kisskb/src/drivers/pwm/pwm-twl-led.c:112:12: note: byref variable will be forcibly initialized 112 | u8 val; | ^~~ /kisskb/src/drivers/pwm/pwm-twl-led.c: In function 'twl4030_pwmled_config': /kisskb/src/drivers/pwm/pwm-twl-led.c:78:12: note: byref variable will be forcibly initialized 78 | u8 pwm_config[2] = { 1, 0 }; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/phy/samsung/phy-samsung-usb2.c:11: /kisskb/src/drivers/phy/samsung/phy-samsung-usb2.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/phy/samsung/phy-samsung-usb2.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-cadence.c:11: /kisskb/src/drivers/gpio/gpio-cadence.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-cadence.c: In function 'cdns_gpio_probe': /kisskb/src/drivers/gpio/gpio-cadence.c:153:13: note: byref variable will be forcibly initialized 153 | u32 num_gpios = 32; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-cadence.c: In function 'cdns_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-cadence.c:127:23: note: byref variable will be forcibly initialized 127 | unsigned long status; | ^~~~~~ /kisskb/src/fs/debugfs/inode.c: In function 'debugfs_parse_options': /kisskb/src/fs/debugfs/inode.c:108:13: note: byref variable will be forcibly initialized 108 | int option; | ^~~~~~ /kisskb/src/fs/debugfs/inode.c:107:21: note: byref variable will be forcibly initialized 107 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/debugfs/inode.c: In function 'debugfs_rename': /kisskb/src/fs/debugfs/inode.c:793:30: note: byref variable will be forcibly initialized 793 | struct name_snapshot old_name; | ^~~~~~~~ /kisskb/src/fs/autofs/root.c: In function 'do_expire_wait': /kisskb/src/fs/autofs/root.c:276:35: note: byref variable will be forcibly initialized 276 | const struct path this = { .mnt = path->mnt, .dentry = expiring }; | ^~~~ /kisskb/src/drivers/irqchip/irq-sni-exiu.c: In function 'exiu_domain_alloc': /kisskb/src/drivers/irqchip/irq-sni-exiu.c:167:27: note: byref variable will be forcibly initialized 167 | struct irq_fwspec parent_fwspec; | ^~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-sni-exiu.c: In function 'exiu_dt_init': /kisskb/src/drivers/irqchip/irq-sni-exiu.c:234:25: note: byref variable will be forcibly initialized 234 | struct resource res; | ^~~ /kisskb/src/drivers/phy/motorola/phy-cpcap-usb.c: In function 'cpcap_phy_get_ints_state': /kisskb/src/drivers/phy/motorola/phy-cpcap-usb.c:171:13: note: byref variable will be forcibly initialized 171 | int val, error; | ^~~ /kisskb/src/drivers/phy/motorola/phy-cpcap-usb.c: In function 'cpcap_usb_vbus_valid': /kisskb/src/drivers/phy/motorola/phy-cpcap-usb.c:134:20: note: byref variable will be forcibly initialized 134 | int error, value = 0; | ^~~~~ /kisskb/src/drivers/phy/motorola/phy-cpcap-usb.c: In function 'cpcap_usb_init_iio': /kisskb/src/drivers/phy/motorola/phy-cpcap-usb.c:564:28: note: byref variable will be forcibly initialized 564 | enum iio_chan_type type; | ^~~~ /kisskb/src/drivers/phy/motorola/phy-cpcap-usb.c: In function 'cpcap_usb_detect': /kisskb/src/drivers/phy/motorola/phy-cpcap-usb.c:219:37: note: byref variable will be forcibly initialized 219 | struct cpcap_usb_ints_state s; | ^ /kisskb/src/drivers/video/backlight/pandora_bl.c: In function 'pandora_backlight_probe': /kisskb/src/drivers/video/backlight/pandora_bl.c:114:12: note: byref variable will be forcibly initialized 114 | u8 r; | ^ /kisskb/src/drivers/video/backlight/pandora_bl.c:111:37: note: byref variable will be forcibly initialized 111 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/video/backlight/pandora_bl.c: In function 'pandora_backlight_update_status': /kisskb/src/drivers/video/backlight/pandora_bl.c:44:12: note: byref variable will be forcibly initialized 44 | u8 r; | ^ /kisskb/src/fs/configfs/symlink.c: In function 'configfs_symlink': /kisskb/src/fs/configfs/symlink.c:147:29: note: byref variable will be forcibly initialized 147 | struct config_item *target_item = NULL; | ^~~~~~~~~~~ /kisskb/src/fs/configfs/symlink.c:144:21: note: byref variable will be forcibly initialized 144 | struct path path; | ^~~~ /kisskb/src/drivers/gpio/gpio-arizona.c: In function 'arizona_gpio_get': /kisskb/src/drivers/gpio/gpio-arizona.c:54:27: note: byref variable will be forcibly initialized 54 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/gpio/gpio-arizona.c: In function 'arizona_gpio_direction_out': /kisskb/src/drivers/gpio/gpio-arizona.c:102:22: note: byref variable will be forcibly initialized 102 | unsigned int val; | ^~~ /kisskb/src/drivers/gpio/gpio-arizona.c: In function 'arizona_gpio_direction_in': /kisskb/src/drivers/gpio/gpio-arizona.c:32:14: note: byref variable will be forcibly initialized 32 | bool change; | ^~~~~~ /kisskb/src/fs/tracefs/inode.c: In function 'tracefs_parse_options': /kisskb/src/fs/tracefs/inode.c:240:13: note: byref variable will be forcibly initialized 240 | int option; | ^~~~~~ /kisskb/src/fs/tracefs/inode.c:239:21: note: byref variable will be forcibly initialized 239 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /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:22: 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:22: note: byref variable will be forcibly initialized 38 | unsigned int regval = 0; | ^~~~~~ /kisskb/src/drivers/video/backlight/max8925_bl.c: In function 'max8925_backlight_dt_init': /kisskb/src/drivers/video/backlight/max8925_bl.c:94:13: note: byref variable will be forcibly initialized 94 | u32 val; | ^~~ /kisskb/src/drivers/video/backlight/max8925_bl.c: In function 'max8925_backlight_probe': /kisskb/src/drivers/video/backlight/max8925_bl.c:125:37: note: byref variable will be forcibly initialized 125 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c: In function 'atmel_tcb_pwm_disable': /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:153:18: note: byref variable will be forcibly initialized 153 | unsigned cmr; | ^~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c: In function 'atmel_tcb_pwm_enable': /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:210:13: note: byref variable will be forcibly initialized 210 | u32 cmr; | ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_set_event_cfg': /kisskb/src/drivers/gpio/gpio-dln2.c:292:20: note: byref variable will be forcibly initialized 292 | } __packed req = { | ^~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c: In function 'atmel_tcb_pwm_request': /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:88:18: note: byref variable will be forcibly initialized 88 | unsigned cmr; | ^~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c: In function 'atmel_tcb_pwm_probe': /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:430:13: note: byref variable will be forcibly initialized 430 | int channel; | ^~~~~~~ /kisskb/src/drivers/pwm/pwm-atmel-tcb.c:428:14: note: byref variable will be forcibly initialized 428 | char clk_name[] = "t0_clk"; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_set_config': /kisskb/src/drivers/gpio/gpio-dln2.c:275:16: note: byref variable will be forcibly initialized 275 | __le32 duration; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_pin_set_out_val': /kisskb/src/drivers/gpio/gpio-dln2.c:138:34: note: byref variable will be forcibly initialized 138 | struct dln2_gpio_pin_val req = { | ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_set_direction': /kisskb/src/drivers/gpio/gpio-dln2.c:234:34: note: byref variable will be forcibly initialized 234 | struct dln2_gpio_pin_val req = { | ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_pin_cmd': /kisskb/src/drivers/gpio/gpio-dln2.c:90:30: note: byref variable will be forcibly initialized 90 | struct dln2_gpio_pin req = { | ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_request': /kisskb/src/drivers/gpio/gpio-dln2.c:157:13: note: byref variable will be forcibly initialized 157 | int len = sizeof(rsp); | ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c:156:34: note: byref variable will be forcibly initialized 156 | struct dln2_gpio_pin_val rsp; | ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c:153:30: note: byref variable will be forcibly initialized 153 | struct dln2_gpio_pin req = { | ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_pin_val': /kisskb/src/drivers/gpio/gpio-dln2.c:104:13: note: byref variable will be forcibly initialized 104 | int len = sizeof(rsp); | ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c:103:34: note: byref variable will be forcibly initialized 103 | struct dln2_gpio_pin_val rsp; | ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c:100:30: note: byref variable will be forcibly initialized 100 | struct dln2_gpio_pin req = { | ^~~ /kisskb/src/drivers/video/of_display_timing.c: In function 'parse_timing_property': /kisskb/src/drivers/video/of_display_timing.c:29:13: 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:13: note: byref variable will be forcibly initialized 60 | u32 val = 0; | ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c: In function 'dln2_gpio_get_pin_count': /kisskb/src/drivers/gpio/gpio-dln2.c:77:13: note: byref variable will be forcibly initialized 77 | int len = sizeof(count); | ^~~ /kisskb/src/drivers/gpio/gpio-dln2.c:76:16: note: byref variable will be forcibly initialized 76 | __le16 count; | ^~~~~ In file included from /kisskb/src/drivers/video/of_display_timing.c:10: /kisskb/src/drivers/video/of_display_timing.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t 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/drivers/phy/qualcomm/phy-qcom-usb-hs.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c: In function 'meson_axg_pmx_update_function': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c:66:32: note: byref variable will be forcibly initialized 66 | struct meson_pmx_bank *bank; | ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c:65:13: note: byref variable will be forcibly initialized 65 | int offset; | ^~~~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c:64:13: note: byref variable will be forcibly initialized 64 | int reg; | ^~~ 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:30: note: byref variable will be forcibly initialized 93 | struct blake2s_state state; | ^~~~~ /kisskb/src/drivers/phy/socionext/phy-uniphier-usb2.c: In function 'uniphier_u2phy_probe': /kisskb/src/drivers/phy/socionext/phy-uniphier-usb2.c:114:18: note: byref variable will be forcibly initialized 114 | int ret, data_idx, ndatas; | ^~~~~~~~ /kisskb/src/lib/crypto/blake2s-selftest.c: In function 'blake2s_selftest': /kisskb/src/lib/crypto/blake2s-selftest.c:597:46: note: byref variable will be forcibly initialized 597 | struct blake2s_state state1, state2; | ^~~~~~ /kisskb/src/lib/crypto/blake2s-selftest.c:597:38: note: byref variable will be forcibly initialized 597 | struct blake2s_state state1, state2; | ^~~~~~ /kisskb/src/lib/crypto/blake2s-selftest.c:596:20: note: byref variable will be forcibly initialized 596 | u8 blocks[BLAKE2S_BLOCK_SIZE * 2]; | ^~~~~~ /kisskb/src/lib/crypto/blake2s-selftest.c:594:20: note: byref variable will be forcibly initialized 594 | u8 unaligned_block[BLAKE2S_BLOCK_SIZE + TEST_ALIGNMENT - 1] | ^~~~~~~~~~~~~~~ /kisskb/src/lib/crypto/blake2s-selftest.c:553:30: note: byref variable will be forcibly initialized 553 | struct blake2s_state state; | ^~~~~ /kisskb/src/lib/crypto/blake2s-selftest.c:552:12: note: byref variable will be forcibly initialized 552 | u8 hash[BLAKE2S_HASH_SIZE]; | ^~~~ /kisskb/src/lib/crypto/blake2s-selftest.c:551:12: note: byref variable will be forcibly initialized 551 | u8 buf[ARRAY_SIZE(blake2s_testvecs)]; | ^~~ /kisskb/src/lib/crypto/blake2s-selftest.c:550:12: note: byref variable will be forcibly initialized 550 | u8 key[BLAKE2S_KEY_SIZE]; | ^~~ /kisskb/src/crypto/ecb.c: In function 'crypto_ecb_crypt': /kisskb/src/crypto/ecb.c:21:30: note: byref variable will be forcibly initialized 21 | struct skcipher_walk walk; | ^~~~ /kisskb/src/lib/crypto/blake2s-generic.c: In function 'blake2s_compress_generic': /kisskb/src/lib/crypto/blake2s-generic.c:48:13: note: byref variable will be forcibly initialized 48 | u32 v[16]; | ^ /kisskb/src/lib/crypto/blake2s-generic.c:47:13: note: byref variable will be forcibly initialized 47 | u32 m[16]; | ^ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_decrypt_inplace': /kisskb/src/crypto/cbc.c:129:12: 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:30: note: byref variable will be forcibly initialized 158 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_encrypt': /kisskb/src/crypto/cbc.c:76:30: note: byref variable will be forcibly initialized 76 | struct skcipher_walk walk; | ^~~~ /kisskb/src/fs/nls/nls_base.c: In function 'utf8s_to_utf16s': /kisskb/src/fs/nls/nls_base.c:137:19: note: byref variable will be forcibly initialized 137 | unicode_t u; | ^ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/irqchip/irq-imx-intmux.c:48: /kisskb/src/drivers/irqchip/irq-imx-intmux.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/irqchip/irq-imx-intmux.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/irqchip/irq-imx-intmux.c: In function 'imx_intmux_irq_handler': /kisskb/src/drivers/irqchip/irq-imx-intmux.c:183:23: note: byref variable will be forcibly initialized 183 | unsigned long irqstat; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/lib/reed_solomon/reed_solomon.c:35: /kisskb/src/lib/reed_solomon/reed_solomon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/dma/ops_helpers.c: In function 'dma_common_mmap': /kisskb/src/kernel/dma/ops_helpers.c:43:13: note: byref variable will be forcibly initialized 43 | int ret = -ENXIO; | ^~~ /kisskb/src/drivers/irqchip/irq-imx-irqsteer.c: In function 'imx_irqsteer_irq_handler': /kisskb/src/drivers/irqchip/irq-imx-irqsteer.c:125:31: note: byref variable will be forcibly initialized 125 | unsigned long irqmap; | ^~~~~~ /kisskb/src/drivers/irqchip/irq-imx-irqsteer.c: In function 'imx_irqsteer_probe': /kisskb/src/drivers/irqchip/irq-imx-irqsteer.c:145:13: note: byref variable will be forcibly initialized 145 | u32 irqs_num; | ^~~~~~~~ /kisskb/src/crypto/ccm.c: In function 'crypto_rfc4309_create': /kisskb/src/crypto/ccm.c:709:13: 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:13: 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:14: note: byref variable will be forcibly initialized 535 | char mac_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ /kisskb/src/crypto/ccm.c:534:14: 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:16: 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:28: note: byref variable will be forcibly initialized 176 | struct scatterlist sg[3]; | ^~ /kisskb/src/crypto/ccm.c: In function 'cbcmac_create': /kisskb/src/crypto/ccm.c:868:13: note: byref variable will be forcibly initialized 868 | u32 mask; | ^~~~ /kisskb/src/crypto/ctr.c: In function 'crypto_rfc3686_create': /kisskb/src/crypto/ctr.c:263:13: 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:12: 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:12: 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:30: note: byref variable will be forcibly initialized 104 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/xts.c: In function 'xts_xor_tweak': /kisskb/src/crypto/xts.c:90:15: note: byref variable will be forcibly initialized 90 | le128 t = rctx->t; | ^ /kisskb/src/crypto/xts.c:89:30: 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:15: note: byref variable will be forcibly initialized 168 | le128 b[2]; | ^ In file included from /kisskb/src/include/linux/acpi.h:15, 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/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/crypto/xts.c: In function 'xts_cts_done': /kisskb/src/crypto/xts.c:146:15: note: byref variable will be forcibly initialized 146 | le128 b; | ^ In file included from /kisskb/src/include/linux/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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpio/gpio-dwapb.c: In function 'dwapb_do_irq': /kisskb/src/drivers/gpio/gpio-dwapb.c:206:23: note: byref variable will be forcibly initialized 206 | unsigned long irq_status; | ^~~~~~~~~~ /kisskb/src/crypto/xts.c: In function 'xts_create': /kisskb/src/crypto/xts.c:345:13: note: byref variable will be forcibly initialized 345 | u32 mask; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_send_open': /kisskb/src/fs/fuse/file.c:26:29: note: byref variable will be forcibly initialized 26 | struct fuse_open_in inarg; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_bmap': /kisskb/src/fs/fuse/file.c:2609:30: note: byref variable will be forcibly initialized 2609 | struct fuse_bmap_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/file.c:2608:29: note: byref variable will be forcibly initialized 2608 | struct fuse_bmap_in inarg; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_get_user_pages': /kisskb/src/fs/fuse/file.c:1416:24: note: byref variable will be forcibly initialized 1416 | size_t start; | ^~~~~ /kisskb/src/fs/configfs/item.c: In function 'config_item_set_name': /kisskb/src/fs/configfs/item.c:53:17: note: byref variable will be forcibly initialized 53 | va_list args; | ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_register_polled_file': /kisskb/src/fs/fuse/file.c:2749:41: note: byref variable will be forcibly initialized 2749 | struct rb_node **link, *parent; | ^~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_file_poll': /kisskb/src/fs/fuse/file.c:2764:30: note: byref variable will be forcibly initialized 2764 | struct fuse_poll_out outarg; | ^~~~~~ /kisskb/src/drivers/irqchip/irq-apple-aic.c: In function 'aic_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-apple-aic.c:699:25: note: byref variable will be forcibly initialized 699 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/drivers/irqchip/irq-apple-aic.c:697:22: note: byref variable will be forcibly initialized 697 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_pages_realloc': /kisskb/src/fs/fuse/file.c:2022:32: note: byref variable will be forcibly initialized 2022 | struct fuse_page_desc *descs; | ^~~~~ /kisskb/src/drivers/irqchip/irq-apple-aic.c: In function 'build_fiq_affinity': /kisskb/src/drivers/irqchip/irq-apple-aic.c:1027:21: note: byref variable will be forcibly initialized 1027 | u32 cpu_phandle; | ^~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-apple-aic.c:1011:13: note: byref variable will be forcibly initialized 1011 | u32 fiq; | ^~~ /kisskb/src/drivers/irqchip/irq-apple-aic.c: In function 'aic_handle_ipi': /kisskb/src/drivers/irqchip/irq-apple-aic.c:844:32: note: byref variable will be forcibly initialized 844 | unsigned long enabled, firing; | ^~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function 'fuse_wait_on_page_writeback': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/file.c:462:9: note: in expansion of macro 'wait_event' 462 | wait_event(fi->page_waitq, !fuse_page_is_writeback(inode, index)); | ^~~~~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_do_truncate': /kisskb/src/fs/fuse/file.c:2830:22: note: byref variable will be forcibly initialized 2830 | struct iattr attr; | ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_lseek': /kisskb/src/fs/fuse/file.c:2644:31: note: byref variable will be forcibly initialized 2644 | struct fuse_lseek_out outarg; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/tlb.h:62, from /kisskb/src/mm/rmap.c:81: /kisskb/src/mm/rmap.c: In function 'trace_event_raw_event_tlb_flush': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tlb.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(tlb_flush, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function '__readahead_batch': /kisskb/src/include/linux/pagemap.h:1298:18: note: byref variable will be forcibly initialized 1298 | XA_STATE(xas, &rac->mapping->i_pages, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_file_open': /kisskb/src/fs/fuse/file.c:142:38: note: byref variable will be forcibly initialized 142 | struct fuse_open_out outarg; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/migrate.h:142, from /kisskb/src/mm/rmap.c:82: /kisskb/src/mm/rmap.c: In function 'trace_event_raw_event_mm_migrate_pages': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/mm/rmap.c: In function 'trace_event_raw_event_mm_migrate_pages_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_migrate_pages_start, | ^~~~~~~~~~~ /kisskb/src/mm/rmap.c: In function 'trace_event_raw_event_migration_pte': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/migrate.h:108:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 108 | DECLARE_EVENT_CLASS(migration_pte, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_getlk': /kisskb/src/fs/fuse/file.c:2517:28: note: byref variable will be forcibly initialized 2517 | struct fuse_lk_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/file.c:2516:27: note: byref variable will be forcibly initialized 2516 | struct fuse_lk_in inarg; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_setlk': /kisskb/src/fs/fuse/file.c:2536:27: note: byref variable will be forcibly initialized 2536 | struct fuse_lk_in inarg; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_flush': /kisskb/src/fs/fuse/file.c:485:30: note: byref variable will be forcibly initialized 485 | struct fuse_flush_in inarg; | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_fsync_common': /kisskb/src/fs/fuse/file.c:544:30: note: byref variable will be forcibly initialized 544 | struct fuse_fsync_in inarg; | ^~~~~ /kisskb/src/fs/autofs/waitq.c: In function 'validate_request': /kisskb/src/fs/autofs/waitq.c:269:29: note: byref variable will be forcibly initialized 269 | struct path this; | ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_perform_write': /kisskb/src/fs/fuse/file.c:1260:37: note: byref variable will be forcibly initialized 1260 | struct fuse_io_args ia = {}; | ^~ /kisskb/src/fs/fuse/file.c: In function '__fuse_copy_file_range': /kisskb/src/fs/fuse/file.c:3067:31: note: byref variable will be forcibly initialized 3067 | struct fuse_write_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/file.c:3058:40: note: byref variable will be forcibly initialized 3058 | struct fuse_copy_file_range_in inarg = { | ^~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_io': /kisskb/src/fs/fuse/file.c:1484:24: note: byref variable will be forcibly initialized 1484 | size_t nbytes = min(count, nmax); | ^~~~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_IO': /kisskb/src/fs/fuse/file.c:2853:16: note: byref variable will be forcibly initialized 2853 | loff_t pos = 0; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c:2849:36: note: byref variable will be forcibly initialized 2849 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/fs/fuse/file.c: In function 'fuse_direct_read_iter': /kisskb/src/fs/fuse/file.c:1558:37: note: byref variable will be forcibly initialized 1558 | struct fuse_io_priv io = FUSE_IO_PRIV_SYNC(iocb); | ^~ /kisskb/src/fs/fuse/file.c: In function 'fuse_writepages': /kisskb/src/fs/fuse/file.c:2249:34: note: byref variable will be forcibly initialized 2249 | struct fuse_fill_wb_data data; | ^~~~ /kisskb/src/fs/autofs/waitq.c: In function 'autofs_notify_daemon': /kisskb/src/fs/autofs/waitq.c:86:11: note: byref variable will be forcibly initialized 86 | } pkt; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/fs/autofs/waitq.c:7: /kisskb/src/fs/autofs/waitq.c: In function 'autofs_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:909:9: note: in expansion of macro '___wait_event' 909 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:931:25: note: in expansion of macro '__wait_event_killable' 931 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c:439:9: note: in expansion of macro 'wait_event_killable' 439 | wait_event_killable(wq->queue, wq->name.name == NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/autofs/waitq.c:307:21: note: byref variable will be forcibly initialized 307 | struct qstr qstr; | ^~~~ /kisskb/src/fs/autofs/waitq.c:306:35: note: byref variable will be forcibly initialized 306 | struct autofs_wait_queue *wq; | ^~ /kisskb/src/mm/rmap.c: In function 'page_vma_mkclean_one': /kisskb/src/mm/rmap.c:950:35: note: byref variable will be forcibly initialized 950 | struct mmu_notifier_range range; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/namei.c:7: /kisskb/src/fs/overlayfs/namei.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/overlayfs/namei.c:7: /kisskb/src/fs/overlayfs/namei.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/namei.c:7: /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_lookup_positive_unlocked': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/namei.c:209:46: note: in expansion of macro 'smp_load_acquire' 209 | if (!IS_ERR(ret) && d_flags_negative(smp_load_acquire(&ret->d_flags))) { | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/rmap.c: In function 'try_to_unmap_one': /kisskb/src/mm/rmap.c:1484:35: note: byref variable will be forcibly initialized 1484 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_lookup_single': /kisskb/src/fs/overlayfs/namei.c:229:21: note: byref variable will be forcibly initialized 229 | struct path path; | ^~~~ /kisskb/src/mm/rmap.c: In function 'try_to_migrate_one': /kisskb/src/mm/rmap.c:1841:35: note: byref variable will be forcibly initialized 1841 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/drivers/gpio/gpio-grgpio.c: In function 'grgpio_probe': /kisskb/src/drivers/gpio/gpio-grgpio.c:337:13: note: byref variable will be forcibly initialized 337 | int size; | ^~~~ /kisskb/src/drivers/gpio/gpio-grgpio.c:335:13: note: byref variable will be forcibly initialized 335 | u32 prop; | ^~~~ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_verify_index': /kisskb/src/fs/overlayfs/namei.c:528:26: note: byref variable will be forcibly initialized 528 | struct ovl_path *stack = &origin; | ^~~~~ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_get_index_fh': /kisskb/src/fs/overlayfs/namei.c:674:21: note: byref variable will be forcibly initialized 674 | struct qstr name; | ^~~~ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_lookup_index': /kisskb/src/fs/overlayfs/namei.c:705:21: note: byref variable will be forcibly initialized 705 | struct qstr name; | ^~~~ /kisskb/src/mm/rmap.c: In function 'folio_mkclean': /kisskb/src/mm/rmap.c:1037:13: note: byref variable will be forcibly initialized 1037 | int cleaned = 0; | ^~~~~~~ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_lookup': /kisskb/src/fs/overlayfs/namei.c:1101:41: note: byref variable will be forcibly initialized 1101 | struct ovl_inode_params oip = { | ^~~ /kisskb/src/fs/overlayfs/namei.c:1083:29: note: byref variable will be forcibly initialized 1083 | struct path upperpath = { | ^~~~~~~~~ /kisskb/src/fs/overlayfs/namei.c:845:24: note: byref variable will be forcibly initialized 845 | struct dentry *this; | ^~~~ /kisskb/src/fs/overlayfs/namei.c:838:35: note: byref variable will be forcibly initialized 838 | struct dentry *upperdir, *upperdentry = NULL; | ^~~~~~~~~~~ /kisskb/src/fs/overlayfs/namei.c:837:41: note: byref variable will be forcibly initialized 837 | struct ovl_path *stack = NULL, *origin_path = NULL; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mailbox_client.h:11, from /kisskb/src/drivers/phy/tegra/xusb.c:8: /kisskb/src/drivers/phy/tegra/xusb.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb.c: In function 'tegra_xusb_usb3_port_parse_dt': /kisskb/src/drivers/phy/tegra/xusb.c:933:13: note: byref variable will be forcibly initialized 933 | u32 value; | ^~~~~ /kisskb/src/fs/debugfs/file.c: In function 'debugfs_read_file_bool': In file included from /kisskb/src/include/linux/mailbox_client.h:10, from /kisskb/src/drivers/phy/tegra/xusb.c:8: /kisskb/src/drivers/phy/tegra/xusb.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/fs/debugfs/file.c:770:14: note: byref variable will be forcibly initialized 770 | char buf[2]; | ^~~ /kisskb/src/drivers/phy/tegra/xusb.c: In function 'tegra_xusb_lane_parse_dt': /kisskb/src/drivers/phy/tegra/xusb.c:113:21: note: byref variable will be forcibly initialized 113 | const char *function; | ^~~~~~~~ /kisskb/src/fs/debugfs/file.c: In function 'debugfs_write_file_bool': /kisskb/src/fs/debugfs/file.c:793:14: note: byref variable will be forcibly initialized 793 | bool bv; | ^~ 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:13: note: byref variable will be forcibly initialized 59 | u32 K[6]; | ^ /kisskb/src/drivers/phy/tegra/xusb.c: In function 'tegra_xusb_usb2_port_parse_dt': /kisskb/src/drivers/phy/tegra/xusb.c:718:21: note: byref variable will be forcibly initialized 718 | const char *mode; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'insert_vmap_area': /kisskb/src/mm/vmalloc.c:1066:1: note: byref variable will be forcibly initialized 1066 | insert_vmap_area(struct vmap_area *va, | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'insert_vmap_area_augment': /kisskb/src/mm/vmalloc.c:1078:1: note: byref variable will be forcibly initialized 1078 | insert_vmap_area_augment(struct vmap_area *va, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:1078: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:1108:1: note: byref variable will be forcibly initialized 1108 | __merge_or_add_vmap_area(struct vmap_area *va, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'merge_or_add_vmap_area': /kisskb/src/mm/vmalloc.c:1108:1: note: byref variable will be forcibly initialized /kisskb/src/mm/vmalloc.c: In function 'merge_or_add_vmap_area_augment': /kisskb/src/mm/vmalloc.c:1108:1: note: byref variable will be forcibly initialized /kisskb/src/drivers/phy/ti/phy-tusb1210.c: In function 'tusb1210_set_mode': /kisskb/src/drivers/phy/ti/phy-tusb1210.c:127:12: note: byref variable will be forcibly initialized 127 | u8 reg; | ^~~ /kisskb/src/drivers/phy/ti/phy-tusb1210.c: In function 'tusb1210_get_online': /kisskb/src/drivers/phy/ti/phy-tusb1210.c:233:36: note: byref variable will be forcibly initialized 233 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/phy/ti/phy-tusb1210.c: In function 'tusb1210_chg_det_work': /kisskb/src/drivers/phy/ti/phy-tusb1210.c:253:12: note: byref variable will be forcibly initialized 253 | u8 val; | ^~~ /kisskb/src/drivers/phy/ti/phy-tusb1210.c: In function 'tusb1210_probe': /kisskb/src/drivers/phy/ti/phy-tusb1210.c:488:17: note: byref variable will be forcibly initialized 488 | u8 val, reg; | ^~~ /kisskb/src/drivers/phy/ti/phy-tusb1210.c:488:12: note: byref variable will be forcibly initialized 488 | u8 val, reg; | ^~~ /kisskb/src/mm/vmalloc.c: In function 'vmap_range_noflush': /kisskb/src/mm/vmalloc.c:294:24: note: byref variable will be forcibly initialized 294 | pgtbl_mod_mask mask = 0; | ^~~~ /kisskb/src/mm/vmalloc.c: In function 'vmap_small_pages_range_noflush': /kisskb/src/mm/vmalloc.c:550:24: note: byref variable will be forcibly initialized 550 | pgtbl_mod_mask mask = 0; | ^~~~ /kisskb/src/mm/vmalloc.c:549:13: note: byref variable will be forcibly initialized 549 | int nr = 0; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/mm/vmalloc.c:12: /kisskb/src/mm/vmalloc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t 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/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:1993:19: note: byref variable will be forcibly initialized 1993 | LIST_HEAD(purge); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmalloc.c: In function 'vunmap_range_noflush': /kisskb/src/mm/vmalloc.c:424:24: note: byref variable will be forcibly initialized 424 | pgtbl_mod_mask mask = 0; | ^~~~ /kisskb/src/mm/vmalloc.c: In function '__purge_vmap_area_lazy': /kisskb/src/mm/vmalloc.c:1711:26: note: byref variable will be forcibly initialized 1711 | struct list_head local_purge_list; | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'alloc_vmap_area': /kisskb/src/mm/vmalloc.c:1575:23: note: byref variable will be forcibly initialized 1575 | unsigned long freed; | ^~~~~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_expire_run': /kisskb/src/fs/autofs/expire.c:541:37: note: byref variable will be forcibly initialized 541 | struct autofs_packet_expire pkt; | ^~~ /kisskb/src/fs/autofs/expire.c: In function 'autofs_do_expire_multi': /kisskb/src/fs/autofs/expire.c:588:35: note: byref variable will be forcibly initialized 588 | const struct path path = { .mnt = mnt, .dentry = dentry }; | ^~~~ /kisskb/src/mm/vmalloc.c: In function 'pcpu_get_vm_areas': /kisskb/src/mm/vmalloc.c:3764:34: note: byref variable will be forcibly initialized 3764 | struct vmap_area **vas, *va; | ^~ /kisskb/src/mm/vmalloc.c: In function 'remap_vmalloc_range_partial': /kisskb/src/mm/vmalloc.c:3594:23: note: byref variable will be forcibly initialized 3594 | unsigned long end_index; | ^~~~~~~~~ /kisskb/src/mm/vmalloc.c:3593:23: note: byref variable will be forcibly initialized 3593 | unsigned long off; | ^~~ 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:143:16: note: userspace variable will be forcibly initialized 143 | return (struct iovec) { | ^ /kisskb/src/fs/read_write.c: In function 'new_sync_read': /kisskb/src/fs/read_write.c:382:25: note: byref variable will be forcibly initialized 382 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:381:22: note: byref variable will be forcibly initialized 381 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c: In function 'new_sync_write': /kisskb/src/fs/read_write.c:484:25: note: byref variable will be forcibly initialized 484 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:483:22: note: byref variable will be forcibly initialized 483 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c: In function 'do_iter_readv_writev': /kisskb/src/fs/read_write.c:717:22: note: byref variable will be forcibly initialized 717 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c: In function 'do_loop_readv_writev': /kisskb/src/fs/read_write.c:746:30: note: userspace variable will be forcibly initialized 746 | struct iovec iovec = iov_iter_iovec(iter); | ^~~~~ /kisskb/src/fs/read_write.c: In function '__do_sys_llseek': /kisskb/src/fs/read_write.c:331:16: note: byref variable will be forcibly initialized 331 | loff_t offset; | ^~~~~~ /kisskb/src/fs/read_write.c: In function 'vfs_readv': /kisskb/src/fs/read_write.c:905:25: note: byref variable will be forcibly initialized 905 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:904:23: note: byref variable will be forcibly initialized 904 | struct iovec *iov = iovstack; | ^~~ /kisskb/src/fs/read_write.c:903:22: note: byref variable will be forcibly initialized 903 | struct iovec iovstack[UIO_FASTIOV]; | ^~~~~~~~ /kisskb/src/fs/read_write.c: In function 'do_readv': /kisskb/src/fs/read_write.c:942:24: note: byref variable will be forcibly initialized 942 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/fs/read_write.c: In function 'vfs_writev': /kisskb/src/fs/read_write.c:922:25: note: byref variable will be forcibly initialized 922 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:921:23: note: byref variable will be forcibly initialized 921 | struct iovec *iov = iovstack; | ^~~ /kisskb/src/fs/read_write.c:920:22: note: byref variable will be forcibly initialized 920 | struct iovec iovstack[UIO_FASTIOV]; | ^~~~~~~~ /kisskb/src/fs/read_write.c: In function 'do_writev': /kisskb/src/fs/read_write.c:966:24: note: byref variable will be forcibly initialized 966 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/fs/read_write.c: In function 'do_sendfile': /kisskb/src/fs/read_write.c:1182:16: note: byref variable will be forcibly initialized 1182 | loff_t out_pos; | ^~~~~~~ /kisskb/src/fs/read_write.c:1181:16: note: byref variable will be forcibly initialized 1181 | loff_t pos; | ^~~ /kisskb/src/fs/read_write.c: In function '__do_sys_sendfile': /kisskb/src/fs/read_write.c:1286:16: note: byref variable will be forcibly initialized 1286 | loff_t pos; | ^~~ /kisskb/src/fs/read_write.c: In function '__do_sys_sendfile64': /kisskb/src/fs/read_write.c:1305:16: note: byref variable will be forcibly initialized 1305 | loff_t pos; | ^~~ /kisskb/src/fs/read_write.c: In function '__do_compat_sys_sendfile': /kisskb/src/fs/read_write.c:1324:16: note: byref variable will be forcibly initialized 1324 | loff_t pos; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/open.c:9: /kisskb/src/fs/open.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function '__do_compat_sys_sendfile64': /kisskb/src/fs/read_write.c:1344:16: note: byref variable will be forcibly initialized 1344 | loff_t pos; | ^~~ /kisskb/src/fs/read_write.c: In function '__kernel_read': /kisskb/src/fs/read_write.c:411:25: note: byref variable will be forcibly initialized 411 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:410:22: note: byref variable will be forcibly initialized 410 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:406:21: note: byref variable will be forcibly initialized 406 | struct kvec iov = { | ^~~ /kisskb/src/fs/read_write.c: In function '__kernel_write': /kisskb/src/fs/read_write.c:506:25: note: byref variable will be forcibly initialized 506 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:505:22: note: byref variable will be forcibly initialized 505 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:501:21: note: byref variable will be forcibly initialized 501 | struct kvec iov = { | ^~~ /kisskb/src/fs/read_write.c: In function 'ksys_read': /kisskb/src/fs/read_write.c:602:24: note: byref variable will be forcibly initialized 602 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/fs/read_write.c: In function 'ksys_write': /kisskb/src/fs/read_write.c:626:24: note: byref variable will be forcibly initialized 626 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/read_write.c: In function 'generic_write_checks': /kisskb/src/fs/open.c: In function 'do_faccessat': /kisskb/src/fs/open.c:422:21: note: byref variable will be forcibly initialized 422 | struct path path; | ^~~~ /kisskb/src/fs/read_write.c:1671:16: note: byref variable will be forcibly initialized 1671 | loff_t count = iov_iter_count(from); | ^~~~~ /kisskb/src/fs/read_write.c: In function 'generic_copy_file_checks': /kisskb/src/fs/read_write.c:1403:18: note: byref variable will be forcibly initialized 1403 | uint64_t count = *req_count; | ^~~~~ /kisskb/src/fs/open.c: In function '__do_sys_chdir': /kisskb/src/fs/open.c:510:21: note: byref variable will be forcibly initialized 510 | struct path path; | ^~~~ /kisskb/src/fs/read_write.c: In function '__do_sys_copy_file_range': /kisskb/src/fs/read_write.c:1551:16: note: byref variable will be forcibly initialized 1551 | loff_t pos_out; | ^~~~~~~ /kisskb/src/fs/read_write.c:1550:16: note: byref variable will be forcibly initialized 1550 | loff_t pos_in; | ^~~~~~ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_limit_write': /kisskb/src/fs/fuse/control.c:80:23: note: byref variable will be forcibly initialized 80 | unsigned long t; | ^ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_congestion_threshold_write': /kisskb/src/fs/fuse/control.c:165:18: note: byref variable will be forcibly initialized 165 | unsigned val; | ^~~ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_limit_read': /kisskb/src/fs/fuse/control.c:70:14: note: byref variable will be forcibly initialized 70 | char tmp[32]; | ^~~ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_waiting_read': /kisskb/src/fs/fuse/control.c:50:14: note: byref variable will be forcibly initialized 50 | char tmp[32]; | ^~~ /kisskb/src/fs/fuse/control.c: In function 'fuse_conn_max_background_write': /kisskb/src/fs/fuse/control.c:123:18: note: byref variable will be forcibly initialized 123 | unsigned val; | ^~~ /kisskb/src/fs/open.c: In function '__do_sys_chroot': /kisskb/src/fs/fuse/control.c: In function 'fuse_ctl_add_conn': /kisskb/src/fs/fuse/control.c:259:14: note: byref variable will be forcibly initialized 259 | char name[32]; | ^~~~ /kisskb/src/fs/open.c:558:21: note: byref variable will be forcibly initialized 558 | struct path path; | ^~~~ /kisskb/src/drivers/phy/xilinx/phy-zynqmp.c: In function 'xpsgtr_get_ref_clocks': /kisskb/src/drivers/phy/xilinx/phy-zynqmp.c:897:22: note: byref variable will be forcibly initialized 897 | char name[8]; | ^~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_parent': /kisskb/src/fs/fuse/inode.c:1015:31: note: byref variable will be forcibly initialized 1015 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/inode.c:1013:23: note: byref variable will be forcibly initialized 1013 | struct inode *inode; | ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_dentry': /kisskb/src/fs/fuse/inode.c:916:35: note: byref variable will be forcibly initialized 916 | const struct qstr name = QSTR_INIT(".", 1); | ^~~~ /kisskb/src/fs/fuse/inode.c:915:39: note: byref variable will be forcibly initialized 915 | struct fuse_entry_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/inode.c:906:23: note: byref variable will be forcibly initialized 906 | struct inode *inode; | ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fh_to_parent': /kisskb/src/fs/fuse/inode.c:998:34: note: byref variable will be forcibly initialized 998 | struct fuse_inode_handle parent; | ^~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fh_to_dentry': /kisskb/src/fs/fuse/inode.c:984:34: note: byref variable will be forcibly initialized 984 | struct fuse_inode_handle handle; | ^~~~~~ In file included from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'fuse_send_destroy': /kisskb/src/fs/fuse/inode.c:498:27: note: byref variable will be forcibly initialized 498 | FUSE_ARGS(args); | ^~~~ /kisskb/src/fs/fuse/fuse_i.h:276:42: note: in definition of macro 'FUSE_ARGS' 276 | #define FUSE_ARGS(args) struct fuse_args args = {} | ^~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_statfs': /kisskb/src/fs/fuse/inode.c:526:32: note: byref variable will be forcibly initialized 526 | struct fuse_statfs_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_parse_param': /kisskb/src/fs/fuse/inode.c:669:32: note: byref variable will be forcibly initialized 669 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/crypto/cast6_generic.c: In function '__cast6_setkey': /kisskb/src/crypto/cast6_generic.c:110:16: note: byref variable will be forcibly initialized 110 | __be32 p_key[8]; /* padded key */ | ^~~~~ /kisskb/src/crypto/cast6_generic.c:109:13: note: byref variable will be forcibly initialized 109 | u32 key[8]; | ^~~ /kisskb/src/crypto/cast6_generic.c: In function '__cast6_encrypt': /kisskb/src/crypto/cast6_generic.c:175:13: note: byref variable will be forcibly initialized 175 | u32 block[4]; | ^~~~~ /kisskb/src/fs/open.c: In function 'do_truncate': /kisskb/src/fs/open.c:43:22: note: byref variable will be forcibly initialized 43 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/crypto/cast6_generic.c: In function '__cast6_decrypt': /kisskb/src/crypto/cast6_generic.c:212:13: note: byref variable will be forcibly initialized 212 | u32 block[4]; | ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'fuse_sync_fs_writes': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:591:9: note: in expansion of macro 'wait_event' 591 | wait_event(bucket->waitq, atomic_read(&bucket->count) == 0); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:582:9: note: in expansion of macro 'rcu_assign_pointer' 582 | rcu_assign_pointer(fc->curr_bucket, new_bucket); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_sys_truncate': /kisskb/src/fs/open.c:125:21: note: byref variable will be forcibly initialized 125 | struct path path; | ^~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_sync_fs': /kisskb/src/fs/fuse/inode.c:602:31: note: byref variable will be forcibly initialized 602 | struct fuse_syncfs_in inarg; | ^~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_change_attributes': /kisskb/src/fs/fuse/inode.c:293:43: note: byref variable will be forcibly initialized 293 | struct timespec64 new_mtime = { | ^~~~~~~~~ /kisskb/src/fs/fuse/inode.c:245:27: note: byref variable will be forcibly initialized 245 | struct timespec64 old_mtime; | ^~~~~~~~~ /kisskb/src/fs/open.c: In function 'chmod_common': /kisskb/src/fs/open.c:593:22: note: byref variable will be forcibly initialized 593 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c:592:23: note: byref variable will be forcibly initialized 592 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'fsl_pwm_is_any_pwm_enabled': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:207:13: note: byref variable will be forcibly initialized 207 | u32 val; | ^~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'fsl_pwm_is_other_pwm_enabled': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:219:13: note: byref variable will be forcibly initialized 219 | u32 val; | ^~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'ftm_clear_write_protection': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:64:13: note: byref variable will be forcibly initialized 64 | u32 val; | ^~~ /kisskb/src/drivers/pwm/pwm-fsl-ftm.c: In function 'fsl_pwm_apply_config': /kisskb/src/drivers/pwm/pwm-fsl-ftm.c:235:34: note: byref variable will be forcibly initialized 235 | struct fsl_pwm_periodcfg periodcfg; | ^~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchmodat': /kisskb/src/fs/open.c:639:21: note: byref variable will be forcibly initialized 639 | struct path path; | ^~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_fill_super_submount': /kisskb/src/fs/fuse/inode.c:1437:26: note: byref variable will be forcibly initialized 1437 | struct fuse_attr root_attr; | ^~~~~~~~~ /kisskb/src/fs/fuse/inode.c: In function 'fuse_get_root_inode': /kisskb/src/fs/fuse/inode.c:888:26: note: byref variable will be forcibly initialized 888 | struct fuse_attr attr; | ^~~~ /kisskb/src/fs/open.c: In function 'chown_common': /kisskb/src/fs/open.c:708:22: note: byref variable will be forcibly initialized 708 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c:706:23: note: byref variable will be forcibly initialized 706 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchownat': /kisskb/src/fs/open.c:748:21: note: byref variable will be forcibly initialized 748 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function 'do_sys_openat2': /kisskb/src/fs/open.c:1298:27: note: byref variable will be forcibly initialized 1298 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function '__do_sys_openat2': /kisskb/src/fs/open.c:1350:25: note: byref variable will be forcibly initialized 1350 | struct open_how tmp; | ^~~ /kisskb/src/fs/open.c: In function 'file_open_name': /kisskb/src/fs/open.c:1252:25: note: byref variable will be forcibly initialized 1252 | struct open_how how = build_open_how(flags, mode); | ^~~ /kisskb/src/fs/open.c:1251:27: note: byref variable will be forcibly initialized 1251 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function 'file_open_root': /kisskb/src/fs/open.c:1287:25: note: byref variable will be forcibly initialized 1287 | struct open_how how = build_open_how(flags, mode); | ^~~ /kisskb/src/fs/open.c:1286:27: note: byref variable will be forcibly initialized 1286 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function 'do_sys_open': /kisskb/src/fs/open.c:1326:25: note: byref variable will be forcibly initialized 1326 | struct open_how how = build_open_how(flags, mode); | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/inode.c:9: /kisskb/src/fs/fuse/inode.c: In function 'fuse_fill_super_common': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fuse/inode.c:1532:9: note: in expansion of macro 'rcu_assign_pointer' 1532 | rcu_assign_pointer(fc->curr_bucket, fuse_sync_bucket_alloc()); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-lp873x.c: In function 'lp873x_gpio_get': /kisskb/src/drivers/gpio/gpio-lp873x.c:52:18: note: byref variable will be forcibly initialized 52 | int ret, val; | ^~~ /kisskb/src/drivers/gpio/gpio-madera.c: In function 'madera_gpio_get': /kisskb/src/drivers/gpio/gpio-madera.c:59:22: note: byref variable will be forcibly initialized 59 | unsigned int val; | ^~~ /kisskb/src/drivers/gpio/gpio-madera.c: In function 'madera_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-madera.c:29:22: note: byref variable will be forcibly initialized 29 | unsigned int val; | ^~~ /kisskb/src/drivers/irqchip/irq-bcm7038-l1.c: In function 'bcm7038_l1_irq_handle': /kisskb/src/drivers/irqchip/irq-bcm7038-l1.c:137:31: note: byref variable will be forcibly initialized 137 | unsigned long pending, flags; | ^~~~~~~ /kisskb/src/drivers/irqchip/irq-bcm7038-l1.c: In function 'bcm7038_l1_init_one': /kisskb/src/drivers/irqchip/irq-bcm7038-l1.c:227:25: note: byref variable will be forcibly initialized 227 | struct resource res; | ^~~ /kisskb/src/crypto/aria.c: In function 'aria_set_encrypt_key': /kisskb/src/crypto/aria.c:24:31: note: byref variable will be forcibly initialized 24 | u32 reg0, reg1, reg2, reg3; | ^~~~ /kisskb/src/crypto/aria.c:24:25: note: byref variable will be forcibly initialized 24 | u32 reg0, reg1, reg2, reg3; | ^~~~ /kisskb/src/crypto/aria.c:24:19: note: byref variable will be forcibly initialized 24 | u32 reg0, reg1, reg2, reg3; | ^~~~ /kisskb/src/crypto/aria.c:24:13: note: byref variable will be forcibly initialized 24 | u32 reg0, reg1, reg2, reg3; | ^~~~ /kisskb/src/crypto/aria.c:23:34: note: byref variable will be forcibly initialized 23 | u32 w0[4], w1[4], w2[4], w3[4]; | ^~ /kisskb/src/crypto/aria.c:23:27: note: byref variable will be forcibly initialized 23 | u32 w0[4], w1[4], w2[4], w3[4]; | ^~ /kisskb/src/crypto/aria.c:23:20: note: byref variable will be forcibly initialized 23 | u32 w0[4], w1[4], w2[4], w3[4]; | ^~ /kisskb/src/crypto/aria.c:23:13: note: byref variable will be forcibly initialized 23 | u32 w0[4], w1[4], w2[4], w3[4]; | ^~ /kisskb/src/crypto/aria.c: In function '__aria_crypt': /kisskb/src/crypto/aria.c:188:31: note: byref variable will be forcibly initialized 188 | u32 reg0, reg1, reg2, reg3; | ^~~~ /kisskb/src/crypto/aria.c:188:25: note: byref variable will be forcibly initialized 188 | u32 reg0, reg1, reg2, reg3; | ^~~~ /kisskb/src/crypto/aria.c:188:19: note: byref variable will be forcibly initialized 188 | u32 reg0, reg1, reg2, reg3; | ^~~~ /kisskb/src/crypto/aria.c:188:13: note: byref variable will be forcibly initialized 188 | u32 reg0, reg1, reg2, reg3; | ^~~~ /kisskb/src/lib/crypto/sha256.c: In function 'sha256_update': /kisskb/src/lib/crypto/sha256.c:126:13: note: byref variable will be forcibly initialized 126 | u32 W[64]; | ^ /kisskb/src/lib/crypto/sha256.c: In function '__sha256_final': /kisskb/src/lib/crypto/sha256.c:163:16: 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:29: note: byref variable will be forcibly initialized 201 | struct sha256_state sctx; | ^~~~ /kisskb/src/mm/page_alloc.c: In function '__rmqueue_fallback': /kisskb/src/mm/page_alloc.c:3006:14: note: byref variable will be forcibly initialized 3006 | bool can_steal; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__rmqueue': /kisskb/src/mm/page_alloc.c:3006:14: note: byref variable will be forcibly initialized /kisskb/src/mm/page_alloc.c: In function 'rmqueue_buddy': /kisskb/src/mm/page_alloc.c:3006:14: note: byref variable will be forcibly initialized /kisskb/src/mm/page_alloc.c: In function 'show_migration_types': /kisskb/src/mm/page_alloc.c:6001:14: note: byref variable will be forcibly initialized 6001 | char tmp[MIGRATE_TYPES + 1]; | ^~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'copy_dev_ioctl': /kisskb/src/fs/autofs/dev-ioctl.c:84:33: note: byref variable will be forcibly initialized 84 | struct autofs_dev_ioctl tmp, *res; | ^~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'find_autofs_mount': /kisskb/src/fs/autofs/dev-ioctl.c:188:21: note: byref variable will be forcibly initialized 188 | struct path path; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_ismountpoint': /kisskb/src/fs/autofs/dev-ioctl.c:538:23: note: byref variable will be forcibly initialized 538 | dev_t dev = sbi->sb->s_dev; | ^~~ /kisskb/src/fs/autofs/dev-ioctl.c:510:22: note: byref variable will be forcibly initialized 510 | unsigned int type; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c:508:21: note: byref variable will be forcibly initialized 508 | struct path path; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_requester': /kisskb/src/fs/autofs/dev-ioctl.c:426:15: note: byref variable will be forcibly initialized 426 | dev_t devid; | ^~~~~ /kisskb/src/fs/autofs/dev-ioctl.c:425:21: note: byref variable will be forcibly initialized 425 | struct path path; | ^~~~ /kisskb/src/fs/autofs/dev-ioctl.c: In function 'autofs_dev_ioctl_open_mountpoint': /kisskb/src/fs/autofs/dev-ioctl.c:234:29: note: byref variable will be forcibly initialized 234 | struct path path; | ^~~~ /kisskb/src/fs/file_table.c: In function 'alloc_file_pseudo': /kisskb/src/fs/file_table.c:262:21: note: byref variable will be forcibly initialized 262 | struct path path; | ^~~~ /kisskb/src/mm/page_alloc.c: In function 'rmqueue_bulk': /kisskb/src/mm/page_alloc.c:3006:14: note: byref variable will be forcibly initialized 3006 | bool can_steal; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'debug_guardpage_minorder_setup': /kisskb/src/mm/page_alloc.c:848:23: note: byref variable will be forcibly initialized 848 | unsigned long res; | ^~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_set_bits': /kisskb/src/drivers/video/backlight/adp8860_bl.c:141:17: note: byref variable will be forcibly initialized 141 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_store': /kisskb/src/drivers/video/backlight/adp8860_bl.c:441:23: note: byref variable will be forcibly initialized 441 | unsigned long val; | ^~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_clr_bits': /kisskb/src/drivers/video/backlight/adp8860_bl.c:160:17: note: byref variable will be forcibly initialized 160 | uint8_t reg_val; | ^~~~~~~ /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:17: note: byref variable will be forcibly initialized 601 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c:600:23: note: byref variable will be forcibly initialized 600 | unsigned long val; | ^~~ /kisskb/src/mm/page_alloc.c: In function 'rmqueue': /kisskb/src/mm/page_alloc.c:3006:14: note: byref variable will be forcibly initialized 3006 | bool can_steal; | ^~~~~~~~~ /kisskb/src/fs/super.c: In function 'super_setup_bdi_name': /kisskb/src/fs/super.c:1582:17: note: byref variable will be forcibly initialized 1582 | va_list args; | ^~~~ /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:17: 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:17: note: byref variable will be forcibly initialized 555 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_show': /kisskb/src/drivers/video/backlight/adp8860_bl.c:425:17: note: byref variable will be forcibly initialized 425 | uint8_t reg_val; | ^~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/video/backlight/adp8860_bl.c:12: /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/mm/page_alloc.c: In function 'early_calculate_totalpages': /kisskb/src/mm/page_alloc.c:7931:16: note: byref variable will be forcibly initialized 7931 | int i, nid; | ^~~ /kisskb/src/mm/page_alloc.c:7931:13: note: byref variable will be forcibly initialized 7931 | int i, nid; | ^ /kisskb/src/mm/page_alloc.c:7930:34: note: byref variable will be forcibly initialized 7930 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7930:23: note: byref variable will be forcibly initialized 7930 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_probe': /kisskb/src/drivers/video/backlight/adp8860_bl.c:659:17: note: byref variable will be forcibly initialized 659 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c:658:37: note: byref variable will be forcibly initialized 658 | struct backlight_properties props; | ^~~~~ /kisskb/src/mm/page_alloc.c: In function 'cmdline_parse_core': /kisskb/src/mm/page_alloc.c:8323:15: note: byref variable will be forcibly initialized 8323 | char *endptr; | ^~~~~~ /kisskb/src/mm/page_alloc.c: In function '__free_one_page': /kisskb/src/mm/page_alloc.c:1108:23: note: byref variable will be forcibly initialized 1108 | unsigned long buddy_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'set_pfnblock_flags_mask': /kisskb/src/mm/page_alloc.c:605:23: note: byref variable will be forcibly initialized 605 | unsigned long word; | ^~~~ /kisskb/src/mm/page_alloc.c: In function 'steal_suitable_fallback': /kisskb/src/mm/page_alloc.c:2760:25: note: byref variable will be forcibly initialized 2760 | int free_pages, movable_pages, alike_pages; | ^~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'warn_alloc': /kisskb/src/mm/page_alloc.c:4338:17: note: byref variable will be forcibly initialized 4338 | va_list args; | ^~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_slowpath': /kisskb/src/mm/page_alloc.c:5002:13: note: byref variable will be forcibly initialized 5002 | int no_progress_loops; | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:5001:13: note: byref variable will be forcibly initialized 5001 | int compaction_retries; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:4999:31: note: byref variable will be forcibly initialized 4999 | enum compact_priority compact_priority; | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:4998:23: note: byref variable will be forcibly initialized 4998 | unsigned long did_some_progress; | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages': /kisskb/src/mm/page_alloc.c:5484:15: note: byref variable will be forcibly initialized 5484 | gfp_t alloc_gfp; /* The gfp_t that was actually used for allocation */ | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:5483:22: note: byref variable will be forcibly initialized 5483 | unsigned int alloc_flags = ALLOC_WMARK_LOW; | ^~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_bulk': /kisskb/src/mm/page_alloc.c:5340:22: note: byref variable will be forcibly initialized 5340 | unsigned int alloc_flags = ALLOC_WMARK_LOW; | ^~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:5339:15: note: byref variable will be forcibly initialized 5339 | gfp_t alloc_gfp; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:5338:30: note: byref variable will be forcibly initialized 5338 | struct alloc_context ac; | ^~ /kisskb/src/drivers/phy/tegra/xusb-tegra124.c: In function 'tegra124_xusb_read_fuse_calibration': /kisskb/src/drivers/phy/tegra/xusb-tegra124.c:1666:13: note: byref variable will be forcibly initialized 1666 | u32 value; | ^~~~~ /kisskb/src/mm/page_alloc.c: In function 'memmap_init_range': /kisskb/src/mm/page_alloc.c:6661:23: note: byref variable will be forcibly initialized 6661 | unsigned long pfn, end_pfn = start_pfn + size; | ^~~ /kisskb/src/mm/page_alloc.c: In function 'memmap_init': /kisskb/src/mm/page_alloc.c:6925:32: note: byref variable will be forcibly initialized 6925 | int i, j, zone_id = 0, nid; | ^~~ /kisskb/src/mm/page_alloc.c:6925:13: note: byref variable will be forcibly initialized 6925 | int i, j, zone_id = 0, nid; | ^ /kisskb/src/mm/page_alloc.c:6924:23: note: byref variable will be forcibly initialized 6924 | unsigned long hole_pfn = 0; | ^~~~~~~~ /kisskb/src/mm/page_alloc.c:6923:34: note: byref variable will be forcibly initialized 6923 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:6923:23: note: byref variable will be forcibly initialized 6923 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'get_pfn_range_for_nid': /kisskb/src/mm/page_alloc.c:7259:13: note: byref variable will be forcibly initialized 7259 | int i; | ^ /kisskb/src/mm/page_alloc.c:7258:39: note: byref variable will be forcibly initialized 7258 | unsigned long this_start_pfn, this_end_pfn; | ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7258:23: note: byref variable will be forcibly initialized 7258 | unsigned long this_start_pfn, this_end_pfn; | ^~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'find_zone_movable_pfns_for_nodes': /kisskb/src/mm/page_alloc.c:8148:42: note: byref variable will be forcibly initialized 8148 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:8148:31: note: byref variable will be forcibly initialized 8148 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:8061:42: note: byref variable will be forcibly initialized 8061 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:8061:31: note: byref variable will be forcibly initialized 8061 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:7951:13: note: byref variable will be forcibly initialized 7951 | int i, nid; | ^ /kisskb/src/mm/page_alloc.c: In function '__absent_pages_in_range': /kisskb/src/mm/page_alloc.c:7377:13: note: byref variable will be forcibly initialized 7377 | int i; | ^ /kisskb/src/mm/page_alloc.c:7376:34: note: byref variable will be forcibly initialized 7376 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7376:23: note: byref variable will be forcibly initialized 7376 | 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:7408:39: note: byref variable will be forcibly initialized 7408 | unsigned long zone_start_pfn, zone_end_pfn; | ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7408:23: note: byref variable will be forcibly initialized 7408 | 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:7460:47: note: byref variable will be forcibly initialized 7460 | unsigned long zone_start_pfn, zone_end_pfn; | ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7460:31: note: byref variable will be forcibly initialized 7460 | 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:7816:23: note: byref variable will be forcibly initialized 7816 | unsigned long end_pfn = 0; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7815:23: note: byref variable will be forcibly initialized 7815 | unsigned long start_pfn = 0; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'node_map_pfn_alignment': /kisskb/src/mm/page_alloc.c:7885:16: note: byref variable will be forcibly initialized 7885 | int i, nid; | ^~~ /kisskb/src/mm/page_alloc.c:7885:13: note: byref variable will be forcibly initialized 7885 | int i, nid; | ^ /kisskb/src/mm/page_alloc.c:7883:30: note: byref variable will be forcibly initialized 7883 | unsigned long start, end, mask; | ^~~ /kisskb/src/mm/page_alloc.c:7883:23: note: byref variable will be forcibly initialized 7883 | unsigned long start, end, mask; | ^~~~~ /kisskb/src/mm/page_alloc.c: In function 'free_area_init': /kisskb/src/mm/page_alloc.c:8205:16: note: byref variable will be forcibly initialized 8205 | int i, nid, zone; | ^~~ /kisskb/src/mm/page_alloc.c:8205:13: note: byref variable will be forcibly initialized 8205 | int i, nid, zone; | ^ /kisskb/src/mm/page_alloc.c:8204:34: note: byref variable will be forcibly initialized 8204 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:8204:23: note: byref variable will be forcibly initialized 8204 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/util.c:7: /kisskb/src/fs/overlayfs/util.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/dma/contiguous.c: In function 'rmem_cma_setup': /kisskb/src/kernel/dma/contiguous.c:404:21: note: byref variable will be forcibly initialized 404 | struct cma *cma; | ^~~ /kisskb/src/fs/overlayfs/util.c: In function 'ovl_path_check_dir_xattr': /kisskb/src/fs/overlayfs/util.c:598:14: note: byref variable will be forcibly initialized 598 | char val; | ^~~ /kisskb/src/drivers/phy/phy-core.c: In function '_of_phy_get': /kisskb/src/drivers/phy/phy-core.c:570:32: note: byref variable will be forcibly initialized 570 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinctrl_get_group': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:283:29: note: byref variable will be forcibly initialized 283 | const unsigned int *pins; | ^~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:282:29: note: byref variable will be forcibly initialized 282 | unsigned int group, num_pins, j; | ^~~~~~~~ /kisskb/src/fs/overlayfs/util.c: In function 'ovl_check_protattr': /kisskb/src/fs/overlayfs/util.c:680:14: note: byref variable will be forcibly initialized 680 | char buf[OVL_PROTATTR_MAX+1]; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinctrl_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:111:18: note: byref variable will be forcibly initialized 111 | unsigned num_configs = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:110:24: note: byref variable will be forcibly initialized 110 | unsigned long *configs = NULL; | ^~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:108:13: note: byref variable will be forcibly initialized 108 | u32 val; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:107:21: note: byref variable will be forcibly initialized 107 | const char *function; | ^~~~~~~~ /kisskb/src/fs/overlayfs/util.c: In function 'ovl_set_protattr': /kisskb/src/fs/overlayfs/util.c:715:14: note: byref variable will be forcibly initialized 715 | char buf[OVL_PROTATTR_MAX]; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinctrl_dt_node_to_map': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:188:18: note: byref variable will be forcibly initialized 188 | unsigned reserved_maps; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:17: /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinconf_group_dbg_show': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:619:13: note: byref variable will be forcibly initialized 619 | s32 reg; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:618:23: note: byref variable will be forcibly initialized 618 | s8 bank, bit, width; | ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:618:18: note: byref variable will be forcibly initialized 618 | s8 bank, bit, width; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:618:12: note: byref variable will be forcibly initialized 618 | s8 bank, bit, width; | ^~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinconf_group_set': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:551:13: note: byref variable will be forcibly initialized 551 | s32 reg; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:550:23: note: byref variable will be forcibly initialized 550 | s8 bank, bit, width; | ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:550:18: note: byref variable will be forcibly initialized 550 | s8 bank, bit, width; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:550:12: note: byref variable will be forcibly initialized 550 | s8 bank, bit, width; | ^~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c: In function 'tegra_pinconf_group_get': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:522:13: note: byref variable will be forcibly initialized 522 | s32 reg; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:521:23: note: byref variable will be forcibly initialized 521 | s8 bank, bit, width; | ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:521:18: note: byref variable will be forcibly initialized 521 | s8 bank, bit, width; | ^~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra.c:521:12: note: byref variable will be forcibly initialized 521 | s8 bank, bit, width; | ^~~~ /kisskb/src/fs/overlayfs/util.c: In function 'ovl_copyattr': /kisskb/src/fs/overlayfs/util.c:1104:21: note: byref variable will be forcibly initialized 1104 | struct path realpath; | ^~~~~~~~ /kisskb/src/drivers/phy/phy-can-transceiver.c: In function 'can_transceiver_phy_probe': /kisskb/src/drivers/phy/phy-can-transceiver.c:101:13: note: byref variable will be forcibly initialized 101 | u32 max_bitrate = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_plat_data.c: In function 'ipmi_platform_add': /kisskb/src/drivers/char/ipmi/ipmi_plat_data.c:17:31: note: byref variable will be forcibly initialized 17 | struct property_entry pr[6]; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_plat_data.c:16:25: note: byref variable will be forcibly initialized 16 | struct resource r[4]; | ^ In file included from /kisskb/src/include/linux/gpio/driver.h:8, 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpio/gpio-max77620.c: In function 'max77620_gpio_irqhandler': /kisskb/src/drivers/gpio/gpio-max77620.c:30:23: note: byref variable will be forcibly initialized 30 | unsigned long pending; | ^~~~~~~ /kisskb/src/drivers/phy/phy-core.c: In function 'of_phy_simple_xlate': /kisskb/src/drivers/gpio/gpio-max77620.c:29:22: note: byref variable will be forcibly initialized 29 | unsigned int value, offset; | ^~~~~ /kisskb/src/drivers/phy/phy-core.c:705:31: note: byref variable will be forcibly initialized 705 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/gpio/gpio-max77620.c: In function 'max77620_gpio_get': /kisskb/src/drivers/gpio/gpio-max77620.c:152:22: note: byref variable will be forcibly initialized 152 | unsigned int val; | ^~~ /kisskb/src/lib/xz/xz_dec_bcj.c: In function 'xz_dec_bcj_run': /kisskb/src/lib/xz/xz_dec_bcj.c:421:16: note: byref variable will be forcibly initialized 421 | size_t out_start; | ^~~~~~~~~ /kisskb/src/fs/fuse/xattr.c: In function 'fuse_setxattr': /kisskb/src/fs/fuse/xattr.c:19:33: note: byref variable will be forcibly initialized 19 | struct fuse_setxattr_in inarg; | ^~~~~ /kisskb/src/fs/fuse/xattr.c: In function 'fuse_getxattr': /kisskb/src/fs/fuse/xattr.c:57:34: note: byref variable will be forcibly initialized 57 | struct fuse_getxattr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/xattr.c:56:33: note: byref variable will be forcibly initialized 56 | struct fuse_getxattr_in inarg; | ^~~~~ /kisskb/src/fs/fuse/xattr.c: In function 'fuse_listxattr': /kisskb/src/fs/fuse/xattr.c:115:34: note: byref variable will be forcibly initialized 115 | struct fuse_getxattr_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/xattr.c:114:33: note: byref variable will be forcibly initialized 114 | struct fuse_getxattr_in inarg; | ^~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function '__chacha20poly1305_encrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:65:11: note: byref variable will be forcibly initialized 65 | } b; | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:61:34: note: byref variable will be forcibly initialized 61 | struct poly1305_desc_ctx poly1305_state; | ^~~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'xchacha_init': /kisskb/src/lib/crypto/chacha20poly1305.c:39:12: note: byref variable will be forcibly initialized 39 | u8 iv[CHACHA_IV_SIZE]; | ^~ /kisskb/src/lib/crypto/chacha20poly1305.c:38:13: note: byref variable will be forcibly initialized 38 | u32 k[CHACHA_KEY_WORDS]; | ^ /kisskb/src/lib/crypto/chacha20poly1305.c: In function '__chacha20poly1305_decrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:136:11: note: byref variable will be forcibly initialized 136 | } b; | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:129:34: note: byref variable will be forcibly initialized 129 | struct poly1305_desc_ctx poly1305_state; | ^~~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'chacha20poly1305_crypt_sg_inplace': /kisskb/src/lib/crypto/chacha20poly1305.c:234:11: note: byref variable will be forcibly initialized 234 | } b __aligned(16); | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:218:32: note: byref variable will be forcibly initialized 218 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c:217:13: note: byref variable will be forcibly initialized 217 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c:216:34: note: byref variable will be forcibly initialized 216 | struct poly1305_desc_ctx poly1305_state; | ^~~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'chacha20poly1305_encrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:97:16: note: byref variable will be forcibly initialized 97 | __le64 iv[2]; | ^~ /kisskb/src/lib/crypto/chacha20poly1305.c:96:13: note: byref variable will be forcibly initialized 96 | u32 k[CHACHA_KEY_WORDS]; | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:95:13: note: byref variable will be forcibly initialized 95 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'xchacha20poly1305_encrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:117:13: 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:175:16: note: byref variable will be forcibly initialized 175 | __le64 iv[2]; | ^~ /kisskb/src/lib/crypto/chacha20poly1305.c:174:13: note: byref variable will be forcibly initialized 174 | u32 k[CHACHA_KEY_WORDS]; | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:173:13: 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:13: note: byref variable will be forcibly initialized 199 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ /kisskb/src/lib/crypto/libchacha.c: In function 'chacha_crypt_generic': /kisskb/src/lib/crypto/libchacha.c:19:12: note: byref variable will be forcibly initialized 19 | u8 stream[CHACHA_BLOCK_SIZE] __aligned(sizeof(long)); | ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/gpio/gpio-mockup.c:13: /kisskb/src/drivers/gpio/gpio-mockup.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-mockup.c:13: /kisskb/src/drivers/gpio/gpio-mockup.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-mockup.c: In function 'gpio_mockup_debugfs_write': /kisskb/src/drivers/gpio/gpio-mockup.c:288:17: note: byref variable will be forcibly initialized 288 | int rv, val; | ^~~ /kisskb/src/drivers/gpio/gpio-mockup.c: In function 'gpio_mockup_debugfs_read': /kisskb/src/drivers/gpio/gpio-mockup.c:267:14: note: byref variable will be forcibly initialized 267 | char buf[3]; | ^~~ /kisskb/src/drivers/gpio/gpio-mockup.c: In function 'gpio_mockup_probe': /kisskb/src/drivers/gpio/gpio-mockup.c:403:13: note: byref variable will be forcibly initialized 403 | u16 ngpio; | ^~~~~ /kisskb/src/drivers/gpio/gpio-mockup.c:402:17: note: byref variable will be forcibly initialized 402 | int rv, base, i; | ^~~~ /kisskb/src/drivers/gpio/gpio-mockup.c:401:21: note: byref variable will be forcibly initialized 401 | const char *name; | ^~~~ /kisskb/src/drivers/gpio/gpio-mockup.c: In function 'gpio_mockup_register_chip': /kisskb/src/drivers/gpio/gpio-mockup.c:508:14: note: byref variable will be forcibly initialized 508 | char chip_label[32]; | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mockup.c:504:37: note: byref variable will be forcibly initialized 504 | struct platform_device_info pdevinfo; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-mockup.c:503:31: note: byref variable will be forcibly initialized 503 | struct property_entry properties[GPIO_MOCKUP_MAX_PROP]; | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-sim.c: In function 'gpio_sim_bus_notifier_call': /kisskb/src/drivers/gpio/gpio-sim.c:513:14: note: byref variable will be forcibly initialized 513 | char devname[32]; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/gpio/gpio-sim.c:13: /kisskb/src/drivers/gpio/gpio-sim.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-sim.c: In function 'gpio_sim_make_bank_swnode': /kisskb/src/drivers/gpio/gpio-sim.c:822:36: note: byref variable will be forcibly initialized 822 | unsigned int prop_idx = 0, line_names_size = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-sim.c:821:31: note: byref variable will be forcibly initialized 821 | struct property_entry properties[GPIO_SIM_PROP_MAX]; | ^~~~~~~~~~ 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:131:14: note: byref variable will be forcibly initialized 131 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/authenc.c:181:9: 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_create': /kisskb/src/crypto/authenc.c:375:13: note: byref variable will be forcibly initialized 375 | u32 mask; | ^~~~ /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_setkey': /kisskb/src/crypto/authenc.c:90:36: note: byref variable will be forcibly initialized 90 | struct crypto_authenc_keys keys; | ^~~~ /kisskb/src/drivers/gpio/gpio-sim.c: In function 'gpio_sim_bank_config_num_lines_store': /kisskb/src/drivers/gpio/gpio-sim.c:1096:22: note: byref variable will be forcibly initialized 1096 | unsigned int num_lines; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-sim.c: In function 'gpio_sim_bank_config_chip_name_show': /kisskb/src/drivers/gpio/gpio-sim.c:1017:39: note: byref variable will be forcibly initialized 1017 | struct gpio_sim_chip_name_ctx ctx = { bank->swnode, page }; | ^~~ /kisskb/src/drivers/gpio/gpio-sim.c: In function 'gpio_sim_bank_config_make_line_group': /kisskb/src/drivers/gpio/gpio-sim.c:1396:18: note: byref variable will be forcibly initialized 1396 | int ret, nchar; | ^~~~~ /kisskb/src/drivers/gpio/gpio-sim.c:1395:22: note: byref variable will be forcibly initialized 1395 | unsigned int offset; | ^~~~~~ /kisskb/src/fs/char_dev.c: In function 'chrdev_open': /kisskb/src/fs/char_dev.c:384:21: note: byref variable will be forcibly initialized 384 | int idx; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/gpio/gpio-sim.c:14: /kisskb/src/drivers/gpio/gpio-sim.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/drivers/gpio/gpio-sim.c:13: /kisskb/src/drivers/gpio/gpio-sim.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-sim.c: In function 'gpio_sim_add_bank': /kisskb/src/drivers/gpio/gpio-sim.c:367:13: note: byref variable will be forcibly initialized 367 | u32 num_lines; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-sim.c:366:21: note: byref variable will be forcibly initialized 366 | const char *label; | ^~~~~ /kisskb/src/drivers/gpio/gpio-sim.c: In function 'gpio_sim_device_activate_unlocked': /kisskb/src/drivers/gpio/gpio-sim.c:877:37: note: byref variable will be forcibly initialized 877 | struct platform_device_info pdevinfo; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-sim.c: In function 'gpio_sim_device_config_live_store': /kisskb/src/drivers/gpio/gpio-sim.c:963:14: note: byref variable will be forcibly initialized 963 | bool live; | ^~~~ /kisskb/src/mm/memblock.c: In function 'memblock_debug_show': /kisskb/src/mm/memblock.c:2145:21: note: byref variable will be forcibly initialized 2145 | phys_addr_t end; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'cmu_wr': /kisskb/src/drivers/phy/phy-xgene.c:597:13: note: byref variable will be forcibly initialized 597 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_cfg_cmu_clk_type': /kisskb/src/drivers/phy/phy-xgene.c:707:13: note: byref variable will be forcibly initialized 707 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'cmu_clrbits': /kisskb/src/drivers/phy/phy-xgene.c:640:13: note: byref variable will be forcibly initialized 640 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_sata_cfg_cmu_core': /kisskb/src/drivers/phy/phy-xgene.c:761:13: note: byref variable will be forcibly initialized 761 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'cmu_setbits': /kisskb/src/drivers/phy/phy-xgene.c:650:13: note: byref variable will be forcibly initialized 650 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'cmu_toggle1to0': /kisskb/src/drivers/phy/phy-xgene.c:627:13: note: byref variable will be forcibly initialized 627 | u32 val; | ^~~ /kisskb/src/mm/memblock.c: In function '__memblock_find_range_bottom_up': /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_ssc_enable': /kisskb/src/mm/memblock.c:219:13: note: byref variable will be forcibly initialized 219 | u64 i; | ^ /kisskb/src/mm/memblock.c:218:33: note: byref variable will be forcibly initialized 218 | phys_addr_t this_start, this_end, cand; | ^~~~~~~~ /kisskb/src/mm/memblock.c:218:21: note: byref variable will be forcibly initialized 218 | phys_addr_t this_start, this_end, cand; | ^~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:915:13: note: byref variable will be forcibly initialized 915 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_pdwn_force_vco': /kisskb/src/drivers/phy/phy-xgene.c:1238:13: note: byref variable will be forcibly initialized 1238 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'serdes_wr': /kisskb/src/drivers/phy/phy-xgene.c:660:13: note: byref variable will be forcibly initialized 660 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_sata_cfg_lanes': /kisskb/src/drivers/phy/phy-xgene.c:940:13: note: byref variable will be forcibly initialized 940 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'serdes_setbits': /kisskb/src/drivers/phy/phy-xgene.c:696:13: note: byref variable will be forcibly initialized 696 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'serdes_clrbits': /kisskb/src/drivers/phy/phy-xgene.c:686:13: note: byref variable will be forcibly initialized 686 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_cal_rdy_chk': /kisskb/src/drivers/phy/phy-xgene.c:1140:13: note: byref variable will be forcibly initialized 1140 | u32 val; | ^~~ /kisskb/src/mm/memblock.c: In function 'memmap_init_reserved_pages': /kisskb/src/mm/memblock.c:2063:13: note: byref variable will be forcibly initialized 2063 | u64 i; | ^ /kisskb/src/mm/memblock.c:2062:28: note: byref variable will be forcibly initialized 2062 | phys_addr_t start, end; | ^~~ /kisskb/src/mm/memblock.c:2062:21: note: byref variable will be forcibly initialized 2062 | phys_addr_t start, end; | ^~~~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_gen_avg_val': /kisskb/src/drivers/phy/phy-xgene.c:1435:13: note: byref variable will be forcibly initialized 1435 | u32 val; | ^~~ /kisskb/src/drivers/phy/phy-xgene.c: In function 'xgene_phy_probe': /kisskb/src/drivers/phy/phy-xgene.c:1655:13: note: byref variable will be forcibly initialized 1655 | u32 default_txcp1[] = DEFAULT_SATA_TXCP1; | ^~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1654:13: note: byref variable will be forcibly initialized 1654 | u32 default_txcn2[] = DEFAULT_SATA_TXCN2; | ^~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1653:13: note: byref variable will be forcibly initialized 1653 | u32 default_txcn1[] = DEFAULT_SATA_TXCN1; | ^~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1652:13: note: byref variable will be forcibly initialized 1652 | u32 default_txamp[] = DEFAULT_SATA_TXAMP; | ^~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1651:13: note: byref variable will be forcibly initialized 1651 | u32 default_txeye_tuning[] = DEFAULT_SATA_TXEYETUNING; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1650:13: note: byref variable will be forcibly initialized 1650 | u32 default_txeye_direction[] = DEFAULT_SATA_TXEYEDIRECTION; | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1649:13: note: byref variable will be forcibly initialized 1649 | u32 default_txboost_gain[] = DEFAULT_SATA_TXBOOST_GAIN; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/phy-xgene.c:1648:13: note: byref variable will be forcibly initialized 1648 | u32 default_spd[] = DEFAULT_SATA_SPD_SEL; | ^~~~~~~~~~~ /kisskb/src/mm/memblock.c: In function '__memblock_find_range_top_down': /kisskb/src/mm/memblock.c:254:13: note: byref variable will be forcibly initialized 254 | u64 i; | ^ /kisskb/src/mm/memblock.c:253:33: note: byref variable will be forcibly initialized 253 | phys_addr_t this_start, this_end, cand; | ^~~~~~~~ /kisskb/src/mm/memblock.c:253:21: note: byref variable will be forcibly initialized 253 | phys_addr_t this_start, this_end, cand; | ^~~~~~~~~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_genicv_tail': /kisskb/src/crypto/authencesn.c:99:13: 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:13: 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:131:14: note: byref variable will be forcibly initialized 131 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/authencesn.c:171:9: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 171 | SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_decrypt_tail': /kisskb/src/crypto/authencesn.c:235:13: 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:13: note: byref variable will be forcibly initialized 284 | u32 tmp[2]; | ^~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_setkey': /kisskb/src/crypto/authencesn.c:64:36: note: byref variable will be forcibly initialized 64 | struct crypto_authenc_keys keys; | ^~~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_create': /kisskb/src/crypto/authencesn.c:393:13: note: byref variable will be forcibly initialized 393 | u32 mask; | ^~~~ /kisskb/src/mm/memblock.c: In function 'memblock_remove_range': /kisskb/src/mm/memblock.c:798:24: note: byref variable will be forcibly initialized 798 | int start_rgn, end_rgn; | ^~~~~~~ /kisskb/src/mm/memblock.c:798:13: note: byref variable will be forcibly initialized 798 | int start_rgn, end_rgn; | ^~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_setclr_flag': /kisskb/src/mm/memblock.c:890:32: note: byref variable will be forcibly initialized 890 | int i, ret, start_rgn, end_rgn; | ^~~~~~~ /kisskb/src/mm/memblock.c:890:21: note: byref variable will be forcibly initialized 890 | int i, ret, start_rgn, end_rgn; | ^~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'free_low_memory_core_early': /kisskb/src/mm/memblock.c:2083:13: note: byref variable will be forcibly initialized 2083 | u64 i; | ^ /kisskb/src/mm/memblock.c:2082:28: note: byref variable will be forcibly initialized 2082 | phys_addr_t start, end; | ^~~ /kisskb/src/mm/memblock.c:2082:21: note: byref variable will be forcibly initialized 2082 | phys_addr_t start, end; | ^~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_cap_memory_range': /kisskb/src/mm/memblock.c:1718:24: note: byref variable will be forcibly initialized 1718 | int start_rgn, end_rgn; | ^~~~~~~ /kisskb/src/mm/memblock.c:1718:13: note: byref variable will be forcibly initialized 1718 | int start_rgn, end_rgn; | ^~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c: In function 'ipmb_i2c_write': /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:118:24: note: byref variable will be forcibly initialized 118 | struct i2c_msg i2c_msg; | ^~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305-selftest.c: In function 'chacha20poly1305_encrypt_bignonce': In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:11: /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c: In function 'ipmb_read': /kisskb/src/lib/crypto/chacha20poly1305-selftest.c:8841:13: note: byref variable will be forcibly initialized 8841 | u32 le_key[8]; | ^~~~~~ /kisskb/src/lib/crypto/chacha20poly1305-selftest.c:8840:12: note: byref variable will be forcibly initialized 8840 | u8 bottom_row[16] = { 0 }; | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:92:23: note: in expansion of macro 'wait_event_interruptible' 92 | ret = wait_event_interruptible(ipmb_dev->wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305-selftest.c:8835:13: note: byref variable will be forcibly initialized 8835 | u32 chacha20_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:79:25: note: byref variable will be forcibly initialized 79 | struct ipmb_msg msg; | ^~~ /kisskb/src/lib/crypto/chacha20poly1305-selftest.c:8834:34: 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:28: note: byref variable will be forcibly initialized 8891 | struct scatterlist sg_src[3]; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c: In function 'ipmb_write': /kisskb/src/drivers/char/ipmi/ipmb_dev_int.c:141:12: note: byref variable will be forcibly initialized 141 | u8 msg[MAX_MSG_LEN]; | ^~~ /kisskb/src/drivers/pwm/pwm-meson.c: In function 'meson_pwm_init_channels': /kisskb/src/drivers/pwm/pwm-meson.c:488:14: note: byref variable will be forcibly initialized 488 | char name[255]; | ^~~~ /kisskb/src/drivers/pwm/pwm-meson.c:486:30: note: byref variable will be forcibly initialized 486 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_read_regs': /kisskb/src/drivers/gpio/gpio-pca953x.c:413:12: note: byref variable will be forcibly initialized 413 | 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 /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, 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:515:24: note: byref variable will be forcibly initialized 515 | DECLARE_BITMAP(reg_val, MAX_LINE); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:23: 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:395:12: note: byref variable will be forcibly initialized 395 | 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 /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, 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:532:24: note: byref variable will be forcibly initialized 532 | DECLARE_BITMAP(reg_val, MAX_LINE); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:23: 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:496:13: note: byref variable will be forcibly initialized 496 | u32 reg_val; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_gpio_get_value': /kisskb/src/drivers/gpio/gpio-pca953x.c:468:13: note: byref variable will be forcibly initialized 468 | 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 /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, 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:911:24: note: byref variable will be forcibly initialized 911 | DECLARE_BITMAP(val, MAX_LINE); | ^~~ /kisskb/src/include/linux/types.h:11:23: 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:940:24: note: byref variable will be forcibly initialized 940 | DECLARE_BITMAP(val, MAX_LINE); | ^~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/crypto/jitterentropy.c: In function 'jent_loop_shuffle': /kisskb/src/crypto/jitterentropy.c:339:15: note: byref variable will be forcibly initialized 339 | __u64 time = 0; | ^~~~ /kisskb/src/crypto/jitterentropy.c: In function 'jent_measure_jitter': /kisskb/src/crypto/jitterentropy.c:529:15: note: byref variable will be forcibly initialized 529 | __u64 time = 0; | ^~~~ /kisskb/src/crypto/jitterentropy.c: In function 'jent_entropy_init': /kisskb/src/crypto/jitterentropy.c:754:23: note: byref variable will be forcibly initialized 754 | __u64 time2 = 0; | ^~~~~ /kisskb/src/crypto/jitterentropy.c:753:23: note: byref variable will be forcibly initialized 753 | __u64 time = 0; | ^~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/gpio/gpio-pca953x.c:11: /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, 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_irq_setup': /kisskb/src/drivers/gpio/gpio-pca953x.c:840:24: note: byref variable will be forcibly initialized 840 | DECLARE_BITMAP(irq_stat, MAX_LINE); | ^~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c:839:24: note: byref variable will be forcibly initialized 839 | DECLARE_BITMAP(reg_direction, MAX_LINE); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: 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_irq_pending': /kisskb/src/drivers/gpio/gpio-pca953x.c:755:24: note: byref variable will be forcibly initialized 755 | DECLARE_BITMAP(trigger, MAX_LINE); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c:754:24: note: byref variable will be forcibly initialized 754 | DECLARE_BITMAP(new_stat, MAX_LINE); | ^~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c:753:24: note: byref variable will be forcibly initialized 753 | DECLARE_BITMAP(cur_stat, MAX_LINE); | ^~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c:752:24: note: byref variable will be forcibly initialized 752 | DECLARE_BITMAP(old_stat, MAX_LINE); | ^~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c:751:24: note: byref variable will be forcibly initialized 751 | DECLARE_BITMAP(reg_direction, MAX_LINE); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: 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_irq_handler': /kisskb/src/drivers/gpio/gpio-pca953x.c:807:24: note: byref variable will be forcibly initialized 807 | DECLARE_BITMAP(pending, MAX_LINE); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:23: 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_irq_bus_sync_unlock': /kisskb/src/drivers/gpio/gpio-pca953x.c:673:24: note: byref variable will be forcibly initialized 673 | DECLARE_BITMAP(reg_direction, MAX_LINE); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c:672:24: note: byref variable will be forcibly initialized 672 | DECLARE_BITMAP(irq_mask, MAX_LINE); | ^~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/fs/nls/nls_euc-jp.c: In function 'uni2char': /kisskb/src/fs/nls/nls_euc-jp.c:449:39: 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:23: note: byref variable will be forcibly initialized 482 | unsigned char sjis_temp[2]; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/mman.h:5, from /kisskb/src/mm/madvise.c:9: /kisskb/src/mm/madvise.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/socket.h:8, from /kisskb/src/include/linux/compat.h:15, from /kisskb/src/arch/arm64/include/asm/ftrace.h:53, from /kisskb/src/include/linux/ftrace.h:23, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/arch/arm64/include/asm/cacheflush.h:11, from /kisskb/src/include/linux/cacheflush.h:5, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/mm/madvise.c:10: /kisskb/src/mm/madvise.c: In function 'iov_iter_iovec': /kisskb/src/include/linux/uio.h:143:16: note: userspace variable will be forcibly initialized 143 | return (struct iovec) { | ^ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'crecip': /kisskb/src/lib/crypto/curve25519-hacl64.c:300:13: note: byref variable will be forcibly initialized 300 | u64 buf[20] = { 0 }; | ^~~ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/include/linux/mman.h:5, from /kisskb/src/mm/madvise.c:9: /kisskb/src/mm/madvise.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/mm/madvise.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_walk_vmas': /kisskb/src/mm/madvise.c:1198:32: note: byref variable will be forcibly initialized 1198 | struct vm_area_struct *prev; | ^~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_hash_df': /kisskb/src/crypto/drbg.c:830:28: note: byref variable will be forcibly initialized 830 | struct drbg_string data; | ^~~~ /kisskb/src/crypto/drbg.c:828:23: note: byref variable will be forcibly initialized 828 | unsigned char input[5]; | ^~~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_hash_update': /kisskb/src/crypto/drbg.c:869:23: note: byref variable will be forcibly initialized 869 | unsigned char prefix = DRBG_PREFIX1; | ^~~~~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c:867:19: note: byref variable will be forcibly initialized 867 | LIST_HEAD(datalist2); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:866:19: note: byref variable will be forcibly initialized 866 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:865:35: note: byref variable will be forcibly initialized 865 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c:865:28: note: byref variable will be forcibly initialized 865 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_hash_process_addtl': /kisskb/src/crypto/drbg.c:910:23: note: byref variable will be forcibly initialized 910 | unsigned char prefix = DRBG_PREFIX2; | ^~~~~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c:909:19: note: byref variable will be forcibly initialized 909 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:908:35: note: byref variable will be forcibly initialized 908 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c:908:28: note: byref variable will be forcibly initialized 908 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_cold_page_range': /kisskb/src/mm/madvise.c:504:37: note: byref variable will be forcibly initialized 504 | struct madvise_walk_private walk_private = { | ^~~~~~~~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_cold': In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hash_hashgen': /kisskb/src/mm/madvise.c:524:27: note: byref variable will be forcibly initialized 524 | struct mmu_gather tlb; | ^~~ /kisskb/src/crypto/drbg.c:945:19: note: byref variable will be forcibly initialized 945 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:944:28: note: byref variable will be forcibly initialized 944 | struct drbg_string data; | ^~~~ /kisskb/src/mm/madvise.c: In function 'madvise_pageout_page_range': /kisskb/src/mm/madvise.c:542:37: note: byref variable will be forcibly initialized 542 | struct madvise_walk_private walk_private = { | ^~~~~~~~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_pageout': /kisskb/src/mm/madvise.c:574:27: note: byref variable will be forcibly initialized 574 | struct mmu_gather tlb; | ^~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hash_generate': /kisskb/src/crypto/drbg.c:989:19: note: byref variable will be forcibly initialized 989 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:988:35: note: byref variable will be forcibly initialized 988 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c:988:28: note: byref variable will be forcibly initialized 988 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c:987:23: note: byref variable will be forcibly initialized 987 | unsigned char prefix = DRBG_PREFIX3; | ^~~~~~ /kisskb/src/crypto/drbg.c:986:11: note: byref variable will be forcibly initialized 986 | } u; | ^ /kisskb/src/mm/madvise.c: In function 'madvise_free_single_vma': /kisskb/src/mm/madvise.c:736:27: note: byref variable will be forcibly initialized 736 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/madvise.c:735:35: note: byref variable will be forcibly initialized 735 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_inject_error': /kisskb/src/mm/madvise.c:1093:30: note: byref variable will be forcibly initialized 1093 | struct page *page; | ^~~~ /kisskb/src/mm/madvise.c: In function 'madvise_populate': /kisskb/src/mm/madvise.c:886:13: note: byref variable will be forcibly initialized 886 | int locked = 1; | ^~~~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_hmac_update': /kisskb/src/crypto/drbg.c:683:31: note: byref variable will be forcibly initialized 683 | unsigned char prefix = DRBG_PREFIX0; | ^~~~~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c:662:19: note: byref variable will be forcibly initialized 662 | LIST_HEAD(vdatalist); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:661:19: note: byref variable will be forcibly initialized 661 | LIST_HEAD(seedlist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:660:42: note: byref variable will be forcibly initialized 660 | struct drbg_string seed1, seed2, vdata; | ^~~~~ /kisskb/src/crypto/drbg.c:660:35: note: byref variable will be forcibly initialized 660 | struct drbg_string seed1, seed2, vdata; | ^~~~~ /kisskb/src/crypto/drbg.c:660:28: note: byref variable will be forcibly initialized 660 | struct drbg_string seed1, seed2, vdata; | ^~~~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hmac_generate': /kisskb/src/crypto/drbg.c:715:19: note: byref variable will be forcibly initialized 715 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:714:28: note: byref variable will be forcibly initialized 714 | struct drbg_string data; | ^~~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_seed': /kisskb/src/crypto/drbg.c:1155:19: note: byref variable will be forcibly initialized 1155 | LIST_HEAD(seedlist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:1154:28: note: byref variable will be forcibly initialized 1154 | struct drbg_string data1; | ^~~~~ /kisskb/src/crypto/drbg.c:1152:23: note: byref variable will be forcibly initialized 1152 | unsigned char entropy[((32 + 16) * 2)]; | ^~~~~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_seed_from_random': /kisskb/src/crypto/drbg.c:1097:23: note: byref variable will be forcibly initialized 1097 | unsigned char entropy[32]; | ^~~~~~~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c:1095:19: note: byref variable will be forcibly initialized 1095 | LIST_HEAD(seedlist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:1094:28: note: byref variable will be forcibly initialized 1094 | struct drbg_string data; | ^~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_kcapi_seed': /kisskb/src/crypto/drbg.c:1978:13: note: byref variable will be forcibly initialized 1978 | int coreref = 0; | ^~~~~~~ /kisskb/src/crypto/drbg.c:1976:28: note: byref variable will be forcibly initialized 1976 | struct drbg_string string; | ^~~~~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'addanddouble_fmonty': /kisskb/src/lib/crypto/curve25519-hacl64.c:353:13: note: byref variable will be forcibly initialized 353 | u64 tmp[5] = { 0 }; | ^~~ /kisskb/src/lib/crypto/curve25519-hacl64.c:353:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:353:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:353:13: note: byref variable will be forcibly initialized /kisskb/src/crypto/drbg.c:1975:14: note: byref variable will be forcibly initialized 1975 | bool pr = false; | ^~ In file included from /kisskb/src/include/linux/random.h:8, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_generate': /kisskb/src/crypto/drbg.c:1388:19: note: byref variable will be forcibly initialized 1388 | LIST_HEAD(addtllist); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/mman.h:5, from /kisskb/src/mm/madvise.c:9: /kisskb/src/mm/madvise.c: In function 'madvise_cold_or_pageout_pte_range': /kisskb/src/mm/madvise.c:335:19: note: byref variable will be forcibly initialized 335 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_kcapi_random': /kisskb/src/crypto/drbg.c:1956:28: note: byref variable will be forcibly initialized 1956 | struct drbg_string string; | ^~~~~~ /kisskb/src/mm/madvise.c: In function 'madvise_vma_behavior': /kisskb/src/mm/madvise.c:996:23: note: byref variable will be forcibly initialized 996 | unsigned long new_flags = vma->vm_flags; | ^~~~~~~~~ /kisskb/src/mm/madvise.c: In function '__do_sys_process_madvise': /kisskb/src/mm/madvise.c:1436:22: note: byref variable will be forcibly initialized 1436 | unsigned int f_flags; | ^~~~~~~ /kisskb/src/mm/madvise.c:1432:25: note: byref variable will be forcibly initialized 1432 | struct iov_iter iter; | ^~~~ /kisskb/src/mm/madvise.c:1431:23: note: byref variable will be forcibly initialized 1431 | struct iovec *iov = iovstack; | ^~~ /kisskb/src/mm/madvise.c:1430:45: note: userspace variable will be forcibly initialized 1430 | struct iovec iovstack[UIO_FASTIOV], iovec; | ^~~~~ /kisskb/src/mm/madvise.c:1430:22: note: byref variable will be forcibly initialized 1430 | struct iovec iovstack[UIO_FASTIOV], iovec; | ^~~~~~~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'ladder_smallloop_cmult_small_loop_double_step': /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized 491 | u64 buf[40] = { 0 }; | ^~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'ladder_smallloop_cmult_small_loop': /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/ipmi/ipmi_devintf.c: In function 'handle_send_req': /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:147:32: note: byref variable will be forcibly initialized 147 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:146:26: note: byref variable will be forcibly initialized 146 | struct ipmi_addr addr; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c: In function 'ipmi_ioctl': /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:600:21: note: byref variable will be forcibly initialized 600 | int mode; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:587:21: note: byref variable will be forcibly initialized 587 | int mode; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:569:42: note: byref variable will be forcibly initialized 569 | struct ipmi_timing_parms parms; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:552:42: note: byref variable will be forcibly initialized 552 | struct ipmi_timing_parms parms; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:532:53: note: byref variable will be forcibly initialized 532 | struct ipmi_channel_lun_address_set val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:519:53: note: byref variable will be forcibly initialized 519 | struct ipmi_channel_lun_address_set val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:499:53: note: byref variable will be forcibly initialized 499 | struct ipmi_channel_lun_address_set val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:487:53: note: byref variable will be forcibly initialized 487 | struct ipmi_channel_lun_address_set val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:470:31: note: byref variable will be forcibly initialized 470 | unsigned char rval; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:469:31: note: byref variable will be forcibly initialized 469 | unsigned int val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:456:30: note: byref variable will be forcibly initialized 456 | unsigned int val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:439:31: note: byref variable will be forcibly initialized 439 | unsigned char rval; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:438:31: note: byref variable will be forcibly initialized 438 | unsigned int val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:425:30: note: byref variable will be forcibly initialized 425 | unsigned int val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:411:21: note: byref variable will be forcibly initialized 411 | int val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:397:43: note: byref variable will be forcibly initialized 397 | struct ipmi_cmdspec_chans val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:383:43: note: byref variable will be forcibly initialized 383 | struct ipmi_cmdspec_chans val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:369:39: note: byref variable will be forcibly initialized 369 | struct ipmi_cmdspec val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:355:37: note: byref variable will be forcibly initialized 355 | struct ipmi_cmdspec val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:343:39: note: byref variable will be forcibly initialized 343 | struct ipmi_recv rsp; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:326:41: note: byref variable will be forcibly initialized 326 | struct ipmi_req_settime req; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:306:33: note: byref variable will be forcibly initialized 306 | struct ipmi_req req; | ^~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c: In function 'tegra210_xusb_read_fuse_calibration': /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:3113:13: note: byref variable will be forcibly initialized 3113 | u32 value; | ^~~~~ In file included from /kisskb/src/include/linux/mailbox_client.h:10, from /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:11: /kisskb/src/drivers/phy/tegra/xusb-tegra210.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'ladder_bigloop_cmult_big_loop': /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/ipmi/ipmi_devintf.c: In function 'copyout_recv32': /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:703:33: note: byref variable will be forcibly initialized 703 | struct compat_ipmi_recv v32; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c: In function 'compat_ipmi_ioctl': /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:762:41: note: byref variable will be forcibly initialized 762 | struct compat_ipmi_recv recv32; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:761:36: note: byref variable will be forcibly initialized 761 | struct ipmi_recv recv64; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:748:48: note: byref variable will be forcibly initialized 748 | struct compat_ipmi_req_settime sp32; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:747:41: note: byref variable will be forcibly initialized 747 | struct ipmi_req_settime sp; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:728:40: note: byref variable will be forcibly initialized 728 | struct compat_ipmi_req r32; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_devintf.c:727:33: note: byref variable will be forcibly initialized 727 | struct ipmi_req rp; | ^~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c: In function 'tegra210_pmc_hsic_enable_phy_sleepwalk': /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1651:17: note: in expansion of macro 'padctl_pmc_readl' 1651 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1647:17: note: in expansion of macro 'padctl_pmc_readl' 1647 | value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1641:17: note: in expansion of macro 'padctl_pmc_readl' 1641 | value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1634:17: note: in expansion of macro 'padctl_pmc_readl' 1634 | value = padctl_pmc_readl(priv, PMC_USB_AO); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1628:17: note: in expansion of macro 'padctl_pmc_readl' 1628 | value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEPWALK_P0); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1619:17: note: in expansion of macro 'padctl_pmc_readl' 1619 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_TRIGGERS); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1611:17: note: in expansion of macro 'padctl_pmc_readl' 1611 | value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEPWALK_CFG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1605:17: note: in expansion of macro 'padctl_pmc_readl' 1605 | value = padctl_pmc_readl(priv, PMC_UHSIC_SAVED_STATE); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1600:17: note: in expansion of macro 'padctl_pmc_readl' 1600 | value = padctl_pmc_readl(priv, PMC_USB_AO); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1594:17: note: in expansion of macro 'padctl_pmc_readl' 1594 | value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1589:17: note: in expansion of macro 'padctl_pmc_readl' 1589 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1583:17: note: in expansion of macro 'padctl_pmc_readl' 1583 | value = padctl_pmc_readl(priv, PMC_UHSIC_FAKE); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1577:17: note: in expansion of macro 'padctl_pmc_readl' 1577 | value = padctl_pmc_readl(priv, PMC_USB_DEBOUNCE_DEL); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1572:17: note: in expansion of macro 'padctl_pmc_readl' 1572 | value = padctl_pmc_readl(priv, PMC_UTMIP_MASTER_CONFIG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1567:17: note: in expansion of macro 'padctl_pmc_readl' 1567 | value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c: In function 'tegra210_pmc_hsic_disable_phy_sleepwalk': /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1688:17: note: in expansion of macro 'padctl_pmc_readl' 1688 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_TRIGGERS); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1683:17: note: in expansion of macro 'padctl_pmc_readl' 1683 | value = padctl_pmc_readl(priv, PMC_USB_AO); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1677:17: note: in expansion of macro 'padctl_pmc_readl' 1677 | value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1672:17: note: in expansion of macro 'padctl_pmc_readl' 1672 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1668:17: note: in expansion of macro 'padctl_pmc_readl' 1668 | value = padctl_pmc_readl(priv, PMC_UHSIC_SLEEP_CFG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c: In function 'tegra210_pmc_utmi_enable_phy_sleepwalk': /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1501:17: note: in expansion of macro 'padctl_pmc_readl' 1501 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1497:17: note: in expansion of macro 'padctl_pmc_readl' 1497 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1491:17: note: in expansion of macro 'padctl_pmc_readl' 1491 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1486:17: note: in expansion of macro 'padctl_pmc_readl' 1486 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG1); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1482:17: note: in expansion of macro 'padctl_pmc_readl' 1482 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1475:17: note: in expansion of macro 'padctl_pmc_readl' 1475 | value = padctl_pmc_readl(priv, PMC_USB_AO); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1447:17: note: in expansion of macro 'padctl_pmc_readl' 1447 | value = padctl_pmc_readl(priv, PMC_UTMIP_SLEEPWALK_PX(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1437:17: note: in expansion of macro 'padctl_pmc_readl' 1437 | value = padctl_pmc_readl(priv, PMC_UTMIP_PAD_CFGX(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1432:17: note: in expansion of macro 'padctl_pmc_readl' 1432 | value = padctl_pmc_readl(priv, PMC_UTMIP_TERM_PAD_CFG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1427:17: note: in expansion of macro 'padctl_pmc_readl' 1427 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_TRIGGERS); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1419:17: note: in expansion of macro 'padctl_pmc_readl' 1419 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEPWALK_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1395:17: note: in expansion of macro 'padctl_pmc_readl' 1395 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SAVED_STATE(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1390:17: note: in expansion of macro 'padctl_pmc_readl' 1390 | value = padctl_pmc_readl(priv, PMC_USB_AO); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1384:17: note: in expansion of macro 'padctl_pmc_readl' 1384 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1379:17: note: in expansion of macro 'padctl_pmc_readl' 1379 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1373:17: note: in expansion of macro 'padctl_pmc_readl' 1373 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_FAKE(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1367:17: note: in expansion of macro 'padctl_pmc_readl' 1367 | value = padctl_pmc_readl(priv, PMC_USB_DEBOUNCE_DEL); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1362:17: note: in expansion of macro 'padctl_pmc_readl' 1362 | value = padctl_pmc_readl(priv, PMC_UTMIP_MASTER_CONFIG); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1357:17: note: in expansion of macro 'padctl_pmc_readl' 1357 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'ladder_cmult': /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:491:13: note: byref variable will be forcibly initialized /kisskb/src/drivers/phy/tegra/xusb-tegra210.c: In function 'tegra210_pmc_utmi_disable_phy_sleepwalk': /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1549:17: note: in expansion of macro 'padctl_pmc_readl' 1549 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_TRIGGERS); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1544:17: note: in expansion of macro 'padctl_pmc_readl' 1544 | value = padctl_pmc_readl(priv, PMC_USB_AO); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1538:17: note: in expansion of macro 'padctl_pmc_readl' 1538 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1533:17: note: in expansion of macro 'padctl_pmc_readl' 1533 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG1); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1528:17: note: in expansion of macro 'padctl_pmc_readl' 1528 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1523:17: note: in expansion of macro 'padctl_pmc_readl' 1523 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_LINE_WAKEUP); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1327:13: note: byref variable will be forcibly initialized 1327 | u32 value; \ | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra210.c:1519:17: note: in expansion of macro 'padctl_pmc_readl' 1519 | value = padctl_pmc_readl(priv, PMC_UTMIP_UHSIC_SLEEP_CFG(port)); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c: In function 'uniphier_conf_pin_drive_set': /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:422:29: note: byref variable will be forcibly initialized 422 | const unsigned int *strengths; | ^~~~~~~~~ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:421:34: note: byref variable will be forcibly initialized 421 | unsigned int reg, shift, mask, val; | ^~~~ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:421:27: note: byref variable will be forcibly initialized 421 | unsigned int reg, shift, mask, val; | ^~~~~ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:421:22: note: byref variable will be forcibly initialized 421 | unsigned int reg, shift, mask, val; | ^~~ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c: In function 'uniphier_conf_pin_bias_get': /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:212:44: note: byref variable will be forcibly initialized 212 | unsigned int pupdctrl, reg, shift, val; | ^~~ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c: In function 'uniphier_conf_pin_drive_get': /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:260:29: note: byref variable will be forcibly initialized 260 | const unsigned int *strengths; | ^~~~~~~~~ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:259:40: note: byref variable will be forcibly initialized 259 | unsigned int reg, shift, mask, val; | ^~~ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:259:34: note: byref variable will be forcibly initialized 259 | unsigned int reg, shift, mask, val; | ^~~~ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:259:27: note: byref variable will be forcibly initialized 259 | unsigned int reg, shift, mask, val; | ^~~~~ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:259:22: note: byref variable will be forcibly initialized 259 | unsigned int reg, shift, mask, val; | ^~~ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c: In function 'uniphier_conf_pin_input_enable_get': /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:287:33: note: byref variable will be forcibly initialized 287 | unsigned int reg, mask, val; | ^~~ /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c: In function 'uniphier_conf_pin_config_get': /kisskb/src/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c:313:13: note: byref variable will be forcibly initialized 313 | u32 arg; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/stat.c:9: /kisskb/src/fs/stat.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/stat.c: In function 'cp_new_stat': /kisskb/src/fs/stat.c:357:21: note: byref variable will be forcibly initialized 357 | struct stat tmp; | ^~~ /kisskb/src/fs/stat.c: In function 'cp_new_stat64': /kisskb/src/fs/stat.c:502:23: note: byref variable will be forcibly initialized 502 | struct stat64 tmp; | ^~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'format_scalar_of_point': /kisskb/src/lib/crypto/curve25519-hacl64.c:300:13: note: byref variable will be forcibly initialized 300 | u64 buf[20] = { 0 }; | ^~~ /kisskb/src/fs/stat.c: In function 'cp_statx': /kisskb/src/fs/stat.c:586:22: note: byref variable will be forcibly initialized 586 | struct statx tmp; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/linux/cred.h:13, from /kisskb/src/fs/overlayfs/file.c:6: /kisskb/src/fs/overlayfs/file.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/stat.c: In function 'cp_compat_stat': /kisskb/src/fs/stat.c:665:28: note: byref variable will be forcibly initialized 665 | struct compat_stat tmp; | ^~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_real_fdget_meta': /kisskb/src/fs/overlayfs/file.c:108:21: note: byref variable will be forcibly initialized 108 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/stat.c: In function 'do_readlinkat': /kisskb/src/fs/stat.c:449:13: note: byref variable will be forcibly initialized 449 | int empty = 0; | ^~~~~ /kisskb/src/fs/stat.c:447:21: note: byref variable will be forcibly initialized 447 | struct path path; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_flush': /kisskb/src/fs/overlayfs/file.c:646:19: 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:28: note: byref variable will be forcibly initialized 566 | struct fd real_in, real_out; | ^~~~~~~~ /kisskb/src/fs/overlayfs/file.c:566:19: note: byref variable will be forcibly initialized 566 | struct fd real_in, real_out; | ^~~~~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_llseek': /kisskb/src/fs/overlayfs/file.c:179:19: note: byref variable will be forcibly initialized 179 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_fadvise': /kisskb/src/fs/overlayfs/file.c:538:19: note: byref variable will be forcibly initialized 538 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_open': /kisskb/src/fs/overlayfs/file.c:149:21: note: byref variable will be forcibly initialized 149 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_fallocate': /kisskb/src/fs/overlayfs/file.c:516:19: note: byref variable will be forcibly initialized 516 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_fsync': /kisskb/src/fs/overlayfs/file.c:467:19: note: byref variable will be forcibly initialized 467 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_read_iter': /kisskb/src/fs/overlayfs/file.c:299:19: note: byref variable will be forcibly initialized 299 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_write_iter': /kisskb/src/fs/overlayfs/file.c:351:19: note: byref variable will be forcibly initialized 351 | struct fd real; | ^~~~ /kisskb/src/fs/overlayfs/file.c: In function 'ovl_splice_write': /kisskb/src/fs/overlayfs/file.c:432:19: note: byref variable will be forcibly initialized 432 | struct fd real; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newfstat': /kisskb/src/fs/stat.c:434:22: note: byref variable will be forcibly initialized 434 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_fstat64': /kisskb/src/fs/stat.c:561:22: note: byref variable will be forcibly initialized 561 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_compat_sys_newfstat': /kisskb/src/fs/stat.c:740:22: note: byref variable will be forcibly initialized 740 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function 'vfs_statx': /kisskb/src/fs/stat.c:219:21: note: byref variable will be forcibly initialized 219 | struct path path; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newstat': /kisskb/src/fs/stat.c:397:22: note: byref variable will be forcibly initialized 397 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_stat64': /kisskb/src/fs/stat.c:538:22: note: byref variable will be forcibly initialized 538 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_compat_sys_newstat': /kisskb/src/fs/stat.c:701:22: note: byref variable will be forcibly initialized 701 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newlstat': /kisskb/src/fs/stat.c:408:22: note: byref variable will be forcibly initialized 408 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_lstat64': /kisskb/src/fs/stat.c:550:22: note: byref variable will be forcibly initialized 550 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_compat_sys_newlstat': /kisskb/src/fs/stat.c:713:22: note: byref variable will be forcibly initialized 713 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_newfstatat': /kisskb/src/fs/stat.c:422:22: note: byref variable will be forcibly initialized 422 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_sys_fstatat64': /kisskb/src/fs/stat.c:573:22: note: byref variable will be forcibly initialized 573 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function '__do_compat_sys_newfstatat': /kisskb/src/fs/stat.c:727:22: note: byref variable will be forcibly initialized 727 | struct kstat stat; | ^~~~ /kisskb/src/fs/stat.c: In function 'do_statx': /kisskb/src/fs/stat.c:621:22: note: byref variable will be forcibly initialized 621 | struct kstat stat; | ^~~~ /kisskb/src/lib/crypto/curve25519-hacl64.c: In function 'curve25519_generic': /kisskb/src/lib/crypto/curve25519-hacl64.c:300:13: note: byref variable will be forcibly initialized /kisskb/src/lib/crypto/curve25519-hacl64.c:777:29: note: byref variable will be forcibly initialized 777 | u64 buf[15] = { 0 }; | ^~~ /kisskb/src/lib/crypto/curve25519-hacl64.c:771:20: note: byref variable will be forcibly initialized 771 | u8 e[32] __aligned(32) = { 0 }; | ^ /kisskb/src/drivers/video/backlight/bd6107.c: In function 'bd6107_probe': /kisskb/src/drivers/video/backlight/bd6107.c:121:37: note: byref variable will be forcibly initialized 121 | struct backlight_properties props; | ^~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/ipmi.h:21, from /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:40: /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'device_remove_group': /kisskb/src/include/linux/device.h:1042:39: note: byref variable will be forcibly initialized 1042 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'get_global_enables': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:1361:31: note: byref variable will be forcibly initialized 1361 | unsigned char msg[3]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'set_global_enables': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:1408:31: note: byref variable will be forcibly initialized 1408 | unsigned char msg[3]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'check_clr_rcv_irq': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:1458:12: note: byref variable will be forcibly initialized 1458 | u8 enables = 0; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'check_set_rcv_irq': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:1495:12: note: byref variable will be forcibly initialized 1495 | u8 enables = 0; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'try_enable_event_buffer': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:1527:31: note: byref variable will be forcibly initialized 1527 | unsigned char msg[3]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'try_get_dev_id': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:1311:31: note: byref variable will be forcibly initialized 1311 | unsigned char msg[2]; | ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/ipmi.h:21, from /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:40: /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'device_add_group': /kisskb/src/include/linux/device.h:1034:39: note: byref variable will be forcibly initialized 1034 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'start_clear_flags': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:378:23: note: byref variable will be forcibly initialized 378 | unsigned char msg[3]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'start_check_enables': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:367:23: note: byref variable will be forcibly initialized 367 | unsigned char msg[2]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'handle_transaction_done': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:721:31: note: byref variable will be forcibly initialized 721 | unsigned char msg[4]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:682:22: note: byref variable will be forcibly initialized 682 | bool irq_on; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:680:31: note: byref variable will be forcibly initialized 680 | unsigned char msg[4]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:589:31: note: byref variable will be forcibly initialized 589 | unsigned char msg[3]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:566:31: note: byref variable will be forcibly initialized 566 | unsigned char msg[4]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'smi_event_handler': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:797:31: note: byref variable will be forcibly initialized 797 | unsigned char msg[2]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c: In function 'ipmi_thread': /kisskb/src/drivers/char/ipmi/ipmi_si_intf.c:980:17: note: byref variable will be forcibly initialized 980 | ktime_t busy_until = IPMI_TIME_NOT_BUSY; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/phy/phy.h:15, from /kisskb/src/drivers/phy/tegra/xusb-tegra186.c:10: /kisskb/src/drivers/phy/tegra/xusb-tegra186.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/phy/tegra/xusb-tegra186.c: In function 'tegra186_xusb_read_fuse_calibration': /kisskb/src/drivers/phy/tegra/xusb-tegra186.c:1374:13: note: byref variable will be forcibly initialized 1374 | u32 value, *level; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__list_splice_init_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:262:9: note: in expansion of macro 'rcu_assign_pointer' 262 | rcu_assign_pointer(list_next_rcu(prev), first); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/inode.c:7: /kisskb/src/fs/overlayfs/inode.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/gpio/gpio-siox.c:8: /kisskb/src/drivers/gpio/gpio-siox.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'panic_op_write_handler': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:77:14: note: byref variable will be forcibly initialized 77 | char valcp[16]; | ^~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_getattr': /kisskb/src/fs/overlayfs/inode.c:242:38: note: byref variable will be forcibly initialized 242 | struct kstat lowerdatastat; | ^~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c:191:38: note: byref variable will be forcibly initialized 191 | struct kstat lowerstat; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c:159:21: note: byref variable will be forcibly initialized 159 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_permission': /kisskb/src/fs/overlayfs/inode.c:284:21: note: byref variable will be forcibly initialized 284 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_get_acl': /kisskb/src/fs/overlayfs/inode.c:502:21: note: byref variable will be forcibly initialized 502 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_update_time': /kisskb/src/fs/overlayfs/inode.c:556:29: note: byref variable will be forcibly initialized 556 | struct path upperpath = { | ^~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_set_nlink_common': /kisskb/src/fs/overlayfs/inode.c:951:14: note: byref variable will be forcibly initialized 951 | char buf[13]; | ^~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_xattr_set': /kisskb/src/fs/overlayfs/inode.c:352:21: note: byref variable will be forcibly initialized 352 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_xattr_get': /kisskb/src/fs/overlayfs/inode.c:400:21: note: byref variable will be forcibly initialized 400 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_fileattr_set': /kisskb/src/fs/overlayfs/inode.c:628:21: note: byref variable will be forcibly initialized 628 | struct path upperpath; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_fileattr_get': /kisskb/src/fs/overlayfs/inode.c:705:21: note: byref variable will be forcibly initialized 705 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_get_nlink': /kisskb/src/fs/overlayfs/inode.c:980:14: note: byref variable will be forcibly initialized 980 | char buf[13]; | ^~~ /kisskb/src/fs/overlayfs/inode.c:978:13: note: byref variable will be forcibly initialized 978 | int nlink_diff; | ^~~~~~~~~~ /kisskb/src/fs/overlayfs/inode.c: In function 'ovl_get_inode': /kisskb/src/fs/overlayfs/inode.c:1191:21: note: byref variable will be forcibly initialized 1191 | struct path realpath = { | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_find_bmc_prod_dev_id': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3030:28: note: byref variable will be forcibly initialized 3030 | struct prod_dev_id id = { | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:618:9: note: in expansion of macro '___wait_event' 618 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:626:25: note: in expansion of macro '__wait_event_interruptible_exclusive' 626 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:378:21: note: in expansion of macro 'wait_event_interruptible_exclusive' 378 | if (wait_event_interruptible_exclusive(pipe->rd_wait, pipe_readable(pipe)) < 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/pipe.c:8: /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:257:37: note: in expansion of macro 'smp_load_acquire' 257 | unsigned int head = smp_load_acquire(&pipe->head); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_create_user': In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_write': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1279:9: note: in expansion of macro 'rcu_assign_pointer' 1279 | rcu_assign_pointer(new_user->self, new_user); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:618:9: note: in expansion of macro '___wait_event' 618 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:626:25: note: in expansion of macro '__wait_event_interruptible_exclusive' 626 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:571:17: note: in expansion of macro 'wait_event_interruptible_exclusive' 571 | wait_event_interruptible_exclusive(pipe->wr_wait, pipe_writable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_set_my_address': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1441:13: note: byref variable will be forcibly initialized 1441 | int index, rv = 0; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_get_my_address': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1463:13: note: byref variable will be forcibly initialized 1463 | int index, rv = 0; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_set_my_LUN': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1485:13: note: byref variable will be forcibly initialized 1485 | int index, rv = 0; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_get_my_LUN': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1507:13: note: byref variable will be forcibly initialized 1507 | int index, rv = 0; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_get_maintenance_mode': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1527:19: note: byref variable will be forcibly initialized 1527 | int mode, index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_set_maintenance_mode': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1552:21: note: byref variable will be forcibly initialized 1552 | int rv = 0, index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_register_for_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1696:21: note: byref variable will be forcibly initialized 1696 | int rv = 0, index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_unregister_for_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1742:30: note: byref variable will be forcibly initialized 1742 | int i, rv = -ENOENT, index; | ^~~~~ /kisskb/src/fs/pipe.c: In function 'do_pipe2': /kisskb/src/fs/pipe.c:1007:13: note: byref variable will be forcibly initialized 1007 | int fd[2]; | ^~ /kisskb/src/fs/pipe.c:1006:22: note: byref variable will be forcibly initialized 1006 | struct file *files[2]; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'i_ipmi_req_ipmb': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1993:14: note: byref variable will be forcibly initialized 1993 | long seqid; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1992:23: note: byref variable will be forcibly initialized 1992 | unsigned char ipmb_seq; | ^~~~~~~~ /kisskb/src/fs/pipe.c: In function 'do_pipe_flags': /kisskb/src/fs/pipe.c:991:22: note: byref variable will be forcibly initialized 991 | struct file *files[2]; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_wait_readable': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1048:9: note: in expansion of macro 'wait_event_interruptible' 1048 | wait_event_interruptible(pipe->rd_wait, pipe_readable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c: In function 'pipe_wait_writable': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1055:9: note: in expansion of macro 'wait_event_interruptible' 1055 | wait_event_interruptible(pipe->wr_wait, pipe_writable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'i_ipmi_req_lan': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2185:14: note: byref variable will be forcibly initialized 2185 | long seqid; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2184:23: note: byref variable will be forcibly initialized 2184 | unsigned char ipmb_seq; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_guid_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3273:43: note: byref variable will be forcibly initialized 3273 | struct ipmi_system_interface_addr si; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3272:43: note: byref variable will be forcibly initialized 3272 | struct kernel_ipmi_msg msg; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__get_guid': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3344:17: note: in expansion of macro 'wait_event' 3344 | wait_event(intf->waitq, bmc->dyn_guid_set != 2); | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_get_device_id_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2535:32: note: byref variable will be forcibly initialized 2535 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2534:43: note: byref variable will be forcibly initialized 2534 | struct ipmi_system_interface_addr si; | ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__get_device_id': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2575:9: note: in expansion of macro 'wait_event' 2575 | wait_event(intf->waitq, bmc->dyn_id_set != 2); | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_channel_info_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3357:43: note: byref variable will be forcibly initialized 3357 | struct ipmi_system_interface_addr si; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3356:43: note: byref variable will be forcibly initialized 3356 | unsigned char data[1]; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3355:43: note: byref variable will be forcibly initialized 3355 | struct kernel_ipmi_msg msg; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__scan_channels': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3484:17: note: in expansion of macro 'wait_event' 3484 | wait_event(intf->waitq, intf->channels_ready); | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__bmc_get_device_id': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2669:24: note: byref variable will be forcibly initialized 2669 | guid_t guid; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2667:39: note: byref variable will be forcibly initialized 2667 | struct ipmi_device_id id = bmc->fetch_id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_get_version': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1420:17: note: byref variable will be forcibly initialized 1420 | int rv, index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1419:31: note: byref variable will be forcibly initialized 1419 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'guid_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2904:16: note: byref variable will be forcibly initialized 2904 | guid_t guid; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2903:14: note: byref variable will be forcibly initialized 2903 | bool guid_set; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'aux_firmware_rev_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2884:31: note: byref variable will be forcibly initialized 2884 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'product_id_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2868:31: note: byref variable will be forcibly initialized 2868 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'manufacturer_id_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2852:31: note: byref variable will be forcibly initialized 2852 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'add_dev_support_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2835:31: note: byref variable will be forcibly initialized 2835 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_version_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2817:31: note: byref variable will be forcibly initialized 2817 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'firmware_revision_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2800:31: note: byref variable will be forcibly initialized 2800 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'revision_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2784:31: note: byref variable will be forcibly initialized 2784 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'provides_device_sdrs_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2769:31: note: byref variable will be forcibly initialized 2769 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'device_id_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2753:31: note: byref variable will be forcibly initialized 2753 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'bmc_dev_attr_is_visible': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2946:22: note: byref variable will be forcibly initialized 2946 | bool guid_set; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2940:39: note: byref variable will be forcibly initialized 2940 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_add_smi': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3564:31: note: byref variable will be forcibly initialized 3564 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_request_settime': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2423:17: note: byref variable will be forcibly initialized 2423 | int rv, index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2422:34: note: byref variable will be forcibly initialized 2422 | unsigned char saddr = 0, lun = 0; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2422:23: note: byref variable will be forcibly initialized 2422 | unsigned char saddr = 0, lun = 0; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_request_supply_msgs': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2462:17: note: byref variable will be forcibly initialized 2462 | int rv, index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2461:34: note: byref variable will be forcibly initialized 2461 | unsigned char saddr = 0, lun = 0; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2461:23: note: byref variable will be forcibly initialized 2461 | unsigned char saddr = 0, lun = 0; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'deliver_response': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:950:21: note: byref variable will be forcibly initialized 950 | int index; | ^~~~~ /kisskb/src/drivers/gpio/gpio-zynq.c: In function 'zynq_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-zynq.c:383:32: note: byref variable will be forcibly initialized 383 | unsigned int bank_num, bank_pin_num; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-zynq.c:383:22: note: byref variable will be forcibly initialized 383 | unsigned int bank_num, bank_pin_num; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-zynq.c: In function 'zynq_gpio_get_value': /kisskb/src/drivers/gpio/gpio-zynq.c:228:32: note: byref variable will be forcibly initialized 228 | unsigned int bank_num, bank_pin_num; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-zynq.c:228:22: note: byref variable will be forcibly initialized 228 | unsigned int bank_num, bank_pin_num; | ^~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-zynq.c:10: /kisskb/src/drivers/gpio/gpio-zynq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_timeout_handler': /kisskb/src/drivers/gpio/gpio-zynq.c: In function 'zynq_gpio_set_irq_type': /kisskb/src/drivers/gpio/gpio-zynq.c:498:48: note: byref variable will be forcibly initialized 498 | unsigned int device_pin_num, bank_num, bank_pin_num; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-zynq.c:498:38: note: byref variable will be forcibly initialized 498 | unsigned int device_pin_num, bank_num, bank_pin_num; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-zynq.c: In function 'zynq_gpio_irq_unmask': /kisskb/src/drivers/gpio/gpio-zynq.c:427:48: note: byref variable will be forcibly initialized 427 | unsigned int device_pin_num, bank_num, bank_pin_num; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-zynq.c:427:38: note: byref variable will be forcibly initialized 427 | unsigned int device_pin_num, bank_num, bank_pin_num; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-zynq.c: In function 'zynq_gpio_irq_mask': /kisskb/src/drivers/gpio/gpio-zynq.c:406:48: note: byref variable will be forcibly initialized 406 | unsigned int device_pin_num, bank_num, bank_pin_num; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-zynq.c:406:38: note: byref variable will be forcibly initialized 406 | unsigned int device_pin_num, bank_num, bank_pin_num; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-zynq.c: In function 'zynq_gpio_irq_ack': /kisskb/src/drivers/gpio/gpio-zynq.c:447:48: note: byref variable will be forcibly initialized 447 | unsigned int device_pin_num, bank_num, bank_pin_num; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-zynq.c:447:38: note: byref variable will be forcibly initialized 447 | unsigned int device_pin_num, bank_num, bank_pin_num; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5016:30: note: byref variable will be forcibly initialized 5016 | bool need_timer = false; | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-zynq.c: In function 'zynq_gpio_dir_in': /kisskb/src/drivers/gpio/gpio-zynq.c:308:32: note: byref variable will be forcibly initialized 308 | unsigned int bank_num, bank_pin_num; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-zynq.c:308:22: note: byref variable will be forcibly initialized 308 | unsigned int bank_num, bank_pin_num; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5014:30: note: byref variable will be forcibly initialized 5014 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpio/gpio-zynq.c: In function 'zynq_gpio_set_value': /kisskb/src/drivers/gpio/gpio-zynq.c:271:44: note: byref variable will be forcibly initialized 271 | unsigned int reg_offset, bank_num, bank_pin_num; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-zynq.c:271:34: note: byref variable will be forcibly initialized 271 | unsigned int reg_offset, bank_num, bank_pin_num; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5012:30: note: byref variable will be forcibly initialized 5012 | struct list_head timeouts; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-zynq.c: In function 'zynq_gpio_dir_out': /kisskb/src/drivers/gpio/gpio-zynq.c:348:32: note: byref variable will be forcibly initialized 348 | unsigned int bank_num, bank_pin_num; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-zynq.c:348:22: note: byref variable will be forcibly initialized 348 | unsigned int bank_num, bank_pin_num; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_set_gets_events': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1598:13: note: byref variable will be forcibly initialized 1598 | int index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1597:30: note: byref variable will be forcibly initialized 1597 | struct list_head msgs; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'handle_ipmb_get_msg_rsp': /kisskb/src/crypto/ghash-generic.c: In function 'ghash_setkey': /kisskb/src/crypto/ghash-generic.c:59:15: note: byref variable will be forcibly initialized 59 | be128 k; | ^ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3816:32: note: byref variable will be forcibly initialized 3816 | struct ipmi_recv_msg *recv_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3815:31: note: byref variable will be forcibly initialized 3815 | struct ipmi_ipmb_addr ipmb_addr; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/exec.c:27: /kisskb/src/fs/exec.c: In function 'list_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:202:9: note: in expansion of macro 'rcu_assign_pointer' 202 | rcu_assign_pointer(list_next_rcu(new->prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'handle_lan_get_msg_rsp': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4112:32: note: byref variable will be forcibly initialized 4112 | struct ipmi_recv_msg *recv_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4111:31: note: byref variable will be forcibly initialized 4111 | struct ipmi_lan_addr lan_addr; | ^~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-armpll.c: In function 'iproc_armpll_setup': /kisskb/src/drivers/clk/bcm/clk-iproc-armpll.c:239:21: note: byref variable will be forcibly initialized 239 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-armpll.c:238:30: note: byref variable will be forcibly initialized 238 | struct clk_init_data init; | ^~~~ /kisskb/src/fs/exec.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'handle_read_event_rsp': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4397:30: note: byref variable will be forcibly initialized 4397 | struct list_head msgs; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_panic_request_and_wait': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5199:30: note: byref variable will be forcibly initialized 5199 | struct ipmi_recv_msg recv_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5198:30: note: byref variable will be forcibly initialized 5198 | struct ipmi_smi_msg smi_msg; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_panic_events': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5259:26: note: byref variable will be forcibly initialized 5259 | struct ipmi_addr addr; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5257:23: note: byref variable will be forcibly initialized 5257 | unsigned char data[16]; | ^~~~ /kisskb/src/fs/exec.c: In function 'get_arg_page': /kisskb/src/fs/exec.c:202:22: note: byref variable will be forcibly initialized 202 | struct page *page; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5256:32: note: byref variable will be forcibly initialized 5256 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/fs/exec.c: In function 'shift_arg_pages': /kisskb/src/fs/exec.c:687:27: note: byref variable will be forcibly initialized 687 | struct mmu_gather tlb; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'cleanup_smi_msgs': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3727:26: note: byref variable will be forcibly initialized 3727 | struct list_head tmplist; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'clean_up_interface_data': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:705:26: note: byref variable will be forcibly initialized 705 | struct list_head list; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/exec.c:27: /kisskb/src/fs/exec.c: In function 'unshare_sighand': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c:1211:17: note: in expansion of macro 'rcu_assign_pointer' 1211 | rcu_assign_pointer(me->sighand, newsighand); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '_ipmi_destroy_user': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1349:9: note: in expansion of macro 'rcu_assign_pointer' 1349 | rcu_assign_pointer(user->self, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1335:26: note: byref variable will be forcibly initialized 1335 | int i; | ^ /kisskb/src/fs/exec.c: In function 'prepare_binprm': /kisskb/src/fs/exec.c:1661:16: note: byref variable will be forcibly initialized 1661 | loff_t pos = 0; | ^~~ /kisskb/src/mm/hugetlb_vmemmap.c: In function '__split_vmemmap_huge_pmd': /kisskb/src/mm/hugetlb_vmemmap.c:40:15: note: byref variable will be forcibly initialized 40 | pmd_t __pmd; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:15, from /kisskb/src/arch/arm64/include/asm/pgtable.h:12, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/mm/hugetlb_vmemmap.c:13: /kisskb/src/mm/hugetlb_vmemmap.c: In function 'vmemmap_remap_alloc': /kisskb/src/mm/hugetlb_vmemmap.c:393:19: note: byref variable will be forcibly initialized 393 | LIST_HEAD(vmemmap_pages); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/hugetlb_vmemmap.c: In function 'vmemmap_remap_free': /kisskb/src/mm/hugetlb_vmemmap.c:309:19: note: byref variable will be forcibly initialized 309 | LIST_HEAD(vmemmap_pages); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpio/gpio-tps65218.c: In function 'tps65218_gpio_get': /kisskb/src/drivers/gpio/gpio-tps65218.c:27:22: note: byref variable will be forcibly initialized 27 | unsigned int val; | ^~~ /kisskb/src/fs/exec.c: In function 'compat_do_execve': /kisskb/src/fs/exec.c:2046:29: note: userspace variable will be forcibly initialized 2046 | struct user_arg_ptr envp = { | ^~~~ /kisskb/src/fs/exec.c:2042:29: note: userspace variable will be forcibly initialized 2042 | struct user_arg_ptr argv = { | ^~~~ /kisskb/src/fs/exec.c: In function 'compat_do_execveat': /kisskb/src/fs/exec.c:2062:29: note: userspace variable will be forcibly initialized 2062 | struct user_arg_ptr envp = { | ^~~~ /kisskb/src/fs/exec.c:2058:29: note: userspace variable will be forcibly initialized 2058 | struct user_arg_ptr argv = { | ^~~~ /kisskb/src/fs/exec.c: In function 'setup_arg_pages': /kisskb/src/fs/exec.c:758:27: note: byref variable will be forcibly initialized 758 | struct mmu_gather tlb; | ^~~ /kisskb/src/fs/exec.c:752:32: note: byref variable will be forcibly initialized 752 | struct vm_area_struct *prev = NULL; | ^~~~ /kisskb/src/kernel/dma/debug.c: In function 'bucket_find_contain': /kisskb/src/kernel/dma/debug.c:353:40: note: byref variable will be forcibly initialized 353 | struct dma_debug_entry *entry, index = *ref; | ^~~~~ /kisskb/src/kernel/dma/debug.c: In function 'filter_write': /kisskb/src/kernel/dma/debug.c:700:14: note: byref variable will be forcibly initialized 700 | char buf[NAME_MAX_LEN]; | ^~~ /kisskb/src/kernel/dma/debug.c: In function 'get_nr_mapped_entries': /kisskb/src/kernel/dma/debug.c:1324:23: note: byref variable will be forcibly initialized 1324 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/dma/debug.c: In function 'filter_read': /kisskb/src/kernel/dma/debug.c:678:14: note: byref variable will be forcibly initialized 678 | char buf[NAME_MAX_LEN + 1]; | ^~~ /kisskb/src/kernel/dma/debug.c: In function 'check_sync': /kisskb/src/kernel/dma/debug.c:1080:23: note: byref variable will be forcibly initialized 1080 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/dma/debug.c:1079:29: note: byref variable will be forcibly initialized 1079 | struct hash_bucket *bucket; | ^~~~~~ /kisskb/src/kernel/dma/debug.c: In function 'dma_debug_device_change': /kisskb/src/kernel/dma/debug.c:835:33: note: byref variable will be forcibly initialized 835 | struct dma_debug_entry *entry; | ^~~~~ /kisskb/src/kernel/dma/debug.c: In function 'add_dma_entry': /kisskb/src/kernel/dma/debug.c:556:23: note: byref variable will be forcibly initialized 556 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_mapping_error': /kisskb/src/kernel/dma/debug.c:1232:23: note: byref variable will be forcibly initialized 1232 | unsigned long flags; | ^~~~~ /kisskb/src/crypto/ofb.c: In function 'crypto_ofb_crypt': /kisskb/src/crypto/ofb.c:23:30: note: byref variable will be forcibly initialized 23 | struct skcipher_walk walk; | ^~~~ /kisskb/src/kernel/dma/debug.c:1229:32: note: byref variable will be forcibly initialized 1229 | struct dma_debug_entry ref; | ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_alloc_vqs': /kisskb/src/drivers/gpio/gpio-virtio.c:465:27: note: byref variable will be forcibly initialized 465 | struct virtqueue *vqs[2] = { NULL, NULL }; | ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c:461:24: note: byref variable will be forcibly initialized 461 | vq_callback_t *cbs[] = { | ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c:460:28: note: byref variable will be forcibly initialized 460 | const char * const names[] = { "requestq", "eventq" }; | ^~~~~ /kisskb/src/kernel/dma/debug.c: In function 'check_unmap': /kisskb/src/kernel/dma/debug.c:947:23: note: byref variable will be forcibly initialized 947 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function '_virtio_gpio_req': /kisskb/src/drivers/gpio/gpio-virtio.c:64:45: note: byref variable will be forcibly initialized 64 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:64:37: note: byref variable will be forcibly initialized 64 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:64:29: note: byref variable will be forcibly initialized 64 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_unmap_sg': /kisskb/src/kernel/dma/debug.c:1349:40: note: byref variable will be forcibly initialized 1349 | struct dma_debug_entry ref = { | ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_get': /kisskb/src/drivers/gpio/gpio-virtio.c:190:12: note: byref variable will be forcibly initialized 190 | u8 value; | ^~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-virtio.c:147:12: note: byref variable will be forcibly initialized 147 | u8 direction; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_irq_prepare': /kisskb/src/drivers/gpio/gpio-virtio.c:210:45: note: byref variable will be forcibly initialized 210 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:210:37: note: byref variable will be forcibly initialized 210 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:210:29: note: byref variable will be forcibly initialized 210 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_single_for_cpu': /kisskb/src/kernel/dma/debug.c:1477:32: note: byref variable will be forcibly initialized 1477 | struct dma_debug_entry ref; | ^~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_single_for_device': /kisskb/src/kernel/dma/debug.c:1496:32: note: byref variable will be forcibly initialized 1496 | struct dma_debug_entry ref; | ^~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_sg_for_cpu': /kisskb/src/kernel/dma/debug.c:1522:40: note: byref variable will be forcibly initialized 1522 | struct dma_debug_entry ref = { | ^~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_sg_for_device': /kisskb/src/kernel/dma/debug.c:1554:40: note: byref variable will be forcibly initialized 1554 | struct dma_debug_entry ref = { | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-virtio.c:14: /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_probe': /kisskb/src/drivers/gpio/gpio-virtio.c:542:35: note: byref variable will be forcibly initialized 542 | struct virtio_gpio_config config; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_event_vq': /kisskb/src/drivers/gpio/gpio-virtio.c:405:22: note: byref variable will be forcibly initialized 405 | unsigned int len; | ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_request_vq': /kisskb/src/drivers/gpio/gpio-virtio.c:439:22: note: byref variable will be forcibly initialized 439 | unsigned int len; | ^~~ /kisskb/src/mm/sparse.c: In function 'memblocks_present': /kisskb/src/mm/sparse.c:269:16: note: byref variable will be forcibly initialized 269 | int i, nid; | ^~~ /kisskb/src/mm/sparse.c:269:13: note: byref variable will be forcibly initialized 269 | int i, nid; | ^ /kisskb/src/mm/sparse.c:268:30: note: byref variable will be forcibly initialized 268 | unsigned long start, end; | ^~~ /kisskb/src/mm/sparse.c:268:23: note: byref variable will be forcibly initialized 268 | unsigned long start, end; | ^~~~~ In file included from /kisskb/src/drivers/pwm/pwm-tegra.c:46: /kisskb/src/drivers/pwm/pwm-tegra.c: In function 'pwm_is_enabled': /kisskb/src/include/linux/pwm.h:110:26: note: byref variable will be forcibly initialized 110 | struct pwm_state state; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'hash_name': /kisskb/src/fs/namei.c:2161:37: note: byref variable will be forcibly initialized 2161 | const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; | ^~~~~~~~~ /kisskb/src/fs/namei.c:2160:30: note: byref variable will be forcibly initialized 2160 | unsigned long adata, bdata, mask, len; | ^~~~~ /kisskb/src/fs/namei.c:2160:23: note: byref variable will be forcibly initialized 2160 | unsigned long adata, bdata, mask, len; | ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c: In function 'tegra_xusb_padctl_pinconf_group_dbg_show': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:427:31: note: byref variable will be forcibly initialized 427 | unsigned long config, value; | ^~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c: In function 'tegra_xusb_padctl_parse_subnode': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:161:13: note: byref variable will be forcibly initialized 161 | u32 value; | ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:158:21: note: byref variable will be forcibly initialized 158 | const char *function, *group; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:157:32: note: byref variable will be forcibly initialized 157 | unsigned long config, *configs = NULL; | ^~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:156:38: note: byref variable will be forcibly initialized 156 | unsigned int i, reserve = 0, num_configs = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c: In function 'tegra_xusb_padctl_dt_node_to_map': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:237:22: note: byref variable will be forcibly initialized 237 | unsigned int reserved_maps = 0; | ^~~~~~~~~~~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function '__traverse_mounts': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1409:25: note: in expansion of macro 'smp_load_acquire' 1409 | flags = smp_load_acquire(&path->dentry->d_flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1384:33: note: in expansion of macro 'smp_load_acquire' 1384 | flags = smp_load_acquire(&path->dentry->d_flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'traverse_mounts': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1428:26: note: in expansion of macro 'smp_load_acquire' 1428 | unsigned flags = smp_load_acquire(&path->dentry->d_flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'allocate_file_region_entries': /kisskb/src/mm/hugetlb.c:459:26: note: byref variable will be forcibly initialized 459 | struct list_head allocated_regions; | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'region_add': /kisskb/src/mm/hugetlb.c:532:23: note: byref variable will be forcibly initialized 532 | long add = 0, actual_regions_needed = 0; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_lookup_temp': /kisskb/src/fs/overlayfs/dir.c:48:14: note: byref variable will be forcibly initialized 48 | char name[20]; | ^~~~ /kisskb/src/mm/hugetlb.c: In function '__vma_reservation_common': /kisskb/src/mm/hugetlb.c:2515:14: note: byref variable will be forcibly initialized 2515 | long dummy_out_regions_needed; | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'follow_dotdot_rcu': /kisskb/src/fs/namei.c:1874:26: note: byref variable will be forcibly initialized 1874 | unsigned seq; | ^~~ /kisskb/src/fs/namei.c:1873:29: note: byref variable will be forcibly initialized 1873 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/mm/hugetlb.c:8: /kisskb/src/mm/hugetlb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_create_over_whiteout': /kisskb/src/fs/overlayfs/dir.c:511:30: note: byref variable will be forcibly initialized 511 | struct iattr attr = { | ^~~~ /kisskb/src/fs/overlayfs/dir.c:473:33: note: byref variable will be forcibly initialized 473 | struct posix_acl *acl, *default_acl; | ^~~~~~~~~~~ /kisskb/src/fs/overlayfs/dir.c:473:27: note: byref variable will be forcibly initialized 473 | struct posix_acl *acl, *default_acl; | ^~~ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_link': /kisskb/src/fs/overlayfs/dir.c:732:45: note: byref variable will be forcibly initialized 732 | &(struct ovl_cattr) {.hardlink = ovl_dentry_upper(old)}, | ^ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/fuse_i.h:17, from /kisskb/src/fs/fuse/readdir.c:10: /kisskb/src/fs/fuse/readdir.c: In function 'fuse_direntplus_link': In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, 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/fuse/readdir.c:161:41: note: byref variable will be forcibly initialized 161 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:32: 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:1664:41: note: byref variable will be forcibly initialized 1664 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:32: 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/fs/overlayfs/dir.c:17: /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_clear_empty': /kisskb/src/fs/overlayfs/overlayfs.h:660:43: note: byref variable will be forcibly initialized 660 | #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) | ^ /kisskb/src/fs/overlayfs/dir.c:396:51: note: in expansion of macro 'OVL_CATTR' 396 | opaquedir = ovl_create_temp(ofs, workdir, OVL_CATTR(stat.mode)); | ^~~~~~~~~ /kisskb/src/fs/overlayfs/dir.c:373:22: note: byref variable will be forcibly initialized 373 | struct kstat stat; | ^~~~ /kisskb/src/fs/overlayfs/dir.c:370:21: note: byref variable will be forcibly initialized 370 | struct path upperpath; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/kernel/dma/swiotlb.c:26: /kisskb/src/kernel/dma/swiotlb.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ 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_do_remove': /kisskb/src/fs/overlayfs/dir.c:888:19: note: byref variable will be forcibly initialized 888 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/fuse/readdir.c: In function 'fuse_force_forget': /kisskb/src/fs/fuse/readdir.c:259:31: note: byref variable will be forcibly initialized 259 | struct fuse_forget_in inarg; | ^~~~~ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_rename': /kisskb/src/fs/overlayfs/dir.c:1101:19: note: byref variable will be forcibly initialized 1101 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/kernel/dma/swiotlb.c:26: /kisskb/src/kernel/dma/swiotlb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/swiotlb.h:41, from /kisskb/src/kernel/dma/swiotlb.c:52: /kisskb/src/kernel/dma/swiotlb.c: In function 'trace_event_raw_event_swiotlb_bounced': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(swiotlb_bounced, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(swiotlb_bounced, | ^~~~~~~~~~~ In file included from /kisskb/src/mm/hugetlb.c:6: /kisskb/src/mm/hugetlb.c: In function 'return_unused_surplus_pages': /kisskb/src/mm/hugetlb.c:2434:19: note: byref variable will be forcibly initialized 2434 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/dma/swiotlb.c: In function 'swiotlb_map': /kisskb/src/kernel/dma/swiotlb.c:865:20: note: byref variable will be forcibly initialized 865 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'report_hugepages': /kisskb/src/mm/hugetlb.c:3186:22: note: byref variable will be forcibly initialized 3186 | char buf[32]; | ^~~ /kisskb/src/fs/fuse/readdir.c: In function 'fuse_readdir_uncached': /kisskb/src/fs/fuse/readdir.c:324:22: note: byref variable will be forcibly initialized 324 | struct page *page; | ^~~~ /kisskb/src/fs/namei.c: In function 'handle_mounts': /kisskb/src/fs/namei.c:1524:14: note: byref variable will be forcibly initialized 1524 | bool jumped; | ^~~~~~ /kisskb/src/mm/hugetlb.c: In function 'surplus_hugepages_show': /kisskb/src/mm/hugetlb.c:3698:13: note: byref variable will be forcibly initialized 3698 | int nid; | ^~~ /kisskb/src/mm/hugetlb.c: In function 'free_hugepages_show': /kisskb/src/mm/hugetlb.c:3673:13: note: byref variable will be forcibly initialized 3673 | int nid; | ^~~ /kisskb/src/mm/hugetlb.c: In function 'nr_hugepages_show_common': In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/mm/mmu_notifier.c:10: /kisskb/src/mm/mmu_notifier.c: In function 'hlist_add_head_rcu': /kisskb/src/mm/hugetlb.c:3543:13: note: byref variable will be forcibly initialized 3543 | int nid; | ^~~ /kisskb/src/mm/hugetlb.c: In function 'demote_size_show': /kisskb/src/mm/hugetlb.c:3768:13: note: byref variable will be forcibly initialized 3768 | int nid; | ^~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'nr_overcommit_hugepages_store': /kisskb/src/mm/hugetlb.c:3650:23: note: byref variable will be forcibly initialized 3650 | unsigned long input; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:17, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/hugetlb.c:8: /kisskb/src/mm/hugetlb.c: In function 'set_max_huge_pages': /kisskb/src/include/linux/nodemask.h:540:54: note: byref variable will be forcibly initialized 540 | #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name | ^ /kisskb/src/mm/hugetlb.c:3275:9: note: in expansion of macro 'NODEMASK_ALLOC' 3275 | NODEMASK_ALLOC(nodemask_t, node_alloc_noretry, GFP_KERNEL); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/mm/hugetlb.c:6: /kisskb/src/mm/hugetlb.c:3274:19: note: byref variable will be forcibly initialized 3274 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/hugetlb.c: In function '__nr_hugepages_store_common': /kisskb/src/mm/hugetlb.c:3559:20: note: byref variable will be forcibly initialized 3559 | nodemask_t nodes_allowed, *n_mask; | ^~~~~~~~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'nr_hugepages_store_common': /kisskb/src/mm/hugetlb.c:3593:13: note: byref variable will be forcibly initialized 3593 | int nid; | ^~~ /kisskb/src/mm/hugetlb.c:3592:23: note: byref variable will be forcibly initialized 3592 | unsigned long count; | ^~~~~ /kisskb/src/mm/mmu_notifier.c: In function 'mn_itree_release': /kisskb/src/mm/mmu_notifier.c:272:23: note: byref variable will be forcibly initialized 272 | unsigned long cur_seq; | ^~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'cmdline_parse_hugetlb_cma': /kisskb/src/mm/mmu_notifier.c: In function 'mn_itree_invalidate': /kisskb/src/mm/hugetlb.c:7199:15: note: byref variable will be forcibly initialized 7199 | char *s = p; | ^ /kisskb/src/mm/mmu_notifier.c:448:23: note: byref variable will be forcibly initialized 448 | unsigned long cur_seq; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, 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:3329:41: note: byref variable will be forcibly initialized 3329 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:32: 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/hugetlb.c:7198:23: note: byref variable will be forcibly initialized 7198 | unsigned long tmp; | ^~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_direction': /kisskb/src/mm/hugetlb.c:7197:18: note: byref variable will be forcibly initialized 7197 | int nid, count = 0; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:837:36: note: byref variable will be forcibly initialized 837 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:836:29: note: byref variable will be forcibly initialized 836 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/fs/namei.c: In function 'choose_mountpoint': /kisskb/src/fs/namei.c:1317:26: note: byref variable will be forcibly initialized 1317 | unsigned seq, mseq = read_seqbegin(&mount_lock); | ^~~ /kisskb/src/fs/namei.c: In function 'follow_dotdot': /kisskb/src/fs/namei.c:1913:29: note: byref variable will be forcibly initialized 1913 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'step_into': In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmu_notifier.h:7, from /kisskb/src/mm/mmu_notifier.c:11: /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_read_begin': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:248:17: note: in expansion of macro 'wait_event' 248 | wait_event(subscriptions->wq, | ^~~~~~~~~~ /kisskb/src/fs/namei.c:1829:21: note: byref variable will be forcibly initialized 1829 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'link_path_walk': /kisskb/src/fs/namei.c:2283:45: note: byref variable will be forcibly initialized 2283 | struct qstr this = { { .hash_len = hash_len }, .name = name }; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/mm/mmu_notifier.c:10: /kisskb/src/mm/mmu_notifier.c: In function '__mmu_notifier_register': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:678:17: note: in expansion of macro 'smp_store_release' 678 | smp_store_release(&mm->notifier_subscriptions, subscriptions); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_notifier_insert': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:1005:25: note: in expansion of macro 'smp_load_acquire' 1005 | subscriptions = smp_load_acquire(&mm->notifier_subscriptions); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'hugetlb_hstate_alloc_pages_onenode': /kisskb/src/mm/hugetlb.c:3059:14: note: byref variable will be forcibly initialized 3059 | char buf[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:13, from /kisskb/src/include/linux/mmu_notifier.h:7, from /kisskb/src/mm/mmu_notifier.c:11: /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_notifier_remove': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:1097:17: note: in expansion of macro 'wait_event' 1097 | wait_event(subscriptions->wq, | ^~~~~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'hugetlb_hstate_alloc_pages': /kisskb/src/mm/hugetlb.c:3140:22: note: byref variable will be forcibly initialized 3140 | char buf[32]; | ^~~ /kisskb/src/fs/namei.c: In function 'filename_parentat': /kisskb/src/fs/namei.c:2539:26: note: byref variable will be forcibly initialized 2539 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function '__kern_path_locked': /kisskb/src/fs/namei.c:2563:13: note: byref variable will be forcibly initialized 2563 | int type, error; | ^~~~ /kisskb/src/fs/namei.c:2562:21: note: byref variable will be forcibly initialized 2562 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_o_path': /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_generic_free_groups': /kisskb/src/drivers/pinctrl/core.c:694:32: note: byref variable will be forcibly initialized 694 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/fs/namei.c:3661:21: note: byref variable will be forcibly initialized 3661 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'filename_create': /kisskb/src/fs/namei.c:3761:13: note: byref variable will be forcibly initialized 3761 | int type; | ^~~~ /kisskb/src/fs/namei.c:3757:21: note: byref variable will be forcibly initialized 3757 | struct qstr last; | ^~~~ /kisskb/src/mm/hugetlb.c: In function 'hugepages_setup': /kisskb/src/mm/hugetlb.c:4155:23: note: byref variable will be forcibly initialized 4155 | unsigned long tmp; | ^~~ /kisskb/src/mm/hugetlb.c:4154:13: note: byref variable will be forcibly initialized 4154 | int count; | ^~~~~ /kisskb/src/fs/namei.c: In function 'follow_down': /kisskb/src/mm/hugetlb.c: In function 'hugetlb_cma_reserve': /kisskb/src/fs/namei.c:1464:14: note: byref variable will be forcibly initialized 1464 | bool jumped; | ^~~~~~ /kisskb/src/fs/namei.c: In function 'hashlen_string': /kisskb/src/fs/namei.c:2133:37: note: byref variable will be forcibly initialized 2133 | const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; | ^~~~~~~~~ /kisskb/src/fs/namei.c:2132:23: note: byref variable will be forcibly initialized 2132 | unsigned long adata, mask, len; | ^~~~~ /kisskb/src/mm/hugetlb.c:7290:22: note: byref variable will be forcibly initialized 7290 | char name[CMA_MAX_NAME]; | ^~~~ /kisskb/src/fs/namei.c: In function 'filename_lookup': /kisskb/src/fs/namei.c:2499:26: note: byref variable will be forcibly initialized 2499 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'try_lookup_one_len': /kisskb/src/fs/namei.c:2674:21: note: byref variable will be forcibly initialized 2674 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_len': /kisskb/src/fs/namei.c:2701:21: note: byref variable will be forcibly initialized 2701 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one': /kisskb/src/fs/namei.c:2731:21: note: byref variable will be forcibly initialized 2731 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_unlocked': /kisskb/src/fs/namei.c:2762:21: note: byref variable will be forcibly initialized 2762 | struct qstr this; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function 'lookup_one_positive_unlocked': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:2803:46: note: in expansion of macro 'smp_load_acquire' 2803 | if (!IS_ERR(ret) && d_flags_negative(smp_load_acquire(&ret->d_flags))) { | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'hugetlb_init': /kisskb/src/mm/hugetlb.c:4050:38: note: byref variable will be forcibly initialized 4050 | char buf[32]; | ^~~ /kisskb/src/fs/namei.c: In function 'do_tmpfile': /kisskb/src/fs/namei.c:3633:21: note: byref variable will be forcibly initialized 3633 | struct path path; | ^~~~ /kisskb/src/mm/memtest.c: In function 'do_one_pass': /kisskb/src/mm/memtest.c:69:33: note: byref variable will be forcibly initialized 69 | phys_addr_t this_start, this_end; | ^~~~~~~~ /kisskb/src/mm/memtest.c:69:21: note: byref variable will be forcibly initialized 69 | phys_addr_t this_start, this_end; | ^~~~~~~~~~ /kisskb/src/mm/memtest.c:68:13: note: byref variable will be forcibly initialized 68 | u64 i; | ^ /kisskb/src/fs/namei.c: In function 'do_filp_open': /kisskb/src/fs/namei.c:3713:26: note: byref variable will be forcibly initialized 3713 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'do_file_open_root': /kisskb/src/fs/namei.c:3730:26: note: byref variable will be forcibly initialized 3730 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'do_mknodat': /kisskb/src/mm/hugetlb.c: In function 'demote_store': /kisskb/src/fs/namei.c:3921:21: note: byref variable will be forcibly initialized 3921 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_mkdirat': /kisskb/src/fs/namei.c:4023:21: note: byref variable will be forcibly initialized 4023 | struct path path; | ^~~~ /kisskb/src/mm/hugetlb.c:3718:13: note: byref variable will be forcibly initialized 3718 | int nid; | ^~~ /kisskb/src/mm/hugetlb.c:3715:20: note: byref variable will be forcibly initialized 3715 | nodemask_t nodes_allowed, *n_mask; | ^~~~~~~~~~~~~ /kisskb/src/mm/hugetlb.c:3713:23: note: byref variable will be forcibly initialized 3713 | unsigned long nr_demote; | ^~~~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'demote_size_store': /kisskb/src/fs/namei.c: In function 'do_rmdir': /kisskb/src/fs/namei.c:4123:13: note: byref variable will be forcibly initialized 4123 | int type; | ^~~~ /kisskb/src/fs/namei.c:4122:21: note: byref variable will be forcibly initialized 4122 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c:4121:21: note: byref variable will be forcibly initialized 4121 | struct path path; | ^~~~ /kisskb/src/mm/hugetlb.c:3782:13: note: byref variable will be forcibly initialized 3782 | int nid; | ^~~ /kisskb/src/fs/namei.c: In function 'do_unlinkat': /kisskb/src/fs/namei.c:4265:23: note: byref variable will be forcibly initialized 4265 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4263:13: note: byref variable will be forcibly initialized 4263 | int type; | ^~~~ /kisskb/src/fs/namei.c:4262:21: note: byref variable will be forcibly initialized 4262 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c:4261:21: note: byref variable will be forcibly initialized 4261 | struct path path; | ^~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_groups_show': /kisskb/src/drivers/pinctrl/core.c:1695:26: note: byref variable will be forcibly initialized 1695 | unsigned num_pins = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/core.c:1694:33: note: byref variable will be forcibly initialized 1694 | const unsigned *pins = NULL; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_symlinkat': /kisskb/src/fs/namei.c:4389:21: note: byref variable will be forcibly initialized 4389 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_linkat': /kisskb/src/fs/namei.c:4536:23: note: byref variable will be forcibly initialized 4536 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4535:31: note: byref variable will be forcibly initialized 4535 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4535:21: note: byref variable will be forcibly initialized 4535 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'gather_surplus_pages': /kisskb/src/mm/hugetlb.c:2339:26: note: byref variable will be forcibly initialized 2339 | struct list_head surplus_list; | ^~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'vfs_rename': /kisskb/src/fs/namei.c:4672:30: note: byref variable will be forcibly initialized 4672 | struct name_snapshot old_name; | ^~~~~~~~ /kisskb/src/fs/namei.c: In function 'do_renameat2': /kisskb/src/fs/namei.c:4804:23: note: byref variable will be forcibly initialized 4804 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4803:23: note: byref variable will be forcibly initialized 4803 | int old_type, new_type; | ^~~~~~~~ /kisskb/src/fs/namei.c:4803:13: note: byref variable will be forcibly initialized 4803 | int old_type, new_type; | ^~~~~~~~ /kisskb/src/fs/namei.c:4802:31: note: byref variable will be forcibly initialized 4802 | struct qstr old_last, new_last; | ^~~~~~~~ /kisskb/src/fs/namei.c:4802:21: note: byref variable will be forcibly initialized 4802 | struct qstr old_last, new_last; | ^~~~~~~~ /kisskb/src/fs/namei.c:4801:31: note: byref variable will be forcibly initialized 4801 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_can_use_line': /kisskb/src/drivers/pinctrl/core.c:744:36: note: byref variable will be forcibly initialized 744 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/fs/namei.c:4801:21: note: byref variable will be forcibly initialized 4801 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/core.c:743:29: 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:36: note: byref variable will be forcibly initialized 780 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:779:29: note: byref variable will be forcibly initialized 779 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/fs/namei.c:4798:27: note: byref variable will be forcibly initialized 4798 | struct renamedata rd; | ^~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_free': /kisskb/src/drivers/pinctrl/core.c:815:36: note: byref variable will be forcibly initialized 815 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:814:29: note: byref variable will be forcibly initialized 814 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_set_config': /kisskb/src/drivers/pinctrl/core.c:898:29: note: byref variable will be forcibly initialized 898 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c:897:36: note: byref variable will be forcibly initialized 897 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:896:23: note: byref variable will be forcibly initialized 896 | unsigned long configs[] = { config }; | ^~~~~~~ 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:4985:29: note: byref variable will be forcibly initialized 4985 | 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:5076:29: note: byref variable will be forcibly initialized 5076 | 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_symlink': /kisskb/src/fs/namei.c:5091:15: note: byref variable will be forcibly initialized 5091 | void *fsdata; | ^~~~~~ /kisskb/src/fs/namei.c:5090:22: note: byref variable will be forcibly initialized 5090 | struct page *page; | ^~~~ /kisskb/src/mm/hugetlb.c: In function 'hugetlb_fault_mutex_hash': /kisskb/src/mm/hugetlb.c:5695:23: note: byref variable will be forcibly initialized 5695 | unsigned long key[2]; | ^~~ /kisskb/src/mm/hugetlb.c: In function 'hugetlb_reserve_pages': /kisskb/src/mm/hugetlb.c:6459:27: note: byref variable will be forcibly initialized 6459 | long gbl_reserve, regions_needed = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/ktd253-backlight.c: In function 'ktd253_backlight_probe': /kisskb/src/drivers/video/backlight/ktd253-backlight.c:149:13: note: byref variable will be forcibly initialized 149 | u32 brightness; | ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/ktd253-backlight.c:148:13: note: byref variable will be forcibly initialized 148 | u32 max_brightness; | ^~~~~~~~~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'copy_hugetlb_page_range': /kisskb/src/mm/hugetlb.c:4732:35: note: byref variable will be forcibly initialized 4732 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/hugetlb.c: In function 'move_hugetlb_page_tables': /kisskb/src/mm/hugetlb.c:4947:35: note: byref variable will be forcibly initialized 4947 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/hugetlb.c: In function '__unmap_hugepage_range': /kisskb/src/mm/hugetlb.c:5009:35: note: byref variable will be forcibly initialized 5009 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/hugetlb.c: In function 'unmap_hugepage_range': /kisskb/src/mm/hugetlb.c:5159:27: note: byref variable will be forcibly initialized 5159 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/hugetlb.c: In function 'hugetlb_wp': /kisskb/src/mm/hugetlb.c:5239:35: note: byref variable will be forcibly initialized 5239 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/hugetlb.c: In function 'follow_hugetlb_page': /kisskb/src/mm/hugetlb.c:6147:22: note: byref variable will be forcibly initialized 6147 | bool unshare = false; | ^~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'hugetlb_change_protection': /kisskb/src/mm/hugetlb.c:6325:35: note: byref variable will be forcibly initialized 6325 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_slow': /kisskb/src/crypto/ecc.c:617:13: note: byref variable will be forcibly initialized 617 | u64 tmp[2 * ECC_MAX_DIGITS]; | ^~~ /kisskb/src/crypto/ecc.c:616:13: note: byref variable will be forcibly initialized 616 | u64 mod_m[2 * ECC_MAX_DIGITS]; | ^~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_special': /kisskb/src/crypto/ecc.c:535:13: note: byref variable will be forcibly initialized 535 | u64 r[ECC_MAX_DIGITS * 2]; | ^ /kisskb/src/crypto/ecc.c:534:13: note: byref variable will be forcibly initialized 534 | u64 t[ECC_MAX_DIGITS * 2]; | ^ /kisskb/src/mm/sparse-vmemmap.c: In function 'altmap_alloc_block_buf': /kisskb/src/mm/sparse-vmemmap.c:109:28: note: byref variable will be forcibly initialized 109 | unsigned long pfn, nr_pfns, nr_align; | ^~~~~~~ /kisskb/src/mm/hugetlb.c: In function 'hugetlb_unshare_all_pmds': /kisskb/src/mm/hugetlb.c:7152:35: note: byref variable will be forcibly initialized 7152 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_special2': /kisskb/src/crypto/ecc.c:585:21: note: byref variable will be forcibly initialized 585 | u64 qc[ECC_MAX_DIGITS * 2]; | ^~ /kisskb/src/crypto/ecc.c:570:13: note: byref variable will be forcibly initialized 570 | u64 m[ECC_MAX_DIGITS * 2]; /* expanded mod */ | ^ /kisskb/src/crypto/ecc.c:569:13: note: byref variable will be forcibly initialized 569 | u64 r[ECC_MAX_DIGITS * 2]; | ^ /kisskb/src/crypto/ecc.c:568:13: note: byref variable will be forcibly initialized 568 | u64 q[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_barrett': /kisskb/src/crypto/ecc.c:667:13: note: byref variable will be forcibly initialized 667 | u64 r[ECC_MAX_DIGITS * 2]; | ^ /kisskb/src/crypto/ecc.c:666:13: note: byref variable will be forcibly initialized 666 | u64 q[ECC_MAX_DIGITS * 2]; | ^ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_fast': /kisskb/src/crypto/ecc.c:913:13: note: byref variable will be forcibly initialized 913 | u64 tmp[2 * ECC_MAX_DIGITS]; | ^~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_square_fast': /kisskb/src/crypto/ecc.c:979:13: note: byref variable will be forcibly initialized 979 | u64 product[2 * ECC_MAX_DIGITS]; | ^~~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_mult_fast': /kisskb/src/crypto/ecc.c:969:13: note: byref variable will be forcibly initialized 969 | u64 product[2 * ECC_MAX_DIGITS]; | ^~~~~~~ /kisskb/src/crypto/ecc.c: In function 'apply_z': /kisskb/src/crypto/ecc.c:1147:13: note: byref variable will be forcibly initialized 1147 | u64 t1[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_double_jacobian': /kisskb/src/crypto/ecc.c:1085:13: note: byref variable will be forcibly initialized 1085 | u64 t5[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1084:13: note: byref variable will be forcibly initialized 1084 | u64 t4[ECC_MAX_DIGITS]; | ^~ /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/crypto/ecc.c: In function 'xycz_initial_double': /kisskb/src/crypto/ecc.c:1159:13: note: byref variable will be forcibly initialized 1159 | u64 z[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c: In function 'xycz_add': /kisskb/src/crypto/ecc.c:1186:13: note: byref variable will be forcibly initialized 1186 | u64 t5[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c: In function 'xycz_add_c': /kisskb/src/crypto/ecc.c:1231:13: note: byref variable will be forcibly initialized 1231 | u64 t7[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1230:13: note: byref variable will be forcibly initialized 1230 | u64 t6[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1229:13: note: byref variable will be forcibly initialized 1229 | u64 t5[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c: In function '__ecc_is_key_valid': /kisskb/src/crypto/ecc.c:1421:13: note: byref variable will be forcibly initialized 1421 | u64 res[ECC_MAX_DIGITS]; | ^~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_mult_slow': /kisskb/src/crypto/ecc.c:958:13: 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:32: note: byref variable will be forcibly initialized 994 | u64 u[ECC_MAX_DIGITS], v[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c:994:13: note: byref variable will be forcibly initialized 994 | u64 u[ECC_MAX_DIGITS], v[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c:993:32: note: byref variable will be forcibly initialized 993 | u64 a[ECC_MAX_DIGITS], b[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c:993:13: 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_point_add': /kisskb/src/crypto/ecc.c:1346:13: note: byref variable will be forcibly initialized 1346 | u64 py[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1345:13: note: byref variable will be forcibly initialized 1345 | u64 px[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1344:13: note: byref variable will be forcibly initialized 1344 | u64 z[ECC_MAX_DIGITS]; | ^ In file included from /kisskb/src/include/linux/list.h:11, 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/fcntl.c:8: /kisskb/src/fs/fcntl.c: In function 'mnt_user_ns': /kisskb/src/crypto/ecc.c: In function 'ecc_point_mult': /kisskb/src/crypto/ecc.c:1289:13: note: byref variable will be forcibly initialized 1289 | u64 sk[2][ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1288:13: note: byref variable will be forcibly initialized 1288 | u64 z[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c:1287:13: note: byref variable will be forcibly initialized 1287 | u64 ry[2][ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1286:13: note: byref variable will be forcibly initialized 1286 | u64 rx[2][ECC_MAX_DIGITS]; | ^~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fcntl.c: In function 'get_compat_flock': /kisskb/src/fs/fcntl.c:524:29: note: byref variable will be forcibly initialized 524 | struct compat_flock fl; | ^~ /kisskb/src/fs/fcntl.c: In function 'get_compat_flock64': /kisskb/src/fs/fcntl.c:534:31: note: byref variable will be forcibly initialized 534 | struct compat_flock64 fl; | ^~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_mult_shamir': /kisskb/src/crypto/ecc.c:1402:29: note: byref variable will be forcibly initialized 1402 | u64 tz[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1401:29: note: byref variable will be forcibly initialized 1401 | u64 ty[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1400:29: note: byref variable will be forcibly initialized 1400 | u64 tx[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1373:26: note: byref variable will be forcibly initialized 1373 | struct ecc_point sum = ECC_POINT_INIT(sump[0], sump[1], ndigits); | ^~~ /kisskb/src/crypto/ecc.c:1368:13: note: byref variable will be forcibly initialized 1368 | u64 sump[2][ECC_MAX_DIGITS]; | ^~~~ /kisskb/src/crypto/ecc.c:1367:13: note: byref variable will be forcibly initialized 1367 | u64 z[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c: In function 'ecc_gen_privkey': /kisskb/src/crypto/ecc.c:1470:13: note: byref variable will be forcibly initialized 1470 | u64 priv[ECC_MAX_DIGITS]; | ^~~~ /kisskb/src/crypto/ecc.c: In function 'ecc_is_pubkey_valid_partial': /kisskb/src/crypto/ecc.c:1551:54: 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:33: note: byref variable will be forcibly initialized 1551 | u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; | ^~~ /kisskb/src/fs/fcntl.c: In function 'put_compat_flock': /kisskb/src/fs/fcntl.c:544:29: note: byref variable will be forcibly initialized 544 | struct compat_flock fl; | ^~ /kisskb/src/fs/fcntl.c: In function 'put_compat_flock64': /kisskb/src/fs/fcntl.c:555:31: note: byref variable will be forcibly initialized 555 | struct compat_flock64 fl; | ^~ /kisskb/src/crypto/ecc.c:1551:13: 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:13: note: byref variable will be forcibly initialized 1513 | u64 priv[ECC_MAX_DIGITS]; | ^~~~ /kisskb/src/fs/fcntl.c: In function 'fcntl_rw_hint': /kisskb/src/fs/fcntl.c:291:13: note: byref variable will be forcibly initialized 291 | u64 h; | ^ /kisskb/src/fs/fcntl.c: In function 'send_sigio_to_task': /kisskb/src/fs/fcntl.c:730:42: note: byref variable will be forcibly initialized 730 | kernel_siginfo_t si; | ^~ /kisskb/src/crypto/ecc.c: In function 'crypto_ecdh_shared_secret': /kisskb/src/crypto/ecc.c:1614:13: note: byref variable will be forcibly initialized 1614 | u64 rand_z[ECC_MAX_DIGITS]; | ^~~~~~ /kisskb/src/crypto/ecc.c:1613:13: note: byref variable will be forcibly initialized 1613 | u64 priv[ECC_MAX_DIGITS]; | ^~~~ /kisskb/src/fs/fcntl.c: In function 'f_setown_ex': /kisskb/src/fs/fcntl.c:169:27: note: byref variable will be forcibly initialized 169 | struct f_owner_ex owner; | ^~~~~ /kisskb/src/fs/fcntl.c: In function 'do_fcntl': /kisskb/src/fs/fcntl.c:319:22: note: byref variable will be forcibly initialized 319 | struct flock flock; | ^~~~~ /kisskb/src/fs/fcntl.c: In function 'do_compat_fcntl64': /kisskb/src/fs/fcntl.c:605:22: note: byref variable will be forcibly initialized 605 | struct flock flock; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/fcntl.c:8: /kisskb/src/fs/fcntl.c: In function 'fasync_insert_entry': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fcntl.c:931:9: note: in expansion of macro 'rcu_assign_pointer' 931 | rcu_assign_pointer(*fapp, new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, 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:379:18: note: byref variable will be forcibly initialized 379 | XA_STATE(xas, &mapping->i_pages, folio_index(folio)); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/migrate.c: In function 'migrate_huge_page_move_mapping': /kisskb/src/mm/migrate.c:494:18: note: byref variable will be forcibly initialized 494 | XA_STATE(xas, &mapping->i_pages, folio_index(src)); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/slob.c: In function 'slob_alloc': /kisskb/src/mm/slob.c:321:22: note: byref variable will be forcibly initialized 321 | bool page_removed_from_list = false; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slob.c:309:14: note: byref variable will be forcibly initialized 309 | bool _unused; | ^~~~~~~ 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'migrate_pages': /kisskb/src/mm/migrate.c:1413:19: note: byref variable will be forcibly initialized 1413 | LIST_HEAD(thp_split_pages); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/migrate.c:1412:19: note: byref variable will be forcibly initialized 1412 | LIST_HEAD(ret_pages); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/migrate.c:1410:22: note: byref variable will be forcibly initialized 1410 | struct page *page2; | ^~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'iproc_pll_determine_rate': /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:511:44: note: byref variable will be forcibly initialized 511 | struct iproc_pll_vco_param vco_param; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/ioctl.c:8: /kisskb/src/fs/ioctl.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-zynqmp-modepin.c: In function 'modepin_gpio_get_value': /kisskb/src/drivers/gpio/gpio-zynqmp-modepin.c:33:13: note: byref variable will be forcibly initialized 33 | u32 regval = 0; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-zynqmp-modepin.c: In function 'modepin_gpio_set_value': /kisskb/src/drivers/gpio/gpio-zynqmp-modepin.c:63:13: note: byref variable will be forcibly initialized 63 | u32 bootpin_val = 0; | ^~~~~~~~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fiemap': /kisskb/src/fs/ioctl.c:201:23: note: byref variable will be forcibly initialized 201 | struct fiemap fiemap; | ^~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:7: /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_preallocate': /kisskb/src/fs/ioctl.c:272:27: note: byref variable will be forcibly initialized 272 | struct space_resv sr; | ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_file_clone_range': /kisskb/src/fs/ioctl.c:254:33: note: byref variable will be forcibly initialized 254 | struct file_clone_range args; | ^~~~ /kisskb/src/fs/ioctl.c: In function 'fiemap_fill_next_extent': /kisskb/src/fs/ioctl.c:118:30: note: byref variable will be forcibly initialized 118 | struct fiemap_extent extent; | ^~~~~~ /kisskb/src/fs/ioctl.c: In function 'copy_fsxattr_from_user': /kisskb/src/fs/ioctl.c:564:24: note: byref variable will be forcibly initialized 564 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/ioctl.c: In function 'copy_fsxattr_to_user': /kisskb/src/fs/ioctl.c:545:24: note: byref variable will be forcibly initialized 545 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_setflags': /kisskb/src/fs/ioctl.c:719:25: note: byref variable will be forcibly initialized 719 | struct fileattr fa; | ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fssetxattr': /kisskb/src/fs/ioctl.c:751:25: note: byref variable will be forcibly initialized 751 | struct fileattr fa; | ^~ /kisskb/src/fs/ioctl.c: In function 'do_vfs_ioctl': /kisskb/src/fs/ioctl.c:796:32: note: byref variable will be forcibly initialized 796 | loff_t res = inode_get_bytes(inode); | ^~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'iproc_pll_set_rate': /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:548:36: note: byref variable will be forcibly initialized 548 | struct iproc_pll_vco_param vco_param; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:9: /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c: In function 'iproc_pll_clk_setup': /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:799:29: note: byref variable will be forcibly initialized 799 | const char *clk_name; | ^~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:726:21: note: byref variable will be forcibly initialized 726 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-pll.c:725:30: note: byref variable will be forcibly initialized 725 | struct clk_init_data init; | ^~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_read_buffer': /kisskb/src/lib/mpi/mpicoder.c:257:16: 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:32: note: byref variable will be forcibly initialized 366 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/mpi/mpicoder.c:361:16: 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:32: 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:30: note: byref variable will be forcibly initialized 712 | unsigned int n = 0; | ^ /kisskb/src/lib/mpi/mpicoder.c:669:30: note: byref variable will be forcibly initialized 669 | unsigned int n; | ^ /kisskb/src/lib/mpi/mpicoder.c:642:30: note: byref variable will be forcibly initialized 642 | unsigned int n = (nbits + 7)/8; | ^ /kisskb/src/lib/mpi/mpicoder.c:621:30: note: byref variable will be forcibly initialized 621 | unsigned int n = (nbits + 7)/8; | ^ /kisskb/src/lib/mpi/mpicoder.c:581:30: note: byref variable will be forcibly initialized 581 | unsigned int n; | ^ /kisskb/src/lib/mpi/mpicoder.c:559:16: note: byref variable will be forcibly initialized 559 | size_t dummy_nwritten; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/da9052_bl.c: In function 'da9052_backlight_probe': /kisskb/src/drivers/video/backlight/da9052_bl.c:108:37: note: byref variable will be forcibly initialized 108 | struct backlight_properties props; | ^~~~~ /kisskb/src/lib/mpi/ec.c: In function 'ec_mulm_448': /kisskb/src/lib/mpi/ec.c:354:20: note: byref variable will be forcibly initialized 354 | mpi_limb_t b1[LIMB_SIZE_HALF_448]; | ^~ /kisskb/src/lib/mpi/ec.c:353:20: note: byref variable will be forcibly initialized 353 | mpi_limb_t b0[LIMB_SIZE_HALF_448]; | ^~ /kisskb/src/lib/mpi/ec.c:352:20: note: byref variable will be forcibly initialized 352 | mpi_limb_t a3[LIMB_SIZE_HALF_448]; | ^~ /kisskb/src/lib/mpi/ec.c:351:20: note: byref variable will be forcibly initialized 351 | mpi_limb_t a2[LIMB_SIZE_HALF_448]; | ^~ /kisskb/src/lib/mpi/ec.c:350:20: note: byref variable will be forcibly initialized 350 | mpi_limb_t n[LIMB_SIZE_448*2]; | ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_subm_448': /kisskb/src/lib/mpi/ec.c:330:20: 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:20: 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:20: 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:20: 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:20: note: byref variable will be forcibly initialized 247 | mpi_limb_t m[LIMB_SIZE_25519+1]; | ^ /kisskb/src/lib/mpi/ec.c:246:20: note: byref variable will be forcibly initialized 246 | mpi_limb_t n[LIMB_SIZE_25519*2]; | ^ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:7: /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:9: /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/mpi/ec.c: In function 'mpi_ec_mul_point': /kisskb/src/lib/mpi/ec.c:1251:44: note: byref variable will be forcibly initialized 1251 | struct gcry_mpi_point p1_, p2_; | ^~~ /kisskb/src/lib/mpi/ec.c:1251:39: note: byref variable will be forcibly initialized 1251 | struct gcry_mpi_point p1_, p2_; | ^~~ /kisskb/src/lib/mpi/ec.c:1216:39: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~~~~ /kisskb/src/lib/mpi/ec.c:1216:35: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~ /kisskb/src/lib/mpi/ec.c:1216:31: note: byref variable will be forcibly initialized 1216 | struct gcry_mpi_point p1, p2, p1inv; | ^~ /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c: In function 'iproc_asiu_setup': /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:212:29: note: byref variable will be forcibly initialized 212 | const char *clk_name; | ^~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:210:29: note: byref variable will be forcibly initialized 210 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/bcm/clk-iproc-asiu.c:209:38: note: byref variable will be forcibly initialized 209 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_dir_read_merged': /kisskb/src/fs/overlayfs/readdir.c:347:21: note: byref variable will be forcibly initialized 347 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_cache_update_ino': /kisskb/src/fs/overlayfs/readdir.c:498:29: note: byref variable will be forcibly initialized 498 | struct path statpath = *path; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c:497:30: note: byref variable will be forcibly initialized 497 | struct kstat stat; | ^~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_dir_read_impure': /kisskb/src/fs/overlayfs/readdir.c:582:41: note: byref variable will be forcibly initialized 582 | struct rb_node *parent = NULL; | ^~~~~~ /kisskb/src/fs/overlayfs/readdir.c:581:42: note: byref variable will be forcibly initialized 581 | struct rb_node **newp = &root->rb_node; | ^~~~ /kisskb/src/fs/overlayfs/readdir.c:554:21: note: byref variable will be forcibly initialized 554 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_dir_open': /kisskb/src/fs/overlayfs/readdir.c:929:21: note: byref variable will be forcibly initialized 929 | struct path realpath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_cache_entry_add_rb': /kisskb/src/fs/overlayfs/readdir.c:178:25: note: byref variable will be forcibly initialized 178 | struct rb_node *parent = NULL; | ^~~~~~ /kisskb/src/fs/overlayfs/readdir.c:177:26: note: byref variable will be forcibly initialized 177 | struct rb_node **newp = &rdd->root->rb_node; | ^~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_iterate_real': /kisskb/src/fs/overlayfs/readdir.c:708:29: note: byref variable will be forcibly initialized 708 | struct path statpath = file->f_path; | ^~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c:707:30: note: byref variable will be forcibly initialized 707 | struct kstat stat; | ^~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_dir_real_file': /kisskb/src/fs/overlayfs/readdir.c:872:37: note: byref variable will be forcibly initialized 872 | struct path upperpath; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_check_empty_dir': /kisskb/src/fs/overlayfs/readdir.c:965:24: note: byref variable will be forcibly initialized 965 | struct rb_root root = RB_ROOT; | ^~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_workdir_cleanup': /kisskb/src/fs/overlayfs/readdir.c:1142:29: note: byref variable will be forcibly initialized 1142 | 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:1074:24: note: byref variable will be forcibly initialized 1074 | 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:1073:19: note: byref variable will be forcibly initialized 1073 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_indexdir_cleanup': /kisskb/src/fs/overlayfs/readdir.c:1162:24: note: byref variable will be forcibly initialized 1162 | 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:1161:19: note: byref variable will be forcibly initialized 1161 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/lib/argv_split.c:9: /kisskb/src/lib/argv_split.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_bt_sm.c: In function 'bt_detect': /kisskb/src/drivers/char/ipmi/ipmi_bt_sm.c:620:23: note: byref variable will be forcibly initialized 620 | unsigned char BT_CAP[8]; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_bt_sm.c:619:23: note: byref variable will be forcibly initialized 619 | unsigned char GetBT_CAP[] = { 0x18, 0x36 }; | ^~~~~~~~~ /kisskb/src/crypto/essiv.c: In function 'essiv_aead_setkey': /kisskb/src/crypto/essiv.c:99:12: note: byref variable will be forcibly initialized 99 | u8 salt[HASH_MAX_DIGESTSIZE]; | ^~~~ /kisskb/src/crypto/essiv.c:98:36: note: byref variable will be forcibly initialized 98 | struct crypto_authenc_keys keys; | ^~~~ In file included from /kisskb/src/include/crypto/internal/hash.h:12, from /kisskb/src/crypto/essiv.c:34: /kisskb/src/include/crypto/hash.h:166:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/crypto/essiv.c:97:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 97 | SHASH_DESC_ON_STACK(desc, tctx->hash); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/essiv.c: In function 'essiv_skcipher_setkey': /kisskb/src/crypto/essiv.c:70:12: note: byref variable will be forcibly initialized 70 | u8 salt[HASH_MAX_DIGESTSIZE]; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/overlayfs/copy_up.c:7: /kisskb/src/fs/overlayfs/copy_up.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_data': /kisskb/src/fs/overlayfs/copy_up.c:202:16: note: byref variable will be forcibly initialized 202 | loff_t new_pos = 0; | ^~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c:201:16: note: byref variable will be forcibly initialized 201 | loff_t old_pos = 0; | ^~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_meta_inode_data': /kisskb/src/fs/overlayfs/copy_up.c:904:15: note: byref variable will be forcibly initialized 904 | char *capability = NULL; | ^~~~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c:902:32: note: byref variable will be forcibly initialized 902 | struct path upperpath, datapath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c:902:21: note: byref variable will be forcibly initialized 902 | struct path upperpath, datapath; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_set_attr': /kisskb/src/fs/overlayfs/copy_up.c:331:30: note: byref variable will be forcibly initialized 331 | struct iattr attr = { | ^~~~ /kisskb/src/fs/overlayfs/copy_up.c:324:30: note: byref variable will be forcibly initialized 324 | struct iattr attr = { | ^~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_encode_real_fh': /kisskb/src/fs/overlayfs/copy_up.c:348:22: note: byref variable will be forcibly initialized 348 | 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:660:43: note: byref variable will be forcibly initialized 660 | #define OVL_CATTR(m) (&(struct ovl_cattr) { .mode = (m) }) | ^ /kisskb/src/fs/overlayfs/copy_up.c:479:47: note: in expansion of macro 'OVL_CATTR' 479 | temp = ovl_create_temp(ofs, 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:563:32: note: byref variable will be forcibly initialized 563 | struct path upperpath, datapath; | ^~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c:563:21: note: byref variable will be forcibly initialized 563 | struct path upperpath, datapath; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_tmpfile': /kisskb/src/fs/overlayfs/copy_up.c:735:29: note: byref variable will be forcibly initialized 735 | 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:666:29: note: byref variable will be forcibly initialized 666 | 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:954:21: note: byref variable will be forcibly initialized 954 | struct path parentpath; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:35, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/fs/overlayfs/copy_up.c:7: /kisskb/src/fs/overlayfs/copy_up.c:953:29: note: byref variable will be forcibly initialized 953 | 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/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}; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/lib/bug.c:43: /kisskb/src/lib/bug.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/export.c: In function 'ovl_obtain_alias': /kisskb/src/fs/overlayfs/export.c:290:33: 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:30: note: byref variable will be forcibly initialized 371 | struct name_snapshot name; | ^~~~ /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/fs/overlayfs/export.c: In function 'ovl_lower_fh_to_d': /kisskb/src/fs/overlayfs/export.c:705:26: note: byref variable will be forcibly initialized 705 | struct ovl_path *stack = &origin; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/dma-map-ops.h:9, from /kisskb/src/kernel/dma/remap.c:5: /kisskb/src/kernel/dma/remap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/soc/apple/sart.c:21: /kisskb/src/drivers/soc/apple/sart.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/soc/apple/sart.c: In function 'apple_sart_probe': /kisskb/src/drivers/soc/apple/sart.c:150:29: note: byref variable will be forcibly initialized 150 | phys_addr_t paddr; | ^~~~~ /kisskb/src/drivers/soc/apple/sart.c:149:24: note: byref variable will be forcibly initialized 149 | size_t size; | ^~~~ /kisskb/src/drivers/soc/apple/sart.c:148:20: note: byref variable will be forcibly initialized 148 | u8 flags; | ^~~~~ /kisskb/src/drivers/soc/apple/sart.c: In function 'apple_sart_remove_allowed_region': /kisskb/src/drivers/soc/apple/sart.c:266:29: note: byref variable will be forcibly initialized 266 | phys_addr_t epaddr; | ^~~~~~ /kisskb/src/drivers/soc/apple/sart.c:265:24: note: byref variable will be forcibly initialized 265 | size_t esize; | ^~~~~ /kisskb/src/drivers/soc/apple/sart.c:264:20: note: byref variable will be forcibly initialized 264 | u8 eflags; | ^~~~~~ /kisskb/src/lib/cmdline.c: In function 'memparse': /kisskb/src/lib/cmdline.c:152:15: note: byref variable will be forcibly initialized 152 | char *endptr; /* local pointer to end of parsed string */ | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/pinctrl/pinctrl-utils.c:9: /kisskb/src/drivers/pinctrl/pinctrl-utils.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:655:16: note: byref variable will be forcibly initialized 655 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/mfd/lp8788.h:15, from /kisskb/src/drivers/video/backlight/lp8788_bl.c:12: /kisskb/src/drivers/video/backlight/lp8788_bl.c: In function 'pwm_config': /kisskb/src/include/linux/pwm.h:328:26: note: byref variable will be forcibly initialized 328 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/lp8788_bl.c: In function 'lp8788_backlight_register': /kisskb/src/drivers/video/backlight/lp8788_bl.c:189:37: note: byref variable will be forcibly initialized 189 | struct backlight_properties props; | ^~~~~ In file included from /kisskb/src/include/linux/mfd/lp8788.h:15, from /kisskb/src/drivers/video/backlight/lp8788_bl.c:12: /kisskb/src/drivers/video/backlight/lp8788_bl.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:353:26: note: byref variable will be forcibly initialized 353 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/lp8788_bl.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:372:26: note: byref variable will be forcibly initialized 372 | struct pwm_state state; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/page_isolation.h:39, from /kisskb/src/mm/page_isolation.c:16: /kisskb/src/mm/page_isolation.c: In function 'trace_event_raw_event_test_pages_isolated': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(test_pages_isolated, | ^~~~~~~~~~~ /kisskb/src/mm/page_isolation.c: In function 'isolate_single_pageblock': /kisskb/src/mm/page_isolation.c:408:56: note: byref variable will be forcibly initialized 408 | struct compact_control cc = { | ^~ /kisskb/src/drivers/virtio/virtio.c: In function 'virtio_device_of_init': /kisskb/src/drivers/virtio/virtio.c:370:14: note: byref variable will be forcibly initialized 370 | char compat[] = "virtio,deviceXXXXXXXX"; | ^~~~~~ /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/drivers/char/ipmi/ipmi_si_hotmod.c: In function 'check_hotmod_int_op': /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c:86:15: note: byref variable will be forcibly initialized 86 | char *n; | ^ /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c: In function 'parse_hotmod_str': /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c:108:22: note: byref variable will be forcibly initialized 108 | unsigned int ival; | ^~~~ /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/drivers/char/ipmi/ipmi_si_hotmod.c: In function 'hotmod_handler': /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c:197:32: note: byref variable will be forcibly initialized 197 | enum hotmod_op op; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_si_hotmod.c:188:31: note: byref variable will be forcibly initialized 188 | struct ipmi_plat_data h; | ^ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_parse_led_sources': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:379:13: note: byref variable will be forcibly initialized 379 | u32 sources[LM3630A_NUM_SINKS]; | ^~~~~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_parse_bank': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:408:19: note: byref variable will be forcibly initialized 408 | u32 bank, val; | ^~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c:408:13: note: byref variable will be forcibly initialized 408 | u32 bank, val; | ^~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c:407:21: note: byref variable will be forcibly initialized 407 | const char *label; | ^~~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_parse_node': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:480:28: note: byref variable will be forcibly initialized 480 | int ret = -ENODEV, seen_led_sources = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_read': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:62:22: note: byref variable will be forcibly initialized 62 | unsigned int reg_val; | ^~~~~~~ /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/drivers/video/backlight/lm3630a_bl.c: In function 'lm3630a_backlight_register': /kisskb/src/drivers/video/backlight/lm3630a_bl.c:339:37: note: byref variable will be forcibly initialized 339 | struct backlight_properties props; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1364:17: note: in expansion of macro 'smp_store_release' 1364 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function 'hlist_bl_set_first_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist_bl.h:17:9: note: in expansion of macro 'rcu_assign_pointer' 17 | rcu_assign_pointer(h->first, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function '__d_set_inode_and_type': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:349:9: note: in expansion of macro 'smp_store_release' 349 | smp_store_release(&dentry->d_flags, flags); | ^~~~~~~~~~~~~~~~~ /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; | ^~~~~~ 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/memory-failure.c:40: /kisskb/src/mm/memory-failure.c: In function '__soft_offline_page': /kisskb/src/mm/memory-failure.c:2448:19: note: byref variable will be forcibly initialized 2448 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/memory-failure.c: In function '__get_unpoison_page': /kisskb/src/mm/memory-failure.c:1329:14: note: byref variable will be forcibly initialized 1329 | bool hugetlb = false; | ^~~~~~~ /kisskb/src/mm/memory-failure.c: In function '__get_hwpoison_page': /kisskb/src/mm/memory-failure.c:1239:14: note: byref variable will be forcibly initialized 1239 | bool hugetlb = false; | ^~~~~~~ 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:2629:35: note: byref variable will be forcibly initialized 2629 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 'end_dir_add': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2620:9: note: in expansion of macro 'smp_store_release' 2620 | smp_store_release(&dir->i_dir_seq, n + 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/memory-failure.c:40: /kisskb/src/mm/memory-failure.c: In function 'mf_generic_kill_procs': /kisskb/src/mm/memory-failure.c:1572:19: note: byref variable will be forcibly initialized 1572 | LIST_HEAD(to_kill); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/dcache.c: In function 'd_walk': /kisskb/src/fs/dcache.c:1353:18: note: byref variable will be forcibly initialized 1353 | unsigned seq = 0; | ^~~ /kisskb/src/mm/memory-failure.c: In function 'hwpoison_user_mappings': /kisskb/src/mm/memory-failure.c:1397:19: note: byref variable will be forcibly initialized 1397 | LIST_HEAD(tokill); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/memory-failure.c: In function 'memory_failure': /kisskb/src/mm/memory-failure.c:1980:13: note: byref variable will be forcibly initialized 1980 | int hugetlb = 0; | ^~~~~~~ In file included from /kisskb/src/mm/memory-failure.c:60: /kisskb/src/mm/memory-failure.c: In function 'memory_failure_queue': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/mm/memory-failure.c:2228:13: note: in expansion of macro 'kfifo_put' 2228 | if (kfifo_put(&mf_cpu->fifo, entry)) | ^~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'prune_dcache_sb': /kisskb/src/fs/dcache.c:1277:19: note: byref variable will be forcibly initialized 1277 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/dcache.c: In function 'shrink_dcache_sb': /kisskb/src/fs/dcache.c:1317:27: note: byref variable will be forcibly initialized 1317 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/dcache.c: In function 'path_has_submounts': /kisskb/src/fs/dcache.c:1483:28: note: byref variable will be forcibly initialized 1483 | struct check_mount data = { .mnt = parent->mnt, .mounted = 0 }; | ^~~~ /kisskb/src/fs/dcache.c: In function 'shrink_dcache_parent': /kisskb/src/fs/dcache.c:1622:36: note: byref variable will be forcibly initialized 1622 | struct select_data data = {.start = parent}; | ^~~~ /kisskb/src/fs/dcache.c: In function 'd_invalidate': /kisskb/src/fs/dcache.c:1739:32: note: byref variable will be forcibly initialized 1739 | struct dentry *victim = NULL; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 '__d_alloc': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:1805:9: note: in expansion of macro 'smp_store_release' 1805 | smp_store_release(&dentry->d_name.name, dname); /* ^^^ */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function 'd_alloc_name': /kisskb/src/fs/dcache.c:1907:21: note: byref variable will be forcibly initialized 1907 | struct qstr q; | ^ In file included from /kisskb/src/include/linux/list.h:11, 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 'd_alloc_parallel': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2656:15: note: in expansion of macro 'smp_load_acquire' 2656 | seq = smp_load_acquire(&parent->d_inode->i_dir_seq); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2649:30: note: byref variable will be forcibly initialized 2649 | unsigned seq, r_seq, d_seq; | ^~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_priv_ioctl': /kisskb/src/fs/fuse/ioctl.c:375:31: note: byref variable will be forcibly initialized 375 | struct fuse_ioctl_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/ioctl.c:374:30: note: byref variable will be forcibly initialized 374 | struct fuse_ioctl_in inarg; | ^~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_do_ioctl': /kisskb/src/fs/fuse/ioctl.c:176:25: note: byref variable will be forcibly initialized 176 | struct iov_iter ii; | ^~ /kisskb/src/fs/fuse/ioctl.c:169:31: note: byref variable will be forcibly initialized 169 | struct fuse_ioctl_out outarg; | ^~~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_fileattr_get': /kisskb/src/fs/fuse/ioctl.c:438:24: note: byref variable will be forcibly initialized 438 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/fuse/ioctl.c:437:22: note: byref variable will be forcibly initialized 437 | unsigned int flags; | ^~~~~ /kisskb/src/fs/fuse/ioctl.c: In function 'fuse_fileattr_set': /kisskb/src/fs/fuse/ioctl.c:476:24: note: byref variable will be forcibly initialized 476 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/fuse/ioctl.c:475:22: note: byref variable will be forcibly initialized 475 | unsigned int flags = fa->flags; | ^~~~~ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_write_iter': /kisskb/src/fs/fuse/cuse.c:105:16: note: byref variable will be forcibly initialized 105 | loff_t pos = 0; | ^~~ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_read_iter': /kisskb/src/fs/fuse/cuse.c:97:16: note: byref variable will be forcibly initialized 97 | loff_t pos = 0; | ^~~ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_parse_one': /kisskb/src/fs/fuse/cuse.c:221:21: note: byref variable will be forcibly initialized 221 | char *key, *val; | ^~~ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_parse_devinfo': /kisskb/src/fs/fuse/cuse.c:274:21: note: byref variable will be forcibly initialized 274 | char *key, *val; | ^~~ /kisskb/src/fs/fuse/cuse.c:274:15: note: byref variable will be forcibly initialized 274 | char *key, *val; | ^~~ /kisskb/src/fs/fuse/cuse.c: In function 'cuse_process_init_reply': /kisskb/src/fs/fuse/cuse.c:329:15: note: byref variable will be forcibly initialized 329 | dev_t devt; | ^~~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'pte_basic_tests': /kisskb/src/mm/debug_vm_pgtable.c:98:23: note: byref variable will be forcibly initialized 98 | unsigned long val = idx, *ptr = &val; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module/main.c:11: /kisskb/src/kernel/module/main.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'p4d_basic_tests': /kisskb/src/mm/debug_vm_pgtable.c:506:15: note: byref variable will be forcibly initialized 506 | p4d_t p4d; | ^~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'pgd_basic_tests': /kisskb/src/mm/debug_vm_pgtable.c:515:15: note: byref variable will be forcibly initialized 515 | pgd_t pgd; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/compat.h:17, from /kisskb/src/fs/select.c:18: /kisskb/src/fs/select.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/fs/select.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/fs/select.c:18: /kisskb/src/fs/select.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:83:27: note: byref variable will be forcibly initialized 83 | struct timespec64 ts_delta; | ^~~~~~~~ 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/main.c:60: /kisskb/src/kernel/module/main.c: In function 'trace_event_raw_event_module_load': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(module_load, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(module_load, | ^~~~~~~~~~~ /kisskb/src/kernel/module/main.c: In function 'trace_event_raw_event_module_free': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(module_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(module_free, | ^~~~~~~~~~~ /kisskb/src/crypto/dh.c: In function '__dh_safe_prime_create': /kisskb/src/crypto/dh.c:556:13: note: byref variable will be forcibly initialized 556 | u32 mask; | ^~~~ /kisskb/src/crypto/dh.c: In function 'dh_compute_value': /kisskb/src/crypto/dh.c:172:13: note: byref variable will be forcibly initialized 172 | int sign; | ^~~~ /kisskb/src/kernel/module/main.c: In function 'trace_event_raw_event_module_refcnt': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/module.h:70:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 70 | DECLARE_EVENT_CLASS(module_refcnt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:70:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 70 | DECLARE_EVENT_CLASS(module_refcnt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/dh.c: In function 'dh_set_secret': /kisskb/src/crypto/dh.c:75:19: note: byref variable will be forcibly initialized 75 | struct dh params; | ^~~~~~ /kisskb/src/fs/select.c: In function 'poll_select_finish': /kisskb/src/fs/select.c:337:46: note: byref variable will be forcibly initialized 337 | struct old_timeval32 rtv; | ^~~ /kisskb/src/fs/select.c:325:53: note: byref variable will be forcibly initialized 325 | struct __kernel_old_timeval rtv; | ^~~ /kisskb/src/fs/select.c:302:27: note: byref variable will be forcibly initialized 302 | struct timespec64 rts; | ^~~ /kisskb/src/mm/debug_vm_pgtable.c: In function 'debug_vm_pgtable': /kisskb/src/mm/debug_vm_pgtable.c:1254:35: note: byref variable will be forcibly initialized 1254 | struct pgtable_debug_args args; | ^~~~ /kisskb/src/kernel/module/main.c: In function 'trace_event_raw_event_module_request': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(module_request, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/compat.h:17, from /kisskb/src/fs/select.c:18: /kisskb/src/fs/select.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/select.c: In function 'select_estimate_accuracy': /kisskb/src/fs/select.c:79:27: note: byref variable will be forcibly initialized 79 | struct timespec64 now; | ^~~ /kisskb/src/fs/select.c: In function 'do_poll': /kisskb/src/fs/select.c:906:22: note: byref variable will be forcibly initialized 906 | bool can_busy_loop = false; | ^~~~~~~~~~~~~ /kisskb/src/fs/select.c:889:17: note: byref variable will be forcibly initialized 889 | ktime_t expire, *to = NULL; | ^~~~~~ /kisskb/src/fs/select.c: In function 'do_select': /kisskb/src/fs/select.c:482:29: note: byref variable will be forcibly initialized 482 | struct poll_wqueues table; | ^~~~~ /kisskb/src/fs/select.c:481:17: note: byref variable will be forcibly initialized 481 | ktime_t expire, *to = NULL; | ^~~~~~ /kisskb/src/fs/select.c: In function 'compat_core_sys_select': /kisskb/src/kernel/module/main.c: In function 'get_next_modinfo': /kisskb/src/fs/select.c:1202:14: note: byref variable will be forcibly initialized 1202 | long stack_fds[SELECT_STACK_ALLOC/sizeof(long)]; | ^~~~~~~~~ /kisskb/src/fs/select.c:1198:21: note: byref variable will be forcibly initialized 1198 | fd_set_bits fds; | ^~~ /kisskb/src/kernel/module/main.c:1554:23: note: byref variable will be forcibly initialized 1554 | unsigned long size = infosec->sh_size; | ^~~~ /kisskb/src/fs/select.c: In function 'do_sys_poll': /kisskb/src/fs/select.c:982:14: note: byref variable will be forcibly initialized 982 | long stack_pps[POLL_STACK_ALLOC/sizeof(long)]; | ^~~~~~~~~ /kisskb/src/fs/select.c:977:29: note: byref variable will be forcibly initialized 977 | struct poll_wqueues table; | ^~~~~ /kisskb/src/fs/select.c: In function 'do_restart_poll': /kisskb/src/fs/select.c:1051:39: note: byref variable will be forcibly initialized 1051 | struct timespec64 *to = NULL, end_time; | ^~~~~~~~ /kisskb/src/fs/select.c: In function 'poll_select_set_timeout': /kisskb/src/fs/select.c:276:27: note: byref variable will be forcibly initialized 276 | struct timespec64 ts = {.tv_sec = sec, .tv_nsec = nsec}; | ^~ /kisskb/src/fs/select.c: In function '__do_sys_poll': /kisskb/src/fs/select.c:1071:27: note: byref variable will be forcibly initialized 1071 | struct timespec64 end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c: In function '__do_sys_ppoll': /kisskb/src/fs/select.c:1105:31: note: byref variable will be forcibly initialized 1105 | struct timespec64 ts, end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c:1105:27: note: byref variable will be forcibly initialized 1105 | struct timespec64 ts, end_time, *to = NULL; | ^~ /kisskb/src/fs/select.c: In function 'do_compat_select': /kisskb/src/fs/select.c:1270:30: note: byref variable will be forcibly initialized 1270 | struct old_timeval32 tv; | ^~ /kisskb/src/fs/select.c:1269:27: note: byref variable will be forcibly initialized 1269 | struct timespec64 end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c: In function '__do_compat_sys_old_select': /kisskb/src/fs/select.c:1305:38: note: byref variable will be forcibly initialized 1305 | struct compat_sel_arg_struct a; | ^ /kisskb/src/kernel/module/main.c: In function 'find_symbol': /kisskb/src/kernel/module/main.c:317:34: note: byref variable will be forcibly initialized 317 | struct symsearch arr[] = { | ^~~ /kisskb/src/fs/select.c: In function 'do_compat_pselect': /kisskb/src/fs/select.c:1318:31: note: byref variable will be forcibly initialized 1318 | struct timespec64 ts, end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c:1318:27: note: byref variable will be forcibly initialized 1318 | struct timespec64 ts, end_time, *to = NULL; | ^~ /kisskb/src/kernel/module/main.c: In function 'verify_exported_symbols': /kisskb/src/kernel/module/main.c:1250:48: note: byref variable will be forcibly initialized 1250 | struct find_symbol_arg fsa = { | ^~~ /kisskb/src/fs/select.c: In function '__do_compat_sys_pselect6_time64': /kisskb/src/fs/select.c:1372:38: note: byref variable will be forcibly initialized 1372 | struct compat_sigset_argpack x = {0, 0}; | ^ /kisskb/src/fs/select.c: In function '__do_compat_sys_ppoll_time64': /kisskb/src/fs/select.c:1429:31: note: byref variable will be forcibly initialized 1429 | struct timespec64 ts, end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c:1429:27: note: byref variable will be forcibly initialized 1429 | struct timespec64 ts, end_time, *to = NULL; | ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module/main.c:11: /kisskb/src/kernel/module/main.c: In function 'add_unformed_module': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c:2574:31: note: in expansion of macro 'wait_event_interruptible' 2574 | err = wait_event_interruptible(module_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/select.c: In function 'core_sys_select': /kisskb/src/fs/select.c:634:14: note: byref variable will be forcibly initialized 634 | long stack_fds[SELECT_STACK_ALLOC/sizeof(long)]; | ^~~~~~~~~ /kisskb/src/fs/select.c:628:21: note: byref variable will be forcibly initialized 628 | fd_set_bits fds; | ^~~ /kisskb/src/fs/select.c: In function 'kern_select': /kisskb/src/fs/select.c:708:37: note: byref variable will be forcibly initialized 708 | struct __kernel_old_timeval tv; | ^~ /kisskb/src/fs/select.c:707:27: note: byref variable will be forcibly initialized 707 | struct timespec64 end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c: In function 'do_pselect': /kisskb/src/fs/select.c:737:31: note: byref variable will be forcibly initialized 737 | struct timespec64 ts, end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c:737:27: note: byref variable will be forcibly initialized 737 | struct timespec64 ts, end_time, *to = NULL; | ^~ /kisskb/src/fs/select.c: In function '__do_sys_pselect6': /kisskb/src/fs/select.c:799:31: note: byref variable will be forcibly initialized 799 | struct sigset_argpack x = {NULL, 0}; | ^ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_select': /kisskb/src/kernel/module/main.c: In function 'resolve_symbol_wait': /kisskb/src/drivers/pinctrl/pinmux.c:686:22: note: byref variable will be forcibly initialized 686 | unsigned int num_groups; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:684:28: note: byref variable will be forcibly initialized 684 | const char *const *groups; | ^~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c:1119:13: note: in expansion of macro 'wait_event_interruptible_timeout' 1119 | if (wait_event_interruptible_timeout(module_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c:1117:14: note: byref variable will be forcibly initialized 1117 | char owner[MODULE_NAME_LEN]; | ^~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_functions_show': /kisskb/src/drivers/pinctrl/pinmux.c:555:26: note: byref variable will be forcibly initialized 555 | unsigned num_groups; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:554:37: note: byref variable will be forcibly initialized 554 | const char * const *groups; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module/main.c:11: /kisskb/src/kernel/module/main.c: In function 'do_init_module': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c:2496:9: note: in expansion of macro 'rcu_assign_pointer' 2496 | rcu_assign_pointer(mod->kallsyms, &mod->core_kallsyms); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c: In function '__do_sys_finit_module': /kisskb/src/kernel/module/main.c:2926:15: note: byref variable will be forcibly initialized 2926 | void *buf = NULL; | ^~~ /kisskb/src/kernel/module/main.c: In function '__do_sys_delete_module': /kisskb/src/kernel/module/main.c:701:18: note: byref variable will be forcibly initialized 701 | int ret, forced = 0; | ^~~~~~ /kisskb/src/kernel/module/main.c:700:14: note: byref variable will be forcibly initialized 700 | char buf[MODULE_FLAGS_BUF_SIZE]; | ^~~ /kisskb/src/kernel/module/main.c:699:14: note: byref variable will be forcibly initialized 699 | char name[MODULE_NAME_LEN]; | ^~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_map_to_setting': /kisskb/src/drivers/pinctrl/pinmux.c:346:18: note: byref variable will be forcibly initialized 346 | unsigned num_groups; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:345:29: 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:18: note: byref variable will be forcibly initialized 412 | unsigned num_pins = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:411:25: note: byref variable will be forcibly initialized 411 | const unsigned *pins = NULL; | ^~~~ /kisskb/src/kernel/module/main.c: In function 'print_modules': /kisskb/src/kernel/module/main.c:3145:14: note: byref variable will be forcibly initialized 3145 | char buf[MODULE_FLAGS_BUF_SIZE]; | ^~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_disable_setting': /kisskb/src/drivers/pinctrl/pinmux.c:492:18: note: byref variable will be forcibly initialized 492 | unsigned num_pins = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:491:25: 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:32: note: byref variable will be forcibly initialized 947 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/mm/page_owner.c: In function 'create_dummy_stack': /kisskb/src/mm/page_owner.c:64:23: note: byref variable will be forcibly initialized 64 | unsigned long entries[4]; | ^~~~~~~ /kisskb/src/mm/page_owner.c: In function 'save_stack': /kisskb/src/mm/page_owner.c:111:23: note: byref variable will be forcibly initialized 111 | unsigned long entries[PAGE_OWNER_STACK_DEPTH]; | ^~~~~~~ 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/balloon_compaction.c:9: /kisskb/src/mm/balloon_compaction.c: In function 'balloon_page_dequeue': /kisskb/src/mm/balloon_compaction.c:180:19: note: byref variable will be forcibly initialized 180 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/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/soc/bcm/bcm63xx/bcm-pmb.c:11: /kisskb/src/drivers/soc/bcm/bcm63xx/bcm-pmb.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/soc/bcm/bcm63xx/bcm-pmb.c: In function 'bcm_pmb_power_off_zone': /kisskb/src/drivers/soc/bcm/bcm63xx/bcm-pmb.c:128:13: note: byref variable will be forcibly initialized 128 | u32 val; | ^~~ /kisskb/src/drivers/soc/bcm/bcm63xx/bcm-pmb.c: In function 'bcm_pmb_power_off_device': /kisskb/src/drivers/soc/bcm/bcm63xx/bcm-pmb.c:174:13: note: byref variable will be forcibly initialized 174 | u32 val; | ^~~ /kisskb/src/drivers/soc/bcm/bcm63xx/bcm-pmb.c: In function 'bcm_pmb_power_on_zone': /kisskb/src/drivers/soc/bcm/bcm63xx/bcm-pmb.c:149:13: note: byref variable will be forcibly initialized 149 | u32 val; | ^~~ /kisskb/src/drivers/soc/bcm/bcm63xx/bcm-pmb.c: In function 'bcm_pmb_power_on_device': /kisskb/src/drivers/soc/bcm/bcm63xx/bcm-pmb.c:195:13: note: byref variable will be forcibly initialized 195 | u32 val; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c: In function 'ipmi_hardcode_init_one': /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c:64:31: note: byref variable will be forcibly initialized 64 | struct ipmi_plat_data p; | ^ /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c: In function 'ipmi_hardcode_init': /kisskb/src/drivers/char/ipmi/ipmi_si_hardcode.c:97:15: note: byref variable will be forcibly initialized 97 | char *si_type[SI_MAX_PARMS]; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/inode.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/inode.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/pcf50633-backlight.c: In function 'pcf50633_bl_probe': /kisskb/src/drivers/video/backlight/pcf50633-backlight.c:100:37: note: byref variable will be forcibly initialized 100 | struct backlight_properties bl_props; | ^~~~~~~~ /kisskb/src/fs/inode.c: In function '__remove_privs': /kisskb/src/fs/inode.c:2007:22: note: byref variable will be forcibly initialized 2007 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/inode.c: In function 'dump_mapping': /kisskb/src/fs/inode.c:562:23: note: byref variable will be forcibly initialized 562 | unsigned long ino; | ^~~ /kisskb/src/fs/inode.c:561:23: note: byref variable will be forcibly initialized 561 | struct dentry dentry; | ^~~~~~ /kisskb/src/fs/inode.c:559:28: note: byref variable will be forcibly initialized 559 | struct hlist_node *dentry_first; | ^~~~~~~~~~~~ /kisskb/src/fs/inode.c:558:48: note: byref variable will be forcibly initialized 558 | const struct address_space_operations *a_ops; | ^~~~~ /kisskb/src/fs/inode.c:557:23: note: byref variable will be forcibly initialized 557 | struct inode *host; | ^~~~ 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:715:19: note: byref variable will be forcibly initialized 715 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/inode.c: In function 'invalidate_inodes': /kisskb/src/fs/inode.c:766:19: note: byref variable will be forcibly initialized 766 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/inode.c: In function 'prune_icache_sb': /kisskb/src/fs/inode.c:892:19: note: byref variable will be forcibly initialized 892 | LIST_HEAD(freeable); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/lib/earlycpio.c: In function 'find_cpio_data': /kisskb/src/lib/earlycpio.c:65:22: note: byref variable will be forcibly initialized 65 | unsigned int ch[C_NFIELDS], *chp, v; | ^~ /kisskb/src/lib/earlycpio.c:63:26: note: byref variable will be forcibly initialized 63 | struct cpio_data cd = { NULL, 0, "" }; | ^~ /kisskb/src/fs/inode.c: In function 'current_time': /kisskb/src/fs/inode.c:2478:27: note: byref variable will be forcibly initialized 2478 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'atime_needs_update': /kisskb/src/fs/inode.c:1889:27: note: byref variable will be forcibly initialized 1889 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'touch_atime': /kisskb/src/fs/inode.c:1925:27: note: byref variable will be forcibly initialized 1925 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'file_update_time': 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:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/inode.c:2114:27: note: byref variable will be forcibly initialized 2114 | struct timespec64 now = current_time(inode); | ^~~ /kisskb/src/fs/inode.c: In function 'file_modified_flags': /kisskb/src/fs/inode.c:2143:27: note: byref variable will be forcibly initialized 2143 | struct timespec64 now = current_time(inode); | ^~~ /kisskb/src/mm/cma.c: In function 'trace_event_raw_event_cma_release': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(cma_alloc_start, | ^~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_switch_fatal': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:356:17: note: byref variable will be forcibly initialized 356 | va_list ap; | ^~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function '__xenbus_switch_state': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:219:13: note: byref variable will be forcibly initialized 219 | int current_state; | ^~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c:218:35: note: byref variable will be forcibly initialized 218 | struct xenbus_transaction xbt; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_dev_error': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:318:17: note: byref variable will be forcibly initialized 318 | va_list ap; | ^~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_unmap_ring': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:612:39: note: byref variable will be forcibly initialized 612 | struct gnttab_unmap_grant_ref unmap[XENBUS_MAX_RING_GRANTS]; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_dev_fatal': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:339:17: note: byref variable will be forcibly initialized 339 | va_list ap; | ^~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_watch_pathfmt': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:179:17: note: byref variable will be forcibly initialized 179 | va_list ap; | ^~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_map_ring_hvm': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:662:14: note: byref variable will be forcibly initialized 662 | bool leaked = false; | ^~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_setup_ring': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:383:21: note: byref variable will be forcibly initialized 383 | grant_ref_t gref_head; | ^~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_alloc_evtchn': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:461:37: note: byref variable will be forcibly initialized 461 | struct evtchn_alloc_unbound alloc_unbound; | ^~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_free_evtchn': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:484:29: note: byref variable will be forcibly initialized 484 | struct evtchn_close close; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_client.c: In function 'xenbus_read_driver_state': /kisskb/src/drivers/xen/xenbus/xenbus_client.c:924:27: note: byref variable will be forcibly initialized 924 | enum xenbus_state result; | ^~~~~~ /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; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/fs/fuse/virtio_fs.c:7: /kisskb/src/fs/fuse/virtio_fs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/video/backlight/pwm_bl.c:13: /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_parse_dt': /kisskb/src/drivers/video/backlight/pwm_bl.c:238:13: note: byref variable will be forcibly initialized 238 | u32 value; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:237:13: note: byref variable will be forcibly initialized 237 | int length; | ^~~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:234:22: note: byref variable will be forcibly initialized 234 | unsigned int num_steps = 0; | ^~~~~~~~~ In file included from /kisskb/src/drivers/video/backlight/pwm_bl.c:17: /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_is_enabled': /kisskb/src/include/linux/pwm.h:110:26: note: byref variable will be forcibly initialized 110 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_power_off': /kisskb/src/drivers/video/backlight/pwm_bl.c:69:26: note: byref variable will be forcibly initialized 69 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_power_on': /kisskb/src/drivers/video/backlight/pwm_bl.c:44:26: note: byref variable will be forcibly initialized 44 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_update_status': /kisskb/src/drivers/video/backlight/pwm_bl.c:112:26: note: byref variable will be forcibly initialized 112 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c: In function 'pwm_backlight_probe': /kisskb/src/drivers/video/backlight/pwm_bl.c:460:26: note: byref variable will be forcibly initialized 460 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:456:37: note: byref variable will be forcibly initialized 456 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/video/backlight/pwm_bl.c:455:44: note: byref variable will be forcibly initialized 455 | struct platform_pwm_backlight_data defdata; | ^~~~~~~ /kisskb/src/fs/fuse/virtio_fs.c: In function 'virtio_fs_parse_param': /kisskb/src/fs/fuse/virtio_fs.c:113:32: note: byref variable will be forcibly initialized 113 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/fuse/virtio_fs.c: In function 'virtio_fs_read_tag': /kisskb/src/fs/fuse/virtio_fs.c:308:14: note: byref variable will be forcibly initialized 308 | char tag_buf[sizeof_field(struct virtio_fs_config, tag)]; | ^~~~~~~ /kisskb/src/fs/fuse/virtio_fs.c: In function 'virtio_fs_hiprio_done_work': /kisskb/src/fs/fuse/virtio_fs.c:339:30: note: byref variable will be forcibly initialized 339 | unsigned int len; | ^~~ /kisskb/src/fs/fuse/virtio_fs.c: In function 'virtio_fs_setup_vqs': /kisskb/src/fs/fuse/virtio_fs.c:718:22: note: byref variable will be forcibly initialized 718 | char vq_name[VQ_NAME_LEN]; | ^~~~~~~ In file included from /kisskb/src/include/uapi/linux/virtio_fs.h:8, from /kisskb/src/fs/fuse/virtio_fs.c:14: /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/fs/fuse/virtio_fs.c:692:9: note: in expansion of macro 'virtio_cread_le' 692 | virtio_cread_le(vdev, struct virtio_fs_config, num_request_queues, | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/fuse/virtio_fs.c:7: /kisskb/src/fs/fuse/virtio_fs.c: In function 'virtio_fs_requests_done_work': /kisskb/src/fs/fuse/virtio_fs.c:618:19: note: byref variable will be forcibly initialized 618 | LIST_HEAD(reqs); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/fuse/virtio_fs.c:617:22: note: byref variable will be forcibly initialized 617 | unsigned int len; | ^~~ /kisskb/src/fs/fuse/virtio_fs.c: In function 'virtio_fs_enqueue_req': /kisskb/src/fs/fuse/virtio_fs.c:1130:22: note: byref variable will be forcibly initialized 1130 | unsigned int argbuf_used = 0; | ^~~~~~~~~~~ /kisskb/src/fs/fuse/virtio_fs.c:1125:28: note: byref variable will be forcibly initialized 1125 | struct scatterlist stack_sg[ARRAY_SIZE(stack_sgs)]; | ^~~~~~~~ /kisskb/src/fs/fuse/virtio_fs.c:1124:29: note: byref variable will be forcibly initialized 1124 | struct scatterlist *stack_sgs[6]; | ^~~~~~~~~ /kisskb/src/fs/fuse/virtio_fs.c: In function 'send_forget_request': /kisskb/src/fs/fuse/virtio_fs.c:415:28: note: byref variable will be forcibly initialized 415 | struct scatterlist sg; | ^~ /kisskb/src/lib/mpi/mpi-mul.c: In function 'mpi_mul': /kisskb/src/lib/mpi/mpi-mul.c:20:20: note: byref variable will be forcibly initialized 20 | mpi_limb_t cy; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/lib/mpi/mpi-internal.h:20, 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/drivers/xen/events/events_base.c:28: /kisskb/src/drivers/xen/events/events_base.c: In function 'event_handler_exit': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c:830:9: note: in expansion of macro 'smp_store_release' 830 | smp_store_release(&info->is_active, 0); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/xen/events/events_base.c:59: /kisskb/src/drivers/xen/events/events_base.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized 82 | struct evtchn_send send = { .port = port }; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/drivers/xen/events/events_base.c:28: /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_irq_lateeoi_locked': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c:657:9: note: in expansion of macro 'smp_store_release' 657 | smp_store_release(&info->is_active, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'eoi_pirq': /kisskb/src/drivers/xen/events/events_base.c:854:28: note: byref variable will be forcibly initialized 854 | struct physdev_eoi eoi = { .irq = pirq_from_irq(data->irq) }; | ^~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_evtchn_close': /kisskb/src/drivers/xen/events/events_base.c:820:29: note: byref variable will be forcibly initialized 820 | struct evtchn_close close; | ^~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'pirq_query_unmask': /kisskb/src/drivers/xen/events/events_base.c:836:41: note: byref variable will be forcibly initialized 836 | struct physdev_irq_status_query irq_status; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/xen/events/events_base.c:28: /kisskb/src/drivers/xen/events/events_base.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'find_virq': /kisskb/src/drivers/xen/events/events_base.c:1334:30: note: byref variable will be forcibly initialized 1334 | struct evtchn_status status; | ^~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_rebind_evtchn_to_cpu': /kisskb/src/drivers/xen/events/events_base.c:1793:33: note: byref variable will be forcibly initialized 1793 | struct evtchn_bind_vcpu bind_vcpu; | ^~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'restore_cpu_virqs': /kisskb/src/drivers/xen/events/events_base.c:1981:33: note: byref variable will be forcibly initialized 1981 | struct evtchn_bind_virq bind_virq; | ^~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'restore_cpu_ipis': /kisskb/src/drivers/xen/events/events_base.c:2008:32: note: byref variable will be forcibly initialized 2008 | struct evtchn_bind_ipi bind_ipi; | ^~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function '__startup_pirq': /kisskb/src/drivers/xen/events/events_base.c:876:33: note: byref variable will be forcibly initialized 876 | struct evtchn_bind_pirq bind_pirq; | ^~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'restore_pirqs': /kisskb/src/drivers/xen/events/events_base.c:1944:33: note: byref variable will be forcibly initialized 1944 | struct physdev_map_pirq map_irq; | ^~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'bind_interdomain_evtchn_to_irq_chip': /kisskb/src/drivers/xen/events/events_base.c:1311:40: note: byref variable will be forcibly initialized 1311 | struct evtchn_bind_interdomain bind_interdomain; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'bind_ipi_to_irq': /kisskb/src/drivers/xen/events/events_base.c:1264:32: note: byref variable will be forcibly initialized 1264 | struct evtchn_bind_ipi bind_ipi; | ^~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_bind_pirq_gsi_to_irq': /kisskb/src/drivers/xen/events/events_base.c:1023:28: note: byref variable will be forcibly initialized 1023 | struct physdev_irq irq_op; | ^~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_destroy_irq': /kisskb/src/drivers/xen/events/events_base.c:1140:35: note: byref variable will be forcibly initialized 1140 | struct physdev_unmap_pirq unmap_irq; | ^~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'bind_virq_to_irq': /kisskb/src/drivers/xen/events/events_base.c:1371:23: note: byref variable will be forcibly initialized 1371 | evtchn_port_t evtchn = 0; | ^~~~~~ /kisskb/src/drivers/xen/events/events_base.c:1370:33: note: byref variable will be forcibly initialized 1370 | struct evtchn_bind_virq bind_virq; | ^~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_set_irq_priority': /kisskb/src/drivers/xen/events/events_base.c:1567:36: note: byref variable will be forcibly initialized 1567 | struct evtchn_set_priority set_priority; | ^~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_poll_irq_timeout': /kisskb/src/drivers/xen/events/events_base.c:2068:35: note: byref variable will be forcibly initialized 2068 | struct sched_poll poll; | ^~~~ /kisskb/src/drivers/xen/events/events_base.c:2065:23: note: byref variable will be forcibly initialized 2065 | evtchn_port_t evtchn = evtchn_from_irq(irq); | ^~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_test_irq_shared': /kisskb/src/drivers/xen/events/events_base.c:2090:41: note: byref variable will be forcibly initialized 2090 | struct physdev_irq_status_query irq_status; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_ring.c:6: /kisskb/src/drivers/virtio/virtio_ring.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_alloc_queue_split': /kisskb/src/drivers/virtio/virtio_ring.c:1044:20: note: byref variable will be forcibly initialized 1044 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_alloc_queue_packed': /kisskb/src/drivers/virtio/virtio_ring.c:1863:58: note: byref variable will be forcibly initialized 1863 | dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c:1863:35: note: byref variable will be forcibly initialized 1863 | dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c:1863:20: note: byref variable will be forcibly initialized 1863 | dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; | ^~~~~~~~~~~~~ /kisskb/src/kernel/time/time.c: In function '__get_old_timespec32': /kisskb/src/kernel/time/time.c:819:31: note: byref variable will be forcibly initialized 819 | struct old_timespec32 ts; | ^~ /kisskb/src/kernel/time/time.c: In function '__put_old_timespec32': /kisskb/src/kernel/time/time.c:835:31: note: byref variable will be forcibly initialized 835 | struct old_timespec32 ts = { | ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_gettimeofday': /kisskb/src/kernel/time/time.c:144:35: note: byref variable will be forcibly initialized 144 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/time.c: In function '__do_compat_sys_gettimeofday': /kisskb/src/kernel/time/time.c:228:35: note: byref variable will be forcibly initialized 228 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_adjtimex': /kisskb/src/kernel/time/time.c:271:31: note: byref variable will be forcibly initialized 271 | struct __kernel_timex txc; /* Local copy of parameter */ | ^~~ /kisskb/src/kernel/time/time.c: In function '__do_sys_settimeofday': /kisskb/src/kernel/time/time.c:203:25: note: byref variable will be forcibly initialized 203 | struct timezone new_tz; | ^~~~~~ /kisskb/src/kernel/time/time.c:202:27: note: byref variable will be forcibly initialized 202 | struct timespec64 new_ts; | ^~~~~~ /kisskb/src/kernel/time/time.c: In function '__do_compat_sys_settimeofday': /kisskb/src/kernel/time/time.c:247:25: note: byref variable will be forcibly initialized 247 | struct timezone new_tz; | ^~~~~~ /kisskb/src/kernel/time/time.c:246:27: note: byref variable will be forcibly initialized 246 | struct timespec64 new_ts; | ^~~~~~ /kisskb/src/lib/decompress_unxz.c: In function 'unxz': /kisskb/src/lib/decompress_unxz.c:257:23: note: byref variable will be forcibly initialized 257 | struct xz_buf b; | ^ /kisskb/src/kernel/time/time.c: In function 'timespec64_add_safe': /kisskb/src/kernel/time/time.c:768:27: note: byref variable will be forcibly initialized 768 | struct timespec64 res; | ^~~ /kisskb/src/kernel/time/time.c: In function 'get_timespec64': /kisskb/src/kernel/time/time.c:784:34: note: byref variable will be forcibly initialized 784 | struct __kernel_timespec kts; | ^~~ /kisskb/src/kernel/time/time.c: In function 'put_timespec64': /kisskb/src/kernel/time/time.c:807:34: note: byref variable will be forcibly initialized 807 | struct __kernel_timespec kts = { | ^~~ /kisskb/src/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/drivers/char/ipmi/ipmi_si_platform.c: In function 'of_ipmi_probe': /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:233:13: note: byref variable will be forcibly initialized 233 | int proplen; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:229:25: note: byref variable will be forcibly initialized 229 | struct resource resource; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:228:25: note: byref variable will be forcibly initialized 228 | struct si_sm_io io; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c: In function 'platform_ipmi_probe': /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:137:52: note: byref variable will be forcibly initialized 137 | u8 type, slave_addr, addr_source, regsize, regshift; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:137:43: note: byref variable will be forcibly initialized 137 | u8 type, slave_addr, addr_source, regsize, regshift; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:137:30: note: byref variable will be forcibly initialized 137 | u8 type, slave_addr, addr_source, regsize, regshift; | ^~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:137:18: note: byref variable will be forcibly initialized 137 | u8 type, slave_addr, addr_source, regsize, regshift; | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:137:12: note: byref variable will be forcibly initialized 137 | u8 type, slave_addr, addr_source, regsize, regshift; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_si_platform.c:136:25: note: byref variable will be forcibly initialized 136 | struct si_sm_io io; | ^~ /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/crypto/dh_helper.c: In function 'crypto_dh_encode_key': /kisskb/src/crypto/dh_helper.c:44:27: note: byref variable will be forcibly initialized 44 | struct kpp_secret secret = { | ^~~~~~ /kisskb/src/crypto/dh_helper.c: In function '__crypto_dh_decode_key': /kisskb/src/crypto/dh_helper.c:69:27: note: byref variable will be forcibly initialized 69 | struct kpp_secret secret; | ^~~~~~ /kisskb/src/lib/decompress_bunzip2.c: In function 'bunzip2': /kisskb/src/lib/decompress_bunzip2.c:686:29: note: byref variable will be forcibly initialized 686 | struct bunzip_data *bd; | ^~ /kisskb/src/mm/cma_debug.c: In function 'cma_debugfs_add_one': /kisskb/src/mm/cma_debug.c:166:14: note: byref variable will be forcibly initialized 166 | char name[CMA_MAX_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:13: 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:13: 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:13: note: byref variable will be forcibly initialized 296 | int depth = 1; | ^~~~~ /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/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; | ^~~~~~ 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:13: 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:17: note: byref variable will be forcibly initialized 61 | uint8_t data[sizeof(fdt64_t) * 2], *prop; | ^~~~ /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/drivers/video/backlight/rt4831-backlight.c: In function 'rt4831_bl_get_brightness': /kisskb/src/drivers/video/backlight/rt4831-backlight.c:64:12: note: byref variable will be forcibly initialized 64 | u8 v[2]; | ^ /kisskb/src/drivers/video/backlight/rt4831-backlight.c:63:22: note: byref variable will be forcibly initialized 63 | unsigned int val; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:4485:16: note: byref variable will be forcibly initialized 4485 | repcodes_t updatedRepcodes; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/rt4831-backlight.c: In function 'rt4831_bl_update_status': /kisskb/src/drivers/video/backlight/rt4831-backlight.c:44:12: note: byref variable will be forcibly initialized 44 | 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:94:25: note: byref variable will be forcibly initialized 94 | u32 brightness, ocp_uA; | ^~~~~~ /kisskb/src/drivers/video/backlight/rt4831-backlight.c:94:13: note: byref variable will be forcibly initialized 94 | u32 brightness, ocp_uA; | ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/rt4831-backlight.c:93:12: note: byref variable will be forcibly initialized 93 | u8 propval; | ^~~~~~~ /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; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/pinctrl/pinconf-generic.c:14: /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /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/drivers/pinctrl/pinconf-generic.c: In function 'parse_dt_cfg': /kisskb/src/drivers/pinctrl/pinconf-generic.c:212:21: note: byref variable will be forcibly initialized 212 | u32 val; | ^~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dump_one': /kisskb/src/drivers/pinctrl/pinconf-generic.c:65:31: note: byref variable will be forcibly initialized 65 | unsigned long config; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dump_pins': /kisskb/src/drivers/pinctrl/pinconf-generic.c:114:13: note: byref variable will be forcibly initialized 114 | int print_sep = 0; | ^~~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_parse_dt_config': /kisskb/src/drivers/pinctrl/pinconf-generic.c:247:31: note: byref variable will be forcibly initialized 247 | 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:303:18: note: byref variable will be forcibly initialized 303 | unsigned num_configs = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c:302:24: note: byref variable will be forcibly initialized 302 | unsigned long *configs = NULL; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c:300:21: note: byref variable will be forcibly initialized 300 | 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:382:18: note: byref variable will be forcibly initialized 382 | unsigned reserved_maps; | ^~~~~~~~~~~~~ /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; | ^~~~~~~~~~~ /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.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/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/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/drivers/char/ipmi/ipmi_ssif.c: In function 'ssif_detect': /kisskb/src/lib/zstd/compress/zstd_compress.c:3488:22: note: byref variable will be forcibly initialized 3488 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:1367:23: note: byref variable will be forcibly initialized 1367 | int len; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:1365:23: note: byref variable will be forcibly initialized 1365 | unsigned char msg[3]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_ssif.c: In function 'ssif_set_need_watch': /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:1134:23: note: byref variable will be forcibly initialized 1134 | unsigned long oflags, *flags; | ^~~~~~ /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/drivers/char/ipmi/ipmi_ssif.c: In function 'start_clear_flags': /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:357:23: note: byref variable will be forcibly initialized 357 | unsigned char msg[3]; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCCtxSize_usingCParams': /kisskb/src/drivers/char/ipmi/ipmi_ssif.c: In function 'check_start_send': /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:392:31: note: byref variable will be forcibly initialized 392 | unsigned long oflags; | ^~~~~~ /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/drivers/char/ipmi/ipmi_ssif.c: In function 'start_flag_fetch': /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:376:23: note: byref variable will be forcibly initialized 376 | unsigned char mb[2]; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_ssif.c: In function 'start_next_msg': /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:1046:23: note: byref variable will be forcibly initialized 1046 | unsigned long oflags; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_getParams_internal': /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; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:32: /kisskb/src/drivers/char/ipmi/ipmi_ssif.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /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/drivers/char/ipmi/ipmi_ssif.c: In function 'sender': /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:1089:35: note: byref variable will be forcibly initialized 1089 | struct timespec64 t; | ^ /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:1080:23: note: byref variable will be forcibly initialized 1080 | unsigned long oflags, *flags; | ^~~~~~ /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_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/drivers/char/ipmi/ipmi_ssif.c: In function 'test_multipart_messages': /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:1505:23: note: byref variable will be forcibly initialized 1505 | unsigned char msg[65]; | ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:42: /kisskb/src/drivers/char/ipmi/ipmi_ssif.c: In function 'device_add_group': /kisskb/src/include/linux/device.h:1034:39: note: byref variable will be forcibly initialized 1034 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_ssif.c: In function 'device_remove_group': /kisskb/src/include/linux/device.h:1042:39: note: byref variable will be forcibly initialized 1042 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_ssif.c: In function 'request_events': /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:1117:23: note: byref variable will be forcibly initialized 1117 | unsigned long oflags, *flags; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_ssif.c: In function 'ssif_alert': /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:584:23: note: byref variable will be forcibly initialized 584 | unsigned long oflags, *flags; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_ssif.c: In function 'retry_timeout': /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:544:23: note: byref variable will be forcibly initialized 544 | unsigned long oflags, *flags; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_ssif.c: In function 'watch_timeout': /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:562:23: note: byref variable will be forcibly initialized 562 | unsigned long oflags, *flags; | ^~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_ssif.c: In function 'msg_done_handler': /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:611:23: note: byref variable will be forcibly initialized 611 | unsigned long oflags, *flags; | ^~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'dt_to_map_one_config': /kisskb/src/drivers/pinctrl/devicetree.c:119:18: note: byref variable will be forcibly initialized 119 | unsigned num_maps; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c:118:29: 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:13: 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:13: note: byref variable will be forcibly initialized 319 | int size; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_ssif.c: In function 'msg_written_handler': /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:975:31: note: byref variable will be forcibly initialized 975 | unsigned long oflags, *flags; | ^~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_dt_to_map': /kisskb/src/drivers/pinctrl/devicetree.c:204:13: note: byref variable will be forcibly initialized 204 | int size, config; | ^~~~ /kisskb/src/drivers/pinctrl/devicetree.c:202:21: note: byref variable will be forcibly initialized 202 | const char *statename; | ^~~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_count_index_with_args': /kisskb/src/drivers/pinctrl/devicetree.c:351:19: note: byref variable will be forcibly initialized 351 | int size, nr_cells, error; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c:351:13: note: byref variable will be forcibly initialized 351 | int size, nr_cells, error; | ^~~~ /kisskb/src/drivers/pinctrl/devicetree.c:350:23: 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:22: note: byref variable will be forcibly initialized 411 | int nr_elem, nr_cells, error; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c:411:13: note: byref variable will be forcibly initialized 411 | int nr_elem, nr_cells, error; | ^~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c:410:23: note: byref variable will be forcibly initialized 410 | const __be32 *list; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_ssif.c: In function 'ssif_probe': /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:1651:27: note: byref variable will be forcibly initialized 1651 | int len = 0; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_ssif.c:1647:27: note: byref variable will be forcibly initialized 1647 | unsigned char msg[3]; | ^~~ 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_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; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/char/ipmi/ipmi_ipmb.c:7: /kisskb/src/drivers/char/ipmi/ipmi_ipmb.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_ipmb.c: In function 'ipmi_ipmb_probe': /kisskb/src/drivers/char/ipmi/ipmi_ipmb.c:489:39: note: byref variable will be forcibly initialized 489 | struct i2c_board_info binfo; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_ipmb.c: In function 'ipmi_ipmb_thread': /kisskb/src/drivers/char/ipmi/ipmi_ipmb.c:280:32: note: byref variable will be forcibly initialized 280 | struct i2c_msg i2c_msg; | ^~~~~~~ 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:13: 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:13: 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:13: 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:13: 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:13: 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:21: 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:13: 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:18: 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:28: note: byref variable will be forcibly initialized 545 | int offset, depth, namelen; | ^~~~~~~ /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/fdt_ro.c: In function 'fdt_supernode_atdepth_offset': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:597:21: 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:13: 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:13: note: byref variable will be forcibly initialized 660 | int len; | ^~~ /kisskb/src/drivers/soc/mediatek/mtk-infracfg.c: In function 'mtk_infracfg_set_bus_protection': /kisskb/src/drivers/soc/mediatek/mtk-infracfg.c:31:13: note: byref variable will be forcibly initialized 31 | u32 val; | ^~~ /kisskb/src/drivers/soc/mediatek/mtk-infracfg.c: In function 'mtk_infracfg_clear_bus_protection': /kisskb/src/drivers/soc/mediatek/mtk-infracfg.c:63:13: note: byref variable will be forcibly initialized 63 | u32 val; | ^~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_stringlist_count': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:726:13: 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:13: 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:13: 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:13: note: byref variable will be forcibly initialized 827 | int len; | ^~~ In file included from /kisskb/src/drivers/xen/xenbus/xenbus_comms.c:42: /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized 82 | struct evtchn_send send = { .port = port }; | ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'xb_read': /kisskb/src/drivers/xen/xenbus/xenbus_comms.c:165:30: note: byref variable will be forcibly initialized 165 | unsigned int avail; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'xb_write': /kisskb/src/drivers/xen/xenbus/xenbus_comms.c:114:30: note: byref variable will be forcibly initialized 114 | unsigned int avail; | ^~~~~ In file included from /kisskb/src/drivers/xen/xenbus/xenbus_comms.c:35: /kisskb/src/drivers/xen/xenbus/xenbus_comms.c: In function 'xenbus_thread': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_comms.c:415:21: note: in expansion of macro 'wait_event_interruptible' 415 | if (wait_event_interruptible(xb_waitq, xb_thread_work())) | ^~~~~~~~~~~~~~~~~~~~~~~~ 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/clk/hisilicon/clk.c:19: /kisskb/src/drivers/clk/hisilicon/clk.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/hisilicon/clk.c:13: /kisskb/src/drivers/clk/hisilicon/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ 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:13: 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:13: 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:13: 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:30: 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:15: 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:18: note: byref variable will be forcibly initialized 295 | int err, oldlen, newlen; | ^~~~~~ /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:294:30: 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:13: 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:21: 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:27: note: byref variable will be forcibly initialized 422 | int mem_rsv_size, struct_size; | ^~~~~~~~~~~ /kisskb/src/lib/mpi/mpi-pow.c: In function 'mpi_powm': /kisskb/src/lib/mpi/mpi-pow.c:218:60: note: byref variable will be forcibly initialized 218 | mpi_limb_t tmp; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-max77620.c: In function 'max77620_get_default_fps': /kisskb/src/drivers/pinctrl/pinctrl-max77620.c:325:22: note: byref variable will be forcibly initialized 325 | unsigned int val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-max77620.c: In function 'max77620_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-max77620.c:277:22: note: byref variable will be forcibly initialized 277 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/imx/clk.c: In function 'imx_obtain_fixed_clock_from_dt': /kisskb/src/drivers/clk/imx/clk.c:73:32: note: byref variable will be forcibly initialized 73 | struct of_phandle_args phandle; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/clk/imx/clk.c:7: /kisskb/src/drivers/clk/imx/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/mpi/mpih-mul.c: In function 'mpihelp_mul': /kisskb/src/lib/mpi/mpih-mul.c:457:30: note: byref variable will be forcibly initialized 457 | struct karatsuba_ctx ctx; | ^~~ /kisskb/src/lib/mpi/mpih-mul.c: In function 'mpihelp_mul_karatsuba_case': /kisskb/src/lib/mpi/mpih-mul.c:394:36: note: byref variable will be forcibly initialized 394 | mpi_limb_t tmp; | ^~~ 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:13: 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:15: 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:21: note: byref variable will be forcibly initialized 343 | int offset, nextoffset; | ^~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'spurious_threshold_store': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:240:22: note: byref variable will be forcibly initialized 240 | unsigned int val; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_probe_device_type': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:562:22: note: byref variable will be forcibly initialized 562 | unsigned int dir_n = 0; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_device_find': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:402:29: note: byref variable will be forcibly initialized 402 | struct xb_find_info info = { .dev = NULL, .nodename = nodename }; | ^~~~ In file included from /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:63: /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'hvm_get_parameter': /kisskb/src/include/xen/hvm.h:41:30: note: byref variable will be forcibly initialized 41 | struct xen_hvm_param xhv; | ^~~ /kisskb/src/drivers/video/backlight/wm831x_bl.c: In function 'wm831x_backlight_probe': /kisskb/src/drivers/video/backlight/wm831x_bl.c:117:37: note: byref variable will be forcibly initialized 117 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_resume_cb': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:909:26: note: byref variable will be forcibly initialized 909 | uint64_t v = 0; | ^ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_late_init': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:930:18: note: byref variable will be forcibly initialized 930 | uint64_t v = 0; | ^ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenstored_local_init': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:874:37: note: byref variable will be forcibly initialized 874 | struct evtchn_alloc_unbound alloc_unbound; | ^~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_init': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:944:18: note: byref variable will be forcibly initialized 944 | uint64_t v = 0; | ^ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_probe_node': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:501:14: note: byref variable will be forcibly initialized 501 | char devname[XEN_BUS_ID_SIZE]; | ^~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_probe_devices': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:583:25: note: byref variable will be forcibly initialized 583 | unsigned int i, dir_n; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_dev_changed': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:627:14: note: byref variable will be forcibly initialized 627 | char type[XEN_BUS_ID_SIZE]; | ^~~~ /kisskb/src/drivers/soc/imx/gpcv2.c: In function 'imx_gpcv2_probe': /kisskb/src/drivers/soc/imx/gpcv2.c:1474:21: note: byref variable will be forcibly initialized 1474 | u32 domain_index; | ^~~~~~~~~~~~ /kisskb/src/drivers/soc/imx/gpcv2.c: In function 'imx_pgc_power_down': /kisskb/src/drivers/soc/imx/gpcv2.c:418:13: note: byref variable will be forcibly initialized 418 | u32 reg_val, pgc; | ^~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xen_set_callback_via': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:845:30: note: byref variable will be forcibly initialized 845 | struct xen_hvm_param a; | ^ /kisskb/src/drivers/soc/imx/gpcv2.c: In function 'imx_pgc_power_up': /kisskb/src/drivers/soc/imx/gpcv2.c:319:13: note: byref variable will be forcibly initialized 319 | u32 reg_val, pgc; | ^~~~~~~ /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_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_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: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_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: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_greedy_dictMatchState': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/timer.h:425, from /kisskb/src/kernel/time/timer.c:58: /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(timer_class, | ^~~~~~~~~~~~~~~~~~~ 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:13: note: byref variable will be forcibly initialized 19 | int proplen; | ^~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(timer_start, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_expire_entry': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(timer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_init': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(hrtimer_init, | ^~~~~~~~~~~ /kisskb/src/lib/fdt_wip.c: In function 'fdt_setprop_inplace': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_wip.c:37:13: 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:13: 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:13: note: byref variable will be forcibly initialized 75 | int depth = 0; | ^~~~~ /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/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(hrtimer_start, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_expire_entry': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:235:1: note: in expansion of macro 'TRACE_EVENT' 235 | TRACE_EVENT(hrtimer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/timer.h:258:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 258 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:307:1: note: in expansion of macro 'TRACE_EVENT' 307 | TRACE_EVENT(itimer_state, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_itimer_expire': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:344:1: note: in expansion of macro 'TRACE_EVENT' 344 | TRACE_EVENT(itimer_expire, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:39: /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'read_reply': /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_tick_stop': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:209:17: note: in expansion of macro 'wait_event' 209 | wait_event(req->wq, test_reply(req)); | ^~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:401:1: note: in expansion of macro 'TRACE_EVENT' 401 | TRACE_EVENT(tick_stop, | ^~~~~~~~~~~ /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:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_suspend_enter': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:103:9: note: in expansion of macro 'wait_event' 103 | wait_event(xs_state_exit_wq, xs_state_users == 0); | ^~~~~~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function '__hrtimer_run_queues': /kisskb/src/kernel/time/hrtimer.c:1725:25: note: byref variable will be forcibly initialized 1725 | ktime_t basenow; | ^~~~~~~ /kisskb/src/kernel/time/hrtimer.c:1721:22: note: byref variable will be forcibly initialized 1721 | unsigned int active = cpu_base->active_bases & active_mask; | ^~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenwatch_thread': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:882:17: note: in expansion of macro 'wait_event_interruptible' 882 | wait_event_interruptible(watch_events_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_request_enter': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:125:17: note: in expansion of macro 'wait_event' 125 | wait_event(xs_state_enter_wq, xs_suspend_active == 0); | ^~~~~~~~~~ /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/kernel/time/hrtimer.c: In function 'clock_was_set': /kisskb/src/kernel/time/hrtimer.c:948:23: note: byref variable will be forcibly initialized 948 | cpumask_var_t mask; | ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_talkv': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:309:28: note: byref variable will be forcibly initialized 309 | struct xsd_sockmsg msg; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_single': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:360:21: note: byref variable will be forcibly initialized 360 | struct kvec iovec; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_watch': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:660:21: note: byref variable will be forcibly initialized 660 | struct kvec iov[2]; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, 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/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_unwatch': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:673:21: note: byref variable will be forcibly initialized 673 | struct kvec iov[2]; | ^~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_start_range_ns': /kisskb/src/kernel/time/hrtimer.c:1284:23: note: byref variable will be forcibly initialized 1284 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_directory': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:426:22: note: byref variable will be forcibly initialized 426 | unsigned int len; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_exists': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:446:13: note: byref variable will be forcibly initialized 446 | int dir_n; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_write': /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_greedy_extDict': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:483:21: note: byref variable will be forcibly initialized 483 | struct kvec iovec[2]; | ^~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized 1263 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function '__hrtimer_get_remaining': /kisskb/src/kernel/time/hrtimer.c:1459:23: note: byref variable will be forcibly initialized 1459 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_transaction_end': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:556:14: note: byref variable will be forcibly initialized 556 | char abortstr[2]; | ^~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_scanf': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:571:17: note: byref variable will be forcibly initialized 571 | va_list ap; | ^~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_read_unsigned': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:594:22: note: byref variable will be forcibly initialized 594 | unsigned int val; | ^~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_try_to_cancel': /kisskb/src/kernel/time/hrtimer.c:1319:23: note: byref variable will be forcibly initialized 1319 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_printf': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:609:17: note: byref variable will be forcibly initialized 609 | va_list ap; | ^~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xenbus_gather': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:631:17: note: byref variable will be forcibly initialized 631 | va_list ap; | ^~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'register_xenbus_watch': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:767:14: note: byref variable will be forcibly initialized 767 | char token[sizeof(watch) * 2 + 1]; | ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'do_nanosleep': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'unregister_xenbus_watch': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:798:14: note: byref variable will be forcibly initialized 798 | char token[sizeof(watch) * 2 + 1]; | ^~~~~ /kisskb/src/kernel/time/hrtimer.c:2059:35: note: byref variable will be forcibly initialized 2059 | struct timespec64 rmt; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_xs.c: In function 'xs_resume': /kisskb/src/drivers/xen/xenbus/xenbus_xs.c:850:14: note: byref variable will be forcibly initialized 850 | char token[sizeof(watch) * 2 + 1]; | ^~~~~ /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:1328:28: note: byref variable will be forcibly initialized 1328 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep_restart': /kisskb/src/kernel/time/hrtimer.c:2072:32: note: byref variable will be forcibly initialized 2072 | struct hrtimer_sleeper t; | ^ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2087:32: note: byref variable will be forcibly initialized 2087 | struct hrtimer_sleeper t; | ^ /kisskb/src/kernel/time/hrtimer.c: In function '__do_sys_nanosleep': In file included from /kisskb/src/include/linux/list.h:11, 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 'pick_file': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:647:17: note: in expansion of macro 'rcu_assign_pointer' 647 | rcu_assign_pointer(fdt->fd[fd], NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/hrtimer.c:2121:27: note: byref variable will be forcibly initialized 2121 | struct timespec64 tu; | ^~ /kisskb/src/kernel/time/hrtimer.c: In function 'schedule_hrtimeout_range_clock': /kisskb/src/kernel/time/hrtimer.c:2281:32: note: byref variable will be forcibly initialized 2281 | struct hrtimer_sleeper t; | ^ /kisskb/src/fs/file.c: In function 'do_dup2': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:1104:9: note: in expansion of macro 'rcu_assign_pointer' 1104 | rcu_assign_pointer(fdt->fd[fd], file); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c: In function 'expand_fdtable': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:198:9: note: in expansion of macro 'rcu_assign_pointer' 198 | rcu_assign_pointer(files->fdt, new_fdt); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'expand_files': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/file.c:235:17: note: in expansion of macro 'wait_event' 235 | wait_event(files->resize_wait, !files->resize_in_progress); | ^~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'internal_add_timer': /kisskb/src/kernel/time/timer.c:630:23: note: byref variable will be forcibly initialized 630 | unsigned long bucket_expiry; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 'alloc_fd': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:548:17: note: in expansion of macro 'rcu_assign_pointer' 548 | rcu_assign_pointer(fdt->fd[fd], NULL); | ^~~~~~~~~~~~~~~~~~ /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/kernel/time/timer.c: In function '__mod_timer': /kisskb/src/kernel/time/timer.c:1015:39: note: byref variable will be forcibly initialized 1015 | unsigned long clk = 0, flags, bucket_expiry; | ^~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c:1015:32: note: byref variable will be forcibly initialized 1015 | unsigned long clk = 0, flags, bucket_expiry; | ^~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1328:28: note: byref variable will be forcibly initialized 1328 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'call_timer_fn': /kisskb/src/kernel/time/timer.c:1462:28: note: byref variable will be forcibly initialized 1462 | struct lockdep_map lockdep_map; | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__run_timers': /kisskb/src/kernel/time/timer.c:1765:27: note: byref variable will be forcibly initialized 1765 | struct hlist_head heads[LVL_DEPTH]; | ^~~~~ /kisskb/src/fs/file.c: In function 'dup_fd': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:402:9: note: in expansion of macro 'rcu_assign_pointer' 402 | rcu_assign_pointer(newf->fdt, new_fdt); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:395:17: note: in expansion of macro 'rcu_assign_pointer' 395 | rcu_assign_pointer(*new_fds++, f); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c: In function 'fd_install': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:622:9: note: in expansion of macro 'rcu_assign_pointer' 622 | rcu_assign_pointer(fdt->fd[fd], file); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:614:17: note: in expansion of macro 'rcu_assign_pointer' 614 | rcu_assign_pointer(fdt->fd[fd], file); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'add_timer_on': /kisskb/src/kernel/time/timer.c:1211:23: note: byref variable will be forcibly initialized 1211 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'del_timer': /kisskb/src/kernel/time/timer.c:1254:23: note: byref variable will be forcibly initialized 1254 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'try_to_del_timer_sync': /kisskb/src/kernel/time/timer.c:1279:23: note: byref variable will be forcibly initialized 1279 | unsigned long flags; | ^~~~~ /kisskb/src/fs/file.c: In function '__close_range': /kisskb/src/fs/file.c:732:52: note: byref variable will be forcibly initialized 732 | struct files_struct *cur_fds = me->files, *fds = NULL; | ^~~ /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/kernel/time/timer.c: In function 'schedule_timeout': /kisskb/src/kernel/time/timer.c:1898:30: note: byref variable will be forcibly initialized 1898 | struct process_timer timer; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 'do_close_on_exec': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:841:25: note: in expansion of macro 'rcu_assign_pointer' 841 | rcu_assign_pointer(fdt->fd[fd], NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-as3722.c: In function 'as3722_gpio_get': /kisskb/src/drivers/pinctrl/pinctrl-as3722.c:434:13: note: byref variable will be forcibly initialized 434 | u32 val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-as3722.c:433:13: note: byref variable will be forcibly initialized 433 | u32 control; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-as3722.c: In function 'as3722_gpio_set': /kisskb/src/drivers/pinctrl/pinctrl-as3722.c:480:13: note: byref variable will be forcibly initialized 480 | u32 val; | ^~~ /kisskb/src/kernel/time/timer.c: In function 'usleep_range_state': /kisskb/src/kernel/time/timer.c:2126:17: note: byref variable will be forcibly initialized 2126 | ktime_t exp = ktime_add_us(ktime_get(), min); | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/pinctrl/pinctrl-single.c:13: /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t 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/pinctrl/pinctrl-single.c:23: /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_set': /kisskb/src/drivers/pinctrl/pinctrl-single.c:552:30: 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:18: note: byref variable will be forcibly initialized 637 | unsigned npins; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:636:25: 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:23: 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:30: 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:18: note: byref variable will be forcibly initialized 615 | unsigned npins, old = 0; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:614:25: 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:23: note: byref variable will be forcibly initialized 470 | unsigned long config; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_add_conf2': /kisskb/src/drivers/pinctrl/pinctrl-single.c:871:18: 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:18: 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:31: note: byref variable will be forcibly initialized 919 | struct pcs_conf_vals *conf = NULL; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:918:42: note: byref variable will be forcibly initialized 918 | unsigned long *settings = NULL, *s = NULL; | ^ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_quirk_missing_pinctrl_cells': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1744:13: 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:32: note: byref variable will be forcibly initialized 1341 | struct of_phandle_args gpiospec; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_parse_bits_in_pinctrl_entry': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1148:40: note: byref variable will be forcibly initialized 1148 | struct of_phandle_args pinctrl_spec; | ^~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:1120:30: note: byref variable will be forcibly initialized 1120 | struct pcs_function *function = NULL; | ^~~~~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_read': /kisskb/src/fs/seq_file.c:155:25: note: byref variable will be forcibly initialized 155 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/seq_file.c:154:22: note: byref variable will be forcibly initialized 154 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/seq_file.c:153:22: note: byref variable will be forcibly initialized 153 | struct iovec iov = { .iov_base = buf, .iov_len = size}; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_parse_one_pinctrl_entry': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1022:40: note: byref variable will be forcibly initialized 1022 | struct of_phandle_args pinctrl_spec; | ^~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:1005:30: note: byref variable will be forcibly initialized 1005 | struct pcs_function *function = NULL; | ^~~~~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_escape_mem': /kisskb/src/fs/seq_file.c:377:15: note: byref variable will be forcibly initialized 377 | char *buf; | ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_printf': /kisskb/src/fs/seq_file.c:403:17: note: byref variable will be forcibly initialized 403 | va_list args; | ^~~~ /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/fs/seq_file.c: In function 'seq_path': /kisskb/src/fs/seq_file.c:472:15: note: byref variable will be forcibly initialized 472 | char *buf; | ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_path_root': /kisskb/src/fs/seq_file.c:510:15: note: byref variable will be forcibly initialized 510 | char *buf; | ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_dentry': /kisskb/src/fs/seq_file.c:539:15: note: byref variable will be forcibly initialized 539 | char *buf; | ^~~ /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/fs/seq_file.c: In function 'seq_hex_dump': /kisskb/src/fs/seq_file.c:870:15: note: byref variable will be forcibly initialized 870 | char *buffer; | ^~~~~~ /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:12: note: byref variable will be forcibly initialized 24 | u8 cmd[] = { | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/lib/mpi/mpi-internal.h:20, from /kisskb/src/lib/mpi/mpiutil.c:21: /kisskb/src/lib/mpi/mpiutil.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/module/signing.c: In function 'mod_verify_sig': /kisskb/src/kernel/module/signing.c:45:33: note: byref variable will be forcibly initialized 45 | struct module_signature ms; | ^~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c:15: /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c: In function 'sx150x_irq_thread_fn': /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c:545:22: note: byref variable will be forcibly initialized 545 | unsigned int val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c:544:26: note: byref variable will be forcibly initialized 544 | unsigned long n, status; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c: In function 'sx150x_gpio_get': /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c:409:22: note: byref variable will be forcibly initialized 409 | unsigned int value; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c: In function 'sx150x_gpio_get_direction': /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c:390:22: note: byref variable will be forcibly initialized 390 | unsigned int value; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c: In function 'sx150x_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-sx150x.c:588:22: note: byref variable will be forcibly initialized 588 | unsigned int data; | ^~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'adjust_historical_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1127:23: note: byref variable will be forcibly initialized 1127 | u64 corr_raw, corr_real; | ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1127:13: note: byref variable will be forcibly initialized 1127 | u64 corr_raw, corr_real; | ^~~~~~~~ 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:83:27: note: byref variable will be forcibly initialized 83 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'tk_set_wall_to_mono': /kisskb/src/kernel/time/timekeeping.c:153:27: note: byref variable will be forcibly initialized 153 | 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:71:27: note: byref variable will be forcibly initialized 71 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_inject_offset': /kisskb/src/kernel/time/timekeeping.c:1366:27: note: byref variable will be forcibly initialized 1366 | struct timespec64 tmp; | ^~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_advance': /kisskb/src/kernel/time/timekeeping.c:2156:22: note: byref variable will be forcibly initialized 2156 | unsigned int clock_set = 0; | ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'get_device_system_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1213:36: note: byref variable will be forcibly initialized 1213 | struct system_counterval_t system_counterval; | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'do_settimeofday64': /kisskb/src/kernel/time/timekeeping.c:1315:27: note: byref variable will be forcibly initialized 1315 | struct timespec64 ts_delta, xt; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_warp_clock': /kisskb/src/kernel/time/timekeeping.c:1425:35: note: byref variable will be forcibly initialized 1425 | struct timespec64 adjust; | ^~~~~~ /kisskb/src/drivers/clk/hisilicon/clkgate-separated.c: In function 'hisi_register_clkgate_sep': /kisskb/src/drivers/clk/hisilicon/clkgate-separated.c:91:30: note: byref variable will be forcibly initialized 91 | struct clk_init_data init; | ^~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_resume': /kisskb/src/kernel/time/timekeeping.c:1782:35: note: byref variable will be forcibly initialized 1782 | struct timespec64 ts_new, ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1782:27: note: byref variable will be forcibly initialized 1782 | struct timespec64 ts_new, ts_delta; | ^~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_init': /kisskb/src/kernel/time/timekeeping.c:1634:38: note: byref variable will be forcibly initialized 1634 | struct timespec64 wall_time, boot_offset, wall_to_mono; | ^~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1634:27: note: byref variable will be forcibly initialized 1634 | 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:2439:35: note: byref variable will be forcibly initialized 2439 | struct timespec64 delta; | ^~~~~ /kisskb/src/kernel/time/timekeeping.c:2429:23: note: byref variable will be forcibly initialized 2429 | s32 orig_tai, tai; | ^~~ /kisskb/src/kernel/time/timekeeping.c:2427:27: note: byref variable will be forcibly initialized 2427 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/timekeeping.c:2425:31: note: byref variable will be forcibly initialized 2425 | struct audit_ntp_data ad; | ^~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/mediatek/clk-mtk.c:10: /kisskb/src/drivers/clk/mediatek/clk-mtk.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/mediatek/clk-mtk.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/mediatek/clk-mtk.c: In function 'mtk_clk_register_composite': /kisskb/src/drivers/clk/mediatek/clk-mtk.c:187:21: note: byref variable will be forcibly initialized 187 | const char *parent; | ^~~~~~ /kisskb/src/drivers/xen/events/events_2l.c: In function 'evtchn_2l_unmask': /kisskb/src/drivers/xen/events/events_2l.c:120:38: note: byref variable will be forcibly initialized 120 | struct evtchn_unmask unmask = { .port = port }; | ^~~~~~ /kisskb/src/drivers/xen/events/events_2l.c: In function 'evtchn_2l_handle_events': /kisskb/src/drivers/xen/events/events_2l.c:232:37: note: byref variable will be forcibly initialized 232 | xen_ulong_t bits; | ^~~~ /kisskb/src/drivers/xen/events/events_2l.c:198:29: note: byref variable will be forcibly initialized 198 | xen_ulong_t words; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c: In function 'do_idmap_mount': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c:4098:9: note: in expansion of macro 'smp_store_release' 4098 | smp_store_release(&mnt->mnt.mnt_userns, mnt_userns); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'umount_tree': /kisskb/src/fs/namespace.c:1551:19: note: byref variable will be forcibly initialized 1551 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function 'shrink_submounts': In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/module/tree_lookup.c:9: /kisskb/src/kernel/module/tree_lookup.c: In function 'rb_link_node_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree.h:74:9: note: in expansion of macro 'rcu_assign_pointer' 74 | rcu_assign_pointer(*rb_link, node); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c:3226:19: note: byref variable will be forcibly initialized 3226 | LIST_HEAD(graveyard); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function 'commit_tree': /kisskb/src/fs/namespace.c:956:19: note: byref variable will be forcibly initialized 956 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function 'mnt_warn_timestamp_expiry': /kisskb/src/fs/namespace.c:2618:27: note: byref variable will be forcibly initialized 2618 | struct tm tm; | ^~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:11: /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:226:22: note: byref variable will be forcibly initialized 226 | unsigned int data, status; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_get': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:294:13: note: byref variable will be forcibly initialized 294 | int status, ret; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_irq': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:68: note: byref variable will be forcibly initialized 346 | int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:38: note: byref variable will be forcibly initialized 346 | int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:29: note: byref variable will be forcibly initialized 346 | int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:21: note: byref variable will be forcibly initialized 346 | int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:13: note: byref variable will be forcibly initialized 346 | int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; | ^~~~~~ /kisskb/src/fs/namespace.c: In function 'init_mount_tree': /kisskb/src/fs/namespace.c:4381:21: note: byref variable will be forcibly initialized 4381 | struct path root; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_probe_one': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:531:13: note: byref variable will be forcibly initialized 531 | int status, ret; | ^~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mntput_no_expire': /kisskb/src/fs/namespace.c:1209:19: note: byref variable will be forcibly initialized 1209 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function 'namespace_unlock': /kisskb/src/fs/namespace.c:1485:19: note: byref variable will be forcibly initialized 1485 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c:1482:27: note: byref variable will be forcibly initialized 1482 | struct hlist_head head; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-zynqmp.c: In function 'zynqmp_pinconf_cfg_set': /kisskb/src/drivers/pinctrl/pinctrl-zynqmp.c:353:30: note: byref variable will be forcibly initialized 353 | unsigned int value; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-zynqmp.c: In function 'zynqmp_pinconf_cfg_get': /kisskb/src/drivers/pinctrl/pinctrl-zynqmp.c:254:22: note: byref variable will be forcibly initialized 254 | unsigned int arg, param = pinconf_to_config_param(*config); | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-zynqmp.c: In function 'zynqmp_pinctrl_get_num_pins': /kisskb/src/drivers/pinctrl/pinctrl-zynqmp.c:792:13: note: byref variable will be forcibly initialized 792 | u32 payload[PAYLOAD_ARG_CNT]; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-zynqmp.c: In function 'zynqmp_pinctrl_get_num_functions': /kisskb/src/drivers/pinctrl/pinctrl-zynqmp.c:619:13: note: byref variable will be forcibly initialized 619 | u32 payload[PAYLOAD_ARG_CNT]; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-zynqmp.c: In function 'zynqmp_pinctrl_get_func_num_groups': /kisskb/src/drivers/pinctrl/pinctrl-zynqmp.c:518:13: note: byref variable will be forcibly initialized 518 | u32 payload[PAYLOAD_ARG_CNT]; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-zynqmp.c: In function 'zynqmp_pinctrl_get_function_name': /kisskb/src/drivers/pinctrl/pinctrl-zynqmp.c:602:13: note: byref variable will be forcibly initialized 602 | u32 payload[PAYLOAD_ARG_CNT]; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-zynqmp.c: In function 'zynqmp_pinctrl_get_function_groups': /kisskb/src/drivers/pinctrl/pinctrl-zynqmp.c:499:13: note: byref variable will be forcibly initialized 499 | u32 payload[PAYLOAD_ARG_CNT]; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-zynqmp.c: In function 'zynqmp_pinctrl_get_pin_groups': /kisskb/src/drivers/pinctrl/pinctrl-zynqmp.c:636:13: note: byref variable will be forcibly initialized 636 | u32 payload[PAYLOAD_ARG_CNT]; | ^~~~~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_mount_setattr': /kisskb/src/fs/namespace.c:4335:28: note: byref variable will be forcibly initialized 4335 | struct mount_kattr kattr; | ^~~~~ /kisskb/src/fs/namespace.c:4334:27: note: byref variable will be forcibly initialized 4334 | struct mount_attr attr; | ^~~~ /kisskb/src/fs/namespace.c:4333:21: note: byref variable will be forcibly initialized 4333 | struct path target; | ^~~~~~ /kisskb/src/fs/namespace.c: In function 'ksys_umount': /kisskb/src/fs/namespace.c:1813:21: note: byref variable will be forcibly initialized 1813 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_open_tree': /kisskb/src/fs/namespace.c:2507:21: note: byref variable will be forcibly initialized 2507 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_fsmount': /kisskb/src/fs/namespace.c:3645:22: note: byref variable will be forcibly initialized 3645 | unsigned int mnt_flags = 0; | ^~~~~~~~~ /kisskb/src/fs/namespace.c:3642:21: note: byref variable will be forcibly initialized 3642 | 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:2204:20: note: byref variable will be forcibly initialized 2204 | HLIST_HEAD(tree_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/fs/namespace.c: In function 'do_loopback': /kisskb/src/fs/namespace.c:2422:21: note: byref variable will be forcibly initialized 2422 | struct path old_path; | ^~~~~~~~ /kisskb/src/fs/namespace.c: In function 'do_move_mount_old': /kisskb/src/fs/namespace.c:2906:21: note: byref variable will be forcibly initialized 2906 | struct path old_path; | ^~~~~~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_move_mount': /kisskb/src/fs/namespace.c:3770:32: note: byref variable will be forcibly initialized 3770 | struct path from_path, to_path; | ^~~~~~~ /kisskb/src/fs/namespace.c:3770:21: note: byref variable will be forcibly initialized 3770 | struct path from_path, to_path; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mark_mounts_for_expiry': /kisskb/src/fs/namespace.c:3141:19: note: byref variable will be forcibly initialized 3141 | LIST_HEAD(graveyard); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function 'do_mount': /kisskb/src/fs/namespace.c:3377:21: note: byref variable will be forcibly initialized 3377 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_pivot_root': /kisskb/src/fs/namespace.c:3871:31: note: byref variable will be forcibly initialized 3871 | struct path new, old, root; | ^~~~ /kisskb/src/fs/namespace.c:3871:26: note: byref variable will be forcibly initialized 3871 | struct path new, old, root; | ^~~ /kisskb/src/fs/namespace.c:3871:21: note: byref variable will be forcibly initialized 3871 | struct path new, old, root; | ^~~ /kisskb/src/lib/flex_proportions.c: In function '__fprop_add_percpu_max': /kisskb/src/lib/flex_proportions.c:258:42: note: byref variable will be forcibly initialized 258 | unsigned long numerator, denominator; | ^~~~~~~~~~~ /kisskb/src/lib/flex_proportions.c:258:31: note: byref variable will be forcibly initialized 258 | unsigned long numerator, denominator; | ^~~~~~~~~ /kisskb/src/fs/namespace.c: In function 'mount_subtree': /kisskb/src/fs/namespace.c:3536:21: note: byref variable will be forcibly initialized 3536 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function 'mntns_install': /kisskb/src/fs/namespace.c:4649:21: note: byref variable will be forcibly initialized 4649 | struct path root; | ^~~~ /kisskb/src/fs/namespace.c: In function 'current_chrooted': /kisskb/src/fs/namespace.c:4497:21: note: byref variable will be forcibly initialized 4497 | struct path fs_root; | ^~~~~~~ /kisskb/src/fs/namespace.c:4496:21: note: byref variable will be forcibly initialized 4496 | struct path ns_root; | ^~~~~~~ /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/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/drivers/clk/imx/clk-busy.c: In function 'imx_clk_hw_busy_divider': /kisskb/src/drivers/clk/imx/clk-busy.c:82:30: note: byref variable will be forcibly initialized 82 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/imx/clk-busy.c: In function 'imx_clk_hw_busy_mux': /kisskb/src/drivers/clk/imx/clk-busy.c:161:30: note: byref variable will be forcibly initialized 161 | struct clk_init_data init; | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_alloc_u32': /kisskb/src/lib/idr.c:36:32: note: byref variable will be forcibly initialized 36 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_alloc': /kisskb/src/lib/idr.c:81:13: 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:13: 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:32: note: byref variable will be forcibly initialized 198 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_get_next_ul': /kisskb/src/lib/idr.c:229:32: note: byref variable will be forcibly initialized 229 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_get_next': /kisskb/src/lib/idr.c:266:23: note: byref variable will be forcibly initialized 266 | unsigned long id = *nextid; | ^~ /kisskb/src/lib/idr.c: In function 'idr_replace': /kisskb/src/lib/idr.c:293:22: note: byref variable will be forcibly initialized 293 | void __rcu **slot = NULL; | ^~~~ /kisskb/src/lib/idr.c:292:33: note: byref variable will be forcibly initialized 292 | struct radix_tree_node *node; | ^~~~ /kisskb/src/lib/idr.c: In function 'ida_alloc_range': /kisskb/src/lib/idr.c:404:31: 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:18: note: byref variable will be forcibly initialized 383 | XA_STATE(xas, &ida->xa, min / IDA_BITMAP_BITS); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/idr.c: In function 'ida_free': /kisskb/src/lib/idr.c:489:18: note: byref variable will be forcibly initialized 489 | XA_STATE(xas, &ida->xa, id / IDA_BITMAP_BITS); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/idr.c: In function 'ida_destroy': /kisskb/src/lib/idr.c:543:18: note: byref variable will be forcibly initialized 543 | XA_STATE(xas, &ida->xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/xattr.c:11: /kisskb/src/fs/xattr.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'xattr_getsecurity': /kisskb/src/fs/xattr.c:333:15: note: byref variable will be forcibly initialized 333 | void *buffer = NULL; | ^~~~~~ /kisskb/src/fs/xattr.c: In function 'vfs_setxattr': /kisskb/src/fs/xattr.c:296:23: note: byref variable will be forcibly initialized 296 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | 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/crypto/sm3.c: In function 'sm3_update': /kisskb/src/crypto/sm3.c:181:13: note: byref variable will be forcibly initialized 181 | u32 W[16]; | ^ /kisskb/src/fs/xattr.c: In function 'path_listxattr': /kisskb/src/fs/xattr.c:829:21: note: byref variable will be forcibly initialized 829 | struct path path; | ^~~~ /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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/page_ref.h:61:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 61 | DECLARE_EVENT_CLASS(page_ref_mod_and_test_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/sm3.c: In function 'sm3_final': /kisskb/src/crypto/sm3.c:221:13: note: byref variable will be forcibly initialized 221 | u32 W[16]; | ^ /kisskb/src/fs/libfs.c: In function 'simple_attr_read': /kisskb/src/fs/libfs.c:980:21: note: byref variable will be forcibly initialized 980 | u64 val; | ^~~ /kisskb/src/fs/xattr.c: In function 'vfs_removexattr': /kisskb/src/fs/xattr.c:535:23: note: byref variable will be forcibly initialized 535 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'removexattr': /kisskb/src/fs/xattr.c:877:14: note: byref variable will be forcibly initialized 877 | char kname[XATTR_NAME_MAX + 1]; | ^~~~~ /kisskb/src/fs/libfs.c: In function 'simple_attr_write': /kisskb/src/fs/libfs.c:1001:28: note: byref variable will be forcibly initialized 1001 | unsigned long long val; | ^~~ /kisskb/src/fs/xattr.c: In function 'path_removexattr': /kisskb/src/fs/xattr.c:891:21: note: byref variable will be forcibly initialized 891 | struct path path; | ^~~~ /kisskb/src/fs/xattr.c: In function 'setxattr': /kisskb/src/fs/xattr.c:610:26: note: byref variable will be forcibly initialized 610 | struct xattr_ctx ctx = { | ^~~ /kisskb/src/fs/xattr.c:609:27: note: byref variable will be forcibly initialized 609 | struct xattr_name kname; | ^~~~~ /kisskb/src/fs/xattr.c: In function 'path_setxattr': /kisskb/src/fs/xattr.c:633:21: note: byref variable will be forcibly initialized 633 | struct path path; | ^~~~ /kisskb/src/fs/xattr.c: In function 'getxattr': /kisskb/src/fs/xattr.c:728:26: note: byref variable will be forcibly initialized 728 | struct xattr_ctx ctx = { | ^~~ /kisskb/src/fs/xattr.c:727:27: note: byref variable will be forcibly initialized 727 | struct xattr_name kname; | ^~~~~ /kisskb/src/fs/xattr.c: In function 'path_getxattr': /kisskb/src/fs/xattr.c:752:21: note: byref variable will be forcibly initialized 752 | struct path path; | ^~~~ /kisskb/src/drivers/soc/amlogic/meson-gx-socinfo.c: In function 'meson_gx_socinfo_init': /kisskb/src/drivers/soc/amlogic/meson-gx-socinfo.c:134:22: note: byref variable will be forcibly initialized 134 | unsigned int socinfo; | ^~~~~~~ /kisskb/src/fs/xattr.c: In function 'simple_xattr_list': /kisskb/src/fs/xattr.c:1152:17: note: byref variable will be forcibly initialized 1152 | ssize_t remaining_size = size; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/module/procfs.c: In function 'm_show': /kisskb/src/kernel/module/procfs.c:68:14: note: byref variable will be forcibly initialized 68 | char buf[MODULE_FLAGS_BUF_SIZE]; | ^~~ In file included from /kisskb/src/include/linux/of_address.h:6, from /kisskb/src/drivers/soc/amlogic/meson-canvas.c:13: /kisskb/src/drivers/soc/amlogic/meson-canvas.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:42: /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'watch_fired': /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:275:19: note: byref variable will be forcibly initialized 275 | LIST_HEAD(staging_q); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:271:28: note: byref variable will be forcibly initialized 271 | struct xsd_sockmsg hdr; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'xenbus_command_reply': /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:425:11: note: byref variable will be forcibly initialized 425 | } msg; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c: In function 'wait_for_devices': /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:305:22: note: byref variable will be forcibly initialized 305 | unsigned int seconds_waited = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/soc/xilinx/xlnx_event_manager.c: In function 'xlnx_event_init_sgi': /kisskb/src/drivers/soc/xilinx/xlnx_event_manager.c:563:27: note: byref variable will be forcibly initialized 563 | struct irq_fwspec sgi_fwspec; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/fcntl.h:5, from /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:12: /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c: In function 'xenbus_reset_wait_for_backend': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:362:19: note: in expansion of macro 'wait_event_interruptible_timeout' 362 | timeout = wait_event_interruptible_timeout(backend_state_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c: In function 'xenbus_reset_frontend': /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:375:29: note: byref variable will be forcibly initialized 375 | struct xenbus_watch be_watch; | ^~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c: In function 'xenbus_check_frontend': /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:415:23: note: byref variable will be forcibly initialized 415 | int be_state, fe_state, err; | ^~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:415:13: note: byref variable will be forcibly initialized 415 | int be_state, fe_state, err; | ^~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c: In function 'xenbus_reset_state': /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:449:25: note: byref variable will be forcibly initialized 449 | int devclass_n, dev_n; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe_frontend.c:449:13: note: byref variable will be forcibly initialized 449 | int devclass_n, dev_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:13, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:42: /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'xenbus_file_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:141:23: note: in expansion of macro 'wait_event_interruptible' 141 | ret = wait_event_interruptible(u->read_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:42: /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'xenbus_dev_queue_reply': /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:368:19: note: byref variable will be forcibly initialized 368 | LIST_HEAD(staging_q); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ 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:1358:19: note: byref variable will be forcibly initialized 1358 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/writeback.h:861, from /kisskb/src/fs/fs-writeback.c:81: /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_folio_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_dirty_inode_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_write_inode_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_work_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_pages_written': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_bdi_register': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_wbc_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_queue_io': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_global_dirty_state': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_bdi_dirty_ratelimit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_balance_dirty_pages': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_sb_inodes_requeue': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' 706 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_single_inode_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 738 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_inode_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:798:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 798 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/fs/fs-writeback.c:19: /kisskb/src/fs/fs-writeback.c: In function 'wait_sb_inodes': /kisskb/src/fs/fs-writeback.c:2505:19: note: byref variable will be forcibly initialized 2505 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/fs-writeback.c:20: /kisskb/src/fs/fs-writeback.c: In function 'wb_wait_for_completion': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c:191:9: note: in expansion of macro 'wait_event' 191 | 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:2592:30: note: byref variable will be forcibly initialized 2592 | DEFINE_WB_COMPLETION(done, bdi); | ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:81:30: note: in definition of macro 'DEFINE_WB_COMPLETION' 81 | struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) | ^~~~ /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/fs-writeback.c: In function 'wb_check_start_all': /kisskb/src/fs/fs-writeback.c:2156:42: note: byref variable will be forcibly initialized 2156 | struct wb_writeback_work work = { | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_old_data_flush': /kisskb/src/fs/fs-writeback.c:2133:42: note: byref variable will be forcibly initialized 2133 | struct wb_writeback_work work = { | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_background_flush': /kisskb/src/fs/fs-writeback.c:2099:42: note: byref variable will be forcibly initialized 2099 | struct wb_writeback_work work = { | ^~~~ /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; | ^~~~ In file included from /kisskb/src/include/linux/writeback.h:12, from /kisskb/src/fs/fs-writeback.c:26: /kisskb/src/fs/fs-writeback.c: In function 'sync_inodes_sb': /kisskb/src/fs/fs-writeback.c:2670:30: note: byref variable will be forcibly initialized 2670 | DEFINE_WB_COMPLETION(done, bdi); | ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:81:30: note: in definition of macro 'DEFINE_WB_COMPLETION' 81 | struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) | ^~~~ /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/lib/zstd/decompress/huf_decompress.c: In function 'HUF_fillDTableX2Level2': /kisskb/src/lib/zstd/decompress/huf_decompress.c:533:16: note: byref variable will be forcibly initialized 533 | HUF_DEltX2 DElt; | ^~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_fillDTableX2': /kisskb/src/lib/zstd/decompress/huf_decompress.c:605:24: note: byref variable will be forcibly initialized 605 | HUF_DEltX2 DElt; | ^~~~ /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/drivers/soc/mediatek/mtk-mutex.c: In function 'mtk_mutex_probe': /kisskb/src/drivers/soc/mediatek/mtk-mutex.c:753:26: note: byref variable will be forcibly initialized 753 | struct resource *regs; | ^~~~ /kisskb/src/lib/klist.c: In function 'klist_remove': /kisskb/src/lib/klist.c:240:29: note: byref variable will be forcibly initialized 240 | struct klist_waiter waiter; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/regulator.h:174, from /kisskb/src/drivers/regulator/core.c:31: /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_basic': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_range': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_value': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/regulator/core.c:21: /kisskb/src/drivers/regulator/core.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'of_get_regulator': /kisskb/src/drivers/regulator/core.c:401:14: note: byref variable will be forcibly initialized 401 | char prop_name[64]; /* 64 is max size of property name */ | ^~~~~~~~~ /kisskb/src/crypto/wp512.c: In function 'wp256_final': /kisskb/src/crypto/wp512.c:1111:12: note: byref variable will be forcibly initialized 1111 | u8 D[64]; | ^ 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/pnode.c:10: /kisskb/src/fs/pnode.c: In function 'propagate_umount': /kisskb/src/fs/pnode.c:540:19: note: byref variable will be forcibly initialized 540 | LIST_HEAD(visited); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/pnode.c:539:19: note: byref variable will be forcibly initialized 539 | LIST_HEAD(to_umount); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/pnode.c:538:19: note: byref variable will be forcibly initialized 538 | LIST_HEAD(to_restore); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/wp512.c: In function 'wp384_final': /kisskb/src/crypto/wp512.c:1100:12: note: byref variable will be forcibly initialized 1100 | u8 D[64]; | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/regulator/core.c:12: /kisskb/src/drivers/regulator/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_lock_dependent': /kisskb/src/drivers/regulator/core.c:325:31: note: byref variable will be forcibly initialized 325 | struct regulator_dev *old_contended_rdev = NULL; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:324:31: note: byref variable will be forcibly initialized 324 | struct regulator_dev *new_contended_rdev = NULL; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c: In function 'tegra_fuse_probe': /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:212:29: note: byref variable will be forcibly initialized 212 | struct nvmem_config nvmem; | ^~~~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c: In function 'tegra_init_fuse': /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:498:25: note: byref variable will be forcibly initialized 498 | struct resource regs; | ^~~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:496:36: note: byref variable will be forcibly initialized 496 | const struct of_device_id *match; | ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_lock_all': /kisskb/src/drivers/regulator/core.c:5974:34: note: byref variable will be forcibly initialized 5974 | struct summary_lock_data lock_data; | ^~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_lock': /kisskb/src/drivers/regulator/core.c:5993:31: note: byref variable will be forcibly initialized 5993 | struct regulator_dev *old_contended_rdev = NULL; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:5992:31: note: byref variable will be forcibly initialized 5992 | struct regulator_dev *new_contended_rdev = NULL; | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/clk/hisilicon/clkdivider-hi6220.c:12: /kisskb/src/drivers/clk/hisilicon/clkdivider-hi6220.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_show': /kisskb/src/drivers/clk/hisilicon/clkdivider-hi6220.c: In function 'hi6220_register_clkdiv': /kisskb/src/drivers/clk/hisilicon/clkdivider-hi6220.c:106:30: note: byref variable will be forcibly initialized 106 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/regulator/core.c:6041:31: note: byref variable will be forcibly initialized 6041 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'over_temp_warn_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:937:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 937 | REGULATOR_ERROR_ATTR(over_temp_warn, REGULATOR_ERROR_OVER_TEMP_WARN); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'over_voltage_warn_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:936:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 936 | REGULATOR_ERROR_ATTR(over_voltage_warn, REGULATOR_ERROR_OVER_VOLTAGE_WARN); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'over_current_warn_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:935:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 935 | REGULATOR_ERROR_ATTR(over_current_warn, REGULATOR_ERROR_OVER_CURRENT_WARN); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'under_voltage_warn_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:934:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 934 | REGULATOR_ERROR_ATTR(under_voltage_warn, REGULATOR_ERROR_UNDER_VOLTAGE_WARN); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'over_temp_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:933:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 933 | REGULATOR_ERROR_ATTR(over_temp, REGULATOR_ERROR_OVER_TEMP); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'fail_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:932:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 932 | REGULATOR_ERROR_ATTR(fail, REGULATOR_ERROR_FAIL); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulation_out_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:931:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 931 | REGULATOR_ERROR_ATTR(regulation_out, REGULATOR_ERROR_REGULATION_OUT); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'over_current_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:930:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 930 | REGULATOR_ERROR_ATTR(over_current, REGULATOR_ERROR_OVER_CURRENT); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'under_voltage_show': /kisskb/src/drivers/soc/tegra/common.c: In function 'devm_tegra_core_dev_init_opp_table': /kisskb/src/drivers/soc/tegra/common.c:114:21: note: byref variable will be forcibly initialized 114 | const char *clk_names[] = { NULL, NULL }; | ^~~~~~~~~ /kisskb/src/drivers/soc/tegra/common.c:108:13: note: byref variable will be forcibly initialized 108 | u32 hw_version; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:929:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 929 | REGULATOR_ERROR_ATTR(under_voltage, REGULATOR_ERROR_UNDER_VOLTAGE); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'bypass_show': /kisskb/src/drivers/regulator/core.c:899:14: note: byref variable will be forcibly initialized 899 | bool bypass; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'create_regulator': /kisskb/src/drivers/regulator/core.c:1779:22: note: byref variable will be forcibly initialized 1779 | char buf[REG_STR_SIZE]; | ^~~ /kisskb/src/drivers/clk/imx/clk-composite-8m.c: In function 'imx8m_clk_composite_divider_round_rate': /kisskb/src/drivers/clk/imx/clk-composite-8m.c:81:13: note: byref variable will be forcibly initialized 81 | int div_value; | ^~~~~~~~~ /kisskb/src/drivers/clk/imx/clk-composite-8m.c:80:13: note: byref variable will be forcibly initialized 80 | int prediv_value; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/imx/clk-composite-8m.c: In function 'imx8m_clk_composite_divider_set_rate': /kisskb/src/drivers/clk/imx/clk-composite-8m.c:98:13: note: byref variable will be forcibly initialized 98 | int div_value; | ^~~~~~~~~ /kisskb/src/drivers/clk/imx/clk-composite-8m.c:97:13: note: byref variable will be forcibly initialized 97 | int prediv_value; | ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'rdev_init_debugfs': /kisskb/src/drivers/regulator/core.c:5150:14: note: byref variable will be forcibly initialized 5150 | char name[NAME_MAX]; | ^~~~ /kisskb/src/drivers/xen/events/events_fifo.c: In function '__evtchn_fifo_handle_events': /kisskb/src/drivers/xen/events/events_fifo.c:323:23: note: byref variable will be forcibly initialized 323 | unsigned long ready; | ^~~~~ /kisskb/src/drivers/xen/events/events_fifo.c: In function 'evtchn_fifo_unmask': /kisskb/src/drivers/xen/events/events_fifo.c:255:38: note: byref variable will be forcibly initialized 255 | struct evtchn_unmask unmask = { .port = port }; | ^~~~~~ /kisskb/src/drivers/xen/events/events_fifo.c: In function 'init_control_block': /kisskb/src/drivers/xen/events/events_fifo.c:106:36: note: byref variable will be forcibly initialized 106 | struct evtchn_init_control init_control; | ^~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_fifo.c: In function 'evtchn_fifo_setup': /kisskb/src/drivers/xen/events/events_fifo.c:153:44: note: byref variable will be forcibly initialized 153 | struct evtchn_expand_array expand_array; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/mm/page_reporting.c:2: /kisskb/src/mm/page_reporting.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_voltage_rdev': /kisskb/src/drivers/regulator/core.c:4343:14: note: byref variable will be forcibly initialized 4343 | bool bypassed; | ^~~~~~~~ /kisskb/src/mm/page_reporting.c: In function 'page_reporting_process_zone': /kisskb/src/mm/page_reporting.c:231:43: note: byref variable will be forcibly initialized 231 | unsigned int order, mt, leftover, offset = PAGE_REPORTING_CAPACITY; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_call_set_voltage': In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/page_reporting.c:2: /kisskb/src/mm/page_reporting.c: In function 'page_reporting_register': /kisskb/src/drivers/regulator/core.c:3382:40: note: byref variable will be forcibly initialized 3382 | struct pre_voltage_change_data data; | ^~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_reporting.c:346:9: note: in expansion of macro 'rcu_assign_pointer' 346 | rcu_assign_pointer(pr_dev_info, prdev); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_call_set_voltage_sel': /kisskb/src/drivers/regulator/core.c:3406:40: note: byref variable will be forcibly initialized 3406 | struct pre_voltage_change_data data; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_do_set_voltage': /kisskb/src/drivers/regulator/core.c:3519:22: note: byref variable will be forcibly initialized 3519 | unsigned int selector; | ^~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_optimal_voltage': /kisskb/src/drivers/regulator/core.c:3848:21: note: byref variable will be forcibly initialized 3848 | int tmp_max = INT_MAX; | ^~~~~~~ /kisskb/src/drivers/regulator/core.c:3847:21: note: byref variable will be forcibly initialized 3847 | int tmp_min = 0; | ^~~~~~~ /kisskb/src/drivers/regulator/core.c:3813:33: note: byref variable will be forcibly initialized 3813 | int desired_min_uV = 0, desired_max_uV = INT_MAX; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3813:13: note: byref variable will be forcibly initialized 3813 | int desired_min_uV = 0, desired_max_uV = INT_MAX; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_do_balance_voltage': /kisskb/src/drivers/regulator/core.c:3984:65: note: byref variable will be forcibly initialized 3984 | int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3984:45: note: byref variable will be forcibly initialized 3984 | int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3984:29: note: byref variable will be forcibly initialized 3984 | int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3955:23: note: byref variable will be forcibly initialized 3955 | unsigned long c_rdev_done = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_set_voltage': /kisskb/src/drivers/regulator/core.c:4076:31: note: byref variable will be forcibly initialized 4076 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_set_suspend_voltage': /kisskb/src/drivers/regulator/core.c:4156:31: note: byref variable will be forcibly initialized 4156 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_sync_voltage': /kisskb/src/drivers/regulator/core.c:4297:26: note: byref variable will be forcibly initialized 4297 | int ret, min_uV, max_uV; | ^~~~~~ /kisskb/src/drivers/regulator/core.c:4297:18: note: byref variable will be forcibly initialized 4297 | int ret, min_uV, max_uV; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'print_constraints_debug': /kisskb/src/drivers/regulator/core.c:1073:14: note: byref variable will be forcibly initialized 1073 | char buf[160] = ""; | ^~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_show_subtree': /kisskb/src/drivers/regulator/core.c:5861:29: note: byref variable will be forcibly initialized 5861 | struct summary_data summary_data; | ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_voltage': /kisskb/src/drivers/regulator/core.c:4397:31: note: byref variable will be forcibly initialized 4397 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_set_name': /kisskb/src/lib/kobject.c:294:17: note: byref variable will be forcibly initialized 294 | va_list vargs; | ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'drms_uA_update': /kisskb/src/drivers/regulator/core.c:946:22: note: byref variable will be forcibly initialized 946 | unsigned int mode; | ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_add': /kisskb/src/lib/kobject.c:397:17: note: byref variable will be forcibly initialized 397 | va_list args; | ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_init_and_add': /kisskb/src/lib/kobject.c:435:17: note: byref variable will be forcibly initialized 435 | va_list args; | ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_rename': /kisskb/src/lib/kobject.c:464:15: note: byref variable will be forcibly initialized 464 | char *envp[2]; | ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_move': /kisskb/src/lib/kobject.c:528:15: note: byref variable will be forcibly initialized 528 | char *envp[2]; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_disable': /kisskb/src/drivers/regulator/core.c:2964:31: note: byref variable will be forcibly initialized 2964 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_disable_work': /kisskb/src/drivers/regulator/core.c:3041:31: note: byref variable will be forcibly initialized 3041 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/kernel/module/sysfs.c: In function 'module_sect_read': /kisskb/src/kernel/module/sysfs.c:40:14: note: byref variable will be forcibly initialized 40 | char bounce[MODULE_SECT_READ_SIZE + 1]; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_enable': /kisskb/src/drivers/regulator/core.c:2857:31: note: byref variable will be forcibly initialized 2857 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/module/sysfs.c:8: /kisskb/src/kernel/module/sysfs.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/module/sysfs.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_force_disable': /kisskb/src/drivers/regulator/core.c:3013:31: note: byref variable will be forcibly initialized 3013 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/module/sysfs.c:8: /kisskb/src/kernel/module/sysfs.c: In function 'mod_kobject_put': /kisskb/src/kernel/module/sysfs.c:331:36: note: byref variable will be forcibly initialized 331 | DECLARE_COMPLETION_ONSTACK(c); | ^ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ 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:4841:32: note: byref variable will be forcibly initialized 4841 | ASYNC_DOMAIN_EXCLUSIVE(async_domain); | ^~~~~~~~~~~~ /kisskb/src/include/linux/async.h:35:29: note: in definition of macro 'ASYNC_DOMAIN_EXCLUSIVE' 35 | struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \ | ^~~~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c: In function 'mtk_pll_round_rate': /kisskb/src/drivers/clk/mediatek/clk-pll.c:235:13: note: byref variable will be forcibly initialized 235 | int postdiv; | ^~~~~~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c:234:13: note: byref variable will be forcibly initialized 234 | u32 pcw = 0; | ^~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c: In function 'mtk_clk_register_pll': /kisskb/src/drivers/clk/mediatek/clk-pll.c:319:21: note: byref variable will be forcibly initialized 319 | const char *parent_name = "clk26m"; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c: In function 'mtk_pll_set_rate': /kisskb/src/drivers/clk/mediatek/clk-pll.c:206:13: note: byref variable will be forcibly initialized 206 | u32 postdiv; | ^~~~~~~ /kisskb/src/drivers/clk/mediatek/clk-pll.c:205:13: note: byref variable will be forcibly initialized 205 | u32 pcw = 0; | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/memfd.c:10: /kisskb/src/mm/memfd.c: In function 'memfd_wait_for_pins': /kisskb/src/mm/memfd.c:76:18: note: byref variable will be forcibly initialized 76 | XA_STATE(xas, &mapping->i_pages, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/kernel/time/clocksource.c: In function 'unbind_clocksource_store': /kisskb/src/kernel/time/clocksource.c:1353:14: note: byref variable will be forcibly initialized 1353 | char name[CS_NAME_LEN]; | ^~~~ In file included from /kisskb/src/include/uapi/linux/virtio_balloon.h:31, from /kisskb/src/drivers/virtio/virtio_balloon.c:10: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'update_balloon_size': /kisskb/src/include/linux/virtio_config.h:484:50: note: byref variable will be forcibly initialized 484 | typeof(((structname*)0)->member) virtio_cwrite_v = \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:455:9: note: in expansion of macro 'virtio_cwrite_le' 455 | virtio_cwrite_le(vb->vdev, struct virtio_balloon_config, actual, | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtio_balloon_cmd_id_received': /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:570:17: note: in expansion of macro 'virtio_cread_le' 570 | virtio_cread_le(vb->vdev, struct virtio_balloon_config, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'towards_target': /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:395:9: note: in expansion of macro 'virtio_cread_le' 395 | virtio_cread_le(vb->vdev, struct virtio_balloon_config, num_pages, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'send_cmd_id_start': /kisskb/src/drivers/virtio/virtio_balloon.c:582:18: note: byref variable will be forcibly initialized 582 | int err, unused; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:580:28: note: byref variable will be forcibly initialized 580 | struct scatterlist sg; | ^~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'send_cmd_id_stop': /kisskb/src/drivers/virtio/virtio_balloon.c:601:18: note: byref variable will be forcibly initialized 601 | int err, unused; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:599:28: note: byref variable will be forcibly initialized 599 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'tell_host': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:157:9: note: in expansion of macro 'wait_event' 157 | wait_event(vb->acked, virtqueue_get_buf(vq, &len)); | ^~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:148:22: note: byref variable will be forcibly initialized 148 | unsigned int len; | ^~~ /kisskb/src/drivers/virtio/virtio_balloon.c:147:28: note: byref variable will be forcibly initialized 147 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'leak_balloon': /kisskb/src/drivers/virtio/virtio_balloon.c:273:19: note: byref variable will be forcibly initialized 273 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtballoon_free_page_report': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:183:9: note: in expansion of macro 'wait_event' 183 | wait_event(vb->acked, virtqueue_get_buf(vq, &unused)); | ^~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:167:22: note: byref variable will be forcibly initialized 167 | unsigned int unused, err; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'get_free_page_and_send': /kisskb/src/drivers/virtio/virtio_balloon.c:619:18: note: byref variable will be forcibly initialized 619 | int err, unused; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:618:28: note: byref variable will be forcibly initialized 618 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_balloon.c:9: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'fill_balloon': /kisskb/src/drivers/virtio/virtio_balloon.c:209:19: note: byref variable will be forcibly initialized 209 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'update_balloon_stats': /kisskb/src/drivers/virtio/virtio_balloon.c:317:24: note: byref variable will be forcibly initialized 317 | struct sysinfo i; | ^ /kisskb/src/drivers/virtio/virtio_balloon.c:316:23: note: byref variable will be forcibly initialized 316 | unsigned long events[NR_VM_EVENT_ITEMS]; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'stats_handle_request': /kisskb/src/drivers/virtio/virtio_balloon.c:377:22: note: byref variable will be forcibly initialized 377 | unsigned int len, num_stats; | ^~~ /kisskb/src/drivers/virtio/virtio_balloon.c:376:28: note: byref variable will be forcibly initialized 376 | struct scatterlist sg; | ^~ /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'init_vqs': /kisskb/src/drivers/virtio/virtio_balloon.c:535:36: note: byref variable will be forcibly initialized 535 | struct scatterlist sg; | ^~ /kisskb/src/drivers/virtio/virtio_balloon.c:494:21: note: byref variable will be forcibly initialized 494 | const char *names[VIRTIO_BALLOON_VQ_MAX]; | ^~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:493:24: note: byref variable will be forcibly initialized 493 | vq_callback_t *callbacks[VIRTIO_BALLOON_VQ_MAX]; | ^~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:492:27: note: byref variable will be forcibly initialized 492 | struct virtqueue *vqs[VIRTIO_BALLOON_VQ_MAX]; | ^~~ In file included from /kisskb/src/include/uapi/linux/virtio_balloon.h:31, from /kisskb/src/drivers/virtio/virtio_balloon.c:10: /kisskb/src/drivers/virtio/virtio_balloon.c: In function 'virtballoon_probe': /kisskb/src/include/linux/virtio_config.h:484:50: note: byref variable will be forcibly initialized 484 | typeof(((structname*)0)->member) virtio_cwrite_v = \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:951:17: note: in expansion of macro 'virtio_cwrite_le' 951 | virtio_cwrite_le(vb->vdev, struct virtio_balloon_config, | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_balloon.c:937:23: note: byref variable will be forcibly initialized 937 | __u32 poison_val = 0; | ^~~~~~~~~~ /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/drivers/clk/mediatek/clk-gate.c: In function 'mtk_get_clockgating': /kisskb/src/drivers/clk/mediatek/clk-gate.c:34:13: note: byref variable will be forcibly initialized 34 | u32 val; | ^~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_findFrameSizeInfo': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:665:31: note: byref variable will be forcibly initialized 665 | blockProperties_t blockProperties; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:650:26: note: byref variable will be forcibly initialized 650 | ZSTD_frameHeader zfh; | ^~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:635:24: note: byref variable will be forcibly initialized 635 | ZSTD_frameSizeInfo frameSizeInfo; | ^~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_getFrameContentSize': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:508:26: note: byref variable will be forcibly initialized 508 | { ZSTD_frameHeader zfh; | ^~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressContinue': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1084:31: note: byref variable will be forcibly initialized 1084 | { blockProperties_t bp; | ^~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_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_block.c: In function 'ZSTD_decompressSequences_body': /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_block.c:1124:20: note: byref variable will be forcibly initialized 1124 | seqState_t seqState; | ^~~~~~~~ /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_block.c:1114:17: note: byref variable will be forcibly initialized 1114 | const BYTE* litPtr = dctx->litPtr; | ^~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1251:15: note: byref variable will be forcibly initialized 1251 | { short offcodeNCount[MaxOff+1]; | ^~~~~~~~~~~~~ /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 /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/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.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/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/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/drivers/virtio/virtio_mmio.c: In function 'vm_cmdline_set': /kisskb/src/drivers/virtio/virtio_mmio.c:703:24: note: byref variable will be forcibly initialized 703 | int processed, consumed = 0; | ^~~~~~~~ /kisskb/src/drivers/virtio/virtio_mmio.c:702:22: note: byref variable will be forcibly initialized 702 | unsigned int irq; | ^~~ /kisskb/src/drivers/virtio/virtio_mmio.c:701:19: note: byref variable will be forcibly initialized 701 | long long base, size; | ^~~~ /kisskb/src/drivers/virtio/virtio_mmio.c:700:15: note: byref variable will be forcibly initialized 700 | char *str; | ^~~ /kisskb/src/drivers/virtio/virtio_mmio.c: In function 'vm_get': /kisskb/src/drivers/virtio/virtio_mmio.c:155:16: note: byref variable will be forcibly initialized 155 | __le32 l; | ^ /kisskb/src/drivers/virtio/virtio_mmio.c:154:16: note: byref variable will be forcibly initialized 154 | __le16 w; | ^ /kisskb/src/drivers/virtio/virtio_mmio.c:153:12: note: byref variable will be forcibly initialized 153 | u8 b; | ^ /kisskb/src/drivers/virtio/virtio_mmio.c: In function 'vm_set': /kisskb/src/drivers/virtio/virtio_mmio.c:197:16: note: byref variable will be forcibly initialized 197 | __le32 l; | ^ /kisskb/src/drivers/virtio/virtio_mmio.c:196:16: note: byref variable will be forcibly initialized 196 | __le16 w; | ^ /kisskb/src/drivers/virtio/virtio_mmio.c:195:12: note: byref variable will be forcibly initialized 195 | u8 b; | ^ /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/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/splice.c: In function 'pipe_to_sendpage': /kisskb/src/fs/splice.c:349:16: note: byref variable will be forcibly initialized 349 | loff_t pos = sd->pos; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/splice.c: In function 'iter_to_pipe': /kisskb/src/fs/splice.c:1165:24: note: byref variable will be forcibly initialized 1165 | size_t start; | ^~~~~ /kisskb/src/fs/splice.c:1163:30: note: byref variable will be forcibly initialized 1163 | struct page *pages[16]; | ^~~~~ /kisskb/src/fs/splice.c: In function 'generic_file_splice_read': /kisskb/src/fs/splice.c:303:22: note: byref variable will be forcibly initialized 303 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/splice.c:302:25: note: byref variable will be forcibly initialized 302 | struct iov_iter to; | ^~ /kisskb/src/fs/splice.c: In function '__do_sys_vmsplice': /kisskb/src/fs/splice.c:1300:13: note: byref variable will be forcibly initialized 1300 | int type; | ^~~~ /kisskb/src/fs/splice.c:1297:25: note: byref variable will be forcibly initialized 1297 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/splice.c:1296:23: note: byref variable will be forcibly initialized 1296 | struct iovec *iov = iovstack; | ^~~ /kisskb/src/fs/splice.c:1295:22: note: byref variable will be forcibly initialized 1295 | struct iovec iovstack[UIO_FASTIOV]; | ^~~~~~~~ /kisskb/src/fs/splice.c: In function 'iter_file_splice_write': /kisskb/src/fs/splice.c:636:33: note: byref variable will be forcibly initialized 636 | struct iov_iter from; | ^~~~ /kisskb/src/fs/splice.c: In function 'splice_direct_to_actor': /kisskb/src/fs/splice.c:863:24: note: byref variable will be forcibly initialized 863 | loff_t pos = sd->pos, prev_pos = pos; | ^~~ /kisskb/src/fs/splice.c: In function 'do_splice': /kisskb/src/fs/splice.c:1028:16: note: byref variable will be forcibly initialized 1028 | loff_t offset; | ^~~~~~ /kisskb/src/fs/splice.c: In function '__do_splice': /kisskb/src/fs/splice.c:1117:16: note: byref variable will be forcibly initialized 1117 | loff_t offset, *__off_in = NULL, *__off_out = NULL; | ^~~~~~ /kisskb/src/drivers/soc/amlogic/meson-clk-measure.c: In function 'meson_measure_id': /kisskb/src/drivers/soc/amlogic/meson-clk-measure.c:495:22: note: byref variable will be forcibly initialized 495 | unsigned int val; | ^~~ /kisskb/src/drivers/soc/amlogic/meson-clk-measure.c: In function 'clk_msr_show': /kisskb/src/drivers/soc/amlogic/meson-clk-measure.c:560:22: note: byref variable will be forcibly initialized 560 | unsigned int precision = 0; | ^~~~~~~~~ /kisskb/src/drivers/soc/amlogic/meson-clk-measure.c: In function 'clk_msr_summary_show': /kisskb/src/drivers/soc/amlogic/meson-clk-measure.c:576:22: note: byref variable will be forcibly initialized 576 | unsigned int precision = 0; | ^~~~~~~~~ /kisskb/src/drivers/clk/imx/clk-cpu.c: In function 'imx_clk_hw_cpu': /kisskb/src/drivers/clk/imx/clk-cpu.c:79:30: note: byref variable will be forcibly initialized 79 | struct clk_init_data init; | ^~~~ /kisskb/src/fs/sync.c: In function 'do_sync_work': /kisskb/src/fs/sync.c:119:13: note: byref variable will be forcibly initialized 119 | int nowait = 0; | ^~~~~~ /kisskb/src/fs/sync.c: In function 'ksys_sync': /kisskb/src/fs/sync.c:99:25: note: byref variable will be forcibly initialized 99 | int nowait = 0, wait = 1; | ^~~~ /kisskb/src/fs/sync.c:99:13: note: byref variable will be forcibly initialized 99 | int nowait = 0, wait = 1; | ^~~~~~ /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_init_vqs': /kisskb/src/drivers/virtio/virtio_input.c:189:24: note: byref variable will be forcibly initialized 189 | vq_callback_t *cbs[] = { virtinput_recv_events, | ^~~ /kisskb/src/drivers/virtio/virtio_input.c:188:27: note: byref variable will be forcibly initialized 188 | struct virtqueue *vqs[2]; | ^~~ In file included from /kisskb/src/drivers/virtio/virtio_input.c:4: /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_cfg_select': /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:134:9: note: in expansion of macro 'virtio_cread_le' 134 | virtio_cread_le(vi->vdev, struct virtio_input_config, size, &size); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:484:50: note: byref variable will be forcibly initialized 484 | typeof(((structname*)0)->member) virtio_cwrite_v = \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:133:9: note: in expansion of macro 'virtio_cwrite_le' 133 | virtio_cwrite_le(vi->vdev, struct virtio_input_config, subsel, &subsel); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:484:50: note: byref variable will be forcibly initialized 484 | typeof(((structname*)0)->member) virtio_cwrite_v = \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:132:9: note: in expansion of macro 'virtio_cwrite_le' 132 | virtio_cwrite_le(vi->vdev, struct virtio_input_config, select, &select); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_recv_status': /kisskb/src/drivers/virtio/virtio_input.c:111:22: note: byref variable will be forcibly initialized 111 | unsigned int len; | ^~~ /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_queue_evtbuf': /kisskb/src/drivers/virtio/virtio_input.c:27:28: note: byref variable will be forcibly initialized 27 | struct scatterlist sg[1]; | ^~ In file included from /kisskb/src/include/linux/mount.h:14, from /kisskb/src/fs/utimes.c:3: /kisskb/src/fs/utimes.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/virtio/virtio_input.c:4: /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_cfg_abs': /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:181:9: note: in expansion of macro 'virtio_cread_le' 181 | virtio_cread_le(vi->vdev, struct virtio_input_config, u.abs.flat, &fl); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:180:9: note: in expansion of macro 'virtio_cread_le' 180 | virtio_cread_le(vi->vdev, struct virtio_input_config, u.abs.fuzz, &fu); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:179:9: note: in expansion of macro 'virtio_cread_le' 179 | virtio_cread_le(vi->vdev, struct virtio_input_config, u.abs.res, &re); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:178:9: note: in expansion of macro 'virtio_cread_le' 178 | virtio_cread_le(vi->vdev, struct virtio_input_config, u.abs.max, &ma); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:177:9: note: in expansion of macro 'virtio_cread_le' 177 | virtio_cread_le(vi->vdev, struct virtio_input_config, u.abs.min, &mi); | ^~~~~~~~~~~~~~~ /kisskb/src/fs/utimes.c: In function 'vfs_utimes': /kisskb/src/fs/utimes.c:24:23: note: byref variable will be forcibly initialized 24 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/utimes.c:22:22: note: byref variable will be forcibly initialized 22 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/utimes.c: In function 'do_utimes_path': /kisskb/src/fs/utimes.c:82:21: note: byref variable will be forcibly initialized 82 | struct path path; | ^~~~ /kisskb/src/fs/utimes.c: In function '__do_sys_utimensat': /kisskb/src/fs/utimes.c:150:27: note: byref variable will be forcibly initialized 150 | struct timespec64 tstimes[2]; | ^~~~~~~ /kisskb/src/crypto/lrw.c: In function 'lrw_xor_tweak': /kisskb/src/crypto/lrw.c:149:13: note: byref variable will be forcibly initialized 149 | u32 counter[4]; | ^~~~~~~ /kisskb/src/crypto/lrw.c:147:30: note: byref variable will be forcibly initialized 147 | struct skcipher_walk w; | ^ /kisskb/src/crypto/lrw.c:146:15: note: byref variable will be forcibly initialized 146 | be128 t = rctx->t; | ^ /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_probe': /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:269:17: note: in expansion of macro 'virtio_cread_le' 269 | virtio_cread_le(vi->vdev, struct virtio_input_config, | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:267:17: note: in expansion of macro 'virtio_cread_le' 267 | virtio_cread_le(vi->vdev, struct virtio_input_config, | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:265:17: note: in expansion of macro 'virtio_cread_le' 265 | virtio_cread_le(vi->vdev, struct virtio_input_config, | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c:263:17: note: in expansion of macro 'virtio_cread_le' 263 | virtio_cread_le(vi->vdev, struct virtio_input_config, | ^~~~~~~~~~~~~~~ /kisskb/src/crypto/lrw.c: In function 'lrw_create': /kisskb/src/crypto/lrw.c:306:13: note: byref variable will be forcibly initialized 306 | u32 mask; | ^~~~ /kisskb/src/crypto/lrw.c:305:14: note: byref variable will be forcibly initialized 305 | char ecb_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_send_status': /kisskb/src/drivers/virtio/virtio_input.c:64:28: note: byref variable will be forcibly initialized 64 | struct scatterlist sg[1]; | ^~ /kisskb/src/kernel/futex/core.c: In function 'futex_init': /kisskb/src/drivers/virtio/virtio_input.c: In function 'virtinput_recv_events': /kisskb/src/drivers/virtio/virtio_input.c:38:22: note: byref variable will be forcibly initialized 38 | unsigned int len; | ^~~ /kisskb/src/kernel/futex/core.c:1117:22: note: byref variable will be forcibly initialized 1117 | unsigned int futex_shift; | ^~~~~~~~~~~ /kisskb/src/kernel/futex/core.c: In function 'get_futex_key': /kisskb/src/kernel/futex/core.c:225:22: note: byref variable will be forcibly initialized 225 | struct page *page, *tail; | ^~~~ /kisskb/src/kernel/futex/core.c: In function 'handle_futex_death': /kisskb/src/kernel/futex/core.c:640:19: note: byref variable will be forcibly initialized 640 | u32 uval, nval, mval; | ^~~~ /kisskb/src/kernel/futex/core.c: In function 'exit_robust_list': /kisskb/src/kernel/futex/core.c:770:22: note: byref variable will be forcibly initialized 770 | unsigned int next_pi; | ^~~~~~~ /kisskb/src/kernel/futex/core.c:769:53: note: byref variable will be forcibly initialized 769 | unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; | ^~~ /kisskb/src/kernel/futex/core.c:769:49: note: byref variable will be forcibly initialized 769 | unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; | ^~ /kisskb/src/kernel/futex/core.c:768:57: note: byref variable will be forcibly initialized 768 | struct robust_list __user *entry, *next_entry, *pending; | ^~~~~~~ /kisskb/src/kernel/futex/core.c:768:44: note: byref variable will be forcibly initialized 768 | struct robust_list __user *entry, *next_entry, *pending; | ^~~~~~~~~~ /kisskb/src/kernel/futex/core.c:768:36: note: byref variable will be forcibly initialized 768 | struct robust_list __user *entry, *next_entry, *pending; | ^~~~~ /kisskb/src/kernel/futex/core.c: In function 'compat_exit_robust_list': /kisskb/src/kernel/futex/core.c:865:44: note: byref variable will be forcibly initialized 865 | compat_uptr_t uentry, next_uentry, upending; | ^~~~~~~~ /kisskb/src/kernel/futex/core.c:865:31: note: byref variable will be forcibly initialized 865 | compat_uptr_t uentry, next_uentry, upending; | ^~~~~~~~~~~ /kisskb/src/kernel/futex/core.c:865:23: note: byref variable will be forcibly initialized 865 | compat_uptr_t uentry, next_uentry, upending; | ^~~~~~ /kisskb/src/kernel/futex/core.c:864:22: note: byref variable will be forcibly initialized 864 | unsigned int next_pi; | ^~~~~~~ /kisskb/src/kernel/futex/core.c:863:53: note: byref variable will be forcibly initialized 863 | unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; | ^~~ /kisskb/src/kernel/futex/core.c:863:49: note: byref variable will be forcibly initialized 863 | unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; | ^~ /kisskb/src/kernel/futex/core.c:862:57: note: byref variable will be forcibly initialized 862 | struct robust_list __user *entry, *next_entry, *pending; | ^~~~~~~ /kisskb/src/kernel/futex/core.c:862:44: note: byref variable will be forcibly initialized 862 | struct robust_list __user *entry, *next_entry, *pending; | ^~~~~~~~~~ /kisskb/src/kernel/futex/core.c:862:36: note: byref variable will be forcibly initialized 862 | struct robust_list __user *entry, *next_entry, *pending; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/lib/logic_pio.c:11: /kisskb/src/lib/logic_pio.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/kobject_uevent.c: In function 'add_uevent_var': /kisskb/src/lib/kobject_uevent.c:656:17: note: byref variable will be forcibly initialized 656 | va_list args; | ^~~~ /kisskb/src/lib/kobject_uevent.c: In function 'kobject_synth_uevent': /kisskb/src/lib/kobject_uevent.c:197:33: note: byref variable will be forcibly initialized 197 | struct kobj_uevent_env *env; | ^~~ /kisskb/src/lib/kobject_uevent.c:196:21: note: byref variable will be forcibly initialized 196 | const char *action_args; | ^~~~~~~~~~~ /kisskb/src/lib/kobject_uevent.c:195:29: note: byref variable will be forcibly initialized 195 | enum kobject_action action; | ^~~~~~ /kisskb/src/lib/kobject_uevent.c:194:15: note: byref variable will be forcibly initialized 194 | char *no_uuid_envp[] = { "SYNTH_UUID=0", NULL }; | ^~~~~~~~~~~~ /kisskb/src/drivers/soc/amlogic/meson-gx-pwrc-vpu.c: In function 'meson_gx_pwrc_vpu_get_power': /kisskb/src/drivers/soc/amlogic/meson-gx-pwrc-vpu.c:248:13: note: byref variable will be forcibly initialized 248 | u32 reg; | ^~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra30.c: In function 'tegra30_fuse_add_randomness': /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra30.c:69:13: note: byref variable will be forcibly initialized 69 | u32 randomness[12]; | ^~~~~~~~~~ /kisskb/src/drivers/clk/imx/clk-divider-gate.c: In function 'imx_clk_hw_divider_gate': /kisskb/src/drivers/clk/imx/clk-divider-gate.c:182:30: note: byref variable will be forcibly initialized 182 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/d_path.c:2: /kisskb/src/fs/d_path.c: In function 'prepend_name': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/d_path.c:97:29: note: in expansion of macro 'smp_load_acquire' 97 | const char *dname = smp_load_acquire(&name->name); /* ^^^ */ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/d_path.c: In function 'prepend_path': /kisskb/src/fs/d_path.c:160:31: note: byref variable will be forcibly initialized 160 | struct prepend_buffer b; | ^ /kisskb/src/fs/d_path.c:159:23: note: byref variable will be forcibly initialized 159 | unsigned seq, m_seq = 0; | ^~~~~ /kisskb/src/fs/d_path.c:159:18: 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:13: note: byref variable will be forcibly initialized 335 | int seq = 0; | ^~~ /kisskb/src/fs/d_path.c:334:31: note: byref variable will be forcibly initialized 334 | struct prepend_buffer b; | ^ /kisskb/src/fs/d_path.c: In function '__do_sys_getcwd': /kisskb/src/fs/d_path.c:429:32: note: byref variable will be forcibly initialized 429 | DECLARE_BUFFER(b, page, PATH_MAX); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c:415:26: note: byref variable will be forcibly initialized 415 | struct path pwd, root; | ^~~~ /kisskb/src/fs/d_path.c:415:21: note: byref variable will be forcibly initialized 415 | struct path pwd, root; | ^~~ /kisskb/src/fs/d_path.c: In function '__d_path': /kisskb/src/fs/d_path.c:218:24: note: byref variable will be forcibly initialized 218 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c: In function 'd_absolute_path': /kisskb/src/fs/d_path.c:230:24: note: byref variable will be forcibly initialized 230 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c: In function 'd_path': /kisskb/src/fs/d_path.c:267:21: note: byref variable will be forcibly initialized 267 | struct path root; | ^~~~ /kisskb/src/fs/d_path.c:266:24: note: byref variable will be forcibly initialized 266 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c: In function 'dynamic_dname': /kisskb/src/fs/d_path.c:304:14: note: byref variable will be forcibly initialized 304 | char temp[64]; | ^~~~ /kisskb/src/fs/d_path.c:303:17: 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:24: note: byref variable will be forcibly initialized 320 | DECLARE_BUFFER(b, buffer, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c: In function 'dentry_path_raw': /kisskb/src/fs/d_path.c:364:24: note: byref variable will be forcibly initialized 364 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/fs/d_path.c: In function 'dentry_path': /kisskb/src/fs/d_path.c:373:24: note: byref variable will be forcibly initialized 373 | DECLARE_BUFFER(b, buf, buflen); | ^ /kisskb/src/fs/d_path.c:16:31: note: in definition of macro 'DECLARE_BUFFER' 16 | struct prepend_buffer __name = {.buf = __buf + __len, .len = __len} | ^~~~~~ /kisskb/src/drivers/clk/hisilicon/clk-hisi-phase.c: In function 'clk_register_hisi_phase': /kisskb/src/drivers/clk/hisilicon/clk-hisi-phase.c:98:30: note: byref variable will be forcibly initialized 98 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/soc/tegra/pmc.c:17: /kisskb/src/drivers/soc/tegra/pmc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_parse_dt': /kisskb/src/drivers/soc/tegra/pmc.c:1851:20: note: byref variable will be forcibly initialized 1851 | u32 value, values[2]; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1851:13: note: byref variable will be forcibly initialized 1851 | u32 value, values[2]; | ^~~~~ In file included from /kisskb/src/drivers/soc/tegra/pmc.c:22: /kisskb/src/drivers/soc/tegra/pmc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_core_pd_add': /kisskb/src/drivers/soc/tegra/pmc.c:1387:21: note: byref variable will be forcibly initialized 1387 | const char *rname[] = { "core", NULL}; | ^~~~~ /kisskb/src/drivers/xen/cpu_hotplug.c: In function 'vcpu_online': /kisskb/src/drivers/xen/cpu_hotplug.c:37:23: note: byref variable will be forcibly initialized 37 | char dir[16], state[16]; | ^~~~~ /kisskb/src/drivers/xen/cpu_hotplug.c:37:14: note: byref variable will be forcibly initialized 37 | char dir[16], state[16]; | ^~~ /kisskb/src/drivers/xen/cpu_hotplug.c: In function 'handle_vcpu_hotplug_event': /kisskb/src/drivers/xen/cpu_hotplug.c:75:22: note: byref variable will be forcibly initialized 75 | unsigned int cpu; | ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_irq_alloc': /kisskb/src/drivers/soc/tegra/pmc.c:2243:43: note: byref variable will be forcibly initialized 2243 | struct irq_fwspec spec; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_clk_out_register': /kisskb/src/drivers/soc/tegra/pmc.c:2597:30: note: byref variable will be forcibly initialized 2597 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_clk_gate_register': /kisskb/src/drivers/soc/tegra/pmc.c:2653:30: note: byref variable will be forcibly initialized 2653 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_readl': /kisskb/src/drivers/soc/tegra/pmc.c:456:30: note: byref variable will be forcibly initialized 456 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/soc/tegra/flowctrl.c: In function 'tegra_flowctrl_init': /kisskb/src/drivers/soc/tegra/flowctrl.c:192:25: note: byref variable will be forcibly initialized 192 | struct resource res; | ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_io_pad_is_powered': /kisskb/src/drivers/soc/tegra/pmc.c:1690:13: note: byref variable will be forcibly initialized 1690 | u32 mask, value; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1689:32: note: byref variable will be forcibly initialized 1689 | unsigned long request, status; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1689:23: note: byref variable will be forcibly initialized 1689 | unsigned long request, status; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_powergate_init': /kisskb/src/drivers/soc/tegra/pmc.c:1428:44: note: byref variable will be forcibly initialized 1428 | struct of_phandle_args child_args, parent_args; | ^~~~~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1428:32: note: byref variable will be forcibly initialized 1428 | struct of_phandle_args child_args, parent_args; | ^~~~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_writel': /kisskb/src/drivers/soc/tegra/pmc.c:479:30: note: byref variable will be forcibly initialized 479 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra186_pmc_setup_irq_polarity': /kisskb/src/drivers/soc/tegra/pmc.c:3568:25: note: byref variable will be forcibly initialized 3568 | struct resource regs; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_init_tsense_reset': /kisskb/src/drivers/soc/tegra/pmc.c:1931:52: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1931:42: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1931:32: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1931:23: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1931:13: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_early_init': /kisskb/src/drivers/soc/tegra/pmc.c:3976:25: note: byref variable will be forcibly initialized 3976 | struct resource regs; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:3974:36: note: byref variable will be forcibly initialized 3974 | const struct of_device_id *match; | ^~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_io_pad_power_enable': /kisskb/src/drivers/soc/tegra/pmc.c:1624:13: note: byref variable will be forcibly initialized 1624 | u32 mask; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1623:32: note: byref variable will be forcibly initialized 1623 | unsigned long request, status; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1623:23: note: byref variable will be forcibly initialized 1623 | unsigned long request, status; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_io_pad_power_disable': /kisskb/src/drivers/soc/tegra/pmc.c:1660:13: note: byref variable will be forcibly initialized 1660 | u32 mask; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1659:32: note: byref variable will be forcibly initialized 1659 | unsigned long request, status; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1659:23: note: byref variable will be forcibly initialized 1659 | unsigned long request, status; | ^~~~~~~ /kisskb/src/drivers/clk/mediatek/clk-cpumux.c: In function 'mtk_clk_register_cpumux': /kisskb/src/drivers/clk/mediatek/clk-cpumux.c:66:30: note: byref variable will be forcibly initialized 66 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/mediatek/clk-cpumux.c: In function 'clk_cpumux_get_parent': /kisskb/src/drivers/clk/mediatek/clk-cpumux.c:34:22: note: byref variable will be forcibly initialized 34 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/imx/clk-fracn-gppll.c: In function 'imx_clk_fracn_gppll': /kisskb/src/drivers/clk/imx/clk-fracn-gppll.c:300:30: note: byref variable will be forcibly initialized 300 | struct clk_init_data init; | ^~~~ /kisskb/src/crypto/xctr.c: In function 'crypto_xctr_crypt_inplace': /kisskb/src/crypto/xctr.c:84:16: note: byref variable will be forcibly initialized 84 | __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1); | ^~~~~ /kisskb/src/crypto/xctr.c:82:12: note: byref variable will be forcibly initialized 82 | u8 tmp[XCTR_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; | ^~~ /kisskb/src/crypto/xctr.c: In function 'crypto_xctr_crypt_segment': /kisskb/src/crypto/xctr.c:57:16: note: byref variable will be forcibly initialized 57 | __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1); | ^~~~~ /kisskb/src/crypto/xctr.c: In function 'crypto_xctr_crypt_final': /kisskb/src/crypto/xctr.c:41:16: note: byref variable will be forcibly initialized 41 | __le32 ctr32 = cpu_to_le32(byte_ctr / XCTR_BLOCKSIZE + 1); | ^~~~~ /kisskb/src/crypto/xctr.c:37:12: note: byref variable will be forcibly initialized 37 | u8 keystream[XCTR_BLOCKSIZE]; | ^~~~~~~~~ /kisskb/src/crypto/xctr.c: In function 'crypto_xctr_crypt': /kisskb/src/crypto/xctr.c:104:30: note: byref variable will be forcibly initialized 104 | struct skcipher_walk walk; | ^~~~ /kisskb/src/fs/fs_struct.c: In function 'set_fs_root': /kisskb/src/fs/fs_struct.c:17:21: note: byref variable will be forcibly initialized 17 | struct path old_root; | ^~~~~~~~ /kisskb/src/fs/fs_struct.c: In function 'set_fs_pwd': /kisskb/src/fs/fs_struct.c:36:21: note: byref variable will be forcibly initialized 36 | struct path old_pwd; | ^~~~~~~ /kisskb/src/kernel/time/timer_list.c: In function 'SEQ_printf': /kisskb/src/kernel/time/timer_list.c:33:17: 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:32: note: byref variable will be forcibly initialized 63 | struct hrtimer *timer, tmp; | ^~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/reset/core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/kernel/futex/syscalls.c: In function 'futex_parse_waitv': /kisskb/src/kernel/futex/syscalls.c:201:28: note: byref variable will be forcibly initialized 201 | struct futex_waitv aux; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/compat.h:17, from /kisskb/src/kernel/futex/syscalls.c:3: /kisskb/src/kernel/futex/syscalls.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/futex/syscalls.c: In function '__do_sys_futex_waitv': /kisskb/src/kernel/futex/syscalls.c:253:17: note: byref variable will be forcibly initialized 253 | ktime_t time; | ^~~~ /kisskb/src/kernel/futex/syscalls.c:252:27: note: byref variable will be forcibly initialized 252 | struct timespec64 ts; | ^~ /kisskb/src/kernel/futex/syscalls.c:250:32: note: byref variable will be forcibly initialized 250 | struct hrtimer_sleeper to; | ^~ /kisskb/src/kernel/futex/syscalls.c: In function '__do_sys_futex': /kisskb/src/kernel/futex/syscalls.c:170:27: note: byref variable will be forcibly initialized 170 | struct timespec64 ts; | ^~ /kisskb/src/kernel/futex/syscalls.c:169:17: note: byref variable will be forcibly initialized 169 | ktime_t t, *tp = NULL; | ^ /kisskb/src/drivers/reset/tegra/reset-bpmp.c: In function 'tegra_bpmp_reset_common': /kisskb/src/drivers/reset/tegra/reset-bpmp.c:22:35: note: byref variable will be forcibly initialized 22 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/reset/tegra/reset-bpmp.c:21:34: note: byref variable will be forcibly initialized 21 | struct mrq_reset_request request; | ^~~~~~~ /kisskb/src/drivers/reset/core.c: In function '__of_reset_control_get': /kisskb/src/drivers/reset/core.c:819:32: note: byref variable will be forcibly initialized 819 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/clk/imx/clk-fixup-div.c: In function 'clk_fixup_div_set_rate': /kisskb/src/drivers/clk/imx/clk-fixup-div.c:59:13: note: byref variable will be forcibly initialized 59 | u32 val; | ^~~ /kisskb/src/drivers/clk/imx/clk-fixup-div.c: In function 'imx_clk_hw_fixup_divider': /kisskb/src/drivers/clk/imx/clk-fixup-div.c:94:30: note: byref variable will be forcibly initialized 94 | struct clk_init_data init; | ^~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_is_pmic_cipher_ready': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1566:13: note: byref variable will be forcibly initialized 1566 | u32 rdata; | ^~~~~ /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_write32': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1350:23: note: byref variable will be forcibly initialized 1350 | int ret, msb, rdata; | ^~~~~ /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_init_sidly': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1436:13: note: byref variable will be forcibly initialized 1436 | u32 rdata; | ^~~~~ /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_init_dual_io': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1468:13: note: byref variable will be forcibly initialized 1468 | u32 rdata; | ^~~~~ /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c: In function 'pwrap_init_cipher': /kisskb/src/drivers/soc/mediatek/mtk-pmic-wrap.c:1581:13: note: byref variable will be forcibly initialized 1581 | u32 rdata = 0; | ^~~~~ /kisskb/src/fs/nls/nls_utf8.c: In function 'char2uni': /kisskb/src/fs/nls/nls_utf8.c:32:19: note: byref variable will be forcibly initialized 32 | unicode_t u; | ^ /kisskb/src/fs/fs_pin.c: In function 'pin_kill': /kisskb/src/fs/fs_pin.c:32:28: note: byref variable will be forcibly initialized 32 | wait_queue_entry_t wait; | ^~~~ /kisskb/src/drivers/char/hw_random/core.c: In function 'rng_quality_store': /kisskb/src/drivers/char/hw_random/core.c:430:13: note: byref variable will be forcibly initialized 430 | u16 quality; | ^~~~~~~ /kisskb/src/crypto/hctr2.c: In function 'hctr2_hash_message': /kisskb/src/crypto/hctr2.c:200:32: note: byref variable will be forcibly initialized 200 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/crypto/hctr2.c: In function 'hctr2_finish': /kisskb/src/crypto/hctr2.c:234:12: note: byref variable will be forcibly initialized 234 | u8 digest[POLYVAL_DIGEST_SIZE]; | ^~~~~~ /kisskb/src/crypto/hctr2.c: In function 'hctr2_crypt': /kisskb/src/crypto/hctr2.c:271:12: note: byref variable will be forcibly initialized 271 | u8 digest[POLYVAL_DIGEST_SIZE]; | ^~~~~~ /kisskb/src/crypto/hctr2.c: In function 'hctr2_hash_tweaklen': /kisskb/src/crypto/hctr2.c:112:16: note: byref variable will be forcibly initialized 112 | __le64 tweak_length_block[2]; | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/crypto/internal/hash.h:12, from /kisskb/src/crypto/hctr2.c:20: /kisskb/src/include/crypto/hash.h:166:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/crypto/hctr2.c:111:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 111 | SHASH_DESC_ON_STACK(shash, tfm->polyval); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/hctr2.c: In function 'hctr2_setkey': /kisskb/src/crypto/hctr2.c:133:12: note: byref variable will be forcibly initialized 133 | u8 hbar[BLOCKCIPHER_BLOCK_SIZE]; | ^~~~ /kisskb/src/crypto/hctr2.c: In function 'hctr2_create_common': /kisskb/src/crypto/hctr2.c:416:14: note: byref variable will be forcibly initialized 416 | char blockcipher_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~~~~~~~~~ /kisskb/src/crypto/hctr2.c:410:13: note: byref variable will be forcibly initialized 410 | u32 mask; | ^~~~ /kisskb/src/crypto/hctr2.c: In function 'hctr2_create': /kisskb/src/crypto/hctr2.c:537:14: note: byref variable will be forcibly initialized 537 | char xctr_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~~ /kisskb/src/drivers/clk/imx/clk-fixup-mux.c: In function 'clk_fixup_mux_set_parent': /kisskb/src/drivers/clk/imx/clk-fixup-mux.c:47:13: note: byref variable will be forcibly initialized 47 | u32 val; | ^~~ /kisskb/src/drivers/clk/imx/clk-fixup-mux.c: In function 'imx_clk_hw_fixup_mux': /kisskb/src/drivers/clk/imx/clk-fixup-mux.c:73:30: note: byref variable will be forcibly initialized 73 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'clear_interruption': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:68:12: note: byref variable will be forcibly initialized 68 | u8 interrupt; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'st33zp24_cancel': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:81:12: note: byref variable will be forcibly initialized 81 | u8 data; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'st33zp24_status': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:93:12: note: byref variable will be forcibly initialized 93 | u8 data; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'check_locality': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:105:12: note: byref variable will be forcibly initialized 105 | u8 data; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'release_locality': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:148:12: note: byref variable will be forcibly initialized 148 | u8 data; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'get_burstcount': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:163:12: note: byref variable will be forcibly initialized 163 | u8 temp; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'request_locality': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:122:12: note: byref variable will be forcibly initialized 122 | u8 data; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:7: /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'wait_for_stat': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:235:31: note: in expansion of macro 'wait_event_interruptible_timeout' 235 | ret = wait_event_interruptible_timeout(*queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:210:14: note: byref variable will be forcibly initialized 210 | bool canceled = false; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'st33zp24_send': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:308:12: note: byref variable will be forcibly initialized 308 | u8 data; | ^~~~ /kisskb/src/drivers/soc/tegra/fuse/tegra-apbmisc.c: In function 'tegra_init_apbmisc': /kisskb/src/drivers/soc/tegra/fuse/tegra-apbmisc.c:138:34: note: byref variable will be forcibly initialized 138 | struct resource apbmisc, straps; | ^~~~~~ /kisskb/src/drivers/soc/tegra/fuse/tegra-apbmisc.c:138:25: note: byref variable will be forcibly initialized 138 | struct resource apbmisc, straps; | ^~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'st33zp24_probe': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:442:12: note: byref variable will be forcibly initialized 442 | u8 intmask = 0; | ^~~~~~~ /kisskb/src/fs/statfs.c: In function 'put_compat_statfs': /kisskb/src/fs/statfs.c:269:30: note: byref variable will be forcibly initialized 269 | struct compat_statfs buf; | ^~~ /kisskb/src/fs/statfs.c: In function 'put_compat_statfs64': /kisskb/src/fs/statfs.c:325:32: note: byref variable will be forcibly initialized 325 | struct compat_statfs64 buf; | ^~~ /kisskb/src/drivers/clk/imx/clk-frac-pll.c: In function 'imx_clk_hw_frac_pll': /kisskb/src/fs/statfs.c: In function 'do_statfs_native': /kisskb/src/drivers/clk/imx/clk-frac-pll.c:209:30: note: byref variable will be forcibly initialized 209 | struct clk_init_data init; | ^~~~ /kisskb/src/fs/statfs.c:128:23: note: byref variable will be forcibly initialized 128 | struct statfs buf; | ^~~ /kisskb/src/fs/statfs.c: In function 'do_statfs64': /kisskb/src/fs/statfs.c:170:25: note: byref variable will be forcibly initialized 170 | struct statfs64 buf; | ^~~ /kisskb/src/fs/statfs.c: In function '__do_sys_ustat': /kisskb/src/fs/statfs.c:251:24: note: byref variable will be forcibly initialized 251 | struct kstatfs sbuf; | ^~~~ /kisskb/src/fs/statfs.c:250:22: note: byref variable will be forcibly initialized 250 | struct ustat tmp; | ^~~ /kisskb/src/fs/statfs.c: In function '__do_compat_sys_ustat': /kisskb/src/fs/statfs.c:394:24: note: byref variable will be forcibly initialized 394 | struct kstatfs sbuf; | ^~~~ /kisskb/src/fs/statfs.c:393:29: note: byref variable will be forcibly initialized 393 | struct compat_ustat tmp; | ^~~ /kisskb/src/fs/statfs.c: In function 'vfs_get_fsid': /kisskb/src/fs/statfs.c:74:24: note: byref variable will be forcibly initialized 74 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function 'user_statfs': /kisskb/src/fs/statfs.c:99:21: note: byref variable will be forcibly initialized 99 | struct path path; | ^~~~ /kisskb/src/fs/statfs.c: In function '__do_sys_statfs': /kisskb/src/fs/statfs.c:194:24: note: byref variable will be forcibly initialized 194 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function '__do_sys_statfs64': /kisskb/src/fs/statfs.c:203:24: note: byref variable will be forcibly initialized 203 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function '__do_compat_sys_statfs': /kisskb/src/fs/statfs.c:307:24: note: byref variable will be forcibly initialized 307 | struct kstatfs tmp; | ^~~ /kisskb/src/fs/statfs.c: In function '__do_sys_fstatfs': /kisskb/src/fs/statfs.c:215:24: note: byref variable will be forcibly initialized 215 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function '__do_sys_fstatfs64': /kisskb/src/fs/statfs.c:224:24: note: byref variable will be forcibly initialized 224 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function '__do_compat_sys_fstatfs': /kisskb/src/fs/statfs.c:316:24: note: byref variable will be forcibly initialized 316 | struct kstatfs tmp; | ^~~ /kisskb/src/fs/statfs.c: In function 'kcompat_sys_statfs64': /kisskb/src/fs/statfs.c:350:24: note: byref variable will be forcibly initialized 350 | struct kstatfs tmp; | ^~~ /kisskb/src/fs/statfs.c: In function 'kcompat_sys_fstatfs64': /kisskb/src/fs/statfs.c:369:24: note: byref variable will be forcibly initialized 369 | struct kstatfs tmp; | ^~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_atomic_op_inuser': /kisskb/src/kernel/futex/waitwake.c:194:13: note: byref variable will be forcibly initialized 194 | int oldval, ret; | ^~~~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait_multiple_setup': /kisskb/src/kernel/futex/waitwake.c:404:13: note: byref variable will be forcibly initialized 404 | u32 uval; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/task.h:10, from /kisskb/src/kernel/futex/waitwake.c:3: /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wake_mark': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/futex/waitwake.c:131:9: note: in expansion of macro 'smp_store_release' 131 | smp_store_release(&q->lock_ptr, NULL); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/futex/futex.h:7, from /kisskb/src/kernel/futex/waitwake.c:7: /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wake': /kisskb/src/kernel/futex/waitwake.c:149:23: note: byref variable will be forcibly initialized 149 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wake_op': /kisskb/src/kernel/futex/waitwake.c:245:23: note: byref variable will be forcibly initialized 245 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait_multiple': /kisskb/src/kernel/futex/waitwake.c:527:18: note: byref variable will be forcibly initialized 527 | int ret, hint = 0; | ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait_setup': /kisskb/src/kernel/futex/waitwake.c:580:13: note: byref variable will be forcibly initialized 580 | u32 uval; | ^~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait': /kisskb/src/kernel/futex/waitwake.c:637:24: note: byref variable will be forcibly initialized 637 | struct futex_q q = futex_q_init; | ^ /kisskb/src/kernel/futex/waitwake.c:636:35: note: byref variable will be forcibly initialized 636 | struct futex_hash_bucket *hb; | ^~ /kisskb/src/kernel/futex/waitwake.c:634:32: note: byref variable will be forcibly initialized 634 | struct hrtimer_sleeper timeout, *to; | ^~~~~~~ /kisskb/src/kernel/futex/waitwake.c: In function 'futex_wait_restart': /kisskb/src/kernel/futex/waitwake.c:697:17: note: byref variable will be forcibly initialized 697 | ktime_t t, *tp = NULL; | ^ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'tegra_bpmp_powergate_get_max_id': /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:91:35: note: byref variable will be forcibly initialized 91 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:90:31: note: byref variable will be forcibly initialized 90 | struct mrq_pg_request request; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:89:32: note: byref variable will be forcibly initialized 89 | struct mrq_pg_response response; | ^~~~~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'tegra_bpmp_powergate_set_state': /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:35:35: note: byref variable will be forcibly initialized 35 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:34:31: note: byref variable will be forcibly initialized 34 | struct mrq_pg_request request; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'tegra_bpmp_powergate_get_state': /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:62:35: note: byref variable will be forcibly initialized 62 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:61:31: note: byref variable will be forcibly initialized 61 | struct mrq_pg_request request; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:60:32: note: byref variable will be forcibly initialized 60 | struct mrq_pg_response response; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:7: /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'tegra_bpmp_powergate_get_name': /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:120:35: note: byref variable will be forcibly initialized 120 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:119:31: note: byref variable will be forcibly initialized 119 | struct mrq_pg_request request; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:118:32: note: byref variable will be forcibly initialized 118 | struct mrq_pg_response response; | ^~~~~~~~ /kisskb/src/drivers/soc/tegra/powergate-bpmp.c: In function 'tegra_bpmp_init_powergates': /kisskb/src/drivers/soc/tegra/powergate-bpmp.c:330:38: note: byref variable will be forcibly initialized 330 | struct tegra_powergate_info *powergates; | ^~~~~~~~~~ /kisskb/src/fs/nsfs.c: In function 'ns_get_path': /kisskb/src/fs/nsfs.c:139:38: note: byref variable will be forcibly initialized 139 | struct ns_get_path_task_args args = { | ^~~~ /kisskb/src/drivers/char/tpm/tpm-chip.c: In function 'tpm_default_chip': /kisskb/src/drivers/char/tpm/tpm-chip.c:199:13: note: byref variable will be forcibly initialized 199 | int chip_num = 0; | ^~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/radix-tree.c:12: /kisskb/src/lib/radix-tree.c: In function 'insert_entries': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:684:9: note: in expansion of macro 'rcu_assign_pointer' 684 | rcu_assign_pointer(*slot, item); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function 'replace_slot': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:829:9: note: in expansion of macro 'rcu_assign_pointer' 829 | rcu_assign_pointer(*slot, item); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_extend': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:455:17: note: in expansion of macro 'rcu_assign_pointer' 455 | rcu_assign_pointer(root->xa_head, entry); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function '__radix_tree_create': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:626:25: note: in expansion of macro 'rcu_assign_pointer' 626 | rcu_assign_pointer(*slot, node_to_entry(child)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:602:23: note: byref variable will be forcibly initialized 602 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:600:47: 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:22: note: byref variable will be forcibly initialized 705 | void __rcu **slot; | ^~~~ /kisskb/src/lib/radix-tree.c:704:33: note: byref variable will be forcibly initialized 704 | struct radix_tree_node *node; | ^~~~ /kisskb/src/lib/radix-tree.c: In function '__radix_tree_lookup': /kisskb/src/lib/radix-tree.c:750:23: note: byref variable will be forcibly initialized 750 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:749:33: 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:22: note: byref variable will be forcibly initialized 795 | void __rcu **slot; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_set': /kisskb/src/lib/radix-tree.c:969:23: note: byref variable will be forcibly initialized 969 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:968:33: note: byref variable will be forcibly initialized 968 | struct radix_tree_node *node, *parent; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_clear': /kisskb/src/lib/radix-tree.c:1031:23: note: byref variable will be forcibly initialized 1031 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1030:33: 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:23: note: byref variable will be forcibly initialized 1083 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1082:33: 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:38: note: byref variable will be forcibly initialized 1158 | unsigned long index, offset, maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1157:40: note: byref variable will be forcibly initialized 1157 | struct radix_tree_node *node, *child; | ^~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup': /kisskb/src/lib/radix-tree.c:1264:32: note: byref variable will be forcibly initialized 1264 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag': /kisskb/src/lib/radix-tree.c:1305:32: note: byref variable will be forcibly initialized 1305 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag_slot': /kisskb/src/lib/radix-tree.c:1346:32: note: byref variable will be forcibly initialized 1346 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_delete_item': /kisskb/src/lib/radix-tree.c:1416:22: note: byref variable will be forcibly initialized 1416 | void __rcu **slot = NULL; | ^~~~ /kisskb/src/lib/radix-tree.c:1415:33: note: byref variable will be forcibly initialized 1415 | struct radix_tree_node *node = NULL; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/radix-tree.c:12: /kisskb/src/lib/radix-tree.c: In function 'idr_get_free': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:1510:25: note: in expansion of macro 'rcu_assign_pointer' 1510 | rcu_assign_pointer(*slot, node_to_entry(child)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:1481:23: note: byref variable will be forcibly initialized 1481 | unsigned long maxindex, start = iter->next_index; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1479:47: note: byref variable will be forcibly initialized 1479 | struct radix_tree_node *node = NULL, *child; | ^~~~~ /kisskb/src/drivers/clk/imx/clk-gate2.c: In function 'clk_hw_register_gate2': /kisskb/src/drivers/clk/imx/clk-gate2.c:144:30: note: byref variable will be forcibly initialized 144 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/xen/grant-table.c: In function '__max_nr_grant_frames': /kisskb/src/drivers/xen/grant-table.c:775:34: note: byref variable will be forcibly initialized 775 | struct gnttab_query_size query; | ^~~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_request_version': /kisskb/src/drivers/xen/grant-table.c:1529:35: note: byref variable will be forcibly initialized 1529 | struct gnttab_set_version gsv; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/drivers/xen/grant-table.c:37: /kisskb/src/drivers/xen/grant-table.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_map': /kisskb/src/drivers/xen/grant-table.c:1437:43: note: byref variable will be forcibly initialized 1437 | struct xen_add_to_physmap xatp; | ^~~~ /kisskb/src/drivers/xen/grant-table.c:1431:35: note: byref variable will be forcibly initialized 1431 | struct gnttab_setup_table setup; | ^~~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_map_frames_v2': /kisskb/src/drivers/xen/grant-table.c:1384:41: note: byref variable will be forcibly initialized 1384 | struct gnttab_get_status_frames getframes; | ^~~~~~~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_page_cache_shrink': /kisskb/src/drivers/xen/grant-table.c:988:22: note: byref variable will be forcibly initialized 988 | struct page *page[10]; | ^~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_unmap_refs_sync': /kisskb/src/drivers/xen/grant-table.c:1346:41: note: byref variable will be forcibly initialized 1346 | struct unmap_refs_callback_data data; | ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/rcupdate.h:25, from /kisskb/src/include/linux/rbtree.h:24, from /kisskb/src/include/linux/rbtree_augmented.h:16, from /kisskb/src/lib/rbtree.c:12: /kisskb/src/lib/rbtree.c: In function '__rb_change_child_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:191:17: note: in expansion of macro 'rcu_assign_pointer' 191 | rcu_assign_pointer(root->rb_node, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:189:25: note: in expansion of macro 'rcu_assign_pointer' 189 | rcu_assign_pointer(parent->rb_right, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:187:25: note: in expansion of macro 'rcu_assign_pointer' 187 | rcu_assign_pointer(parent->rb_left, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_printf': /kisskb/src/lib/seq_buf.c:85:17: note: byref variable will be forcibly initialized 85 | va_list ap; | ^~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_putmem_hex': /kisskb/src/lib/seq_buf.c:225:23: note: byref variable will be forcibly initialized 225 | unsigned char hex[HEX_CHARS]; | ^~~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_path': /kisskb/src/lib/seq_buf.c:272:15: note: byref variable will be forcibly initialized 272 | char *buf; | ^~~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_hex_dump': /kisskb/src/lib/seq_buf.c:367:23: note: byref variable will be forcibly initialized 367 | unsigned char linebuf[32 * 3 + 2 + 32 + 1]; | ^~~~~~~ /kisskb/src/drivers/xen/features.c: In function 'xen_setup_features': /kisskb/src/drivers/xen/features.c:37:33: note: byref variable will be forcibly initialized 37 | struct xen_feature_info fi; | ^~ /kisskb/src/drivers/char/xillybus/xillybus_class.c: In function 'xillybus_init_chrdev': /kisskb/src/drivers/char/xillybus/xillybus_class.c:52:14: note: byref variable will be forcibly initialized 52 | char devname[48]; | ^~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_class.c:50:15: note: byref variable will be forcibly initialized 50 | dev_t mdev; | ^~~~ /kisskb/src/drivers/clk/mediatek/clk-mux.c: In function 'mtk_clk_mux_get_parent': /kisskb/src/drivers/clk/mediatek/clk-mux.c:86:13: note: byref variable will be forcibly initialized 86 | u32 val; | ^~~ /kisskb/src/drivers/clk/mediatek/clk-mux.c: In function 'mtk_clk_mux_is_enabled': /kisskb/src/drivers/clk/mediatek/clk-mux.c:75:13: note: byref variable will be forcibly initialized 75 | u32 val; | ^~~ /kisskb/src/drivers/clk/mediatek/clk-mux.c: In function 'mtk_clk_mux_set_parent_setclr_lock': /kisskb/src/drivers/clk/mediatek/clk-mux.c:98:18: note: byref variable will be forcibly initialized 98 | u32 val, orig; | ^~~~ /kisskb/src/drivers/clk/imx/clk-pfd.c: In function 'imx_clk_hw_pfd': /kisskb/src/drivers/clk/imx/clk-pfd.c:129:30: note: byref variable will be forcibly initialized 129 | struct clk_init_data init; | ^~~~ /kisskb/src/kernel/futex/pi.c: In function 'handle_exit_race': /kisskb/src/kernel/futex/pi.c:323:13: note: byref variable will be forcibly initialized 323 | u32 uval2; | ^~~~~ /kisskb/src/drivers/clk/imx/clk-pllv1.c: In function 'imx_clk_hw_pllv1': /kisskb/src/drivers/clk/imx/clk-pllv1.c:119:30: note: byref variable will be forcibly initialized 119 | struct clk_init_data init; | ^~~~ /kisskb/src/kernel/futex/pi.c: In function 'lock_pi_update_atomic': /kisskb/src/kernel/futex/pi.c:477:13: note: byref variable will be forcibly initialized 477 | u32 curval; | ^~~~~~ /kisskb/src/kernel/futex/pi.c: In function '__fixup_pi_state_owner': /kisskb/src/kernel/futex/pi.c:688:19: note: byref variable will be forcibly initialized 688 | u32 uval, curval, newval, newtid; | ^~~~~~ /kisskb/src/kernel/futex/pi.c:688:13: note: byref variable will be forcibly initialized 688 | u32 uval, curval, newval, newtid; | ^~~~ /kisskb/src/kernel/futex/pi.c: In function 'wake_futex_pi': /kisskb/src/kernel/futex/pi.c:619:13: note: byref variable will be forcibly initialized 619 | u32 curval, newval; | ^~~~~~ In file included from /kisskb/src/kernel/futex/pi.c:7: /kisskb/src/kernel/futex/pi.c:618:26: note: byref variable will be forcibly initialized 618 | DEFINE_RT_WAKE_Q(wqh); | ^~~ /kisskb/src/kernel/futex/../locking/rtmutex_common.h:56:31: note: in definition of macro 'DEFINE_RT_WAKE_Q' 56 | struct rt_wake_q_head name = { \ | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/kernel/futex/requeue.c:3: /kisskb/src/kernel/futex/requeue.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/alarmtimer.h:97, from /kisskb/src/kernel/time/alarmtimer.c:34: /kisskb/src/kernel/time/alarmtimer.c: In function 'trace_event_raw_event_alarmtimer_suspend': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(alarmtimer_suspend, | ^~~~~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'trace_event_raw_event_alarm_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:45:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 45 | DECLARE_EVENT_CLASS(alarm_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/kernel/time/alarmtimer.c:15: /kisskb/src/kernel/time/alarmtimer.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:71:27: note: byref variable will be forcibly initialized 71 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/futex/pi.c: In function 'attach_to_pi_state': /kisskb/src/kernel/futex/pi.c:207:13: note: byref variable will be forcibly initialized 207 | u32 uval2; | ^~~~~ /kisskb/src/kernel/futex/pi.c: In function 'futex_lock_pi_atomic': /kisskb/src/kernel/futex/pi.c:521:13: note: byref variable will be forcibly initialized 521 | u32 uval, newval, vpid = task_pid_vnr(task); | ^~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarmtimer_suspend': /kisskb/src/kernel/time/alarmtimer.c:248:25: note: byref variable will be forcibly initialized 248 | struct rtc_time tm; | ^~ /kisskb/src/kernel/futex/pi.c: In function 'futex_lock_pi': /kisskb/src/kernel/futex/pi.c:936:24: note: byref variable will be forcibly initialized 936 | struct futex_q q = futex_q_init; | ^ /kisskb/src/kernel/futex/pi.c:934:32: note: byref variable will be forcibly initialized 934 | struct rt_mutex_waiter rt_waiter; | ^~~~~~~~~ /kisskb/src/kernel/futex/pi.c:933:29: note: byref variable will be forcibly initialized 933 | struct task_struct *exiting = NULL; | ^~~~~~~ /kisskb/src/kernel/futex/pi.c:932:32: note: byref variable will be forcibly initialized 932 | struct hrtimer_sleeper timeout, *to; | ^~~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_requeue_pi_prepare': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_requeue_pi_wakeup_sync': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/futex/pi.c: In function 'futex_unlock_pi': /kisskb/src/kernel/futex/pi.c:1102:13: note: byref variable will be forcibly initialized 1102 | u32 curval, uval, vpid = task_pid_vnr(current); | ^~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_requeue_pi_complete': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_proxy_trylock_atomic': /kisskb/src/kernel/futex/requeue.c:273:13: note: byref variable will be forcibly initialized 273 | u32 curval; | ^~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_requeue': /kisskb/src/kernel/futex/requeue.c:474:37: note: byref variable will be forcibly initialized 474 | struct task_struct *exiting = NULL; | ^~~~~~~ /kisskb/src/kernel/futex/requeue.c:450:21: note: byref variable will be forcibly initialized 450 | u32 curval; | ^~~~~~ In file included from /kisskb/src/kernel/futex/futex.h:7, from /kisskb/src/kernel/futex/requeue.c:5: /kisskb/src/kernel/futex/requeue.c:372:23: note: byref variable will be forcibly initialized 372 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/futex/requeue.c:369:32: note: byref variable will be forcibly initialized 369 | struct futex_pi_state *pi_state = NULL; | ^~~~~~~~ /kisskb/src/kernel/futex/requeue.c: In function 'futex_wait_requeue_pi': /kisskb/src/kernel/futex/requeue.c:768:35: note: byref variable will be forcibly initialized 768 | struct futex_hash_bucket *hb; | ^~ /kisskb/src/kernel/futex/requeue.c:767:32: note: byref variable will be forcibly initialized 767 | struct rt_mutex_waiter rt_waiter; | ^~~~~~~~~ /kisskb/src/kernel/futex/requeue.c:766:32: note: byref variable will be forcibly initialized 766 | struct hrtimer_sleeper timeout, *to; | ^~~~~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/imx/clk-gate-exclusive.c: In function 'imx_clk_hw_gate_exclusive': /kisskb/src/drivers/clk/imx/clk-gate-exclusive.c:64:30: note: byref variable will be forcibly initialized 64 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1086:16: note: in expansion of macro 'wait_event_interruptible' 1086 | while (wait_event_interruptible(fifo->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1068:16: note: byref variable will be forcibly initialized 1068 | __le32 msg[2]; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1202:22: note: in expansion of macro 'wait_event_interruptible_timeout' 1202 | rc = wait_event_interruptible_timeout(chan->flushq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1183:30: note: in expansion of macro 'wait_event_interruptible' 1183 | rc = wait_event_interruptible(chan->flushq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1154:30: note: in expansion of macro 'wait_event_interruptible_timeout' 1154 | rc = wait_event_interruptible_timeout(chan->flushq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1572:30: note: in expansion of macro 'wait_event_interruptible' 1572 | rc = wait_event_interruptible | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1561:30: note: in expansion of macro 'wait_event_interruptible_timeout' 1561 | rc = wait_event_interruptible_timeout | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/imx/clk-pfdv2.c: In function 'imx_clk_hw_pfdv2': /kisskb/src/drivers/clk/imx/clk-pfdv2.c:206:30: note: byref variable will be forcibly initialized 206 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_discovery': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:2020:14: note: in expansion of macro 'wait_event_interruptible_timeout' 2020 | rc = wait_event_interruptible_timeout(idt_fifo.waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1977:26: note: byref variable will be forcibly initialized 1977 | struct xillyfifo idt_fifo; | ^~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1976:16: note: byref variable will be forcibly initialized 1976 | __le16 bogus_chandesc[2]; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1719:24: note: in expansion of macro 'wait_event_interruptible' 1719 | while (wait_event_interruptible(in_fifo->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_open': /kisskb/src/drivers/char/xillybus/xillyusb.c:1238:13: note: byref variable will be forcibly initialized 1238 | int index; | ^~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1233:30: note: byref variable will be forcibly initialized 1233 | struct xillyusb_dev *xdev; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, 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/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1664:21: note: in expansion of macro 'wait_event_interruptible' 1664 | if (wait_event_interruptible | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_disconnect': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:2192:14: note: in expansion of macro 'wait_event_interruptible_timeout' 2192 | rc = wait_event_interruptible_timeout(fifo->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/keywrap.c: In function 'crypto_kw_decrypt': /kisskb/src/crypto/keywrap.c:153:47: note: byref variable will be forcibly initialized 153 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:153:37: note: byref variable will be forcibly initialized 153 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:128:32: note: byref variable will be forcibly initialized 128 | struct crypto_kw_block block; | ^~~~~ /kisskb/src/crypto/keywrap.c: In function 'crypto_kw_encrypt': /kisskb/src/crypto/keywrap.c:226:47: note: byref variable will be forcibly initialized 226 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:226:37: note: byref variable will be forcibly initialized 226 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:197:32: note: byref variable will be forcibly initialized 197 | struct crypto_kw_block block; | ^~~~~ /kisskb/src/drivers/char/tpm/st33zp24/i2c.c: In function 'read8_reg': /kisskb/src/drivers/char/tpm/st33zp24/i2c.c:57:12: note: byref variable will be forcibly initialized 57 | u8 data; | ^~~~ /kisskb/src/drivers/clk/imx/clk-pllv3.c: In function 'imx_clk_hw_pllv3': /kisskb/src/drivers/clk/imx/clk-pllv3.c:417:30: note: byref variable will be forcibly initialized 417 | struct clk_init_data init; | ^~~~ 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/drivers/xen/balloon.c:41: /kisskb/src/drivers/xen/balloon.c: In function 'decrease_reservation': /kisskb/src/drivers/xen/balloon.c:449:19: note: byref variable will be forcibly initialized 449 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/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/xen/balloon.c:41: /kisskb/src/drivers/xen/balloon.c: In function 'balloon_thread': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:422:9: note: in expansion of macro '___wait_event' 422 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:435:25: note: in expansion of macro '__wait_event_freezable_timeout' 435 | __ret = __wait_event_freezable_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/balloon.c:540:17: note: in expansion of macro 'wait_event_freezable_timeout' 540 | wait_event_freezable_timeout(balloon_thread_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/hisilicon/clk-hi6220-stub.c: In function 'hi6220_acpu_get_freq': /kisskb/src/drivers/clk/hisilicon/clk-hi6220-stub.c:69:22: note: byref variable will be forcibly initialized 69 | unsigned int freq; | ^~~~ /kisskb/src/drivers/clk/hisilicon/clk-hi6220-stub.c: In function 'hi6220_acpu_set_freq': /kisskb/src/drivers/clk/hisilicon/clk-hi6220-stub.c:78:32: note: byref variable will be forcibly initialized 78 | union hi6220_mbox_data data; | ^~~~ /kisskb/src/drivers/clk/hisilicon/clk-hi6220-stub.c: In function 'hi6220_acpu_round_freq': /kisskb/src/drivers/clk/hisilicon/clk-hi6220-stub.c:97:22: note: byref variable will be forcibly initialized 97 | unsigned int max_freq; | ^~~~~~~~ /kisskb/src/drivers/clk/hisilicon/clk-hi6220-stub.c:96:34: note: byref variable will be forcibly initialized 96 | unsigned int limit_flag, limit_freq = UINT_MAX; | ^~~~~~~~~~ /kisskb/src/drivers/clk/hisilicon/clk-hi6220-stub.c:96:22: note: byref variable will be forcibly initialized 96 | unsigned int limit_flag, limit_freq = UINT_MAX; | ^~~~~~~~~~ /kisskb/src/drivers/clk/hisilicon/clk-hi6220-stub.c: In function 'hi6220_stub_clk_probe': /kisskb/src/drivers/clk/hisilicon/clk-hi6220-stub.c:196:30: note: byref variable will be forcibly initialized 196 | struct clk_init_data init; | ^~~~ 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:213:27: note: byref variable will be forcibly initialized 213 | struct virtqueue *vq; | ^~ /kisskb/src/include/linux/virtio_config.h:212:21: note: byref variable will be forcibly initialized 212 | const char *names[] = { n }; | ^~~~~ /kisskb/src/include/linux/virtio_config.h:211:24: note: byref variable will be forcibly initialized 211 | 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:28: note: byref variable will be forcibly initialized 52 | struct scatterlist sg; | ^~ /kisskb/src/drivers/soc/tegra/fuse/speedo-tegra124.c: In function 'tegra124_init_speedo_data': /kisskb/src/drivers/soc/tegra/fuse/speedo-tegra124.c:104:16: note: byref variable will be forcibly initialized 104 | int i, threshold, soc_speedo_0_value; | ^~~~~~~~~ /kisskb/src/drivers/xen/manage.c: In function 'shutdown_handler': /kisskb/src/drivers/xen/manage.c:224:35: note: byref variable will be forcibly initialized 224 | struct xenbus_transaction xbt; | ^~~ /kisskb/src/drivers/xen/manage.c: In function 'setup_shutdown_watcher': /kisskb/src/drivers/xen/manage.c:334:14: note: byref variable will be forcibly initialized 334 | char node[FEATURE_PATH_SIZE]; | ^~~~ /kisskb/src/crypto/nhpoly1305.c: In function 'nhpoly1305_units': /kisskb/src/crypto/nhpoly1305.c:106:32: note: byref variable will be forcibly initialized 106 | __le64 tmp_hash[NH_NUM_PASSES]; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm-dev-common.c: In function 'tpm_dev_transmit': /kisskb/src/drivers/char/tpm/tpm-dev-common.c:28:22: note: byref variable will be forcibly initialized 28 | ssize_t ret, len; | ^~~ /kisskb/src/drivers/clk/imx/clk-pll14xx.c: In function 'clk_pll1443x_round_rate': /kisskb/src/drivers/clk/imx/clk-pll14xx.c:237:39: note: byref variable will be forcibly initialized 237 | struct imx_pll14xx_rate_table t; | ^ /kisskb/src/drivers/clk/imx/clk-pll14xx.c: In function 'clk_pll1443x_set_rate': /kisskb/src/drivers/clk/imx/clk-pll14xx.c:354:39: note: byref variable will be forcibly initialized 354 | struct imx_pll14xx_rate_table rate; | ^~~~ /kisskb/src/drivers/clk/imx/clk-pll14xx.c: In function 'imx_dev_clk_hw_pll14xx': /kisskb/src/drivers/clk/imx/clk-pll14xx.c:494:30: note: byref variable will be forcibly initialized 494 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, 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/drivers/xen/time.c:6: /kisskb/src/drivers/xen/time.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/time.c: In function 'xen_steal_clock': /kisskb/src/drivers/xen/time.c:155:35: note: byref variable will be forcibly initialized 155 | struct vcpu_runstate_info state; | ^~~~~ /kisskb/src/drivers/xen/time.c: In function 'xen_manage_runstate_time': /kisskb/src/drivers/xen/time.c:88:35: note: byref variable will be forcibly initialized 88 | struct vcpu_runstate_info state; | ^~~~~ /kisskb/src/drivers/xen/time.c: In function 'xen_setup_runstate_info': /kisskb/src/drivers/xen/time.c:163:51: note: byref variable will be forcibly initialized 163 | struct vcpu_register_runstate_memory_area area; | ^~~~ In file included from /kisskb/src/drivers/char/random.c:57: /kisskb/src/drivers/char/random.c: In function 'blake2s': /kisskb/src/include/crypto/blake2s.h:93:30: note: byref variable will be forcibly initialized 93 | struct blake2s_state state; | ^~~~~ /kisskb/src/drivers/char/random.c: In function 'try_to_generate_entropy': /kisskb/src/drivers/char/random.c:1195:36: note: byref variable will be forcibly initialized 1195 | struct entropy_timer_state stack; | ^~~~~ /kisskb/src/drivers/char/random.c: In function 'crng_fast_key_erasure': /kisskb/src/drivers/char/random.c:248:12: note: byref variable will be forcibly initialized 248 | u8 first_block[CHACHA_BLOCK_SIZE]; | ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'write_pool_user': /kisskb/src/drivers/char/random.c:1291:12: note: byref variable will be forcibly initialized 1291 | u8 block[BLAKE2S_BLOCK_SIZE]; | ^~~~~ In file included from /kisskb/src/include/linux/random.h:109, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:43, from /kisskb/src/include/linux/rcupdate.h:30, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/utsname.h:6, from /kisskb/src/drivers/char/random.c:28: /kisskb/src/drivers/char/random.c: In function 'arch_get_random_seed_longs': /kisskb/src/arch/arm64/include/asm/archrandom.h:86:38: note: byref variable will be forcibly initialized 86 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/char/random.c: In function 'extract_entropy': /kisskb/src/drivers/char/random.c:598:11: note: byref variable will be forcibly initialized 598 | } block; | ^~~~~ /kisskb/src/drivers/char/random.c:594:37: note: byref variable will be forcibly initialized 594 | u8 seed[BLAKE2S_HASH_SIZE], next_key[BLAKE2S_HASH_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/char/random.c:594:12: note: byref variable will be forcibly initialized 594 | u8 seed[BLAKE2S_HASH_SIZE], next_key[BLAKE2S_HASH_SIZE]; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'crng_reseed': /kisskb/src/drivers/char/random.c:207:12: note: byref variable will be forcibly initialized 207 | u8 key[CHACHA_KEY_SIZE]; | ^~~ /kisskb/src/drivers/char/random.c: In function 'random_pm_notification': /kisskb/src/drivers/char/random.c:757:17: note: byref variable will be forcibly initialized 757 | ktime_t stamps[] = { ktime_get(), ktime_get_boottime(), ktime_get_real() }; | ^~~~~~ /kisskb/src/drivers/char/random.c:751:30: note: byref variable will be forcibly initialized 751 | unsigned long flags, entropy = random_get_entropy(); | ^~~~~~~ /kisskb/src/drivers/char/random.c: In function '_credit_init_bits': /kisskb/src/drivers/char/random.c:646:27: note: byref variable will be forcibly initialized 646 | unsigned int new, orig, add; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'add_timer_randomness': /kisskb/src/drivers/char/random.c:1054:23: note: byref variable will be forcibly initialized 1054 | unsigned long entropy = random_get_entropy(), now = jiffies, flags; | ^~~~~~~ /kisskb/src/drivers/char/random.c: In function 'mix_interrupt_randomness': /kisskb/src/drivers/char/random.c:988:23: note: byref variable will be forcibly initialized 988 | unsigned long pool[2]; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'random_ioctl': /kisskb/src/drivers/char/random.c:1378:30: note: byref variable will be forcibly initialized 1378 | struct iovec iov; | ^~~ /kisskb/src/drivers/char/random.c:1377:33: note: byref variable will be forcibly initialized 1377 | struct iov_iter iter; | ^~~~ /kisskb/src/drivers/char/random.c: In function '_get_random_bytes': /kisskb/src/drivers/char/random.c:357:12: note: byref variable will be forcibly initialized 357 | u8 tmp[CHACHA_BLOCK_SIZE]; | ^~~ /kisskb/src/drivers/char/random.c:356:13: note: byref variable will be forcibly initialized 356 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'get_random_bytes_user': /kisskb/src/drivers/char/random.c:403:12: note: byref variable will be forcibly initialized 403 | u8 block[CHACHA_BLOCK_SIZE]; | ^~~~~ /kisskb/src/drivers/char/random.c:402:13: note: byref variable will be forcibly initialized 402 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ 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:28: /kisskb/src/drivers/char/random.c: In function 'wait_for_random_bytes': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:135:23: note: in expansion of macro 'wait_event_interruptible_timeout' 135 | ret = wait_event_interruptible_timeout(crng_init_wait, crng_ready(), HZ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function '__do_sys_getrandom': /kisskb/src/drivers/char/random.c:1256:22: note: byref variable will be forcibly initialized 1256 | struct iovec iov; | ^~~ /kisskb/src/drivers/char/random.c:1255:25: note: byref variable will be forcibly initialized 1255 | struct iov_iter iter; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'get_random_u64': /kisskb/src/drivers/char/random.c:478:14: note: byref variable will be forcibly initialized 478 | type ret; \ | ^~~ /kisskb/src/drivers/char/random.c:509:1: note: in expansion of macro 'DEFINE_BATCHED_ENTROPY' 509 | DEFINE_BATCHED_ENTROPY(u64) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'get_random_u32': /kisskb/src/drivers/char/random.c:478:14: note: byref variable will be forcibly initialized 478 | type ret; \ | ^~~ /kisskb/src/drivers/char/random.c:510:1: note: in expansion of macro 'DEFINE_BATCHED_ENTROPY' 510 | DEFINE_BATCHED_ENTROPY(u32) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'add_device_randomness': /kisskb/src/drivers/char/random.c:848:23: note: byref variable will be forcibly initialized 848 | unsigned long entropy = random_get_entropy(); | ^~~~~~~ /kisskb/src/drivers/char/random.c: In function 'random_init': /kisskb/src/drivers/char/random.c:788:23: note: byref variable will be forcibly initialized 788 | unsigned long entropy[BLAKE2S_BLOCK_SIZE / sizeof(long)]; | ^~~~~~~ /kisskb/src/drivers/char/random.c:786:17: note: byref variable will be forcibly initialized 786 | ktime_t now = ktime_get_real(); | ^~~ /kisskb/src/fs/fs_context.c: In function 'logfc': /kisskb/src/fs/fs_context.c:388:26: note: byref variable will be forcibly initialized 388 | struct va_format vaf = {.fmt = fmt, .va = &va}; | ^~~ /kisskb/src/fs/fs_context.c:387:17: 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:15: note: byref variable will be forcibly initialized 203 | char *options = data, *key; | ^~~~~~~ /kisskb/src/crypto/chacha20poly1305.c: In function 'chacha_iv': /kisskb/src/crypto/chacha20poly1305.c:87:16: note: byref variable will be forcibly initialized 87 | __le32 leicb = cpu_to_le32(icb); | ^~~~~ /kisskb/src/crypto/chacha20poly1305.c: In function 'poly_verify_tag': /kisskb/src/crypto/chacha20poly1305.c:98:12: note: byref variable will be forcibly initialized 98 | u8 tag[sizeof(rctx->tag)]; | ^~~ /kisskb/src/crypto/chacha20poly1305.c: In function 'chachapoly_create': /kisskb/src/crypto/chacha20poly1305.c:558:13: note: byref variable will be forcibly initialized 558 | u32 mask; | ^~~~ /kisskb/src/drivers/clk/imx/clk-pllv2.c: In function 'clk_pllv2_set_rate': /kisskb/src/drivers/clk/imx/clk-pllv2.c:160:36: note: byref variable will be forcibly initialized 160 | u32 dp_ctl, dp_op, dp_mfd, dp_mfn; | ^~~~~~ /kisskb/src/drivers/clk/imx/clk-pllv2.c:160:28: note: byref variable will be forcibly initialized 160 | u32 dp_ctl, dp_op, dp_mfd, dp_mfn; | ^~~~~~ /kisskb/src/drivers/clk/imx/clk-pllv2.c:160:21: note: byref variable will be forcibly initialized 160 | u32 dp_ctl, dp_op, dp_mfd, dp_mfn; | ^~~~~ /kisskb/src/drivers/clk/imx/clk-pllv2.c: In function 'clk_pllv2_round_rate': /kisskb/src/drivers/clk/imx/clk-pllv2.c:184:28: note: byref variable will be forcibly initialized 184 | u32 dp_op, dp_mfd, dp_mfn; | ^~~~~~ /kisskb/src/drivers/clk/imx/clk-pllv2.c:184:20: note: byref variable will be forcibly initialized 184 | u32 dp_op, dp_mfd, dp_mfn; | ^~~~~~ /kisskb/src/drivers/clk/imx/clk-pllv2.c:184:13: note: byref variable will be forcibly initialized 184 | u32 dp_op, dp_mfd, dp_mfn; | ^~~~~ /kisskb/src/drivers/clk/imx/clk-pllv2.c: In function 'imx_clk_hw_pllv2': /kisskb/src/drivers/clk/imx/clk-pllv2.c:247:30: note: byref variable will be forcibly initialized 247 | struct clk_init_data init; | ^~~~ /kisskb/src/fs/fsopen.c: In function '__do_sys_fspick': /kisskb/src/fs/fsopen.c:161:21: note: byref variable will be forcibly initialized 161 | struct path target; | ^~~~~~ /kisskb/src/drivers/reset/reset-microchip-sparx5.c: In function 'sparx5_switch_reset': /kisskb/src/drivers/reset/reset-microchip-sparx5.c:41:13: note: byref variable will be forcibly initialized 41 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/drivers/reset/reset-microchip-sparx5.c:10: /kisskb/src/drivers/reset/reset-microchip-sparx5.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/reset/reset-microchip-sparx5.c: In function 'mchp_sparx5_map_io': /kisskb/src/drivers/reset/reset-microchip-sparx5.c:85:26: note: byref variable will be forcibly initialized 85 | struct resource *res; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/cgroup.h:12, from /kisskb/src/kernel/cgroup/cgroup-internal.h:5, from /kisskb/src/kernel/cgroup/cgroup.c:31: /kisskb/src/kernel/cgroup/cgroup.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/imx/clk-pllv4.c: In function 'imx_clk_hw_pllv4': /kisskb/src/drivers/clk/imx/clk-pllv4.c:221:30: note: byref variable will be forcibly initialized 221 | struct clk_init_data init; | ^~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_move_task': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/psi.h:59:9: note: in expansion of macro 'rcu_assign_pointer' 59 | rcu_assign_pointer(p->cgroups, to); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/tegra/fuse/speedo-tegra210.c: In function 'tegra210_init_speedo_data': /kisskb/src/drivers/soc/tegra/fuse/speedo-tegra210.c:106:22: note: byref variable will be forcibly initialized 106 | unsigned int index; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/cgroup.h:210, from /kisskb/src/kernel/cgroup/cgroup.c:64: /kisskb/src/kernel/cgroup/cgroup.c: In function 'trace_event_raw_event_cgroup_root': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/cgroup.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cgroup_root, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cgroup.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cgroup_root, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'trace_event_raw_event_cgroup': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/cgroup.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(cgroup, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cgroup.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(cgroup, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/posix-stubs.c: In function '__do_sys_clock_settime': /kisskb/src/kernel/time/posix-stubs.c:63:27: note: byref variable will be forcibly initialized 63 | struct timespec64 new_tp; | ^~~~~~ /kisskb/src/kernel/time/posix-stubs.c: In function '__do_sys_clock_getres': /kisskb/src/kernel/time/posix-stubs.c:111:27: note: byref variable will be forcibly initialized 111 | struct timespec64 rtn_tp = { | ^~~~~~ 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/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/arch/arm64/include/asm/percpu.h:8, from /kisskb/src/include/linux/irqflags.h:17, from /kisskb/src/include/linux/rcupdate.h:26, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/time/posix-stubs.c:11: /kisskb/src/kernel/time/posix-stubs.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:71:27: note: byref variable will be forcibly initialized 71 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'trace_event_raw_event_cgroup_migrate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/cgroup.h:120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 120 | DECLARE_EVENT_CLASS(cgroup_migrate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cgroup.h:120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 120 | DECLARE_EVENT_CLASS(cgroup_migrate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/posix-stubs.c: In function '__do_sys_clock_gettime': /kisskb/src/kernel/time/posix-stubs.c:98:27: note: byref variable will be forcibly initialized 98 | struct timespec64 kernel_tp; | ^~~~~~~~~ /kisskb/src/kernel/time/posix-stubs.c: In function '__do_sys_clock_nanosleep': /kisskb/src/kernel/time/posix-stubs.c:132:27: note: byref variable will be forcibly initialized 132 | struct timespec64 t; | ^ /kisskb/src/kernel/cgroup/cgroup.c: In function 'trace_event_raw_event_cgroup_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/cgroup.h:166:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 166 | DECLARE_EVENT_CLASS(cgroup_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cgroup.h:166:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 166 | DECLARE_EVENT_CLASS(cgroup_event, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/cgroup.h:17, from /kisskb/src/kernel/cgroup/cgroup-internal.h:5, from /kisskb/src/kernel/cgroup/cgroup.c:31: /kisskb/src/kernel/cgroup/cgroup.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/cgroup.h:12, from /kisskb/src/kernel/cgroup/cgroup-internal.h:5, from /kisskb/src/kernel/cgroup/cgroup.c:31: /kisskb/src/kernel/cgroup/cgroup.c: In function 'online_css': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:5337:17: note: in expansion of macro 'rcu_assign_pointer' 5337 | rcu_assign_pointer(css->cgroup->subsys[ss->id], css); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_calc_subtree_ss_mask': /kisskb/src/kernel/cgroup/cgroup.c:710:23: note: byref variable will be forcibly initialized 710 | unsigned long __ss_mask = (ss_mask); \ | ^~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:1565:17: note: in expansion of macro 'do_each_subsys_mask' 1565 | do_each_subsys_mask(ss, ssid, cur_ss_mask) { | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_print_ss_mask': /kisskb/src/kernel/cgroup/cgroup.c:710:23: note: byref variable will be forcibly initialized 710 | unsigned long __ss_mask = (ss_mask); \ | ^~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:2963:9: note: in expansion of macro 'do_each_subsys_mask' 2963 | do_each_subsys_mask(ss, ssid, ss_mask) { | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup2_parse_param': /kisskb/src/kernel/cgroup/cgroup.c:1896:32: note: byref variable will be forcibly initialized 1896 | struct fs_parse_result result; | ^~~~~~ 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:392:16: note: byref variable will be forcibly initialized 392 | __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:399:16: note: byref variable will be forcibly initialized 399 | __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:24: note: byref variable will be forcibly initialized 326 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_continue_selftest': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:622:24: note: byref variable will be forcibly initialized 622 | struct tpm_buf buf; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/poll.h:10, from /kisskb/src/drivers/char/tpm/tpm1-cmd.c:16: /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_pcr_extend': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:466:24: note: byref variable will be forcibly initialized 466 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_getcap': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:485:24: note: byref variable will be forcibly initialized 485 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_get_timeouts': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:346:23: note: byref variable will be forcibly initialized 346 | unsigned long durations[3]; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c:345:56: 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:345:39: 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:15: note: byref variable will be forcibly initialized 344 | cap_t cap; | ^~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_file_write': /kisskb/src/kernel/cgroup/cgroup.c:3980:27: note: byref variable will be forcibly initialized 3980 | long long v; | ^ /kisskb/src/kernel/cgroup/cgroup.c:3975:36: note: byref variable will be forcibly initialized 3975 | unsigned long long v; | ^ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_get_random': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:534:24: 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:24: note: byref variable will be forcibly initialized 586 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_do_selftest': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:648:12: note: byref variable will be forcibly initialized 648 | u8 dummy[TPM_DIGEST_SIZE]; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_pm_suspend': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:745:24: note: byref variable will be forcibly initialized 745 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c:744:12: note: byref variable will be forcibly initialized 744 | u8 dummy_hash[TPM_DIGEST_SIZE] = { 0 }; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mount.h:14, from /kisskb/src/fs/init.c:7: /kisskb/src/fs/init.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/init.c: In function 'init_mount': /kisskb/src/fs/init.c:19:21: note: byref variable will be forcibly initialized 19 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_umount': /kisskb/src/fs/init.c:33:21: note: byref variable will be forcibly initialized 33 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chdir': /kisskb/src/fs/init.c:46:21: note: byref variable will be forcibly initialized 46 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chroot': /kisskb/src/fs/init.c:61:21: note: byref variable will be forcibly initialized 61 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chown': /kisskb/src/fs/init.c:85:21: note: byref variable will be forcibly initialized 85 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_chmod': /kisskb/src/fs/init.c:102:21: note: byref variable will be forcibly initialized 102 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_eaccess': /kisskb/src/fs/init.c:115:21: note: byref variable will be forcibly initialized 115 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_stat': /kisskb/src/fs/init.c:129:21: note: byref variable will be forcibly initialized 129 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_mknod': /kisskb/src/fs/init.c:144:21: note: byref variable will be forcibly initialized 144 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_link': /kisskb/src/fs/init.c:169:31: note: byref variable will be forcibly initialized 169 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/init.c:169:21: note: byref variable will be forcibly initialized 169 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/init.c: In function 'init_symlink': /kisskb/src/fs/init.c:204:21: note: byref variable will be forcibly initialized 204 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_mkdir': /kisskb/src/fs/init.c:226:21: note: byref variable will be forcibly initialized 226 | struct path path; | ^~~~ /kisskb/src/fs/init.c: In function 'init_utimes': /kisskb/src/fs/init.c:249:21: note: byref variable will be forcibly initialized 249 | struct path path; | ^~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_add_file': /kisskb/src/kernel/cgroup/cgroup.c:4078:14: note: byref variable will be forcibly initialized 4078 | char name[CGROUP_FILE_NAME_MAX]; | ^~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_rm_file': /kisskb/src/kernel/cgroup/cgroup.c:1659:14: note: byref variable will be forcibly initialized 1659 | char name[CGROUP_FILE_NAME_MAX]; | ^~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'find_css_set': /kisskb/src/kernel/cgroup/cgroup.c:1204:26: note: byref variable will be forcibly initialized 1204 | struct list_head tmp_links; | ^~~~~~~~~ /kisskb/src/drivers/clk/imx/clk-sscg-pll.c: In function 'clk_sscg_pll_find_setup': /kisskb/src/drivers/clk/imx/clk-sscg-pll.c:268:35: note: byref variable will be forcibly initialized 268 | struct clk_sscg_pll_setup temp_setup; | ^~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'task_cgroup_path': /kisskb/src/kernel/cgroup/cgroup.c:2351:13: note: byref variable will be forcibly initialized 2351 | int hierarchy_id = 1; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/imx/clk-sscg-pll.c: In function 'imx_clk_hw_sscg_pll': /kisskb/src/drivers/clk/imx/clk-sscg-pll.c:508:30: note: byref variable will be forcibly initialized 508 | struct clk_init_data init; | ^~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_procs_write_start': /kisskb/src/kernel/cgroup/cgroup.c:2889:15: note: byref variable will be forcibly initialized 2889 | pid_t pid; | ^~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_migrate_execute': /kisskb/src/kernel/cgroup/cgroup.c:710:23: note: byref variable will be forcibly initialized 710 | unsigned long __ss_mask = (ss_mask); \ | ^~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:2594:17: note: in expansion of macro 'do_each_subsys_mask' 2594 | do_each_subsys_mask(ss, ssid, mgctx->ss_mask) { | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:710:23: note: byref variable will be forcibly initialized 710 | unsigned long __ss_mask = (ss_mask); \ | ^~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:2581:17: note: in expansion of macro 'do_each_subsys_mask' 2581 | do_each_subsys_mask(ss, ssid, mgctx->ss_mask) { | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:710:23: note: byref variable will be forcibly initialized 710 | unsigned long __ss_mask = (ss_mask); \ | ^~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:2534:17: note: in expansion of macro 'do_each_subsys_mask' 2534 | do_each_subsys_mask(ss, ssid, mgctx->ss_mask) { | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/cgroup.h:12, from /kisskb/src/kernel/cgroup/cgroup-internal.h:5, from /kisskb/src/kernel/cgroup/cgroup.c:31: /kisskb/src/kernel/cgroup/cgroup.c: In function 'rebind_subsystems': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:1811:17: note: in expansion of macro 'rcu_assign_pointer' 1811 | rcu_assign_pointer(dcgrp->subsys[ssid], css); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:710:23: note: byref variable will be forcibly initialized 710 | unsigned long __ss_mask = (ss_mask); \ | ^~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:1794:9: note: in expansion of macro 'do_each_subsys_mask' 1794 | do_each_subsys_mask(ss, ssid, ss_mask) { | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:710:23: note: byref variable will be forcibly initialized 710 | unsigned long __ss_mask = (ss_mask); \ | ^~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:1759:9: note: in expansion of macro 'do_each_subsys_mask' 1759 | do_each_subsys_mask(ss, ssid, ss_mask) { | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/cgroup.h:12, from /kisskb/src/kernel/cgroup/cgroup-internal.h:5, from /kisskb/src/kernel/cgroup/cgroup.c:31: /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_setup_root': /kisskb/src/kernel/cgroup/cgroup.c:2011:19: note: byref variable will be forcibly initialized 2011 | LIST_HEAD(tmp_links); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/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:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm_buf_append_u16': /kisskb/src/include/linux/tpm.h:392:16: note: byref variable will be forcibly initialized 392 | __be16 value2 = cpu_to_be16(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_startup': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:709:24: note: byref variable will be forcibly initialized 709 | 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:457:24: note: byref variable will be forcibly initialized 457 | struct tpm_buf buf; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, 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 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t 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/drivers/char/tpm/tpm2-cmd.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_pcr_read': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:168:12: 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:24: 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:36: note: byref variable will be forcibly initialized 239 | struct tpm2_null_auth_area auth_area; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:238:24: 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:24: note: byref variable will be forcibly initialized 291 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_flush_context': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:350:24: note: byref variable will be forcibly initialized 350 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_tpm_pt': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:390:24: note: byref variable will be forcibly initialized 390 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_shutdown': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:431:24: note: byref variable will be forcibly initialized 431 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_probe': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:495:24: note: byref variable will be forcibly initialized 495 | struct tpm_buf buf; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/cgroup.h:12, from /kisskb/src/kernel/cgroup/cgroup-internal.h:5, from /kisskb/src/kernel/cgroup/cgroup.c:31: /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_lock_and_drain_offline': /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_pcr_allocation': /kisskb/src/kernel/cgroup/cgroup.c:3084:37: note: byref variable will be forcibly initialized 3084 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/kernel/cgroup/cgroup.c:3084:25: note: in expansion of macro 'DEFINE_WAIT' 3084 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:551:24: note: byref variable will be forcibly initialized 551 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:550:35: note: byref variable will be forcibly initialized 550 | struct tpm2_pcr_selection pcr_selection; | ^~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_cc_attrs_tbl': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:630:13: note: byref variable will be forcibly initialized 630 | u32 nr_commands; | ^~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:629:24: note: byref variable will be forcibly initialized 629 | struct tpm_buf buf; | ^~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_freeze_write': /kisskb/src/kernel/cgroup/cgroup.c:3808:13: note: byref variable will be forcibly initialized 3808 | int freeze; | ^~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_max_depth_write': /kisskb/src/kernel/cgroup/cgroup.c:3610:13: note: byref variable will be forcibly initialized 3610 | int depth; | ^~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_max_descendants_write': /kisskb/src/kernel/cgroup/cgroup.c:3566:13: note: byref variable will be forcibly initialized 3566 | int descendants; | ^~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_subtree_control_write': /kisskb/src/kernel/cgroup/cgroup.c:710:23: note: byref variable will be forcibly initialized 710 | unsigned long __ss_mask = (ss_mask); \ | ^~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:3378:17: note: in expansion of macro 'do_each_subsys_mask' 3378 | do_each_subsys_mask(ss, ssid, ~cgrp_dfl_inhibit_ss_mask) { | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/reset/reset-npcm.c: In function 'npcm_usb_reset_npcm7xx': /kisskb/src/drivers/reset/reset-npcm.c:191:13: note: byref variable will be forcibly initialized 191 | u32 mdlr, iprst1, iprst2, iprst3; | ^~~~ /kisskb/src/drivers/reset/reset-npcm.c: In function 'npcm_usb_reset_npcm8xx': /kisskb/src/drivers/reset/reset-npcm.c:258:13: note: byref variable will be forcibly initialized 258 | u32 mdlr, iprst1, iprst2, iprst3, iprst4; | ^~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function '__cgroup_procs_write': /kisskb/src/kernel/cgroup/cgroup.c:5006:14: note: byref variable will be forcibly initialized 5006 | bool threadgroup_locked; | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/xen/gntalloc.c:71: /kisskb/src/drivers/xen/gntalloc.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized 82 | struct evtchn_send send = { .port = port }; | ^~~~ /kisskb/src/drivers/xen/gntalloc.c: In function 'gntalloc_ioctl_dealloc': /kisskb/src/drivers/xen/gntalloc.c:336:44: note: byref variable will be forcibly initialized 336 | struct ioctl_gntalloc_dealloc_gref op; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/xen/gntalloc.c:54: /kisskb/src/drivers/xen/gntalloc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/xen/gntalloc.c:54: /kisskb/src/drivers/xen/gntalloc.c: In function 'add_grefs': /kisskb/src/drivers/xen/gntalloc.c:126:19: note: byref variable will be forcibly initialized 126 | LIST_HEAD(queue_file); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/xen/gntalloc.c:125:19: note: byref variable will be forcibly initialized 125 | LIST_HEAD(queue_gref); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_is_enabled_regmap': /kisskb/src/drivers/regulator/helpers.c:29:22: note: byref variable will be forcibly initialized 29 | unsigned int val; | ^~~ /kisskb/src/drivers/xen/gntalloc.c: In function 'gntalloc_ioctl_alloc': /kisskb/src/drivers/xen/gntalloc.c:273:42: note: byref variable will be forcibly initialized 273 | struct ioctl_gntalloc_alloc_gref op; | ^~ /kisskb/src/kernel/cgroup/cgroup.c: In function '__cgroup_kill': /kisskb/src/kernel/cgroup/cgroup.c:3830:30: note: byref variable will be forcibly initialized 3830 | struct css_task_iter it; | ^~ /kisskb/src/drivers/xen/gntalloc.c: In function 'gntalloc_ioctl_unmap_notify': /kisskb/src/drivers/xen/gntalloc.c:374:44: note: byref variable will be forcibly initialized 374 | struct ioctl_gntalloc_unmap_notify op; | ^~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_voltage_sel_pickable_regmap': /kisskb/src/drivers/regulator/helpers.c:133:22: note: byref variable will be forcibly initialized 133 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c:131:22: note: byref variable will be forcibly initialized 131 | unsigned int r_val; | ^~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_voltage_sel_regmap': /kisskb/src/drivers/regulator/helpers.c:237:22: note: byref variable will be forcibly initialized 237 | unsigned int val; | ^~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_kill_write': /kisskb/src/kernel/cgroup/cgroup.c:3873:13: note: byref variable will be forcibly initialized 3873 | int kill; | ^~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_map_voltage_linear_range': /kisskb/src/drivers/regulator/helpers.c:413:14: note: byref variable will be forcibly initialized 413 | bool found; | ^~~~~ /kisskb/src/drivers/regulator/helpers.c:412:22: note: byref variable will be forcibly initialized 412 | unsigned int sel; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_map_voltage_pickable_linear_range': /kisskb/src/drivers/regulator/helpers.c:472:30: note: byref variable will be forcibly initialized 472 | unsigned int sel; | ^~~ /kisskb/src/drivers/regulator/helpers.c:471:22: 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:22: note: byref variable will be forcibly initialized 620 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_bypass_regmap': /kisskb/src/drivers/regulator/helpers.c:746:22: note: byref variable will be forcibly initialized 746 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_current_limit_regmap': /kisskb/src/drivers/regulator/helpers.c:851:22: note: byref variable will be forcibly initialized 851 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_set_ramp_delay_regmap': /kisskb/src/drivers/regulator/helpers.c:949:22: note: byref variable will be forcibly initialized 949 | unsigned int sel; | ^~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_post_fork': /kisskb/src/kernel/cgroup/cgroup.c:710:23: note: byref variable will be forcibly initialized 710 | unsigned long __ss_mask = (ss_mask); \ | ^~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:6453:9: note: in expansion of macro 'do_each_subsys_mask' 6453 | do_each_subsys_mask(ss, i, have_fork_callback) { | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:6392:23: note: byref variable will be forcibly initialized 6392 | unsigned long cgrp_flags = 0; | ^~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_exit': /kisskb/src/kernel/cgroup/cgroup.c:710:23: note: byref variable will be forcibly initialized 710 | unsigned long __ss_mask = (ss_mask); \ | ^~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:6502:9: note: in expansion of macro 'do_each_subsys_mask' 6502 | do_each_subsys_mask(ss, i, have_exit_callback) { | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_release': /kisskb/src/kernel/cgroup/cgroup.c:710:23: note: byref variable will be forcibly initialized 710 | unsigned long __ss_mask = (ss_mask); \ | ^~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:6512:9: note: in expansion of macro 'do_each_subsys_mask' 6512 | do_each_subsys_mask(ss, ssid, have_release_callback) { | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_can_fork': /kisskb/src/kernel/cgroup/cgroup.c:710:23: note: byref variable will be forcibly initialized 710 | unsigned long __ss_mask = (ss_mask); \ | ^~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:6337:9: note: in expansion of macro 'do_each_subsys_mask' 6337 | do_each_subsys_mask(ss, i, have_canfork_callback) { | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cgroup.c: In function 'cgroup_parse_float': /kisskb/src/crypto/fcrypt.c: In function 'fcrypt_decrypt': /kisskb/src/crypto/fcrypt.c:270:11: note: byref variable will be forcibly initialized 270 | } X; | ^ /kisskb/src/kernel/cgroup/cgroup.c:6712:25: note: byref variable will be forcibly initialized 6712 | int fstart = 0, fend = 0, flen; | ^~~~ /kisskb/src/kernel/cgroup/cgroup.c:6712:13: note: byref variable will be forcibly initialized 6712 | int fstart = 0, fend = 0, flen; | ^~~~~~ /kisskb/src/kernel/cgroup/cgroup.c:6711:20: note: byref variable will be forcibly initialized 6711 | s64 whole, frac = 0; | ^~~~ /kisskb/src/kernel/cgroup/cgroup.c:6711:13: note: byref variable will be forcibly initialized 6711 | s64 whole, frac = 0; | ^~~~~ /kisskb/src/crypto/fcrypt.c: In function 'fcrypt_encrypt': /kisskb/src/crypto/fcrypt.c:238:11: note: byref variable will be forcibly initialized 238 | } X; | ^ /kisskb/src/drivers/reset/reset-zynqmp.c: In function 'zynqmp_reset_status': /kisskb/src/drivers/reset/reset-zynqmp.c:57:13: note: byref variable will be forcibly initialized 57 | u32 val; | ^~~ /kisskb/src/drivers/char/hw_random/optee-rng.c: In function 'get_optee_rng_info': /kisskb/src/drivers/char/hw_random/optee-rng.c:180:26: note: byref variable will be forcibly initialized 180 | struct tee_param param[4]; | ^~~~~ /kisskb/src/drivers/char/hw_random/optee-rng.c:179:37: note: byref variable will be forcibly initialized 179 | struct tee_ioctl_invoke_arg inv_arg; | ^~~~~~~ /kisskb/src/drivers/char/hw_random/optee-rng.c: In function 'get_optee_rng_data': /kisskb/src/drivers/char/hw_random/optee-rng.c:80:26: note: byref variable will be forcibly initialized 80 | struct tee_param param[4]; | ^~~~~ /kisskb/src/drivers/char/hw_random/optee-rng.c:79:37: note: byref variable will be forcibly initialized 79 | struct tee_ioctl_invoke_arg inv_arg; | ^~~~~~~ /kisskb/src/drivers/char/hw_random/optee-rng.c: In function 'optee_rng_probe': /kisskb/src/drivers/char/hw_random/optee-rng.c:218:43: note: byref variable will be forcibly initialized 218 | struct tee_ioctl_open_session_arg sess_arg; | ^~~~~~~~ /kisskb/src/fs/kernel_read_file.c: In function 'kernel_read_file': /kisskb/src/fs/kernel_read_file.c:39:24: note: byref variable will be forcibly initialized 39 | loff_t i_size, pos; | ^~~ /kisskb/src/fs/kernel_read_file.c: In function 'kernel_read_file_from_path_initns': /kisskb/src/fs/kernel_read_file.c:153:21: note: byref variable will be forcibly initialized 153 | struct path root; | ^~~~ /kisskb/src/drivers/char/tpm/tpm-interface.c: In function 'tpm_transmit': /kisskb/src/drivers/char/tpm/tpm-interface.c:157:12: 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:24: note: byref variable will be forcibly initialized 355 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_unregister_supply_alias': /kisskb/src/drivers/regulator/devres.c:301:45: note: byref variable will be forcibly initialized 301 | struct regulator_supply_alias_match match; | ^~~~~ /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_unregister_notifier': /kisskb/src/drivers/regulator/devres.c:435:41: note: byref variable will be forcibly initialized 435 | struct regulator_notifier_match match; | ^~~~~ /kisskb/src/kernel/time/clockevents.c: In function 'clockevents_unbind': /kisskb/src/kernel/time/clockevents.c:419:26: note: byref variable will be forcibly initialized 419 | struct ce_unbind cu = { .ce = ced, .res = -ENODEV }; | ^~ /kisskb/src/kernel/time/clockevents.c: In function 'unbind_device_store': /kisskb/src/kernel/time/clockevents.c:691:14: note: byref variable will be forcibly initialized 691 | char name[CS_NAME_LEN]; | ^~~~ /kisskb/src/drivers/xen/sys-hypervisor.c: In function 'xen_feature_show': /kisskb/src/drivers/xen/sys-hypervisor.c:322:33: note: byref variable will be forcibly initialized 322 | struct xen_feature_info info; | ^~~~ /kisskb/src/drivers/xen/sys-hypervisor.c: In function 'uuid_show': /kisskb/src/drivers/xen/sys-hypervisor.c:159:29: note: byref variable will be forcibly initialized 159 | xen_domain_handle_t uuid; | ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c: In function 'arm_smmu_of_xlate': /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c:1535:19: note: byref variable will be forcibly initialized 1535 | u32 mask, fwid = 0; | ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c:1535:13: note: byref variable will be forcibly initialized 1535 | u32 mask, fwid = 0; | ^~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c:20: /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c: In function 'arm_smmu_rmr_install_bypass_smr': /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c:2067:26: note: byref variable will be forcibly initialized 2067 | struct list_head rmr_list; | ^~~~~~~~ /kisskb/src/crypto/blowfish_common.c: In function 'blowfish_setkey': /kisskb/src/crypto/blowfish_common.c:350:13: note: byref variable will be forcibly initialized 350 | u32 data[2], temp; | ^~~~ /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c: In function 'arm_smmu_device_probe': /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c:2119:26: note: byref variable will be forcibly initialized 2119 | u32 global_irqs, pmu_irqs; | ^~~~~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c:2119:13: note: byref variable will be forcibly initialized 2119 | u32 global_irqs, pmu_irqs; | ^~~~~~~~~~~ /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c:2115:26: note: byref variable will be forcibly initialized 2115 | struct resource *res; | ^~~ /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c: In function 'arm_smmu_init_domain_context': /kisskb/src/drivers/iommu/arm/arm-smmu/arm-smmu.c:635:31: note: byref variable will be forcibly initialized 635 | struct io_pgtable_cfg pgtbl_cfg; | ^~~~~~~~~ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13, from /kisskb/src/crypto/cryptd.c:17: /kisskb/src/crypto/cryptd.c: In function 'cryptd_skcipher_decrypt': /kisskb/src/include/crypto/skcipher.h:131:14: note: byref variable will be forcibly initialized 131 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/cryptd.c:290:9: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 290 | SYNC_SKCIPHER_REQUEST_ON_STACK(subreq, child); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_skcipher_encrypt': /kisskb/src/include/crypto/skcipher.h:131:14: note: byref variable will be forcibly initialized 131 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/cryptd.c:262:9: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 262 | SYNC_SKCIPHER_REQUEST_ON_STACK(subreq, child); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_create_skcipher': /kisskb/src/crypto/cryptd.c:376:13: note: byref variable will be forcibly initialized 376 | u32 mask; | ^~~~ /kisskb/src/crypto/cryptd.c:375:13: note: byref variable will be forcibly initialized 375 | u32 type; | ^~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_create_hash': /kisskb/src/crypto/cryptd.c:642:13: note: byref variable will be forcibly initialized 642 | u32 mask; | ^~~~ /kisskb/src/crypto/cryptd.c:641:13: note: byref variable will be forcibly initialized 641 | u32 type; | ^~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_create_aead': /kisskb/src/crypto/cryptd.c:829:13: note: byref variable will be forcibly initialized 829 | u32 mask; | ^~~~ /kisskb/src/crypto/cryptd.c:828:13: note: byref variable will be forcibly initialized 828 | u32 type; | ^~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_alloc_skcipher': /kisskb/src/crypto/cryptd.c:906:14: note: byref variable will be forcibly initialized 906 | char cryptd_alg_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~~~~~~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_alloc_ahash': /kisskb/src/crypto/cryptd.c:958:14: note: byref variable will be forcibly initialized 958 | char cryptd_alg_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~~~~~~~~ /kisskb/src/crypto/cryptd.c: In function 'cryptd_alloc_aead': /kisskb/src/crypto/cryptd.c:1015:14: note: byref variable will be forcibly initialized 1015 | char cryptd_alg_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/char/hw_random/arm_smccc_trng.c: In function 'smccc_trng_read': /kisskb/src/drivers/char/hw_random/arm_smccc_trng.c:64:30: note: byref variable will be forcibly initialized 64 | struct arm_smccc_res res; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/remap_range.c:2: /kisskb/src/fs/remap_range.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/remap_range.c: In function 'generic_remap_checks': /kisskb/src/fs/remap_range.c:36:18: note: byref variable will be forcibly initialized 36 | uint64_t count = *req_count; | ^~~~~ /kisskb/src/fs/remap_range.c: In function '__generic_remap_file_range_prep': /kisskb/src/fs/remap_range.c:329:33: note: byref variable will be forcibly initialized 329 | bool is_same = false; | ^~~~~~~ /kisskb/src/drivers/reset/reset-ti-syscon.c: In function 'ti_syscon_reset_status': /kisskb/src/drivers/reset/reset-ti-syscon.c:134:22: note: byref variable will be forcibly initialized 134 | unsigned int reset_state; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/reset/reset-ti-syscon.c:13: /kisskb/src/drivers/reset/reset-ti-syscon.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | 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:167:13: note: byref variable will be forcibly initialized 167 | int size, nr_controls, i; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/nsproxy.h:5, from /kisskb/src/fs/proc_namespace.c:11: /kisskb/src/fs/proc_namespace.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/proc_namespace.c: In function 'mounts_open_common': /kisskb/src/fs/proc_namespace.c:248:21: note: byref variable will be forcibly initialized 248 | struct path root; | ^~~~ /kisskb/src/drivers/xen/dbgp.c: In function 'xen_dbgp_op': /kisskb/src/drivers/xen/dbgp.c:15:32: note: byref variable will be forcibly initialized 15 | struct physdev_dbgp_op dbgp; | ^~~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_restrict': /kisskb/src/drivers/xen/privcmd.c:707:17: note: byref variable will be forcibly initialized 707 | domid_t dom; | ^~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_hypercall': /kisskb/src/drivers/xen/privcmd.c:70:34: note: byref variable will be forcibly initialized 70 | struct privcmd_hypercall hypercall; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_mmap': /kisskb/src/drivers/xen/privcmd.c:258:31: note: byref variable will be forcibly initialized 258 | struct mmap_gfn_state state; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c:257:19: note: byref variable will be forcibly initialized 257 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/xen/privcmd.c:253:29: note: byref variable will be forcibly initialized 253 | struct privcmd_mmap mmapcmd; | ^~~~~~~ /kisskb/src/drivers/reset/reset-uniphier.c: In function 'uniphier_reset_status': /kisskb/src/drivers/reset/reset-uniphier.c:316:30: note: byref variable will be forcibly initialized 316 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_mmap_batch': /kisskb/src/drivers/xen/privcmd.c:452:33: note: byref variable will be forcibly initialized 452 | struct mmap_batch_state state; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c:451:19: note: byref variable will be forcibly initialized 451 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/xen/privcmd.c:447:37: note: byref variable will be forcibly initialized 447 | struct privcmd_mmapbatch_v2 m; | ^ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_dm_op': /kisskb/src/drivers/xen/privcmd.c:628:22: note: byref variable will be forcibly initialized 628 | unsigned int pinned = 0; | ^~~~~~ /kisskb/src/drivers/xen/privcmd.c:621:30: note: byref variable will be forcibly initialized 621 | struct privcmd_dm_op kdata; | ^~~~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_mmap_resource': /kisskb/src/drivers/xen/privcmd.c:727:38: note: byref variable will be forcibly initialized 727 | struct privcmd_mmap_resource kdata; | ^~~~~ /kisskb/src/drivers/reset/reset-scmi.c: In function 'scmi_reset_probe': /kisskb/src/drivers/reset/reset-scmi.c:95:38: note: byref variable will be forcibly initialized 95 | struct scmi_protocol_handle *ph; | ^~ /kisskb/src/drivers/regulator/irq_helpers.c: In function 'regulator_notifier_isr': /kisskb/src/drivers/regulator/irq_helpers.c:161:23: note: byref variable will be forcibly initialized 161 | unsigned long rdev_map = 0; | ^~~~~~~~ /kisskb/src/kernel/gcov/fs.c: In function 'gcov_persist_setup': /kisskb/src/kernel/gcov/fs.c:76:23: note: byref variable will be forcibly initialized 76 | unsigned long val; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/gcov/fs.c:21: /kisskb/src/kernel/gcov/fs.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/gcov/fs.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/gcov/fs.c:21: /kisskb/src/kernel/gcov/fs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/crypto/cast5_generic.c: In function 'cast5_setkey': /kisskb/src/crypto/cast5_generic.c:482:16: note: byref variable will be forcibly initialized 482 | __be32 p_key[4]; | ^~~~~ /kisskb/src/crypto/cast5_generic.c:481:13: note: byref variable will be forcibly initialized 481 | u32 k[16]; | ^ /kisskb/src/crypto/cast5_generic.c:480:13: note: byref variable will be forcibly initialized 480 | u32 z[4]; | ^ /kisskb/src/crypto/cast5_generic.c:479:13: note: byref variable will be forcibly initialized 479 | u32 x[4]; | ^ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_setup128': /kisskb/src/crypto/camellia_generic.c:542:13: note: byref variable will be forcibly initialized 542 | u32 subR[26]; | ^~~~ /kisskb/src/crypto/camellia_generic.c:541:13: note: byref variable will be forcibly initialized 541 | u32 subL[26]; | ^~~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_setup256': /kisskb/src/crypto/camellia_generic.c:649:13: note: byref variable will be forcibly initialized 649 | u32 subR[34]; | ^~~~ /kisskb/src/crypto/camellia_generic.c:648:13: note: byref variable will be forcibly initialized 648 | u32 subL[34]; | ^~~~ In file included from /kisskb/src/drivers/regulator/of_regulator.c:11: /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_get_regulator_prot_limits': /kisskb/src/drivers/regulator/of_regulator.c:56:22: note: byref variable will be forcibly initialized 56 | char prop[255]; | ^~~~ /kisskb/src/drivers/regulator/of_regulator.c:38:13: 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:13: note: byref variable will be forcibly initialized 91 | u32 pval; | ^~~~ 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:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm2_load_context': /kisskb/src/drivers/char/tpm/tpm2-space.c:74:24: 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:24: 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:21: note: byref variable will be forcibly initialized 200 | u32 handle; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c:179:22: 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:22: note: byref variable will be forcibly initialized 494 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_get_regulator_init_data': /kisskb/src/drivers/regulator/of_regulator.c:339:37: note: byref variable will be forcibly initialized 339 | struct regulator_init_data *init_data; | ^~~~~~~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_check_coupling_data': /kisskb/src/drivers/regulator/of_regulator.c:627:21: note: byref variable will be forcibly initialized 627 | int c_max_spread, c_n_phandles; | ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/of_regulator.c:620:13: note: byref variable will be forcibly initialized 620 | int index; | ^~~~~ /kisskb/src/crypto/chacha_generic.c: In function 'chacha_stream_xor': /kisskb/src/crypto/chacha_generic.c:19:13: note: byref variable will be forcibly initialized 19 | u32 state[16]; | ^~~~~ /kisskb/src/crypto/chacha_generic.c:18:30: note: byref variable will be forcibly initialized 18 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/chacha_generic.c: In function 'crypto_xchacha_crypt': /kisskb/src/crypto/chacha_generic.c:54:12: note: byref variable will be forcibly initialized 54 | u8 real_iv[16]; | ^~~~~~~ /kisskb/src/crypto/chacha_generic.c:53:13: note: byref variable will be forcibly initialized 53 | u32 state[16]; | ^~~~~ /kisskb/src/crypto/chacha_generic.c:52:27: note: byref variable will be forcibly initialized 52 | struct chacha_ctx subctx; | ^~~~~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_encrypt': /kisskb/src/crypto/camellia_generic.c:991:13: note: byref variable will be forcibly initialized 991 | u32 tmp[4]; | ^~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_decrypt': /kisskb/src/crypto/camellia_generic.c:1017:13: note: byref variable will be forcibly initialized 1017 | u32 tmp[4]; | ^~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_setup192': /kisskb/src/crypto/camellia_generic.c:795:31: note: byref variable will be forcibly initialized 795 | u32 krll, krlr, krrl, krrr; | ^~~~ /kisskb/src/crypto/camellia_generic.c:795:25: note: byref variable will be forcibly initialized 795 | u32 krll, krlr, krrl, krrr; | ^~~~ /kisskb/src/crypto/camellia_generic.c:795:19: note: byref variable will be forcibly initialized 795 | u32 krll, krlr, krrl, krrr; | ^~~~ /kisskb/src/crypto/camellia_generic.c:795:13: note: byref variable will be forcibly initialized 795 | u32 krll, krlr, krrl, krrr; | ^~~~ /kisskb/src/crypto/camellia_generic.c:794:23: note: byref variable will be forcibly initialized 794 | unsigned char kk[32]; | ^~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/xen/privcmd-buf.c:14: /kisskb/src/drivers/xen/privcmd-buf.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/privcmd-buf.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/kernel/debug/kdb/kdb_io.c: In function 'kdb_getchar': /kisskb/src/kernel/debug/kdb/kdb_io.c:129:14: note: byref variable will be forcibly initialized 129 | char buf[4]; /* longest vt100 escape sequence is 4 bytes */ | ^~~ /kisskb/src/kernel/debug/kdb/kdb_io.c: In function 'kdb_printf': /kisskb/src/kernel/debug/kdb/kdb_io.c:860:17: note: byref variable will be forcibly initialized 860 | va_list ap; | ^~ /kisskb/src/kernel/debug/kdb/kdb_io.c: In function 'kdb_read': /kisskb/src/kernel/debug/kdb/kdb_io.c:209:19: note: byref variable will be forcibly initialized 209 | int diag, dtab_count; | ^~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/debug/kdb/kdb_io.c:14: /kisskb/src/kernel/debug/kdb/kdb_io.c: In function 'vkdb_printf': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_io.c:853:9: note: in expansion of macro 'smp_store_release' 853 | smp_store_release(&kdb_printf_cpu, old_cpu); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_io.c:587:13: note: byref variable will be forcibly initialized 587 | int logging, saved_loglevel = 0; | ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_io.c:586:13: note: byref variable will be forcibly initialized 586 | int colcount; | ^~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_io.c:585:13: note: byref variable will be forcibly initialized 585 | int linecount; | ^~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_set': /kisskb/src/kernel/debug/kdb/kdb_main.c:487:23: note: byref variable will be forcibly initialized 487 | char *cp; | ^~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_md_line': /kisskb/src/kernel/debug/kdb/kdb_main.c:1576:27: note: byref variable will be forcibly initialized 1576 | } wc; | ^~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1541:23: note: byref variable will be forcibly initialized 1541 | unsigned long word; | ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1537:14: note: byref variable will be forcibly initialized 1537 | char cbuf[32]; | ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1536:22: note: byref variable will be forcibly initialized 1536 | kdb_symtab_t symtab; | ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_summary': /kisskb/src/kernel/debug/kdb/kdb_main.c:2504:24: note: byref variable will be forcibly initialized 2504 | struct sysinfo val; | ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2503:18: note: byref variable will be forcibly initialized 2503 | time64_t now; | ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_kill': /kisskb/src/kernel/debug/kdb/kdb_main.c:2444:15: note: byref variable will be forcibly initialized 2444 | char *endp; | ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_rd': /kisskb/src/kernel/debug/kdb/kdb_main.c:1892:12: note: byref variable will be forcibly initialized 1892 | u8 reg8; | ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1891:13: note: byref variable will be forcibly initialized 1891 | u16 reg16; | ^~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1890:13: note: byref variable will be forcibly initialized 1890 | u32 reg32; | ^~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1889:13: note: byref variable will be forcibly initialized 1889 | u64 reg64; | ^~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_mdr': /kisskb/src/kernel/debug/kdb/kdb_main.c:1510:23: note: byref variable will be forcibly initialized 1510 | unsigned char c; | ^ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdbgetintenv': /kisskb/src/kernel/debug/kdb/kdb_main.c:338:23: note: byref variable will be forcibly initialized 338 | unsigned long val; | ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdbgetularg': /kisskb/src/kernel/debug/kdb/kdb_main.c:416:15: note: byref variable will be forcibly initialized 416 | char *endp; | ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_pid': /kisskb/src/kernel/debug/kdb/kdb_main.c:2380:23: note: byref variable will be forcibly initialized 2380 | unsigned long val; | ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_cpu': /kisskb/src/kernel/debug/kdb/kdb_main.c:2246:23: note: byref variable will be forcibly initialized 2246 | unsigned long cpunum; | ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdbgetu64arg': /kisskb/src/kernel/debug/kdb/kdb_main.c:438:15: note: byref variable will be forcibly initialized 438 | char *endp; | ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_rm': /kisskb/src/kernel/debug/kdb/kdb_main.c:1961:12: note: byref variable will be forcibly initialized 1961 | u8 reg8; | ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1960:13: note: byref variable will be forcibly initialized 1960 | u16 reg16; | ^~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1959:13: note: byref variable will be forcibly initialized 1959 | u32 reg32; | ^~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1958:13: note: byref variable will be forcibly initialized 1958 | u64 reg64; | ^~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdbgetaddrarg': /kisskb/src/kernel/debug/kdb/kdb_main.c:555:22: note: byref variable will be forcibly initialized 555 | kdb_symtab_t symtab; | ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:548:23: note: byref variable will be forcibly initialized 548 | unsigned long off = 0; | ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:547:23: note: byref variable will be forcibly initialized 547 | unsigned long addr; | ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_per_cpu': /kisskb/src/kernel/debug/kdb/kdb_main.c:2547:61: note: byref variable will be forcibly initialized 2547 | unsigned long addr, symaddr, val, bytesperword = 0, whichcpu = ~0UL; | ^~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2547:43: note: byref variable will be forcibly initialized 2547 | unsigned long addr, symaddr, val, bytesperword = 0, whichcpu = ~0UL; | ^~~~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2547:38: note: byref variable will be forcibly initialized 2547 | unsigned long addr, symaddr, val, bytesperword = 0, whichcpu = ~0UL; | ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2547:29: note: byref variable will be forcibly initialized 2547 | unsigned long addr, symaddr, val, bytesperword = 0, whichcpu = ~0UL; | ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2546:24: note: byref variable will be forcibly initialized 2546 | int cpu, diag, nextarg = 1; | ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2545:14: note: byref variable will be forcibly initialized 2545 | char fmtstr[64]; | ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_ef': /kisskb/src/kernel/debug/kdb/kdb_main.c:2049:13: note: byref variable will be forcibly initialized 2049 | int nextarg; | ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2048:14: note: byref variable will be forcibly initialized 2048 | long offset; | ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:2047:23: note: byref variable will be forcibly initialized 2047 | unsigned long addr; | ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_go': /kisskb/src/kernel/debug/kdb/kdb_main.c:1842:14: note: byref variable will be forcibly initialized 1842 | long offset; | ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1841:13: note: byref variable will be forcibly initialized 1841 | int nextarg; | ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1839:23: note: byref variable will be forcibly initialized 1839 | unsigned long addr; | ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_mm': /kisskb/src/kernel/debug/kdb/kdb_main.c:1800:13: note: byref variable will be forcibly initialized 1800 | int nextarg; | ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1799:23: note: byref variable will be forcibly initialized 1799 | unsigned long contents; | ^~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1798:14: note: byref variable will be forcibly initialized 1798 | long offset = 0; | ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1797:23: note: byref variable will be forcibly initialized 1797 | unsigned long addr; | ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_md': /kisskb/src/kernel/debug/kdb/kdb_main.c:1666:27: note: byref variable will be forcibly initialized 1666 | int diag, nextarg = 1; | ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1665:31: note: byref variable will be forcibly initialized 1665 | unsigned long val; | ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1635:31: note: byref variable will be forcibly initialized 1635 | char *p; | ^ /kisskb/src/kernel/debug/kdb/kdb_main.c:1605:14: note: byref variable will be forcibly initialized 1605 | long offset = 0; | ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1604:23: note: byref variable will be forcibly initialized 1604 | unsigned long word; | ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1603:23: note: byref variable will be forcibly initialized 1603 | unsigned long addr; | ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1602:23: note: byref variable will be forcibly initialized 1602 | char fmtchar, fmtstr[64]; | ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1601:13: note: byref variable will be forcibly initialized 1601 | int nosect = 0; | ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1600:38: note: byref variable will be forcibly initialized 1600 | int radix = 16, mdcount = 8, bytesperword = KDB_WORD_SIZE, repeat; | ^~~~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1600:25: note: byref variable will be forcibly initialized 1600 | int radix = 16, mdcount = 8, bytesperword = KDB_WORD_SIZE, repeat; | ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1600:13: note: byref variable will be forcibly initialized 1600 | int radix = 16, mdcount = 8, bytesperword = KDB_WORD_SIZE, repeat; | ^~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_ps1': /kisskb/src/kernel/debug/kdb/kdb_main.c:2308:23: note: byref variable will be forcibly initialized 2308 | unsigned long tmp; | ^~~ /kisskb/src/kernel/debug/kdb/kdb_main.c: In function 'kdb_parse': /kisskb/src/kernel/debug/kdb/kdb_main.c:1122:21: note: byref variable will be forcibly initialized 1122 | int nextarg = 0; | ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1121:22: note: byref variable will be forcibly initialized 1121 | long offset; | ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1120:23: note: byref variable will be forcibly initialized 1120 | char *name = NULL; | ^~~~ /kisskb/src/kernel/debug/kdb/kdb_main.c:1119:31: note: byref variable will be forcibly initialized 1119 | unsigned long value; | ^~~~~ /kisskb/src/drivers/xen/xlate_mmu.c: In function 'unmap_gfn': /kisskb/src/drivers/xen/xlate_mmu.c:176:40: note: byref variable will be forcibly initialized 176 | struct xen_remove_from_physmap xrp; | ^~~ /kisskb/src/drivers/xen/xlate_mmu.c: In function 'remap_pte_fn': /kisskb/src/drivers/xen/xlate_mmu.c:99:22: note: byref variable will be forcibly initialized 99 | struct page *page = info->pages[info->index++]; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/drivers/xen/xlate_mmu.c:31: /kisskb/src/drivers/xen/xlate_mmu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/xlate_mmu.c: In function 'xen_xlate_remap_gfn_array': /kisskb/src/drivers/xen/xlate_mmu.c:151:27: note: byref variable will be forcibly initialized 151 | struct remap_data data; | ^~~~ /kisskb/src/drivers/xen/xlate_mmu.c: In function 'xen_xlate_map_ballooned_pages': /kisskb/src/drivers/xen/xlate_mmu.c:220:34: note: byref variable will be forcibly initialized 220 | struct map_balloon_pages data; | ^~~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_memread': /kisskb/src/kernel/debug/gdbstub.c:559:23: note: byref variable will be forcibly initialized 559 | unsigned long addr; | ^~~~ /kisskb/src/kernel/debug/gdbstub.c:558:23: note: byref variable will be forcibly initialized 558 | unsigned long length; | ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c:557:15: 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:23: note: byref variable will be forcibly initialized 369 | unsigned long length; | ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c:368:23: note: byref variable will be forcibly initialized 368 | unsigned long addr; | ^~~~ /kisskb/src/kernel/debug/gdbstub.c:367:15: 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:15: note: byref variable will be forcibly initialized 614 | char *ptr = &remcom_in_buffer[1]; | ^~~ /kisskb/src/kernel/debug/gdbstub.c:613:23: note: byref variable will be forcibly initialized 613 | unsigned long regnum; | ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_query': /kisskb/src/kernel/debug/gdbstub.c:700:15: note: byref variable will be forcibly initialized 700 | char *ptr; | ^~~ /kisskb/src/kernel/debug/gdbstub.c:699:23: 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:15: note: byref variable will be forcibly initialized 812 | char *ptr; | ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_thread': /kisskb/src/kernel/debug/gdbstub.c:848:15: 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:23: note: byref variable will be forcibly initialized 869 | unsigned long length; | ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c:868:23: note: byref variable will be forcibly initialized 868 | unsigned long addr; | ^~~~ /kisskb/src/kernel/debug/gdbstub.c:867:15: note: byref variable will be forcibly initialized 867 | char *ptr = &remcom_in_buffer[2]; | ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_reg_get': /kisskb/src/kernel/debug/gdbstub.c:599:15: note: byref variable will be forcibly initialized 599 | char *ptr = &remcom_in_buffer[1]; | ^~~ /kisskb/src/kernel/debug/gdbstub.c:598:23: note: byref variable will be forcibly initialized 598 | unsigned long regnum; | ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_serial_stub': /kisskb/src/kernel/debug/gdbstub.c:966:31: note: byref variable will be forcibly initialized 966 | unsigned char thref[BUF_THREAD_ID_SIZE]; | ^~~~~ /kisskb/src/kernel/cgroup/rstat.c: In function 'cgroup_base_stat_flush': /kisskb/src/kernel/cgroup/rstat.c:333:33: note: byref variable will be forcibly initialized 333 | struct cgroup_base_stat delta; | ^~~~~ /kisskb/src/kernel/cgroup/rstat.c: In function 'root_cgroup_cputime': /kisskb/src/kernel/cgroup/rstat.c:434:39: note: byref variable will be forcibly initialized 434 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/kernel/cgroup/rstat.c: In function '__cgroup_account_cputime': /kisskb/src/kernel/cgroup/rstat.c:382:23: note: byref variable will be forcibly initialized 382 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/cgroup/rstat.c: In function '__cgroup_account_cputime_field': /kisskb/src/kernel/cgroup/rstat.c:393:23: note: byref variable will be forcibly initialized 393 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/cgroup/rstat.c: In function 'cgroup_base_stat_cputime_show': /kisskb/src/kernel/cgroup/rstat.c:464:33: note: byref variable will be forcibly initialized 464 | struct cgroup_base_stat bstat; | ^~~~~ /kisskb/src/kernel/cgroup/rstat.c:463:27: note: byref variable will be forcibly initialized 463 | u64 usage, utime, stime; | ^~~~~ /kisskb/src/kernel/cgroup/rstat.c:463:20: note: byref variable will be forcibly initialized 463 | u64 usage, utime, stime; | ^~~~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_nmicallback': /kisskb/src/kernel/debug/debug_core.c:901:27: note: byref variable will be forcibly initialized 901 | struct kgdb_state kgdb_var; | ^~~~~~~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_nmicallin': /kisskb/src/kernel/debug/debug_core.c:928:35: note: byref variable will be forcibly initialized 928 | 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:180:26: note: byref variable will be forcibly initialized 180 | struct kgdb_bkpt tmp; | ^~~ /kisskb/src/kernel/debug/debug_core.c: In function 'kgdb_handle_exception': /kisskb/src/kernel/debug/debug_core.c:850:27: note: byref variable will be forcibly initialized 850 | struct kgdb_state kgdb_var; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'pcr_value_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:354:27: note: byref variable will be forcibly initialized 354 | struct tpm_digest digest; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'caps_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:212:15: note: byref variable will be forcibly initialized 212 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'temp_deactivated_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:188:15: note: byref variable will be forcibly initialized 188 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'owned_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:166:15: 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:15: 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:15: note: byref variable will be forcibly initialized 122 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'pcrs_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:86:12: note: byref variable will be forcibly initialized 86 | u8 digest[TPM_DIGEST_SIZE]; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c:85:15: 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:14: note: byref variable will be forcibly initialized 40 | char anti_replay[20]; | ^~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c:35:24: note: byref variable will be forcibly initialized 35 | struct tpm_buf tpm_buf; | ^~~~~~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_show_fdinfo': /kisskb/src/fs/signalfd.c:235:18: note: byref variable will be forcibly initialized 235 | sigset_t sigmask; | ^~~~~~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_dequeue': /kisskb/src/fs/signalfd.c:158:23: note: byref variable will be forcibly initialized 158 | enum pid_type type; | ^~~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_copyinfo': /kisskb/src/fs/signalfd.c:74:33: note: byref variable will be forcibly initialized 74 | struct signalfd_siginfo new; | ^~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_read': /kisskb/src/fs/signalfd.c:209:26: note: byref variable will be forcibly initialized 209 | kernel_siginfo_t info; | ^~~~ /kisskb/src/fs/signalfd.c: In function '__do_sys_signalfd4': /kisskb/src/fs/signalfd.c:305:18: note: byref variable will be forcibly initialized 305 | sigset_t mask; | ^~~~ /kisskb/src/fs/signalfd.c: In function '__do_sys_signalfd': /kisskb/src/fs/signalfd.c:317:18: note: byref variable will be forcibly initialized 317 | sigset_t mask; | ^~~~ /kisskb/src/fs/signalfd.c: In function 'do_compat_signalfd4': /kisskb/src/fs/signalfd.c:331:18: note: byref variable will be forcibly initialized 331 | sigset_t mask; | ^~~~ /kisskb/src/crypto/deflate.c: In function '__deflate_decompress': /kisskb/src/crypto/deflate.c:246:20: note: byref variable will be forcibly initialized 246 | u8 zerostuff = 0; | ^~~~~~~~~ /kisskb/src/fs/posix_acl.c: In function 'posix_acl_chmod': /kisskb/src/fs/posix_acl.c:593:27: note: byref variable will be forcibly initialized 593 | struct posix_acl *acl; | ^~~ /kisskb/src/fs/posix_acl.c: In function 'posix_acl_update_mode': /kisskb/src/fs/posix_acl.c:694:17: note: byref variable will be forcibly initialized 694 | umode_t mode = inode->i_mode; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/xen/xen-front-pgdir-shbuf.c:12: /kisskb/src/drivers/xen/xen-front-pgdir-shbuf.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/xen-front-pgdir-shbuf.c: In function 'grant_references': /kisskb/src/drivers/xen/xen-front-pgdir-shbuf.c:432:21: note: byref variable will be forcibly initialized 432 | grant_ref_t priv_gref_head; | ^~~~~~~~~~~~~~ /kisskb/src/fs/posix_acl.c: In function 'simple_acl_create': /kisskb/src/fs/posix_acl.c:1082:41: note: byref variable will be forcibly initialized 1082 | struct posix_acl *default_acl, *acl; | ^~~ /kisskb/src/fs/posix_acl.c:1082:27: note: byref variable will be forcibly initialized 1082 | struct posix_acl *default_acl, *acl; | ^~~~~~~~~~~ /kisskb/src/kernel/time/sched_clock.c: In function 'update_sched_clock': /kisskb/src/kernel/time/sched_clock.c:132:32: note: byref variable will be forcibly initialized 132 | struct clock_read_data rd; | ^~ /kisskb/src/kernel/time/sched_clock.c: In function 'sched_clock': /kisskb/src/kernel/time/sched_clock.c:86:22: note: byref variable will be forcibly initialized 86 | unsigned int seq; | ^~~ /kisskb/src/kernel/time/sched_clock.c: In function 'sched_clock_register': /kisskb/src/kernel/time/sched_clock.c:160:32: note: byref variable will be forcibly initialized 160 | struct clock_read_data rd; | ^~ /kisskb/src/kernel/time/sched_clock.c:157:23: note: byref variable will be forcibly initialized 157 | u32 new_mult, new_shift; | ^~~~~~~~~ /kisskb/src/kernel/time/sched_clock.c:157:13: note: byref variable will be forcibly initialized 157 | u32 new_mult, new_shift; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/xen/gntdev.c:25: /kisskb/src/drivers/xen/gntdev.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_free_map': /kisskb/src/drivers/xen/gntdev.c:100:46: note: byref variable will be forcibly initialized 100 | struct gnttab_dma_alloc_args args; | ^~~~ In file included from /kisskb/src/drivers/xen/gntdev.c:44: /kisskb/src/drivers/xen/gntdev.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized 82 | struct evtchn_send send = { .port = port }; | ^~~~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_ioctl_get_offset_for_vaddr': /kisskb/src/drivers/xen/gntdev.c:680:50: note: byref variable will be forcibly initialized 680 | struct ioctl_gntdev_get_offset_for_vaddr op; | ^~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_ioctl_notify': /kisskb/src/drivers/xen/gntdev.c:712:42: note: byref variable will be forcibly initialized 712 | struct ioctl_gntdev_unmap_notify op; | ^~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_get_page': /kisskb/src/drivers/xen/gntdev.c:791:22: note: byref variable will be forcibly initialized 791 | struct page *page; | ^~~~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_grant_copy_seg': /kisskb/src/drivers/xen/gntdev.c:877:31: note: byref variable will be forcibly initialized 877 | unsigned long gfn; | ^~~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_ioctl_grant_copy': /kisskb/src/drivers/xen/gntdev.c:955:50: note: byref variable will be forcibly initialized 955 | struct gntdev_grant_copy_segment seg; | ^~~ /kisskb/src/drivers/xen/gntdev.c:944:34: note: byref variable will be forcibly initialized 944 | struct gntdev_copy_batch batch; | ^~~~~ /kisskb/src/drivers/xen/gntdev.c:943:40: note: byref variable will be forcibly initialized 943 | struct ioctl_gntdev_grant_copy copy; | ^~~~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_alloc_map': /kisskb/src/drivers/xen/gntdev.c:171:46: note: byref variable will be forcibly initialized 171 | struct gnttab_dma_alloc_args args; | ^~~~ /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c: In function 's10_register_pll': /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c:195:30: note: byref variable will be forcibly initialized 195 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c: In function 'agilex_register_pll': /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c:235:30: note: byref variable will be forcibly initialized 235 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c: In function 'n5x_register_pll': /kisskb/src/drivers/clk/socfpga/clk-pll-s10.c:274:30: note: byref variable will be forcibly initialized 274 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_ioctl_map_grant_ref': /kisskb/src/drivers/xen/gntdev.c:622:43: note: byref variable will be forcibly initialized 622 | struct ioctl_gntdev_map_grant_ref op; | ^~ /kisskb/src/drivers/xen/gntdev.c: In function 'gntdev_ioctl_unmap_grant_ref': /kisskb/src/drivers/xen/gntdev.c:657:45: note: byref variable will be forcibly initialized 657 | struct ioctl_gntdev_unmap_grant_ref op; | ^~ /kisskb/src/fs/binfmt_misc.c: In function 'parse_command': /kisskb/src/fs/binfmt_misc.c:481:14: note: byref variable will be forcibly initialized 481 | char s[4]; | ^ /kisskb/src/drivers/regulator/virtual.c: In function 'set_max_uA': /kisskb/src/drivers/regulator/virtual.c:197:14: note: byref variable will be forcibly initialized 197 | long val; | ^~~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_min_uA': /kisskb/src/drivers/regulator/virtual.c:171:14: note: byref variable will be forcibly initialized 171 | long val; | ^~~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_max_uV': /kisskb/src/drivers/regulator/virtual.c:145:14: note: byref variable will be forcibly initialized 145 | long val; | ^~~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_min_uV': /kisskb/src/drivers/regulator/virtual.c:119:14: note: byref variable will be forcibly initialized 119 | long val; | ^~~ /kisskb/src/drivers/regulator/act8865-regulator.c: In function 'act8865_get_mode': /kisskb/src/drivers/regulator/act8865-regulator.c:362:23: 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:22: note: byref variable will be forcibly initialized 587 | 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/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/parport/share.c:20: /kisskb/src/drivers/parport/share.c: In function 'parport_claim_or_block': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/parport/share.c:1122:25: note: in expansion of macro 'wait_event_interruptible' 1122 | wait_event_interruptible(dev->wait_q, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/act8865-regulator.c: In function 'act8865_pmic_probe': /kisskb/src/drivers/regulator/act8865-regulator.c:741:41: note: byref variable will be forcibly initialized 741 | struct regulator_config config = { }; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/clk/socfpga/clk-s10.c:5: /kisskb/src/drivers/clk/socfpga/clk-s10.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/socfpga/clk-s10.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/clk/meson/clk-dualdiv.h:11, from /kisskb/src/drivers/clk/meson/clk-dualdiv.c:28: /kisskb/src/drivers/clk/meson/clk-dualdiv.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:22: note: byref variable will be forcibly initialized 32 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/meson/clk-dualdiv.c: In function 'meson_clk_dualdiv_recalc_rate': /kisskb/src/drivers/clk/meson/clk-dualdiv.c:52:40: note: byref variable will be forcibly initialized 52 | struct meson_clk_dualdiv_param setting; | ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_support.c: In function 'kdbnearsym': /kisskb/src/kernel/debug/kdb/kdb_support.c:85:23: note: byref variable will be forcibly initialized 85 | unsigned long offset = 0; | ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_support.c:84:23: note: byref variable will be forcibly initialized 84 | unsigned long symbolsize = 0; | ^~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_support.c: In function 'kallsyms_symbol_complete': /kisskb/src/kernel/debug/kdb/kdb_support.c:128:16: note: byref variable will be forcibly initialized 128 | loff_t pos = 0; | ^~~ /kisskb/src/kernel/debug/kdb/kdb_support.c: In function 'kdb_symbol_print': /kisskb/src/kernel/debug/kdb/kdb_support.c:201:22: note: byref variable will be forcibly initialized 201 | kdb_symtab_t symtab, *symtab_p2; | ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_support.c: In function 'kdb_getphysword': /kisskb/src/kernel/debug/kdb/kdb_support.c:349:15: note: byref variable will be forcibly initialized 349 | __u64 w8; | ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:348:15: note: byref variable will be forcibly initialized 348 | __u32 w4; | ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:347:15: note: byref variable will be forcibly initialized 347 | __u16 w2; | ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:346:15: note: byref variable will be forcibly initialized 346 | __u8 w1; | ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c: In function 'kdb_getword': /kisskb/src/kernel/debug/kdb/kdb_support.c:399:15: note: byref variable will be forcibly initialized 399 | __u64 w8; | ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:398:15: note: byref variable will be forcibly initialized 398 | __u32 w4; | ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:397:15: note: byref variable will be forcibly initialized 397 | __u16 w2; | ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:396:15: note: byref variable will be forcibly initialized 396 | __u8 w1; | ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c: In function 'kdb_putword': /kisskb/src/kernel/debug/kdb/kdb_support.c:448:15: note: byref variable will be forcibly initialized 448 | __u64 w8; | ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:447:15: note: byref variable will be forcibly initialized 447 | __u32 w4; | ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:446:15: note: byref variable will be forcibly initialized 446 | __u16 w2; | ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c:445:15: note: byref variable will be forcibly initialized 445 | __u8 w1; | ^~ /kisskb/src/kernel/debug/kdb/kdb_support.c: In function 'kdb_task_state_char': /kisskb/src/kernel/debug/kdb/kdb_support.c:487:23: note: byref variable will be forcibly initialized 487 | unsigned long tmp; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/tests/drm_format_helper_test.c:3: /kisskb/src/drivers/gpu/drm/tests/drm_format_helper_test.c: In function 'xrgb8888_to_rgb332_test': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tests/drm_format_helper_test.c:143:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 143 | KUNIT_EXPECT_EQ(test, memcmp(dst, params->expected, dst_size), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tests/drm_format_helper_test.c:139:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 139 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, dst); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tests/drm_format_helper_test.c:136:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 136 | KUNIT_ASSERT_GT(test, dst_size, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c: In function 's10_register_periph': /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:108:21: note: byref variable will be forcibly initialized 108 | const char *parent_name = clks->parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:106:30: note: byref variable will be forcibly initialized 106 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c: In function 'n5x_register_periph': /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:144:21: note: byref variable will be forcibly initialized 144 | const char *parent_name = clks->parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:142:30: note: byref variable will be forcibly initialized 142 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c: In function 's10_register_cnt_periph': /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:179:21: note: byref variable will be forcibly initialized 179 | const char *parent_name = clks->parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-periph-s10.c:177:30: note: byref variable will be forcibly initialized 177 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_latency_tolerance_us_store': /kisskb/src/drivers/base/power/sysfs.c:273:13: note: byref variable will be forcibly initialized 273 | s32 value; | ^~~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'autosuspend_delay_ms_store': /kisskb/src/drivers/base/power/sysfs.c:195:14: note: byref variable will be forcibly initialized 195 | long delay; | ^~~~~ /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c: In function 's10_register_gate': /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c:132:21: note: byref variable will be forcibly initialized 132 | const char *parent_name = clks->parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c:131:30: note: byref variable will be forcibly initialized 131 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c: In function 'agilex_register_gate': /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c:190:21: note: byref variable will be forcibly initialized 190 | const char *parent_name = clks->parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/socfpga/clk-gate-s10.c:189:30: note: byref variable will be forcibly initialized 189 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_resume_latency_us_store': /kisskb/src/drivers/base/power/sysfs.c:229:13: 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:13: note: byref variable will be forcibly initialized 306 | int ret; | ^~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_ldo_lim_event': /kisskb/src/drivers/regulator/da9063-regulator.c:693:13: note: byref variable will be forcibly initialized 693 | int bits, i, ret; | ^~~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_ldo_get_mode': /kisskb/src/drivers/regulator/da9063-regulator.c:294:18: 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:22: note: byref variable will be forcibly initialized 237 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_buck_set_limit_set_overdrive': /kisskb/src/drivers/regulator/da9063-regulator.c:440:22: 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:18: note: byref variable will be forcibly initialized 478 | int ret, orig_limit; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_buck_get_current_limit': /kisskb/src/drivers/regulator/da9063-regulator.c:526:13: note: byref variable will be forcibly initialized 526 | int val, ret, limit; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/regulator/da9063-regulator.c:11: /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/da9063-regulator.c:16: /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_regulator_probe': /kisskb/src/drivers/regulator/da9063-regulator.c:817:44: note: byref variable will be forcibly initialized 817 | int id, irq, n, n_regulators, ret, val; | ^~~ /kisskb/src/drivers/regulator/da9063-regulator.c:815:33: note: byref variable will be forcibly initialized 815 | struct regulator_config config; | ^~~~~~ /kisskb/src/drivers/regulator/da9063-regulator.c:810:36: note: byref variable will be forcibly initialized 810 | struct of_regulator_match *da9063_reg_matches = NULL; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/freezer.c: In function 'cgroup_freeze_task': /kisskb/src/kernel/cgroup/freezer.c:157:23: note: byref variable will be forcibly initialized 157 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/cgroup/freezer.c: In function 'cgroup_do_freeze': /kisskb/src/kernel/cgroup/freezer.c:179:30: note: byref variable will be forcibly initialized 179 | struct css_task_iter it; | ^~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_map_pages': /kisskb/src/drivers/iommu/iommu.c:2243:24: note: byref variable will be forcibly initialized 2243 | size_t pgsize, count; | ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_unmap_pages': /kisskb/src/drivers/iommu/iommu.c:2355:24: note: byref variable will be forcibly initialized 2355 | size_t pgsize, count; | ^~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_drv.c: In function 'komeda_platform_probe': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_drv.c:113:33: note: byref variable will be forcibly initialized 113 | struct component_match *match = NULL; | ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'pci_device_group': /kisskb/src/drivers/iommu/iommu.c:1428:35: note: byref variable will be forcibly initialized 1428 | struct group_for_pci_data data; | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'probe_alloc_default_domain': /kisskb/src/drivers/iommu/iommu.c:1671:36: note: byref variable will be forcibly initialized 1671 | struct __group_domain_type gtype; | ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/drivers/iommu/iommu.c: In function 'bus_iommu_probe': /kisskb/src/drivers/iommu/iommu.c:1737:19: note: byref variable will be forcibly initialized 1737 | LIST_HEAD(group_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_unmap': /kisskb/src/drivers/iommu/iommu.c:2420:35: note: byref variable will be forcibly initialized 2420 | struct iommu_iotlb_gather iotlb_gather; | ^~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_map': /kisskb/src/drivers/iommu/iommu.c:2296:24: note: byref variable will be forcibly initialized 2296 | size_t mapped = 0; | ^~~~~~ /kisskb/src/drivers/char/tpm/eventlog/tpm1.c: In function 'get_event_name': /kisskb/src/drivers/char/tpm/eventlog/tpm1.c:148:14: note: byref variable will be forcibly initialized 148 | char data[41] = ""; | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_create_device_direct_mappings': /kisskb/src/drivers/iommu/iommu.c:791:26: note: byref variable will be forcibly initialized 791 | struct list_head mappings; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/eventlog/tpm1.c: In function 'tpm1_binary_bios_measurements_show': /kisskb/src/drivers/char/tpm/eventlog/tpm1.c:226:27: note: byref variable will be forcibly initialized 226 | struct tcpa_event temp_event; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/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:444:19: note: byref variable will be forcibly initialized 444 | LIST_HEAD(stack); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_get_group_resv_regions': /kisskb/src/drivers/iommu/iommu.c:515:34: note: byref variable will be forcibly initialized 515 | 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:540:26: note: byref variable will be forcibly initialized 540 | 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:351:14: note: byref variable will be forcibly initialized 351 | bool pt; | ^~ In file included from /kisskb/src/drivers/gpu/host1x/syncpt.c:9: /kisskb/src/drivers/gpu/host1x/syncpt.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/kernel/gcov/gcc_4_7.c:16: /kisskb/src/kernel/gcov/gcc_4_7.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | 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/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/gpu/host1x/syncpt.c:8: /kisskb/src/drivers/gpu/host1x/syncpt.c: In function 'host1x_syncpt_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/syncpt.c:273:26: note: in expansion of macro 'wait_event_interruptible_timeout' 273 | remain = wait_event_interruptible_timeout(wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/syncpt.c:234:15: note: byref variable will be forcibly initialized 234 | void *ref; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/gpu/host1x/syncpt.c:8: /kisskb/src/drivers/gpu/host1x/syncpt.c:233:41: note: byref variable will be forcibly initialized 233 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:32: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-xtal.c: In function 'armada_3700_xtal_clock_probe': /kisskb/src/drivers/clk/mvebu/armada-37xx-xtal.c:27:13: note: byref variable will be forcibly initialized 27 | u32 reg; | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-xtal.c:22:21: note: byref variable will be forcibly initialized 22 | const char *xtal_name = "xtal"; | ^~~~~~~~~ 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:18: 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:13: note: byref variable will be forcibly initialized 172 | u16 halg; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/seq_file.h:12, from /kisskb/src/drivers/char/tpm/eventlog/tpm2.c:15: /kisskb/src/drivers/char/tpm/eventlog/tpm2.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/tpm/eventlog/tpm2.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/kernel/time/tick-sched.c:11: /kisskb/src/kernel/time/tick-sched.c: In function 'tick_do_update_jiffies64': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/tick-sched.c:132:17: note: in expansion of macro 'smp_store_release' 132 | smp_store_release(&tick_next_period, nextp); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/tick-sched.c:72:39: note: in expansion of macro 'smp_load_acquire' 72 | if (ktime_before(now, smp_load_acquire(&tick_next_period))) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/pids.c: In function 'pids_max_write': /kisskb/src/kernel/cgroup/pids.c:267:17: note: byref variable will be forcibly initialized 267 | int64_t limit; | ^~~~~ /kisskb/src/kernel/cgroup/pids.c: In function 'pids_cancel_attach': /kisskb/src/kernel/cgroup/pids.c:199:37: note: byref variable will be forcibly initialized 199 | struct cgroup_subsys_state *dst_css; | ^~~~~~~ /kisskb/src/kernel/cgroup/pids.c: In function 'pids_can_attach': /kisskb/src/kernel/cgroup/pids.c:174:37: note: byref variable will be forcibly initialized 174 | struct cgroup_subsys_state *dst_css; | ^~~~~~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/aead.h:12, from /kisskb/src/crypto/tcrypt.c:22: /kisskb/src/crypto/tcrypt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/crypto/tcrypt.c: In function 'test_aead_speed': /kisskb/src/crypto/tcrypt.c:546:28: note: byref variable will be forcibly initialized 546 | struct crypto_wait wait; | ^~~~ /kisskb/src/crypto/tcrypt.c:543:15: note: byref variable will be forcibly initialized 543 | char *axbuf[XBUFSIZE]; | ^~~~~ /kisskb/src/crypto/tcrypt.c:542:15: note: byref variable will be forcibly initialized 542 | char *xoutbuf[XBUFSIZE]; | ^~~~~~~ /kisskb/src/crypto/tcrypt.c:541:15: note: byref variable will be forcibly initialized 541 | char *xbuf[XBUFSIZE]; | ^~~~ /kisskb/src/crypto/tcrypt.c: In function 'test_skcipher_speed': /kisskb/src/crypto/tcrypt.c:1357:44: note: byref variable will be forcibly initialized 1357 | struct scatterlist sg[TVMEMSIZE]; | ^~ /kisskb/src/crypto/tcrypt.c:1317:14: note: byref variable will be forcibly initialized 1317 | char iv[128]; | ^~ /kisskb/src/crypto/tcrypt.c:1315:28: note: byref variable will be forcibly initialized 1315 | struct crypto_wait wait; | ^~~~ /kisskb/src/crypto/tcrypt.c: In function 'test_mb_skcipher_speed': /kisskb/src/crypto/tcrypt.c:1078:14: note: byref variable will be forcibly initialized 1078 | char iv[128]; | ^~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/clk/socfpga/clk-agilex.c:5: /kisskb/src/drivers/clk/socfpga/clk-agilex.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/socfpga/clk-agilex.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/crypto/tcrypt.c: In function 'test_ahash_speed_common': /kisskb/src/crypto/tcrypt.c:878:28: note: byref variable will be forcibly initialized 878 | struct crypto_wait wait; | ^~~~ /kisskb/src/crypto/tcrypt.c:877:28: note: byref variable will be forcibly initialized 877 | struct scatterlist sg[TVMEMSIZE]; | ^~ In file included from /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_format_caps.c:8: /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_format_caps.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | 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/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/arch/arm64/include/asm/percpu.h:8, from /kisskb/src/include/linux/irqflags.h:17, from /kisskb/src/include/linux/rcupdate.h:26, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/time_namespace.h:6, from /kisskb/src/kernel/time/namespace.c:7: /kisskb/src/kernel/time/namespace.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:71:27: note: byref variable will be forcibly initialized 71 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/namespace.c: In function 'proc_timens_set_offset': /kisskb/src/kernel/time/namespace.c:367:27: note: byref variable will be forcibly initialized 367 | struct timespec64 tp; | ^~ /kisskb/src/drivers/mfd/88pm860x-core.c: In function 'verify_addr': /kisskb/src/drivers/mfd/88pm860x-core.c:1091:24: note: byref variable will be forcibly initialized 1091 | unsigned short addr_8606[] = {0x10, 0x11}; | ^~~~~~~~~ /kisskb/src/drivers/mfd/88pm860x-core.c:1090:24: note: byref variable will be forcibly initialized 1090 | unsigned short addr_8607[] = {0x30, 0x34}; | ^~~~~~~~~ /kisskb/src/drivers/clk/meson/clk-mpll.c: In function 'mpll_round_rate': /kisskb/src/drivers/clk/meson/clk-mpll.c:96:27: note: byref variable will be forcibly initialized 96 | unsigned int sdm, n2; | ^~ /kisskb/src/drivers/clk/meson/clk-mpll.c:96:22: note: byref variable will be forcibly initialized 96 | unsigned int sdm, n2; | ^~~ In file included from /kisskb/src/drivers/clk/meson/clk-mpll.h:13, from /kisskb/src/drivers/clk/meson/clk-mpll.c:19: /kisskb/src/drivers/clk/meson/clk-mpll.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:22: note: byref variable will be forcibly initialized 32 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/meson/clk-mpll.c: In function 'mpll_set_rate': /kisskb/src/drivers/clk/meson/clk-mpll.c:108:27: note: byref variable will be forcibly initialized 108 | unsigned int sdm, n2; | ^~ /kisskb/src/drivers/clk/meson/clk-mpll.c:108:22: note: byref variable will be forcibly initialized 108 | unsigned int sdm, n2; | ^~~ /kisskb/src/drivers/mfd/88pm860x-core.c: In function 'device_irq_init': /kisskb/src/drivers/mfd/88pm860x-core.c:572:23: note: byref variable will be forcibly initialized 572 | unsigned char status_buf[INT_STATUS_NUM]; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/regulator/da9052-regulator.c:19: /kisskb/src/drivers/regulator/da9052-regulator.c: In function 'da9052_reg_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:107:13: note: byref variable will be forcibly initialized 107 | int val, ret; | ^~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/gpio-regulator.c:24: /kisskb/src/drivers/regulator/gpio-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/cgroup.h:17, from /kisskb/src/kernel/cgroup/cgroup-internal.h:5, from /kisskb/src/kernel/cgroup/cgroup-v1.c:2: /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | 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:29: note: byref variable will be forcibly initialized 174 | u32 val; | ^~~ /kisskb/src/drivers/regulator/gpio-regulator.c:134:21: note: byref variable will be forcibly initialized 134 | const char *regtype; | ^~~~~~~ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'pidlist_array_load': /kisskb/src/kernel/cgroup/cgroup-v1.c:334:30: note: byref variable will be forcibly initialized 334 | struct css_task_iter it; | ^~ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function '__cgroup1_procs_write': /kisskb/src/kernel/cgroup/cgroup-v1.c:499:14: note: byref variable will be forcibly initialized 499 | bool locked; | ^~~~~~ /kisskb/src/drivers/regulator/fan53555.c: In function 'fan53555_parse_dt': /kisskb/src/drivers/regulator/fan53555.c:512:13: note: byref variable will be forcibly initialized 512 | u32 tmp; | ^~~ /kisskb/src/drivers/regulator/fan53555.c: In function 'fan53555_regulator_probe': /kisskb/src/drivers/regulator/fan53555.c:560:22: note: byref variable will be forcibly initialized 560 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/fan53555.c: In function 'fan53555_get_mode': /kisskb/src/drivers/regulator/fan53555.c:196:22: note: byref variable will be forcibly initialized 196 | unsigned int val; | ^~~ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup_transfer_tasks': /kisskb/src/kernel/cgroup/cgroup-v1.c:100:30: note: byref variable will be forcibly initialized 100 | struct css_task_iter it; | ^~ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroupstats_build': /kisskb/src/kernel/cgroup/cgroup-v1.c:705:30: note: byref variable will be forcibly initialized 705 | struct css_task_iter it; | ^~ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_release_agent': /kisskb/src/kernel/cgroup/cgroup-v1.c:788:25: note: byref variable will be forcibly initialized 788 | char *argv[3], *envp[3]; | ^~~~ /kisskb/src/kernel/cgroup/cgroup-v1.c:788:15: note: byref variable will be forcibly initialized 788 | char *argv[3], *envp[3]; | ^~~~ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_parse_param': /kisskb/src/kernel/cgroup/cgroup-v1.c:927:32: note: byref variable will be forcibly initialized 927 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/drivers/regulator/da9210-regulator.c: In function 'da9210_irq_handler': /kisskb/src/drivers/regulator/da9210-regulator.c:73:22: note: byref variable will be forcibly initialized 73 | unsigned int val, handled = 0; | ^~~ /kisskb/src/crypto/polyval-generic.c: In function 'polyval_setkey': /kisskb/src/crypto/polyval-generic.c:123:15: note: byref variable will be forcibly initialized 123 | be128 k; | ^ /kisskb/src/crypto/polyval-generic.c: In function 'polyval_update': /kisskb/src/crypto/polyval-generic.c:158:12: note: byref variable will be forcibly initialized 158 | u8 tmp[POLYVAL_BLOCK_SIZE]; | ^~~ /kisskb/src/crypto/polyval-generic.c: In function 'polyval_mul_non4k': /kisskb/src/crypto/polyval-generic.c:89:18: note: byref variable will be forcibly initialized 89 | be128 a, b; | ^ /kisskb/src/crypto/polyval-generic.c:89:15: note: byref variable will be forcibly initialized 89 | be128 a, b; | ^ /kisskb/src/crypto/curve25519-generic.c: In function 'curve25519_compute_value': /kisskb/src/crypto/curve25519-generic.c:29:12: note: byref variable will be forcibly initialized 29 | u8 buf[CURVE25519_KEY_SIZE]; | ^~~ /kisskb/src/crypto/curve25519-generic.c:28:12: note: byref variable will be forcibly initialized 28 | u8 public_key[CURVE25519_KEY_SIZE]; | ^~~~~~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'armada_3700_pm_dvfs_get_cpu_div': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:384:34: note: byref variable will be forcibly initialized 384 | unsigned int load_level, div; | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:384:22: note: byref variable will be forcibly initialized 384 | unsigned int load_level, div; | ^~~~~~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:383:22: note: byref variable will be forcibly initialized 383 | unsigned int offset = ARMADA_37XX_NB_TBG_DIV_OFF; | ^~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:382:22: note: byref variable will be forcibly initialized 382 | unsigned int reg = ARMADA_37XX_NB_CPU_LOAD; | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'armada_3700_pm_dvfs_get_cpu_parent': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:409:34: note: byref variable will be forcibly initialized 409 | unsigned int load_level, sel; | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:409:22: note: byref variable will be forcibly initialized 409 | unsigned int load_level, sel; | ^~~~~~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:408:22: note: byref variable will be forcibly initialized 408 | unsigned int offset = ARMADA_37XX_NB_TBG_SEL_OFF; | ^~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:407:22: note: byref variable will be forcibly initialized 407 | unsigned int reg = ARMADA_37XX_NB_CPU_LOAD; | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'armada_3700_pm_dvfs_is_enabled': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:370:22: note: byref variable will be forcibly initialized 370 | unsigned int val, reg = ARMADA_37XX_NB_DYN_MOD; | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'clk_pm_cpu_round_rate': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:470:40: note: byref variable will be forcibly initialized 470 | unsigned int reg, val, offset = ARMADA_37XX_NB_TBG_DIV_OFF; | ^~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:470:35: note: byref variable will be forcibly initialized 470 | unsigned int reg, val, offset = ARMADA_37XX_NB_TBG_DIV_OFF; | ^~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:470:30: note: byref variable will be forcibly initialized 470 | unsigned int reg, val, offset = ARMADA_37XX_NB_TBG_DIV_OFF; | ^~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:21: /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'clk_pm_cpu_set_rate_wa': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:513:22: note: byref variable will be forcibly initialized 513 | unsigned int cur_level; | ^~~~~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c: In function 'clk_pm_cpu_set_rate': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:571:25: note: byref variable will be forcibly initialized 571 | offset = ARMADA_37XX_NB_TBG_DIV_OFF; | ^~~~~~ /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:570:41: note: byref variable will be forcibly initialized 570 | unsigned int reg, mask, val, | ^~~ /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c: In function 'eeprom_93cx6_multiread': /kisskb/src/drivers/clk/mvebu/armada-37xx-periph.c:570:30: note: byref variable will be forcibly initialized 570 | unsigned int reg, mask, val, | ^~~ /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c:218:13: 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:13: note: byref variable will be forcibly initialized 241 | u16 tmp; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/trace/trace_clock.c:16: /kisskb/src/kernel/trace/trace_clock.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_bt.c: In function 'kdb_bt1': /kisskb/src/kernel/debug/kdb/kdb_bt.c:79:14: note: byref variable will be forcibly initialized 79 | char ch; | ^~ /kisskb/src/kernel/debug/kdb/kdb_bt.c: In function 'kdb_bt': /kisskb/src/kernel/debug/kdb/kdb_bt.c:181:31: note: byref variable will be forcibly initialized 181 | unsigned long cpu = ~0; | ^~~ /kisskb/src/kernel/debug/kdb/kdb_bt.c:162:31: note: byref variable will be forcibly initialized 162 | unsigned long pid; | ^~~ /kisskb/src/kernel/debug/kdb/kdb_bt.c:133:14: note: byref variable will be forcibly initialized 133 | long offset; | ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_bt.c:132:23: note: byref variable will be forcibly initialized 132 | unsigned long addr; | ^~~~ /kisskb/src/kernel/debug/kdb/kdb_bt.c:131:13: note: byref variable will be forcibly initialized 131 | int nextarg; | ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_bt.c:130:13: note: byref variable will be forcibly initialized 130 | int btaprompt = 1; | ^~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_read_8': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:118:12: note: byref variable will be forcibly initialized 118 | s8 lo; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_read_12': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:127:16: note: byref variable will be forcibly initialized 127 | u8 lo, hi; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:127:12: note: byref variable will be forcibly initialized 127 | u8 lo, hi; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis331dlh_read_data': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:138:16: note: byref variable will be forcibly initialized 138 | u8 lo, hi; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:138:12: note: byref variable will be forcibly initialized 138 | u8 lo, hi; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_get_odr_index': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:213:12: note: byref variable will be forcibly initialized 213 | u8 ctrl; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_set_odr': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:244:12: note: byref variable will be forcibly initialized 244 | u8 ctrl; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_selftest': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:270:12: note: byref variable will be forcibly initialized 270 | u8 ctrl_reg_data; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:266:20: note: byref variable will be forcibly initialized 266 | u8 ctlreg, reg; | ^~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_get_xyz': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:184:28: note: byref variable will be forcibly initialized 184 | u8 data[5]; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:179:29: note: byref variable will be forcibly initialized 179 | u16 data[3]; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:174:13: note: byref variable will be forcibly initialized 174 | int position[3]; | ^~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis302dl_data_ready': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:536:13: note: byref variable will be forcibly initialized 536 | int dummy; | ^~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_joystick_poll': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:448:19: note: byref variable will be forcibly initialized 448 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:448:16: note: byref variable will be forcibly initialized 448 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:448:13: note: byref variable will be forcibly initialized 448 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis302dl_interrupt_handle_click': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:511:12: note: byref variable will be forcibly initialized 511 | u8 click_src; | ^~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_rate_set': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:840:23: note: byref variable will be forcibly initialized 840 | unsigned long rate; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_position_show': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:19: note: byref variable will be forcibly initialized 814 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:16: note: byref variable will be forcibly initialized 814 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:13: note: byref variable will be forcibly initialized 814 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_selftest_show': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:786:13: note: byref variable will be forcibly initialized 786 | s16 values[3]; | ^~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_misc_read': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:607:23: note: byref variable will be forcibly initialized 607 | unsigned char byte_data; | ^~~~~~~~~ /kisskb/src/crypto/zstd.c: In function '__zstd_compress': /kisskb/src/crypto/zstd.c:155:31: note: byref variable will be forcibly initialized 155 | const zstd_parameters params = zstd_params(); | ^~~~~~ /kisskb/src/crypto/zstd.c: In function 'zstd_comp_init': /kisskb/src/crypto/zstd.c:35:31: note: byref variable will be forcibly initialized 35 | const zstd_parameters params = zstd_params(); | ^~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_poweron': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:406:12: note: byref variable will be forcibly initialized 406 | u8 reg; | ^~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_joystick_enable': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:685:13: note: byref variable will be forcibly initialized 685 | int btns[] = {BTN_X, BTN_Y, BTN_Z}; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_init_dt': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:959:13: note: byref variable will be forcibly initialized 959 | s32 sval; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:958:13: note: byref variable will be forcibly initialized 958 | u32 val; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis.c: In function 'tpm_tcg_read_bytes': /kisskb/src/drivers/char/tpm/tpm_tis.c:160:16: note: byref variable will be forcibly initialized 160 | __le32 result_le32; | ^~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis.c:159:16: note: byref variable will be forcibly initialized 159 | __le16 result_le16; | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/time/time_test.c:3: /kisskb/src/kernel/time/time_test.c: In function 'time64_to_tm_test_date_range': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:82:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 82 | KUNIT_ASSERT_EQ_MSG(test, yday, result.tm_yday, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:81:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 81 | KUNIT_ASSERT_EQ_MSG(test, mdday, result.tm_mday, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:80:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 80 | KUNIT_ASSERT_EQ_MSG(test, month - 1, result.tm_mon, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:79:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 79 | KUNIT_ASSERT_EQ_MSG(test, year - 1900, result.tm_year, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/time_test.c:66:19: note: byref variable will be forcibly initialized 66 | struct tm result; | ^~~~~~ /kisskb/src/kernel/time/time_test.c:64:13: note: byref variable will be forcibly initialized 64 | int yday = 0; | ^~~~ /kisskb/src/kernel/time/time_test.c:63:13: note: byref variable will be forcibly initialized 63 | int mdday = 1; | ^~~~~ /kisskb/src/kernel/time/time_test.c:62:13: note: byref variable will be forcibly initialized 62 | int month = 1; | ^~~~~ /kisskb/src/kernel/time/time_test.c:61:14: note: byref variable will be forcibly initialized 61 | long year = 1970 - 80000; | ^~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_dev.c: In function 'config_id_show': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_dev.c:74:32: note: byref variable will be forcibly initialized 74 | union komeda_config_id config_id; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_dev.c: In function 'komeda_parse_dt': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_dev.c:142:13: note: byref variable will be forcibly initialized 142 | u32 pipe_id = U32_MAX; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, 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/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'fw_decompress_xz_single': /kisskb/src/drivers/base/firmware_loader/main.c:389:23: note: byref variable will be forcibly initialized 389 | struct xz_buf xz_buf; | ^~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function '_request_firmware_prepare': /kisskb/src/drivers/base/firmware_loader/main.c:733:25: note: byref variable will be forcibly initialized 733 | 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:514:24: note: byref variable will be forcibly initialized 514 | size_t file_size = 0; | ^~~~~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c:500:15: note: byref variable will be forcibly initialized 500 | void *buffer = NULL; | ^~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'fw_decompress_xz_pages': /kisskb/src/drivers/base/firmware_loader/main.c:415:23: note: byref variable will be forcibly initialized 415 | struct xz_buf xz_buf; | ^~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function '_request_firmware': /kisskb/src/drivers/base/firmware_loader/main.c:800:26: note: byref variable will be forcibly initialized 800 | 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:1101:32: note: byref variable will be forcibly initialized 1101 | const struct firmware *fw; | ^~ /kisskb/src/kernel/debug/kdb/kdb_bp.c: In function 'kdb_parsebp': /kisskb/src/kernel/debug/kdb/kdb_bp.c:69:39: note: byref variable will be forcibly initialized 69 | unsigned long len; | ^~~ /kisskb/src/kernel/debug/kdb/kdb_bp.c: In function 'kdb_bc': /kisskb/src/kernel/debug/kdb/kdb_bp.c:388:23: note: byref variable will be forcibly initialized 388 | unsigned long addr; | ^~~~ /kisskb/src/kernel/debug/kdb/kdb_bp.c: In function 'kdb_bp': /kisskb/src/kernel/debug/kdb/kdb_bp.c:284:13: note: byref variable will be forcibly initialized 284 | int nextarg; | ^~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_bp.c:283:14: note: byref variable will be forcibly initialized 283 | long offset = 0ul; | ^~~~~~ /kisskb/src/kernel/debug/kdb/kdb_bp.c:282:15: note: byref variable will be forcibly initialized 282 | char *symname = NULL; | ^~~~~~~ /kisskb/src/drivers/clk/mvebu/ap806-system-controller.c: In function 'ap806_syscon_common_probe': /kisskb/src/drivers/clk/mvebu/ap806-system-controller.c:137:13: note: byref variable will be forcibly initialized 137 | u32 reg; | ^~~ /kisskb/src/drivers/clk/mvebu/ap806-system-controller.c:132:46: note: byref variable will be forcibly initialized 132 | unsigned int freq_mode, cpuclk_freq, dclk_freq; | ^~~~~~~~~ /kisskb/src/drivers/clk/mvebu/ap806-system-controller.c:132:33: note: byref variable will be forcibly initialized 132 | unsigned int freq_mode, cpuclk_freq, dclk_freq; | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/host1x.h:267, from /kisskb/src/drivers/gpu/host1x/dev.c:22: /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/host1x.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_cdma_push': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_cdma_push_wide': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_channel_submit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_channel_submitted': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_channel_submit_complete': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_wait_cdma': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_syncpt_load_min': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:218:1: note: in expansion of macro 'TRACE_EVENT' 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_syncpt_wait_check': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_cdma_push_gather': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/clk/meson/clk-phase.h:11, from /kisskb/src/drivers/clk/meson/clk-phase.c:11: /kisskb/src/drivers/clk/meson/clk-phase.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:22: note: byref variable will be forcibly initialized 32 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/hi6421v530-regulator.c: In function 'hi6421v530_regulator_ldo_get_mode': /kisskb/src/drivers/regulator/hi6421v530-regulator.c:115:22: note: byref variable will be forcibly initialized 115 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d_i2c.c: In function 'lis3_i2c_init': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d_i2c.c:69:12: note: byref variable will be forcibly initialized 69 | u8 reg; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/iommu.h:169, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_group_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_device_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_map': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' 86 | TRACE_EVENT(map, | ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_unmap': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:110:1: note: in expansion of macro 'TRACE_EVENT' 110 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_error': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:134:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 134 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:134:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 134 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/drivers/base/power/runtime.c:8: /kisskb/src/drivers/base/power/runtime.c: In function '__pm_runtime_barrier': /kisskb/src/drivers/base/power/runtime.c:1361:29: note: byref variable will be forcibly initialized 1361 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:1361:17: note: in expansion of macro 'DEFINE_WAIT' 1361 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_resume': /kisskb/src/drivers/base/power/runtime.c:792:29: note: byref variable will be forcibly initialized 792 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:792:17: note: in expansion of macro 'DEFINE_WAIT' 792 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_suspend': /kisskb/src/drivers/base/power/runtime.c:610:29: note: byref variable will be forcibly initialized 610 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:610:17: note: in expansion of macro 'DEFINE_WAIT' 610 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'write_device': /kisskb/src/drivers/mfd/88pm860x-i2c.c:124:24: note: byref variable will be forcibly initialized 124 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c:122:23: 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:24: note: byref variable will be forcibly initialized 89 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c:87:23: note: byref variable will be forcibly initialized 87 | unsigned char msgbuf1[I2C_SMBUS_BLOCK_MAX + 2]; | ^~~~~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c:86:23: 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_reg_read': /kisskb/src/drivers/mfd/88pm860x-i2c.c:20:22: note: byref variable will be forcibly initialized 20 | unsigned int data; | ^~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'pm860x_page_reg_write': /kisskb/src/drivers/mfd/88pm860x-i2c.c:143:23: 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:23: note: byref variable will be forcibly initialized 161 | unsigned char zero = 0; | ^~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/drivers/clk/mvebu/ap-cpu-clk.c:17: /kisskb/src/drivers/clk/mvebu/ap-cpu-clk.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/mvebu/ap-cpu-clk.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/mvebu/ap-cpu-clk.c: In function 'ap_cpu_clk_recalc_rate': /kisskb/src/drivers/clk/mvebu/ap-cpu-clk.c:149:13: note: byref variable will be forcibly initialized 149 | int cpu_clkdiv_ratio; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/mvebu/ap-cpu-clk.c: In function 'ap_cpu_clk_set_rate': /kisskb/src/drivers/clk/mvebu/ap-cpu-clk.c:164:18: note: byref variable will be forcibly initialized 164 | int ret, reg, divider = parent_rate / rate; | ^~~ In file included from /kisskb/src/include/linux/of_platform.h:9, from /kisskb/src/drivers/clk/mvebu/ap-cpu-clk.c:18: /kisskb/src/drivers/clk/mvebu/ap-cpu-clk.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/mvebu/ap-cpu-clk.c: In function 'ap_cpu_clock_probe': /kisskb/src/drivers/clk/mvebu/ap-cpu-clk.c:291:21: note: byref variable will be forcibly initialized 291 | int cpu, err; | ^~~ /kisskb/src/drivers/clk/mvebu/ap-cpu-clk.c:289:29: note: byref variable will be forcibly initialized 289 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/mvebu/ap-cpu-clk.c:288:38: note: byref variable will be forcibly initialized 288 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/mvebu/ap-cpu-clk.c:256:21: note: byref variable will be forcibly initialized 256 | int cpu, err; | ^~~ 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/of_device.h:5, from /kisskb/src/drivers/clk/uniphier/clk-uniphier-core.c:11: /kisskb/src/drivers/clk/uniphier/clk-uniphier-core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/uniphier/clk-uniphier-core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'check_locality': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:123:12: note: byref variable will be forcibly initialized 123 | u8 access; | ^~~~~~ In file included from /kisskb/src/drivers/char/tpm/tpm_tis_core.c:28: /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_read32': /kisskb/src/drivers/char/tpm/tpm_tis_core.h:157:16: note: byref variable will be forcibly initialized 157 | __le32 result_le; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_write32': /kisskb/src/drivers/char/tpm/tpm_tis_core.h:184:16: note: byref variable will be forcibly initialized 184 | __le32 value_le; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_read16': /kisskb/src/drivers/char/tpm/tpm_tis_core.h:143:16: note: byref variable will be forcibly initialized 143 | __le16 result_le; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_update_durations': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:525:15: note: byref variable will be forcibly initialized 525 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:523:13: note: byref variable will be forcibly initialized 523 | 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:599:13: note: byref variable will be forcibly initialized 599 | 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:12: 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:13: 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:20: note: byref variable will be forcibly initialized 106 | u8 access; | ^~~~~~ /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_clk_get_pll_settings': /kisskb/src/drivers/clk/meson/clk-pll.c:222:28: note: byref variable will be forcibly initialized 222 | unsigned int i, m, n; | ^ /kisskb/src/drivers/clk/meson/clk-pll.c:222:25: note: byref variable will be forcibly initialized 222 | unsigned int i, m, n; | ^ /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_clk_pll_determine_rate': /kisskb/src/drivers/clk/meson/clk-pll.c:250:25: note: byref variable will be forcibly initialized 250 | unsigned int m, n, frac; | ^ /kisskb/src/drivers/clk/meson/clk-pll.c:250:22: note: byref variable will be forcibly initialized 250 | unsigned int m, n, frac; | ^ In file included from /kisskb/src/drivers/clk/meson/clk-pll.h:12, from /kisskb/src/drivers/clk/meson/clk-pll.c:38: /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:22: note: byref variable will be forcibly initialized 32 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_clk_pll_set_rate': /kisskb/src/drivers/clk/meson/clk-pll.c:372:34: note: byref variable will be forcibly initialized 372 | unsigned int enabled, m, n, frac = 0; | ^ /kisskb/src/drivers/clk/meson/clk-pll.c:372:31: note: byref variable will be forcibly initialized 372 | unsigned int enabled, m, n, frac = 0; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:168:22: 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 'tis_int_handler': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:700:13: note: byref variable will be forcibly initialized 700 | 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:735:15: note: byref variable will be forcibly initialized 735 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:734:13: note: byref variable will be forcibly initialized 734 | 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:762:13: note: byref variable will be forcibly initialized 762 | u32 int_status; | ^~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:760:12: note: byref variable will be forcibly initialized 760 | u8 original_int_vec; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_probe_irq': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:827:12: note: byref variable will be forcibly initialized 827 | u8 original_int_vec; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'disable_interrupts': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:420:13: note: byref variable will be forcibly initialized 420 | u32 intmask; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:69:22: 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:14: note: byref variable will be forcibly initialized 55 | bool canceled = false; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'probe_itpm': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:642:13: note: byref variable will be forcibly initialized 642 | u16 vendor; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_remove': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:850:13: note: byref variable will be forcibly initialized 850 | u32 interrupt; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_core_init': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:944:12: note: byref variable will be forcibly initialized 944 | u8 rid; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:942:13: note: byref variable will be forcibly initialized 942 | u32 intmask; | ^~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:941:13: note: byref variable will be forcibly initialized 941 | u32 intfcaps; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:940:13: note: byref variable will be forcibly initialized 940 | u32 vendor; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_ee_match_id': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1070:14: note: byref variable will be forcibly initialized 1070 | char devname[I2C_NAME_SIZE]; | ^~~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1069:21: note: byref variable will be forcibly initialized 1069 | const char *compatible, *p; | ^~~~~~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_get_fw_data': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1097:13: note: byref variable will be forcibly initialized 1097 | u32 eeprom_addr; | ^~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/interrupt.h:6, 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 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_smb_write_i2c_block': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:479:19: note: byref variable will be forcibly initialized 479 | u8 ccode, buf[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~ In file included from /kisskb/src/drivers/char/tpm/xen-tpmfront.c:12: /kisskb/src/drivers/char/tpm/xen-tpmfront.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized 82 | struct evtchn_send send = { .port = port }; | ^~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/char/tpm/xen-tpmfront.c:9: /kisskb/src/drivers/char/tpm/xen-tpmfront.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/tpm/xen-tpmfront.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/tpm/xen-tpmfront.c: In function 'setup_ring': /kisskb/src/drivers/char/tpm/xen-tpmfront.c:253:35: note: byref variable will be forcibly initialized 253 | struct xenbus_transaction xbt; | ^~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_smb_read_i2c_block': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:509:19: note: byref variable will be forcibly initialized 509 | u8 ccode, buf[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~ 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/char/tpm/xen-tpmfront.c:9: /kisskb/src/drivers/char/tpm/xen-tpmfront.c: In function 'wait_for_tpm_stat': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/xen-tpmfront.c:76:22: note: in expansion of macro 'wait_event_interruptible_timeout' 76 | rc = wait_event_interruptible_timeout(*queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/xen-tpmfront.c:62:14: note: byref variable will be forcibly initialized 62 | bool canceled = false; | ^~~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_reserve_next_event': /kisskb/src/kernel/trace/ring_buffer.c:3631:30: note: byref variable will be forcibly initialized 3631 | struct rb_event_info info; | ^~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_csr_read': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:788:28: note: byref variable will be forcibly initialized 788 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:787:28: note: byref variable will be forcibly initialized 787 | struct idt_csr_seq csrseq; | ^~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_set_head_page': /kisskb/src/kernel/trace/ring_buffer.c:1375:29: note: byref variable will be forcibly initialized 1375 | struct buffer_page *page; | ^~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_check_dev': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1259:13: note: byref variable will be forcibly initialized 1259 | u32 viddid; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_csr_write': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:723:28: note: byref variable will be forcibly initialized 723 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:722:28: note: byref variable will be forcibly initialized 722 | struct idt_csr_seq csrseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_eeprom_read_byte': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:549:28: note: byref variable will be forcibly initialized 549 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:548:31: note: byref variable will be forcibly initialized 548 | struct idt_eeprom_seq eeseq; | ^~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_eeprom_write': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:621:28: note: byref variable will be forcibly initialized 621 | struct idt_smb_seq smbseq; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:620:31: note: byref variable will be forcibly initialized 620 | struct idt_eeprom_seq eeseq; | ^~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_create_dbgfs_files': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1345:14: note: byref variable will be forcibly initialized 1345 | char fname[CSRNAME_LEN]; | ^~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_handle_head_page': /kisskb/src/kernel/trace/ring_buffer.c:2408:29: note: byref variable will be forcibly initialized 2408 | struct buffer_page *new_head; | ^~~~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_dbgfs_csr_write': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:909:22: note: byref variable will be forcibly initialized 909 | u32 csraddr, csrval; | ^~~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:909:13: note: byref variable will be forcibly initialized 909 | u32 csraddr, csrval; | ^~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_move_tail': /kisskb/src/kernel/trace/ring_buffer.c:2639:29: note: byref variable will be forcibly initialized 2639 | struct buffer_page *next_page; | ^~~~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_decrement_entry': /kisskb/src/kernel/trace/ring_buffer.c:3762:29: note: byref variable will be forcibly initialized 3762 | struct buffer_page *bpage = cpu_buffer->commit_page; | ^~~~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c: In function 'idt_dbgfs_csr_read': /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1006:14: note: byref variable will be forcibly initialized 1006 | char buf[CSRBUF_SIZE]; | ^~~ /kisskb/src/drivers/misc/eeprom/idt_89hpesx.c:1005:22: note: byref variable will be forcibly initialized 1005 | u32 csraddr, csrval; | ^~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_remove_pages': /kisskb/src/kernel/trace/ring_buffer.c:1867:46: note: byref variable will be forcibly initialized 1867 | 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:1631:19: note: byref variable will be forcibly initialized 1631 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_update_event': /kisskb/src/kernel/trace/ring_buffer.c:2841:13: note: byref variable will be forcibly initialized 2841 | u64 delta = info->delta; | ^~~~~ /kisskb/src/kernel/trace/ring_buffer.c:2840:18: note: byref variable will be forcibly initialized 2840 | unsigned length = info->length; | ^~~~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/tegra/clk.c:6: /kisskb/src/drivers/clk/tegra/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'ring_buffer_lock_reserve': /kisskb/src/kernel/trace/ring_buffer.c:3631:30: note: byref variable will be forcibly initialized 3631 | struct rb_event_info info; | ^~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'ring_buffer_write': /kisskb/src/kernel/trace/ring_buffer.c:3631:30: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/ring_buffer.c: In function 'ring_buffer_read_page': /kisskb/src/kernel/trace/ring_buffer.c:5565:23: note: byref variable will be forcibly initialized 5565 | unsigned long missed_events; | ^~~~~~~~~~~~~ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_gate_is_enabled': /kisskb/src/drivers/clk/meson/clk-regmap.c:36:22: note: byref variable will be forcibly initialized 36 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_div_determine_rate': /kisskb/src/drivers/clk/meson/clk-regmap.c:83:22: note: byref variable will be forcibly initialized 83 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_div_recalc_rate': /kisskb/src/drivers/clk/meson/clk-regmap.c:64:22: note: byref variable will be forcibly initialized 64 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_mux_get_parent': /kisskb/src/drivers/clk/meson/clk-regmap.c:140:22: note: byref variable will be forcibly initialized 140 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/88pm80x.c: In function 'pm80x_init': /kisskb/src/drivers/mfd/88pm80x.c:55:22: note: byref variable will be forcibly initialized 55 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_kms.c: In function 'komeda_kms_irq_handler': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_kms.c:43:30: note: byref variable will be forcibly initialized 43 | struct komeda_events evts; | ^~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_kms.c: In function 'komeda_crtc_normalize_zpos': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_kms.c:145:26: note: byref variable will be forcibly initialized 145 | struct list_head zorder_list; | ^~~~~~~~~~~ /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:391:12: note: byref variable will be forcibly initialized 391 | 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:195:24: note: byref variable will be forcibly initialized 195 | 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:375:12: note: byref variable will be forcibly initialized 375 | 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:415:12: note: byref variable will be forcibly initialized 415 | 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:299:12: note: byref variable will be forcibly initialized 299 | 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:342:12: note: byref variable will be forcibly initialized 342 | 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:321:12: note: byref variable will be forcibly initialized 321 | 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:546:13: note: byref variable will be forcibly initialized 546 | u32 status; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:544:12: note: byref variable will be forcibly initialized 544 | u8 tpm_go[4] = { TPM_STS_GO }; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:543:16: note: byref variable will be forcibly initialized 543 | 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:458:13: note: byref variable will be forcibly initialized 458 | u32 status; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:456:16: note: byref variable will be forcibly initialized 456 | size_t burstcnt, cur, len, expected; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c: In function 'tpm_cr50_i2c_is_firmware_power_managed': /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:634:12: note: byref variable will be forcibly initialized 634 | u8 val; | ^~~ /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:687:12: note: byref variable will be forcibly initialized 687 | u8 buf[4]; | ^~~ /kisskb/src/drivers/mfd/bd9571mwv.c: In function 'bd957x_identify': /kisskb/src/drivers/mfd/bd9571mwv.c:175:22: 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:38: note: byref variable will be forcibly initialized 215 | struct regmap_irq_chip_data *irq_data; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_read': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:66:24: note: byref variable will be forcibly initialized 66 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_write': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:108:24: note: byref variable will be forcibly initialized 108 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_detect': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:187:17: note: byref variable will be forcibly initialized 187 | uint8_t adaptor_id = 0x00; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:186:14: note: byref variable will be forcibly initialized 186 | char hdmi_id[DP_DUAL_MODE_HDMI_ID_LEN] = {}; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_max_tmds_clock': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:271:17: note: byref variable will be forcibly initialized 271 | uint8_t max_tmds_clock; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_get_tmds_output': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:317:17: note: byref variable will be forcibly initialized 317 | uint8_t tmds_oen; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_set_tmds_output': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:369:25: note: byref variable will be forcibly initialized 369 | uint8_t tmp; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:357:17: note: byref variable will be forcibly initialized 357 | uint8_t tmds_oen = enable ? 0 : DP_DUAL_MODE_TMDS_DISABLE; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c: In function 'drm_lspcon_get_mode': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:442:12: note: byref variable will be forcibly initialized 442 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c: In function 'drm_lspcon_set_mode': /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:492:30: note: byref variable will be forcibly initialized 492 | enum drm_lspcon_mode current_mode; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_dual_mode_helper.c:489:12: note: byref variable will be forcibly initialized 489 | u8 data = 0; | ^~~~ In file included from /kisskb/src/kernel/cgroup/rdma.c:12: /kisskb/src/kernel/cgroup/rdma.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/cgroup/rdma.c: In function 'parse_resource': /kisskb/src/kernel/cgroup/rdma.c:359:22: note: byref variable will be forcibly initialized 359 | char *name, *value = c; | ^~~~~ /kisskb/src/kernel/cgroup/rdma.c:358:21: note: byref variable will be forcibly initialized 358 | substring_t argstr; | ^~~~~~ /kisskb/src/kernel/cgroup/rdma.c: In function 'rdmacg_parse_limits': /kisskb/src/kernel/cgroup/rdma.c:397:28: note: byref variable will be forcibly initialized 397 | int index, intval; | ^~~~~~ /kisskb/src/kernel/cgroup/rdma.c: In function 'rdmacg_resource_set_max': /kisskb/src/kernel/cgroup/rdma.c:434:23: note: byref variable will be forcibly initialized 434 | unsigned long enables = 0; | ^~~~~~~ /kisskb/src/kernel/cgroup/rdma.c:432:15: note: byref variable will be forcibly initialized 432 | char *options = strstrip(buf); | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/kernel/cgroup/cpuset.c:25: /kisskb/src/kernel/cgroup/cpuset.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/mvebu/cp110-system-controller.c: In function 'cp110_gate_is_enabled': /kisskb/src/drivers/clk/mvebu/cp110-system-controller.c:142:13: note: byref variable will be forcibly initialized 142 | u32 val; | ^~~ /kisskb/src/kernel/cgroup/cpuset.c: In function 'update_tasks_root_domain': /kisskb/src/kernel/cgroup/cpuset.c:984:30: note: byref variable will be forcibly initialized 984 | struct css_task_iter it; | ^~ /kisskb/src/kernel/cgroup/cpuset.c: In function 'update_tasks_flags': /kisskb/src/kernel/cgroup/cpuset.c:1970:30: note: byref variable will be forcibly initialized 1970 | struct css_task_iter it; | ^~ /kisskb/src/drivers/clk/mvebu/cp110-system-controller.c: In function 'cp110_register_gate': /kisskb/src/drivers/clk/mvebu/cp110-system-controller.c:161:30: note: byref variable will be forcibly initialized 161 | struct clk_init_data init; | ^~~~ /kisskb/src/kernel/cgroup/cpuset.c: In function 'update_tasks_nodemask': /kisskb/src/kernel/cgroup/cpuset.c:1762:30: note: byref variable will be forcibly initialized 1762 | struct css_task_iter it; | ^~ /kisskb/src/drivers/clk/mvebu/cp110-system-controller.c: In function 'cp110_syscon_common_probe': /kisskb/src/drivers/clk/mvebu/cp110-system-controller.c:225:13: note: byref variable will be forcibly initialized 225 | u32 nand_clk_ctrl; | ^~~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cpuset.c: In function 'update_tasks_cpumask': /kisskb/src/kernel/cgroup/cpuset.c:1128:30: note: byref variable will be forcibly initialized 1128 | struct css_task_iter it; | ^~ /kisskb/src/kernel/cgroup/cpuset.c: In function 'cpuset_cancel_attach': /kisskb/src/kernel/cgroup/cpuset.c:2263:37: note: byref variable will be forcibly initialized 2263 | struct cgroup_subsys_state *css; | ^~~ /kisskb/src/kernel/cgroup/cpuset.c: In function 'rebuild_sched_domains_locked': /kisskb/src/kernel/cgroup/cpuset.c:1056:24: note: byref variable will be forcibly initialized 1056 | cpumask_var_t *doms; | ^~~~ /kisskb/src/kernel/cgroup/cpuset.c:1055:35: note: byref variable will be forcibly initialized 1055 | struct sched_domain_attr *attr; | ^~~~ /kisskb/src/kernel/cgroup/cpuset.c: In function 'update_prstate': /kisskb/src/kernel/cgroup/cpuset.c:2040:25: note: byref variable will be forcibly initialized 2040 | struct tmpmasks tmpmask; | ^~~~~~~ /kisskb/src/kernel/cgroup/cpuset.c: In function 'update_cpumask': /kisskb/src/kernel/cgroup/cpuset.c:1590:25: note: byref variable will be forcibly initialized 1590 | struct tmpmasks tmp; | ^~~ /kisskb/src/kernel/cgroup/cpuset.c: In function 'cpuset_attach': /kisskb/src/kernel/cgroup/cpuset.c:2285:37: note: byref variable will be forcibly initialized 2285 | struct cgroup_subsys_state *css; | ^~~ /kisskb/src/kernel/cgroup/cpuset.c: In function 'cpuset_can_attach': /kisskb/src/kernel/cgroup/cpuset.c:2224:37: note: byref variable will be forcibly initialized 2224 | struct cgroup_subsys_state *css; | ^~~ 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/kernel/cgroup/cpuset.c:25: /kisskb/src/kernel/cgroup/cpuset.c: In function 'cpuset_hotplug_update_tasks': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/cgroup/cpuset.c:3146:9: note: in expansion of macro 'wait_event' 3146 | wait_event(cpuset_attach_wq, cs->attach_in_progress == 0); | ^~~~~~~~~~ /kisskb/src/kernel/cgroup/cpuset.c: In function 'cpuset_hotplug_workfn': /kisskb/src/kernel/cgroup/cpuset.c:3261:25: note: byref variable will be forcibly initialized 3261 | struct tmpmasks tmp, *ptmp = NULL; | ^~~ /kisskb/src/kernel/cgroup/cpuset.c: In function 'cpuset_mems_allowed': /kisskb/src/kernel/cgroup/cpuset.c:3493:20: note: byref variable will be forcibly initialized 3493 | nodemask_t mask; | ^~~~ /kisskb/src/drivers/dma-buf/heaps/cma_heap.c: In function '__add_cma_heap': /kisskb/src/drivers/dma-buf/heaps/cma_heap.c:373:37: note: byref variable will be forcibly initialized 373 | struct dma_heap_export_info exp_info; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dma-buf.h:19, from /kisskb/src/drivers/dma-buf/heaps/cma_heap.c:13: /kisskb/src/drivers/dma-buf/heaps/cma_heap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_component_verify_inputs': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:277:23: note: byref variable will be forcibly initialized 277 | unsigned long supported_inputs = c->supported_inputs; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_pipeline_assemble': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:310:23: note: byref variable will be forcibly initialized 310 | unsigned long avail_comps = pipe->avail_comps; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_pipeline_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:253:23: note: byref variable will be forcibly initialized 253 | unsigned long avail_comps = pipe->avail_comps; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_pipeline_get_first_component': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:143:23: note: byref variable will be forcibly initialized 143 | unsigned long comp_mask_local = (unsigned long)comp_mask; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_component_add': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:214:25: note: byref variable will be forcibly initialized 214 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_pipeline_destroy': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:51:23: note: byref variable will be forcibly initialized 51 | unsigned long avail_comps = pipe->avail_comps; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c: In function 'komeda_pipeline_dump_register': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline.c:364:23: note: byref variable will be forcibly initialized 364 | unsigned long avail_comps; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/lm363x-regulator.c: In function 'lm363x_regulator_enable_time': /kisskb/src/drivers/regulator/lm363x-regulator.c:53:22: note: byref variable will be forcibly initialized 53 | unsigned int val, addr, mask; | ^~~ /kisskb/src/drivers/dma-buf/heaps/system_heap.c: In function 'system_heap_create': /kisskb/src/drivers/dma-buf/heaps/system_heap.c:427:37: note: byref variable will be forcibly initialized 427 | struct dma_heap_export_info exp_info; | ^~~~~~~~ /kisskb/src/drivers/dma-buf/heaps/system_heap.c: In function 'system_heap_mmap': /kisskb/src/drivers/dma-buf/heaps/system_heap.c:201:29: note: byref variable will be forcibly initialized 201 | struct sg_page_iter piter; | ^~~~~ /kisskb/src/drivers/regulator/ltc3676.c: In function 'ltc3676_isr': /kisskb/src/drivers/regulator/ltc3676.c:271:25: 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:13: 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:41: note: byref variable will be forcibly initialized 326 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/drivers/dma-buf/heaps/system_heap.c: In function 'system_heap_allocate': /kisskb/src/drivers/dma-buf/heaps/system_heap.c:347:26: note: byref variable will be forcibly initialized 347 | struct list_head pages; | ^~~~~ /kisskb/src/drivers/dma-buf/heaps/system_heap.c: In function 'system_heap_do_vmap': /kisskb/src/drivers/dma-buf/heaps/system_heap.c:224:29: note: byref variable will be forcibly initialized 224 | struct sg_page_iter piter; | ^~~~~ In file included from /kisskb/src/drivers/clk/meson/vid-pll-div.h:11, from /kisskb/src/drivers/clk/meson/vid-pll-div.c:11: /kisskb/src/drivers/clk/meson/vid-pll-div.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:22: note: byref variable will be forcibly initialized 32 | unsigned int val; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'iic_tpm_read': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:106:24: note: byref variable will be forcibly initialized 106 | struct i2c_msg msgs[] = {msg1, msg2}; | ^~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:100:24: 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:12: 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:12: 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:12: note: byref variable will be forcibly initialized 393 | u8 buf[3]; | ^~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_poll_add_cb': /kisskb/src/drivers/dma-buf/dma-buf.c:219:30: note: byref variable will be forcibly initialized 219 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'release_locality': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:333:12: note: byref variable will be forcibly initialized 333 | u8 buf; | ^~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_export_sync_file': /kisskb/src/drivers/dma-buf/dma-buf.c:339:27: note: byref variable will be forcibly initialized 339 | struct dma_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-buf.c:337:41: note: byref variable will be forcibly initialized 337 | struct dma_buf_export_sync_file arg; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'request_locality': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:347:12: 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:12: 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:12: note: byref variable will be forcibly initialized 523 | u8 sts = TPM_STS_GO; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:519:17: note: byref variable will be forcibly initialized 519 | int rc, status; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_import_sync_file': /kisskb/src/drivers/dma-buf/dma-buf.c:393:41: note: byref variable will be forcibly initialized 393 | struct dma_buf_import_sync_file arg; | ^~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dmabuffs_dname': /kisskb/src/drivers/dma-buf/dma-buf.c:47:14: note: byref variable will be forcibly initialized 47 | char name[DMA_BUF_NAME_LEN]; | ^~~~ /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:13: 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:13: note: byref variable will be forcibly initialized 614 | u32 vendor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_ioctl': /kisskb/src/drivers/dma-buf/dma-buf.c:432:29: note: byref variable will be forcibly initialized 432 | struct dma_buf_sync sync; | ^~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'get_vid': /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:494:13: note: byref variable will be forcibly initialized 494 | u32 temp; | ^~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_vmap': /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:12: note: byref variable will be forcibly initialized 92 | u8 data; | ^~~~ /kisskb/src/drivers/dma-buf/dma-buf.c:1392:26: note: byref variable will be forcibly initialized 1392 | struct iosys_map ptr; | ^~~ /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:12: note: byref variable will be forcibly initialized 141 | u8 data; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:179:22: note: in expansion of macro 'wait_event_interruptible_timeout' 179 | rc = wait_event_interruptible_timeout(*queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'i2c_nuvoton_probe': /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:532:13: note: byref variable will be forcibly initialized 532 | u32 vid = 0; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:528:13: note: byref variable will be forcibly initialized 528 | int rc; | ^~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_improc_validate': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:778:36: note: byref variable will be forcibly initialized 778 | u32 output_depths, output_formats; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:778:21: note: byref variable will be forcibly initialized 778 | u32 output_depths, output_formats; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_pipeline_unbound_components': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1235:23: note: byref variable will be forcibly initialized 1235 | unsigned long disabling_comps; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-sysfs.c: In function 'iommu_device_sysfs_add': /kisskb/src/drivers/iommu/iommu-sysfs.c:59:17: note: byref variable will be forcibly initialized 59 | va_list vargs; | ^~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_build_layer_split_data_flow': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1093:46: note: byref variable will be forcibly initialized 1093 | struct komeda_data_flow_cfg l_dflow, r_dflow; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1093:37: note: byref variable will be forcibly initialized 1093 | struct komeda_data_flow_cfg l_dflow, r_dflow; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_build_wb_split_data_flow': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1161:46: note: byref variable will be forcibly initialized 1161 | struct komeda_data_flow_cfg l_dflow, r_dflow; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1161:37: note: byref variable will be forcibly initialized 1161 | struct komeda_data_flow_cfg l_dflow, r_dflow; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_build_display_data_flow': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1193:37: note: byref variable will be forcibly initialized 1193 | struct komeda_data_flow_cfg s_dflow; /* slave data flow */ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1192:37: note: byref variable will be forcibly initialized 1192 | struct komeda_data_flow_cfg m_dflow; /* master data flow */ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_pipeline_disable': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1291:23: note: byref variable will be forcibly initialized 1291 | unsigned long disabling_comps; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c: In function 'komeda_pipeline_update': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_pipeline_state.c:1336:23: note: byref variable will be forcibly initialized 1336 | unsigned long changed_comps; | ^~~~~~~~~~~~~ /kisskb/src/drivers/base/power/domain_governor.c: In function 'default_suspend_ok': /kisskb/src/drivers/base/power/domain_governor.c:57:13: note: byref variable will be forcibly initialized 57 | s64 constraint_ns; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c: In function 'komeda_fb_is_layer_supported': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c:272:13: note: byref variable will be forcibly initialized 272 | u32 fourcc = fb->format->format; | ^~~~~~ /kisskb/src/kernel/panic.c: In function 'panic': /kisskb/src/kernel/panic.c:213:17: note: byref variable will be forcibly initialized 213 | va_list args; | ^~~~ /kisskb/src/kernel/panic.c: In function '__warn_printk': /kisskb/src/kernel/panic.c:661:17: note: byref variable will be forcibly initialized 661 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/host1x/intr.c: In function 'process_wait_list': /kisskb/src/drivers/gpu/host1x/intr.c:167:26: note: byref variable will be forcibly initialized 167 | struct list_head completed[HOST1X_INTR_ACTION_COUNT]; | ^~~~~~~~~ In file included from /kisskb/src/drivers/clk/meson/sclk-div.h:11, from /kisskb/src/drivers/clk/meson/sclk-div.c:23: /kisskb/src/drivers/clk/meson/sclk-div.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:22: note: byref variable will be forcibly initialized 32 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/base/power/domain.c:12: /kisskb/src/drivers/base/power/domain.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_parse_state': /kisskb/src/drivers/base/power/domain.c:2907:28: note: byref variable will be forcibly initialized 2907 | u32 entry_latency, exit_latency; | ^~~~~~~~~~~~ /kisskb/src/drivers/base/power/domain.c:2907:13: note: byref variable will be forcibly initialized 2907 | u32 entry_latency, exit_latency; | ^~~~~~~~~~~~~ /kisskb/src/drivers/base/power/domain.c:2906:13: note: byref variable will be forcibly initialized 2906 | u32 residency; | ^~~~~~~~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_iterate_idle_states': /kisskb/src/drivers/base/power/domain.c:2940:36: note: byref variable will be forcibly initialized 2940 | struct of_phandle_iterator it; | ^~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_summary_one': /kisskb/src/drivers/base/power/domain.c:3101:14: note: byref variable will be forcibly initialized 3101 | char state[16]; | ^~~~~ /kisskb/src/drivers/base/power/domain.c: In function '__genpd_dev_pm_attach': /kisskb/src/drivers/base/power/domain.c:2719:32: note: byref variable will be forcibly initialized 2719 | struct of_phandle_args pd_args; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-audio-sync.c: In function 'tegra_clk_register_sync_source': /kisskb/src/drivers/clk/tegra/clk-audio-sync.c:50:30: note: byref variable will be forcibly initialized 50 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/regulator/lp3972.c: In function 'lp3972_reg_read': /kisskb/src/drivers/regulator/lp3972.c:188:13: 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:13: note: byref variable will be forcibly initialized 204 | u16 tmp; | ^~~ /kisskb/src/drivers/regulator/lp3972.c: In function 'setup_regulators': /kisskb/src/drivers/regulator/lp3972.c:478:41: note: byref variable will be forcibly initialized 478 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/drivers/regulator/lp3972.c: In function 'lp3972_i2c_probe': /kisskb/src/drivers/regulator/lp3972.c:504:13: note: byref variable will be forcibly initialized 504 | u16 val; | ^~~ 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/tc3589x.c: In function 'tc3589x_probe': /kisskb/src/drivers/mfd/tc3589x.c:361:30: note: byref variable will be forcibly initialized 361 | enum tc3589x_version version; | ^~~~~~~ /kisskb/src/drivers/mfd/lp87565.c: In function 'lp87565_probe': /kisskb/src/drivers/mfd/lp87565.c:52:22: note: byref variable will be forcibly initialized 52 | unsigned int otpid; | ^~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_crtc.c: In function 'komeda_crtc_flush_and_wait_for_flip_done': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_crtc.c:296:27: note: byref variable will be forcibly initialized 296 | struct completion temp; | ^~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_crtc.c: In function 'komeda_kms_setup_crtcs': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_crtc.c:568:14: note: byref variable will be forcibly initialized 568 | char str[16]; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/power/clock_ops.c:9: /kisskb/src/drivers/base/power/clock_ops.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/power/clock_ops.c: In function 'pm_clk_destroy': /kisskb/src/drivers/base/power/clock_ops.c:498:26: note: byref variable will be forcibly initialized 498 | struct list_head list; | ^~~~ /kisskb/src/drivers/base/power/clock_ops.c: In function 'pm_clk_suspend': /kisskb/src/drivers/base/power/clock_ops.c:547:23: note: byref variable will be forcibly initialized 547 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/base/power/clock_ops.c: In function 'pm_clk_resume': /kisskb/src/drivers/base/power/clock_ops.c:585:23: note: byref variable will be forcibly initialized 585 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/task.h:62, from /kisskb/src/kernel/fork.c:111: /kisskb/src/kernel/fork.c: In function 'trace_event_raw_event_task_newtask': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'trace_event_raw_event_task_rename': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'copy_clone_args_from_user': /kisskb/src/kernel/fork.c:2819:27: note: byref variable will be forcibly initialized 2819 | struct clone_args args; | ^~~~ In file included from /kisskb/src/drivers/base/power/qos-test.c:5: /kisskb/src/drivers/base/power/qos-test.c: In function 'freq_qos_test_readd': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:103:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 103 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 2000); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:102:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 102 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:97:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 97 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:96:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 96 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:92:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 92 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 1000); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:91:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 91 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:86:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 86 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:81:33: note: byref variable will be forcibly initialized 81 | struct freq_qos_request req; | ^~~ /kisskb/src/drivers/base/power/qos-test.c:80:33: note: byref variable will be forcibly initialized 80 | struct freq_constraints qos; | ^~~ In file included from /kisskb/src/drivers/base/power/qos-test.c:5: /kisskb/src/drivers/base/power/qos-test.c: In function 'freq_qos_test_min': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:32:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 32 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:31:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 31 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:28:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 28 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 1000); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:27:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 27 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:24:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 24 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MIN), 2000); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:22:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 22 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:20:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 20 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:12:39: note: byref variable will be forcibly initialized 12 | struct freq_qos_request req1, req2; | ^~~~ /kisskb/src/drivers/base/power/qos-test.c:12:33: note: byref variable will be forcibly initialized 12 | struct freq_qos_request req1, req2; | ^~~~ /kisskb/src/drivers/base/power/qos-test.c:11:33: note: byref variable will be forcibly initialized 11 | struct freq_constraints qos; | ^~~ In file included from /kisskb/src/drivers/base/power/qos-test.c:5: /kisskb/src/drivers/base/power/qos-test.c: In function 'freq_qos_test_maxdef': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:69:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 69 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MAX), 2000); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:68:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 68 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:64:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 64 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MAX), 1000); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:63:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 63 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:59:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 59 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MAX), 1000); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:58:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 58 | KUNIT_EXPECT_EQ(test, ret, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:54:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 54 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:51:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 51 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:46:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 46 | KUNIT_EXPECT_EQ(test, freq_qos_read_value(&qos, FREQ_QOS_MAX), | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/qos-test.c:40:39: note: byref variable will be forcibly initialized 40 | struct freq_qos_request req1, req2; | ^~~~ /kisskb/src/drivers/base/power/qos-test.c:40:33: note: byref variable will be forcibly initialized 40 | struct freq_qos_request req1, req2; | ^~~~ /kisskb/src/drivers/base/power/qos-test.c:39:33: note: byref variable will be forcibly initialized 39 | struct freq_constraints qos; | ^~~ /kisskb/src/kernel/fork.c: In function 'copy_files': /kisskb/src/kernel/fork.c:1610:13: note: byref variable will be forcibly initialized 1610 | int error = 0; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function 'set_mm_exe_file': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/fork.c:1262:9: note: in expansion of macro 'rcu_assign_pointer' 1262 | rcu_assign_pointer(mm->exe_file, new_exe_file); | ^~~~~~~~~~~~~~~~~~ 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function 'dup_mmap': /kisskb/src/kernel/fork.c:587:19: note: byref variable will be forcibly initialized 587 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/clk/uniphier/clk-uniphier-cpugear.c: In function 'uniphier_clk_cpugear_set_parent': /kisskb/src/drivers/clk/uniphier/clk-uniphier-cpugear.c:32:22: note: byref variable will be forcibly initialized 32 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/uniphier/clk-uniphier-cpugear.c: In function 'uniphier_clk_cpugear_get_parent': /kisskb/src/drivers/clk/uniphier/clk-uniphier-cpugear.c:58:22: note: byref variable will be forcibly initialized 58 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/uniphier/clk-uniphier-cpugear.c: In function 'uniphier_clk_register_cpugear': /kisskb/src/drivers/clk/uniphier/clk-uniphier-cpugear.c:82:30: note: byref variable will be forcibly initialized 82 | struct clk_init_data init; | ^~~~ /kisskb/src/kernel/fork.c: In function 'copy_process': /kisskb/src/kernel/fork.c:1997:37: note: byref variable will be forcibly initialized 1997 | struct multiprocess_signals delayed; | ^~~~~~~ /kisskb/src/kernel/fork.c: In function 'kernel_clone': /kisskb/src/kernel/fork.c:2636:27: note: byref variable will be forcibly initialized 2636 | struct completion vfork; | ^~~~~ /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/kernel/fork.c:2955:15: note: byref variable will be forcibly initialized 2955 | pid_t set_tid[MAX_PID_NS_LEVEL]; | ^~~~~~~ /kisskb/src/kernel/fork.c:2954:34: note: byref variable will be forcibly initialized 2954 | struct kernel_clone_args kargs; | ^~~~~ /kisskb/src/kernel/fork.c: In function 'unshare_fd': /kisskb/src/kernel/fork.c:3114:13: note: byref variable will be forcibly initialized 3114 | int error = 0; | ^~~~~ /kisskb/src/kernel/fork.c: In function 'ksys_unshare': /kisskb/src/kernel/fork.c:3139:25: note: byref variable will be forcibly initialized 3139 | struct nsproxy *new_nsproxy = NULL; | ^~~~~~~~~~~ /kisskb/src/kernel/fork.c:3138:22: note: byref variable will be forcibly initialized 3138 | struct cred *new_cred = NULL; | ^~~~~~~~ /kisskb/src/kernel/fork.c:3137:30: note: byref variable will be forcibly initialized 3137 | struct files_struct *new_fd = NULL; | ^~~~~~ /kisskb/src/kernel/fork.c:3136:32: note: byref variable will be forcibly initialized 3136 | struct fs_struct *fs, *new_fs = NULL; | ^~~~~~ /kisskb/src/kernel/fork.c: In function 'unshare_files': /kisskb/src/kernel/fork.c:3267:36: note: byref variable will be forcibly initialized 3267 | struct files_struct *old, *copy = NULL; | ^~~~ /kisskb/src/kernel/fork.c: In function 'sysctl_max_threads': /kisskb/src/kernel/fork.c:3289:13: note: byref variable will be forcibly initialized 3289 | int max = MAX_THREADS; | ^~~ /kisskb/src/kernel/fork.c:3288:13: note: byref variable will be forcibly initialized 3288 | int min = 1; | ^~~ /kisskb/src/kernel/fork.c:3287:13: note: byref variable will be forcibly initialized 3287 | int threads = max_threads; | ^~~~~~~ /kisskb/src/kernel/fork.c:3285:26: note: byref variable will be forcibly initialized 3285 | struct ctl_table t; | ^ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/mfd/htc-i2cpld.c:18: /kisskb/src/drivers/mfd/htc-i2cpld.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/htc-i2cpld.c: In function 'htcpld_register_chip_i2c': /kisskb/src/drivers/mfd/htc-i2cpld.c:330:31: note: byref variable will be forcibly initialized 330 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_encode_up_ack_reply': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3614:47: note: byref variable will be forcibly initialized 3614 | struct drm_dp_sideband_msg_reply_body reply; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_validate_guid': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2734:13: note: byref variable will be forcibly initialized 2734 | u64 salt; | ^~~~ 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/display/drm_dp_mst_topology.c:26: /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_rad_to_str': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:182:12: note: byref variable will be forcibly initialized 182 | u8 unpacked_rad[16]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'do_get_act_status': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4675:12: note: byref variable will be forcibly initialized 4675 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_dpcd_write_payload': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4632:30: note: byref variable will be forcibly initialized 4632 | u8 payload_alloc[3], status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4632:12: note: byref variable will be forcibly initialized 4632 | u8 payload_alloc[3], status; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_mst_prop_path': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2241:14: note: byref variable will be forcibly initialized 2241 | char temp[8]; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_get_one_sb_msg': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3912:40: note: byref variable will be forcibly initialized 3912 | struct drm_dp_sideband_msg_hdr hdr; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3911:12: note: byref variable will be forcibly initialized 3911 | u8 hdrlen; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3908:12: note: byref variable will be forcibly initialized 3908 | u8 replyblock[32]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_handle_down_rep': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3984:35: note: byref variable will be forcibly initialized 3984 | struct drm_dp_mst_branch *mstb = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_dump_mstb': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4793:14: note: byref variable will be forcibly initialized 4793 | char prefix[10]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_port_add_connector': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2300:14: note: byref variable will be forcibly initialized 2300 | char proppath[255]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_dpcd_read': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2750:45: note: byref variable will be forcibly initialized 2750 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_dpcd_write': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1145:45: note: byref variable will be forcibly initialized 1145 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_power_updown_phy': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1207:45: note: byref variable will be forcibly initialized 1207 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_query_stream_enc_status': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1223:45: note: byref variable will be forcibly initialized 1223 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_allocate_payload': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1190:45: note: byref variable will be forcibly initialized 1190 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_enum_path_resources': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1175:45: note: byref variable will be forcibly initialized 1175 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_clear_payload_id_table': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1165:45: note: byref variable will be forcibly initialized 1165 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_link_address': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1157:45: note: byref variable will be forcibly initialized 1157 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_dump_sideband_msg_tx': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:692:14: note: byref variable will be forcibly initialized 692 | char buf[64]; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:691:45: note: byref variable will be forcibly initialized 691 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'process_single_tx_qlock': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2865:44: note: byref variable will be forcibly initialized 2865 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2826:25: note: byref variable will be forcibly initialized 2826 | int len, space, idx, tosend; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2825:40: note: byref variable will be forcibly initialized 2825 | struct drm_dp_sideband_msg_hdr hdr; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2824:12: note: byref variable will be forcibly initialized 2824 | u8 chunk[48]; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_queue_down_tx': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2910:36: note: byref variable will be forcibly initialized 2910 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_wait_tx_reply': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1360:36: note: byref variable will be forcibly initialized 1360 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:24: /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1326:23: note: in expansion of macro 'wait_event_timeout' 1326 | ret = wait_event_timeout(mgr->tx_waitq, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/drivers/char/tpm/tpm_vtpm_proxy.c:15: /kisskb/src/drivers/char/tpm/tpm_vtpm_proxy.c: In function 'vtpm_proxy_fops_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_vtpm_proxy.c:79:15: note: in expansion of macro 'wait_event_interruptible' 79 | sig = wait_event_interruptible(proxy_dev->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_payload_send_msg': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3154:12: note: byref variable will be forcibly initialized 3154 | u8 sinks[DRM_DP_MAX_SDP_STREAMS]; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3153:18: note: byref variable will be forcibly initialized 3153 | int ret, port_num; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_vtpm_proxy.c: In function 'vtpm_proxy_request_locality': /kisskb/src/drivers/char/tpm/tpm_vtpm_proxy.c:397:24: note: byref variable will be forcibly initialized 397 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_i2c_read': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5629:45: note: byref variable will be forcibly initialized 5629 | struct drm_dp_sideband_msg_req_body msg; | ^~~ /kisskb/src/drivers/char/tpm/tpm_vtpm_proxy.c: In function 'vtpmx_ioc_new_dev': /kisskb/src/drivers/char/tpm/tpm_vtpm_proxy.c:629:35: note: byref variable will be forcibly initialized 629 | struct vtpm_proxy_new_dev vtpm_new_dev; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_i2c_write': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5682:45: note: byref variable will be forcibly initialized 5682 | struct drm_dp_sideband_msg_req_body msg; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_port_set_pdt': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2097:12: note: byref variable will be forcibly initialized 2097 | u8 rad[8], lct; | ^~~ /kisskb/src/drivers/misc/altera-stapl/altera-comp.c: In function 'altera_shrink': /kisskb/src/drivers/misc/altera-stapl/altera-comp.c:72:13: note: byref variable will be forcibly initialized 72 | u32 in_index = 0L; | ^~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera-comp.c:71:13: note: byref variable will be forcibly initialized 71 | u32 bits_avail = CHAR_BITS; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_send_link_address': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2981:22: note: byref variable will be forcibly initialized 2981 | char buf[64]; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_send_query_stream_enc_status': /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c: In function 'xvcu_register_pll': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3244:12: note: byref variable will be forcibly initialized 3244 | u8 nonce[7]; | ^~~~~ /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c:406:30: note: byref variable will be forcibly initialized 406 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_update_payload_part1': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3362:31: note: byref variable will be forcibly initialized 3362 | struct drm_dp_payload req_payload; | ^~~~~~~~~~~ /kisskb/src/drivers/mfd/wm8400-core.c: In function 'wm8400_init': /kisskb/src/drivers/mfd/wm8400-core.c:54:22: note: byref variable will be forcibly initialized 54 | unsigned int reg; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_read_mst_cap': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3677:12: note: byref variable will be forcibly initialized 3677 | u8 mstm_cap; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_topology_mgr_set_mst': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3710:39: note: byref variable will be forcibly initialized 3710 | struct drm_dp_payload reset_pay; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_topology_mgr_resume': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3848:12: note: byref variable will be forcibly initialized 3848 | u8 guid[16]; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_dump_topology': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4900:20: note: byref variable will be forcibly initialized 4900 | u8 buf[DP_PAYLOAD_TABLE_SIZE]; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4873:30: note: byref variable will be forcibly initialized 4873 | char name[14]; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_atomic_check': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5420:43: note: byref variable will be forcibly initialized 5420 | struct drm_dp_mst_topology_state *mst_state; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5419:41: note: byref variable will be forcibly initialized 5419 | struct drm_dp_mst_topology_mgr *mgr; | ^~~ /kisskb/src/drivers/regulator/max77620-regulator.c: In function 'max77620_regulator_get_power_mode': /kisskb/src/drivers/regulator/max77620-regulator.c:240:22: note: byref variable will be forcibly initialized 240 | unsigned int val, addr; | ^~~ /kisskb/src/drivers/regulator/max77620-regulator.c: In function 'max77620_regulator_get_mode': /kisskb/src/drivers/regulator/max77620-regulator.c:548:22: note: byref variable will be forcibly initialized 548 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/max77620-regulator.c: In function 'max77620_regulator_get_fps_src': /kisskb/src/drivers/regulator/max77620-regulator.c:103:22: note: byref variable will be forcibly initialized 103 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/max77620-regulator.c: In function 'max77620_regulator_set_fps_src': /kisskb/src/drivers/regulator/max77620-regulator.c:120:22: note: byref variable will be forcibly initialized 120 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/max77620-regulator.c: In function 'max77620_read_slew_rate': /kisskb/src/drivers/regulator/max77620-regulator.c:267:22: note: byref variable will be forcibly initialized 267 | unsigned int rval; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_dsc_aux_for_port': /kisskb/src/drivers/regulator/max77620-regulator.c: In function 'max77620_of_parse_cb': /kisskb/src/drivers/regulator/max77620-regulator.c:608:13: note: byref variable will be forcibly initialized 608 | u32 pval; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5936:20: note: byref variable will be forcibly initialized 5936 | u8 dpcd_ext[DP_RECEIVER_CAP_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5896:20: note: byref variable will be forcibly initialized 5896 | u8 upstream_dsc; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5871:12: note: byref variable will be forcibly initialized 5871 | u8 endpoint_dsc; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5870:12: note: byref variable will be forcibly initialized 5870 | u8 endpoint_fec; | ^~~~~~~~~~~~ /kisskb/src/kernel/cgroup/misc.c: In function 'misc_cg_max_write': /kisskb/src/kernel/cgroup/misc.c:250:23: note: byref variable will be forcibly initialized 250 | unsigned long max; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_dpcd_access': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:478:31: note: byref variable will be forcibly initialized 478 | struct drm_dp_aux_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_i2c_drain_msg': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1773:31: note: byref variable will be forcibly initialized 1773 | struct drm_dp_aux_msg msg = *orig_msg; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_i2c_xfer': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1810:31: note: byref variable will be forcibly initialized 1810 | struct drm_dp_aux_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_get_quirks': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2220:12: note: byref variable will be forcibly initialized 2220 | u8 any_device[] = DEVICE_ID_ANY; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_dpcd_probe': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:545:12: note: byref variable will be forcibly initialized 545 | u8 buffer; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function '__read_delay': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:276:12: note: byref variable will be forcibly initialized 276 | u8 rd_interval, mask; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_128b132b_read_aux_rd_interval': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:344:12: note: byref variable will be forcibly initialized 344 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_read_extended_dpcd_caps': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:841:12: note: byref variable will be forcibly initialized 841 | u8 dpcd_ext[DP_RECEIVER_CAP_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_aux_get_crc': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1907:12: note: byref variable will be forcibly initialized 1907 | u8 buf, count; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_aux_crc_work': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1943:18: note: byref variable will be forcibly initialized 1943 | uint32_t crcs[3]; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1942:12: note: byref variable will be forcibly initialized 1942 | u8 crc_bytes[6]; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_edp_backlight_probe_state': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3653:12: note: byref variable will be forcibly initialized 3653 | u8 mode_reg; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3652:12: note: byref variable will be forcibly initialized 3652 | u8 buf[2]; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_configure_dsc_enc': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3265:12: note: byref variable will be forcibly initialized 3265 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_edp_backlight_set_enable': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3434:12: note: byref variable will be forcibly initialized 3434 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_plane.c: In function 'komeda_plane_add': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_plane.c:248:23: note: byref variable will be forcibly initialized 248 | u32 *formats, n_formats = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_edp_backlight_probe_max': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3558:24: note: byref variable will be forcibly initialized 3558 | u8 pn, pn_min, pn_max; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3558:16: note: byref variable will be forcibly initialized 3558 | u8 pn, pn_min, pn_max; | ^~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_plane.c: In function 'komeda_plane_atomic_check': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_plane.c:82:37: note: byref variable will be forcibly initialized 82 | struct komeda_data_flow_cfg dflow; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3558:12: note: byref variable will be forcibly initialized 3558 | u8 pn, pn_min, pn_max; | ^~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_send_real_edid_checksum': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:779:51: note: byref variable will be forcibly initialized 779 | u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:779:32: note: byref variable will be forcibly initialized 779 | u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:779:12: note: byref variable will be forcibly initialized 779 | u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_downstream_debug': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1336:17: note: byref variable will be forcibly initialized 1336 | uint8_t rev[2]; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1334:14: note: byref variable will be forcibly initialized 1334 | char id[7]; | ^~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_read_sink_count': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1517:12: note: byref variable will be forcibly initialized 1517 | u8 count; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_start_crc': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2131:12: note: byref variable will be forcibly initialized 2131 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_stop_crc': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2158:12: note: byref variable will be forcibly initialized 2158 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_get_phy_test_pattern': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2590:18: note: byref variable will be forcibly initialized 2590 | u8 rate, lanes; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2590:12: note: byref variable will be forcibly initialized 2590 | u8 rate, lanes; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_set_phy_test_pattern': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2641:12: note: byref variable will be forcibly initialized 2641 | u8 link_config[2]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_is_frl_ready': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2918:12: note: byref variable will be forcibly initialized 2918 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_frl_configure_1': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2947:12: note: byref variable will be forcibly initialized 2947 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_frl_enable': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3049:12: note: byref variable will be forcibly initialized 3049 | u8 buf = 0; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_link_active': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3076:12: note: byref variable will be forcibly initialized 3076 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_link_mode': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3100:12: note: byref variable will be forcibly initialized 3100 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_frl_link_error_count': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3128:12: note: byref variable will be forcibly initialized 3128 | u8 buf, error_count; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_convert_rgb_to_ycbcr': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3370:12: note: byref variable will be forcibly initialized 3370 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_edp_backlight_set_level': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3404:12: note: byref variable will be forcibly initialized 3404 | u8 buf[2] = { 0 }; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_panel_dp_aux_backlight': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3812:12: note: byref variable will be forcibly initialized 3812 | u8 edp_dpcd[EDP_DISPLAY_CTL_CAP_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3811:12: note: byref variable will be forcibly initialized 3811 | u8 current_mode; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3810:13: note: byref variable will be forcibly initialized 3810 | u16 current_level; | ^~~~~~~~~~~~~ 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:42: /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_multi_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'fail_store': /kisskb/src/kernel/cpu.c:2350:13: note: byref variable will be forcibly initialized 2350 | int fail, ret; | ^~~~ /kisskb/src/drivers/mfd/lochnagar-i2c.c: In function 'lochnagar_i2c_probe': /kisskb/src/drivers/mfd/lochnagar-i2c.c:276:22: note: byref variable will be forcibly initialized 276 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/lochnagar-i2c.c: In function 'lochnagar_update_config': /kisskb/src/drivers/mfd/lochnagar-i2c.c:236:22: note: byref variable will be forcibly initialized 236 | unsigned int val = 0; | ^~~ /kisskb/src/kernel/cpu.c: In function 'cpuhp_invoke_callback_range': /kisskb/src/kernel/cpu.c:671:26: note: byref variable will be forcibly initialized 671 | enum cpuhp_state state; | ^~~~~ /kisskb/src/kernel/cpu.c: In function 'cpuhp_thread_fun': /kisskb/src/kernel/cpu.c:745:26: note: byref variable will be forcibly initialized 745 | enum cpuhp_state state; | ^~~~~ /kisskb/src/kernel/cpu.c: In function 'target_store': /kisskb/src/kernel/cpu.c:2302:13: note: byref variable will be forcibly initialized 2302 | int target, ret; | ^~~~~~ /kisskb/src/drivers/clk/uniphier/clk-uniphier-fixed-factor.c: In function 'uniphier_clk_register_fixed_factor': /kisskb/src/drivers/clk/uniphier/clk-uniphier-fixed-factor.c:17:30: note: byref variable will be forcibly initialized 17 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/meson/axg-audio.c: In function 'axg_audio_reset_update': /kisskb/src/drivers/clk/meson/axg-audio.c:1683:30: note: byref variable will be forcibly initialized 1683 | unsigned int offset, bit; | ^~~ /kisskb/src/drivers/clk/meson/axg-audio.c:1683:22: note: byref variable will be forcibly initialized 1683 | unsigned int offset, bit; | ^~~~~~ /kisskb/src/drivers/clk/meson/axg-audio.c: In function 'axg_audio_reset_status': /kisskb/src/drivers/clk/meson/axg-audio.c:1698:35: note: byref variable will be forcibly initialized 1698 | unsigned int val, offset, bit; | ^~~ /kisskb/src/drivers/clk/meson/axg-audio.c:1698:27: note: byref variable will be forcibly initialized 1698 | unsigned int val, offset, bit; | ^~~~~~ /kisskb/src/drivers/clk/meson/axg-audio.c:1698:22: note: byref variable will be forcibly initialized 1698 | unsigned int val, offset, bit; | ^~~ /kisskb/src/drivers/misc/kgdbts.c: In function 'run_plant_and_detach_test': /kisskb/src/drivers/misc/kgdbts.c:840:14: note: byref variable will be forcibly initialized 840 | char after[BREAK_INSTR_SIZE]; | ^~~~~ /kisskb/src/drivers/misc/kgdbts.c:839:14: 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:31: note: byref variable will be forcibly initialized 515 | char *ptr = &put_str[11]; | ^~~ /kisskb/src/drivers/misc/kgdbts.c:487:23: 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:15: note: byref variable will be forcibly initialized 297 | char *ptr = &put_str[11]; | ^~~ /kisskb/src/kernel/exit.c: In function 'coredump_task_exit': /kisskb/src/kernel/exit.c:362:36: note: byref variable will be forcibly initialized 362 | struct core_thread self; | ^~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/mfd/wm831x-irq.c:12: /kisskb/src/drivers/mfd/wm831x-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/exit.c:8: /kisskb/src/kernel/exit.c: In function 'exit_notify': /kisskb/src/kernel/exit.c:674:19: note: byref variable will be forcibly initialized 674 | LIST_HEAD(dead); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/exit.c: In function 'wait_task_zombie': /kisskb/src/kernel/exit.c:1041:30: note: byref variable will be forcibly initialized 1041 | u64 tgutime, tgstime; | ^~~~~~~ /kisskb/src/kernel/exit.c:1041:21: note: byref variable will be forcibly initialized 1041 | u64 tgutime, tgstime; | ^~~~~~~ /kisskb/src/kernel/exit.c: In function 'kernel_waitid': /kisskb/src/kernel/exit.c:1554:22: note: byref variable will be forcibly initialized 1554 | unsigned int f_flags = 0; | ^~~~~~~ /kisskb/src/kernel/exit.c:1550:26: note: byref variable will be forcibly initialized 1550 | struct wait_opts wo; | ^~ /kisskb/src/kernel/exit.c: In function '__do_sys_waitid': /kisskb/src/kernel/exit.c:1616:23: note: byref variable will be forcibly initialized 1616 | struct rusage r; | ^ /kisskb/src/kernel/exit.c: In function '__do_compat_sys_waitid': /kisskb/src/kernel/exit.c:1752:23: note: byref variable will be forcibly initialized 1752 | struct rusage ru; | ^~ /kisskb/src/kernel/exit.c: In function 'kernel_wait4': /kisskb/src/kernel/exit.c:1649:26: note: byref variable will be forcibly initialized 1649 | struct wait_opts wo; | ^~ /kisskb/src/kernel/exit.c: In function '__do_sys_wait4': /kisskb/src/kernel/exit.c:1708:23: note: byref variable will be forcibly initialized 1708 | struct rusage r; | ^ /kisskb/src/kernel/exit.c: In function '__do_compat_sys_wait4': /kisskb/src/kernel/exit.c:1738:23: note: byref variable will be forcibly initialized 1738 | struct rusage r; | ^ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/irq.h:166, from /kisskb/src/kernel/softirq.c:34: /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_irq_handler_entry': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_irq_handler_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_softirq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ 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:703, from /kisskb/src/kernel/softirq.c:17: /kisskb/src/kernel/softirq.c: In function 'tasklet_unlock_wait': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:901:9: note: in expansion of macro 'wait_var_event' 901 | wait_var_event(&t->state, !test_bit(TASKLET_STATE_RUN, &t->state)); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'tasklet_kill': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:882:17: note: in expansion of macro 'wait_var_event' 882 | wait_var_event(&t->state, !test_bit(TASKLET_STATE_SCHED, &t->state)); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'altera_export_bool_array': /kisskb/src/drivers/misc/altera-stapl/altera.c:140:14: note: byref variable will be forcibly initialized 140 | char string[HEX_LINE_CHARS + 1]; | ^~~~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'altera_execute': /kisskb/src/drivers/misc/altera-stapl/altera.c:235:12: note: byref variable will be forcibly initialized 235 | u8 charbuf[4]; | ^~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'altera_init': /kisskb/src/drivers/misc/altera-stapl/altera.c:2389:13: note: byref variable will be forcibly initialized 2389 | s32 error_address = 0L; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2388:13: note: byref variable will be forcibly initialized 2388 | s32 offset = 0L; | ^~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2386:13: note: byref variable will be forcibly initialized 2386 | int procedure_count = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2385:13: note: byref variable will be forcibly initialized 2385 | int action_count = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2384:13: note: byref variable will be forcibly initialized 2384 | int format_version = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2383:13: note: byref variable will be forcibly initialized 2383 | int exit_code = 0; | ^~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2381:15: note: byref variable will be forcibly initialized 2381 | char *description = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2380:15: note: byref variable will be forcibly initialized 2380 | char *action_name = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2376:33: note: byref variable will be forcibly initialized 2376 | struct altera_procinfo *proc_list = NULL; | ^~~~~~~~~ /kisskb/src/crypto/ecdsa.c: In function 'ecdsa_get_signature_rs': /kisskb/src/crypto/ecdsa.c:41:12: 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:26: note: byref variable will be forcibly initialized 103 | struct ecc_point res = ECC_POINT_INIT(x1, y1, ndigits); | ^~~ /kisskb/src/crypto/ecdsa.c:102:13: note: byref variable will be forcibly initialized 102 | u64 y1[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecdsa.c:101:13: note: byref variable will be forcibly initialized 101 | u64 x1[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecdsa.c:100:13: note: byref variable will be forcibly initialized 100 | u64 u2[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecdsa.c:99:13: note: byref variable will be forcibly initialized 99 | u64 u1[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecdsa.c:98:13: 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:13: note: byref variable will be forcibly initialized 146 | u64 hash[ECC_MAX_DIGITS]; | ^~~~ /kisskb/src/crypto/ecdsa.c:145:12: note: byref variable will be forcibly initialized 145 | u8 rawhash[ECC_MAX_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/drivers/regulator/max8660.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/max8660.c: In function 'max8660_probe': /kisskb/src/drivers/regulator/max8660.c:378:29: note: byref variable will be forcibly initialized 378 | struct device_node *of_node[MAX8660_V_END]; | ^~~~~~~ /kisskb/src/drivers/regulator/max8660.c:374:38: note: byref variable will be forcibly initialized 374 | struct max8660_platform_data pdata_of, *pdata = dev_get_platdata(dev); | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/dma_fence.h:89, from /kisskb/src/drivers/dma-buf/dma-fence.c:21: /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'trace_event_raw_event_dma_fence': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/zynqmp/pll.c: In function 'zynqmp_pll_get_mode': /kisskb/src/drivers/clk/zynqmp/pll.c:54:13: note: byref variable will be forcibly initialized 54 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/zynqmp/pll.c: In function 'zynqmp_pll_recalc_rate': /kisskb/src/drivers/clk/zynqmp/pll.c:142:13: note: byref variable will be forcibly initialized 142 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/zynqmp/pll.c:140:13: note: byref variable will be forcibly initialized 140 | u32 fbdiv, data; | ^~~~~ /kisskb/src/drivers/clk/zynqmp/pll.c: In function 'zynqmp_pll_is_enabled': /kisskb/src/drivers/clk/zynqmp/pll.c:231:22: note: byref variable will be forcibly initialized 231 | unsigned int state; | ^~~~~ /kisskb/src/drivers/clk/zynqmp/pll.c: In function 'zynqmp_clk_register_pll': /kisskb/src/drivers/clk/zynqmp/pll.c:320:30: note: byref variable will be forcibly initialized 320 | struct clk_init_data init; | ^~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | 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:362:26: note: byref variable will be forcibly initialized 362 | struct list_head cb_list; | ^~~~~~~ /kisskb/src/drivers/regulator/max77650-regulator.c: In function 'max77650_regulator_is_enabled': /kisskb/src/drivers/regulator/max77650-regulator.c:71:13: note: byref variable will be forcibly initialized 71 | int val, rv, en; | ^~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/max77650-regulator.c:11: /kisskb/src/drivers/regulator/max77650-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/max77650-regulator.c: In function 'max77650_regulator_probe': /kisskb/src/drivers/regulator/max77650-regulator.c:335:22: note: byref variable will be forcibly initialized 335 | unsigned int val; | ^~~ /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'dma_fence_default_wait': /kisskb/src/drivers/dma-buf/dma-fence.c:755:32: note: byref variable will be forcibly initialized 755 | struct default_wait_cb cb; | ^~ /kisskb/src/drivers/regulator/max20086-regulator.c: In function 'max20086_detect': /kisskb/src/drivers/regulator/max20086-regulator.c:179:22: note: byref variable will be forcibly initialized 179 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/max20086-regulator.c: In function 'max20086_regulators_register': /kisskb/src/drivers/regulator/max20086-regulator.c:110:41: note: byref variable will be forcibly initialized 110 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/drivers/regulator/max20086-regulator.c: In function 'max20086_i2c_probe': /kisskb/src/drivers/regulator/max20086-regulator.c:219:14: note: byref variable will be forcibly initialized 219 | bool boot_on; | ^~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/regulator/max1586.c:9: /kisskb/src/drivers/regulator/max1586.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/max1586.c: In function 'max1586_pmic_probe': /kisskb/src/drivers/regulator/max1586.c:213:46: note: byref variable will be forcibly initialized 213 | struct max1586_platform_data *pdata, pdata_of; | ^~~~~~~~ /kisskb/src/kernel/cgroup/debug.c: In function 'cgroup_subsys_states_read': /kisskb/src/kernel/cgroup/debug.c:209:14: note: byref variable will be forcibly initialized 209 | char pbuf[16]; | ^~~~ /kisskb/src/drivers/mfd/wm831x-core.c: In function 'wm831x_reg_read': /kisskb/src/drivers/mfd/wm831x-core.c:521:22: note: byref variable will be forcibly initialized 521 | unsigned int val; | ^~~ /kisskb/src/drivers/misc/sram.c: In function 'atmel_securam_wait': /kisskb/src/drivers/misc/sram.c:343:13: note: byref variable will be forcibly initialized 343 | u32 val; | ^~~ 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/misc/sram.c:14: /kisskb/src/drivers/misc/sram.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, 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/misc/sram.c:14: /kisskb/src/drivers/misc/sram.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/sram.c: In function 'sram_reserve_regions': /kisskb/src/drivers/misc/sram.c:198:33: note: byref variable will be forcibly initialized 198 | struct resource child_res; | ^~~~~~~~~ /kisskb/src/drivers/misc/sram.c:180:21: note: byref variable will be forcibly initialized 180 | const char *label; | ^~~~~ /kisskb/src/drivers/misc/sram.c:178:26: note: byref variable will be forcibly initialized 178 | struct list_head reserve_list; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c: In function 'komeda_sprintf': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c:23:17: note: byref variable will be forcibly initialized 23 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c: In function 'komeda_print_events': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c:138:36: note: byref variable will be forcibly initialized 138 | struct drm_printer p = drm_info_printer(dev->dev); | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c:137:35: note: byref variable will be forcibly initialized 137 | struct komeda_str str; | ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_event.c:136:22: note: byref variable will be forcibly initialized 136 | char msg[256]; | ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_wb_connector.c: In function 'komeda_wb_connector_add': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_wb_connector.c:146:23: note: byref variable will be forcibly initialized 146 | u32 *formats, n_formats = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_wb_connector.c: In function 'komeda_wb_encoder_atomic_check': /kisskb/src/drivers/gpu/drm/arm/display/komeda/komeda_wb_connector.c:44:37: note: byref variable will be forcibly initialized 44 | struct komeda_data_flow_cfg dflow; | ^~~~~ /kisskb/src/drivers/misc/vcpu_stall_detector.c: In function 'vcpu_stall_detect_probe': /kisskb/src/drivers/misc/vcpu_stall_detector.c:140:13: note: byref variable will be forcibly initialized 140 | u32 stall_timeout_sec = VCPU_STALL_DEFAULT_TIMEOUT_SEC; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/vcpu_stall_detector.c:139:13: note: byref variable will be forcibly initialized 139 | u32 clock_freq_hz = VCPU_STALL_DEFAULT_CLOCK_HZ; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/vcpu_stall_detector.c:137:26: note: byref variable will be forcibly initialized 137 | struct resource *r; | ^ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_ctxwake_print': /kisskb/src/kernel/trace/trace_output.c:937:14: note: byref variable will be forcibly initialized 937 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_ctxwake_hex': /kisskb/src/kernel/trace/trace_output.c:1010:13: note: byref variable will be forcibly initialized 1010 | int T; | ^ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_event_printf': /kisskb/src/kernel/trace/trace_output.c:318:17: 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:17: note: byref variable will be forcibly initialized 339 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_seq_print_sym': /kisskb/src/kernel/trace/trace_output.c:361:14: note: byref variable will be forcibly initialized 361 | char str[KSYM_SYMBOL_LEN]; | ^~~ /kisskb/src/kernel/trace/trace_output.c: In function 'lat_print_generic': /kisskb/src/kernel/trace/trace_output.c:506:14: note: byref variable will be forcibly initialized 506 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_print_context': /kisskb/src/kernel/trace/trace_output.c:610:14: note: byref variable will be forcibly initialized 610 | 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:652:22: note: byref variable will be forcibly initialized 652 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_output.c:642:13: note: byref variable will be forcibly initialized 642 | u64 next_ts; | ^~~~~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'register_trace_event': /kisskb/src/kernel/trace/trace_output.c:767:35: note: byref variable will be forcibly initialized 767 | struct list_head *list = NULL; | ^~~~ /kisskb/src/drivers/clk/uniphier/clk-uniphier-fixed-rate.c: In function 'uniphier_clk_register_fixed_rate': /kisskb/src/drivers/clk/uniphier/clk-uniphier-fixed-rate.c:17:30: note: byref variable will be forcibly initialized 17 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_fetch_pwm_params': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1849:13: note: byref variable will be forcibly initialized 1849 | u32 pwm_period; | ^~~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_fetch_i2c_params': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1821:23: note: byref variable will be forcibly initialized 1821 | int vsel_reg, vsel_mask; | ^~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c:1821:13: note: byref variable will be forcibly initialized 1821 | int vsel_reg, vsel_mask; | ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'get_dvco_rate_below': /kisskb/src/drivers/clk/tegra/clk-dfll.c:507:23: note: byref variable will be forcibly initialized 507 | unsigned long rate, prev_rate; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_clk_determine_rate': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1134:30: note: byref variable will be forcibly initialized 1134 | struct dfll_rate_req req; | ^~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_request_rate': /kisskb/src/drivers/clk/tegra/clk-dfll.c:915:30: note: byref variable will be forcibly initialized 915 | struct dfll_rate_req req; | ^~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_build_i2c_lut': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1702:23: note: byref variable will be forcibly initialized 1702 | unsigned long rate, v, v_opp; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-dfll.c: In function 'dfll_build_lut': /kisskb/src/drivers/clk/tegra/clk-dfll.c:1767:23: note: byref variable will be forcibly initialized 1767 | unsigned long rate, v_max; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/iova.h:15, from /kisskb/src/drivers/iommu/iova.c:8: /kisskb/src/drivers/iommu/iova.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/component.c:6: /kisskb/src/drivers/base/component.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_mmap': /kisskb/src/drivers/iommu/dma-iommu.c:1482:13: note: byref variable will be forcibly initialized 1482 | int ret; | ^~~ /kisskb/src/kernel/resource.c: In function '__walk_iomem_res_desc': /kisskb/src/kernel/resource.c:379:25: note: byref variable will be forcibly initialized 379 | struct resource res; | ^~~ /kisskb/src/kernel/resource.c: In function '__region_intersects': /kisskb/src/kernel/resource.c:496:25: note: byref variable will be forcibly initialized 496 | struct resource res; | ^~~ 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/acpi_iort.h:10, from /kisskb/src/drivers/iommu/dma-iommu.c:11: /kisskb/src/drivers/iommu/dma-iommu.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ 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/include/linux/acpi_iort.h:10, from /kisskb/src/drivers/iommu/dma-iommu.c:11: /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iova_reserve_iommu_regions': /kisskb/src/drivers/iommu/dma-iommu.c:482:19: note: byref variable will be forcibly initialized 482 | LIST_HEAD(resv_regions); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function '__iommu_dma_unmap': /kisskb/src/drivers/iommu/dma-iommu.c:680:35: note: byref variable will be forcibly initialized 680 | struct iommu_iotlb_gather iotlb_gather; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/resource.c:17: /kisskb/src/kernel/resource.c: In function 'iomem_init_inode': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c:2024:9: note: in expansion of macro 'smp_store_release' 2024 | smp_store_release(&iomem_inode, inode); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c: In function 'reserve_setup': /kisskb/src/kernel/resource.c:1618:40: note: byref variable will be forcibly initialized 1618 | unsigned int io_start, io_num; | ^~~~~~ /kisskb/src/kernel/resource.c:1618:30: note: byref variable will be forcibly initialized 1618 | unsigned int io_start, io_num; | ^~~~~~~~ /kisskb/src/kernel/resource.c: In function 'walk_system_ram_range': /kisskb/src/kernel/resource.c:457:25: note: byref variable will be forcibly initialized 457 | struct resource res; | ^~~ /kisskb/src/kernel/resource.c: In function '__find_resource': /kisskb/src/kernel/resource.c:585:44: note: byref variable will be forcibly initialized 585 | struct resource tmp = *new, avail, alloc; | ^~~~~ /kisskb/src/kernel/resource.c:585:37: note: byref variable will be forcibly initialized 585 | struct resource tmp = *new, avail, alloc; | ^~~~~ /kisskb/src/kernel/resource.c:585:25: note: byref variable will be forcibly initialized 585 | struct resource tmp = *new, avail, alloc; | ^~~ /kisskb/src/kernel/resource.c: In function 'reallocate_resource': /kisskb/src/kernel/resource.c:660:25: note: byref variable will be forcibly initialized 660 | struct resource new = *old; | ^~~ /kisskb/src/kernel/resource.c: In function 'allocate_resource': /kisskb/src/kernel/resource.c:716:36: note: byref variable will be forcibly initialized 716 | struct resource_constraint constraint; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/resource.c:17: /kisskb/src/kernel/resource.c: In function 'iomem_get_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c:1155:16: note: in expansion of macro 'smp_load_acquire' 1155 | return smp_load_acquire(&iomem_inode)->i_mapping; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_alloc_remap': /kisskb/src/drivers/iommu/dma-iommu.c:860:25: note: byref variable will be forcibly initialized 860 | struct sg_table sgt; | ^~~ /kisskb/src/kernel/resource.c: In function '__devm_release_region': /kisskb/src/kernel/resource.c:1600:30: note: byref variable will be forcibly initialized 1600 | struct region_devres match_data = { parent, start, n }; | ^~~~~~~~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_alloc': /kisskb/src/drivers/iommu/dma-iommu.c:1447:15: note: byref variable will be forcibly initialized 1447 | void *cpu_addr; | ^~~~~~~~ /kisskb/src/drivers/iommu/dma-iommu.c:1446:22: note: byref variable will be forcibly initialized 1446 | struct page *page = NULL; | ^~~~ /kisskb/src/drivers/iommu/of_iommu.c: In function 'of_iommu_configure_dev': /kisskb/src/drivers/iommu/of_iommu.c:74:32: note: byref variable will be forcibly initialized 74 | struct of_phandle_args iommu_spec; | ^~~~~~~~~~ /kisskb/src/drivers/clk/zynqmp/clk-gate-zynqmp.c: In function 'zynqmp_clk_gate_is_enabled': /kisskb/src/drivers/clk/zynqmp/clk-gate-zynqmp.c:79:13: note: byref variable will be forcibly initialized 79 | int state, ret; | ^~~~~ /kisskb/src/drivers/clk/zynqmp/clk-gate-zynqmp.c: In function 'zynqmp_clk_register_gate': /kisskb/src/drivers/clk/zynqmp/clk-gate-zynqmp.c:115:30: note: byref variable will be forcibly initialized 115 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/base/regmap/trace.h:257, from /kisskb/src/drivers/base/regmap/regmap.c:23: /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_reg': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_block': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regcache_sync': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_bool': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_async': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 177 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 177 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regcache_drop_region': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_64_native': /kisskb/src/drivers/base/regmap/regmap.c:452:13: note: byref variable will be forcibly initialized 452 | u64 v; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_64_le_inplace': /kisskb/src/drivers/base/regmap/regmap.c:445:13: note: byref variable will be forcibly initialized 445 | u64 v = get_unaligned_le64(buf); | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_64_be_inplace': /kisskb/src/drivers/base/regmap/regmap.c:438:13: note: byref variable will be forcibly initialized 438 | u64 v = get_unaligned_be64(buf); | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_32_native': /kisskb/src/drivers/base/regmap/regmap.c:419:13: note: byref variable will be forcibly initialized 419 | u32 v; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_32_le_inplace': /kisskb/src/drivers/base/regmap/regmap.c:412:13: note: byref variable will be forcibly initialized 412 | u32 v = get_unaligned_le32(buf); | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_32_be_inplace': /kisskb/src/drivers/base/regmap/regmap.c:405:13: note: byref variable will be forcibly initialized 405 | u32 v = get_unaligned_be32(buf); | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_16_native': /kisskb/src/drivers/base/regmap/regmap.c:377:13: note: byref variable will be forcibly initialized 377 | u16 v; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_16_le_inplace': /kisskb/src/drivers/base/regmap/regmap.c:370:13: note: byref variable will be forcibly initialized 370 | u16 v = get_unaligned_le16(buf); | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_16_be_inplace': /kisskb/src/drivers/base/regmap/regmap.c:363:13: note: byref variable will be forcibly initialized 363 | u16 v = get_unaligned_be16(buf); | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_64_native': /kisskb/src/drivers/base/regmap/regmap.c:334:13: note: byref variable will be forcibly initialized 334 | u64 v = (u64) val << shift; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_32_native': /kisskb/src/drivers/base/regmap/regmap.c:315:13: note: byref variable will be forcibly initialized 315 | u32 v = val << shift; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_16_native': /kisskb/src/drivers/base/regmap/regmap.c:286:13: note: byref variable will be forcibly initialized 286 | u16 v = val << shift; | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/regmap/regmap.c:9: /kisskb/src/drivers/base/regmap/regmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included 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/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_cached': /kisskb/src/drivers/base/regmap/regmap.c:107:22: note: byref variable will be forcibly initialized 107 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c: In function 'd71_enum_resources': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c:354:29: note: byref variable will be forcibly initialized 354 | struct block_header blk; | ^~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_update_bits': /kisskb/src/drivers/base/regmap/regmap.c:3107:27: note: byref variable will be forcibly initialized 3107 | unsigned int tmp, orig; | ^~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_select_page': /kisskb/src/drivers/base/regmap/regmap.c:1626:14: note: byref variable will be forcibly initialized 1626 | bool page_chg; | ^~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2837:22: note: byref variable will be forcibly initialized 2837 | unsigned int v; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_field_read': /kisskb/src/drivers/base/regmap/regmap.c:2979:22: note: byref variable will be forcibly initialized 2979 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_field_test_bits': /kisskb/src/drivers/base/regmap/regmap.c:2238:22: note: byref variable will be forcibly initialized 2238 | unsigned int val, ret; | ^~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_fields_read': /kisskb/src/drivers/base/regmap/regmap.c:3006:22: note: byref variable will be forcibly initialized 3006 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_bulk_read': /kisskb/src/drivers/base/regmap/regmap.c:3066:38: note: byref variable will be forcibly initialized 3066 | unsigned int ival; | ^~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_test_bits': /kisskb/src/drivers/base/regmap/regmap.c:3189:22: note: byref variable will be forcibly initialized 3189 | unsigned int val, 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/drivers/base/regmap/regmap.c:9: /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_async_complete': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c:3251:9: note: in expansion of macro 'wait_event' 3251 | wait_event(map->async_waitq, regmap_async_is_done(map)); | ^~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/of.h:15, 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 '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, 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 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-divider.c: In function 'tegra_clk_register_divider': /kisskb/src/drivers/clk/tegra/clk-divider.c:141:30: note: byref variable will be forcibly initialized 141 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/xarray.c:9: /kisskb/src/lib/xarray.c: In function 'xas_expand': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:618:17: note: in expansion of macro 'rcu_assign_pointer' 618 | rcu_assign_pointer(xa->xa_head, head); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:615:25: note: in expansion of macro 'rcu_assign_pointer' 615 | rcu_assign_pointer(xa_to_node(head)->parent, node); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c: In function 'xas_create': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:684:25: note: in expansion of macro 'rcu_assign_pointer' 684 | rcu_assign_pointer(*slot, xa_mk_node(node)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'add_trace_export': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:360:9: note: in expansion of macro 'rcu_assign_pointer' 360 | rcu_assign_pointer(*list, export); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:353:9: note: in expansion of macro 'rcu_assign_pointer' 353 | rcu_assign_pointer(export->next, *list); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'rm_trace_export': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:375:9: note: in expansion of macro 'rcu_assign_pointer' 375 | rcu_assign_pointer(*p, (*p)->next); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c: In function 'xas_store': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:821:17: note: in expansion of macro 'rcu_assign_pointer' 821 | rcu_assign_pointer(*slot, entry); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_create_sys_dev_entry': /kisskb/src/kernel/trace/trace.c: In function 'saved_cmdlines_start': /kisskb/src/drivers/base/core.c:3338:14: note: byref variable will be forcibly initialized 3338 | char devt_str[15]; | ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_remove_sys_dev_entry': /kisskb/src/kernel/trace/trace.c:5830:16: note: byref variable will be forcibly initialized 5830 | loff_t l = 0; | ^ /kisskb/src/drivers/base/core.c:3351:14: note: byref variable will be forcibly initialized 3351 | char devt_str[15]; | ^~~~~~~~ In file included from /kisskb/src/lib/xarray.c:13: /kisskb/src/lib/xarray.c: In function 'xa_load': In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, 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 'trace_find_tgid_ptr': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:2480:20: note: in expansion of macro 'smp_load_acquire' 2480 | int *map = smp_load_acquire(&tgid_map); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:1458:18: note: byref variable will be forcibly initialized 1458 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_erase': /kisskb/src/lib/xarray.c:1496:18: note: byref variable will be forcibly initialized 1496 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_store': /kisskb/src/lib/xarray.c:1542:18: note: byref variable will be forcibly initialized 1542 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_cmpxchg': /kisskb/src/lib/xarray.c:1608:18: note: byref variable will be forcibly initialized 1608 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_insert': /kisskb/src/lib/xarray.c:1645:18: note: byref variable will be forcibly initialized 1645 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_alloc': /kisskb/src/lib/xarray.c:1815:18: note: byref variable will be forcibly initialized 1815 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_set_mark': /kisskb/src/lib/xarray.c:1902:18: note: byref variable will be forcibly initialized 1902 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | 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:1920:18: note: byref variable will be forcibly initialized 1920 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | 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:1942:18: note: byref variable will be forcibly initialized 1942 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_find': /kisskb/src/lib/xarray.c:2016:18: note: byref variable will be forcibly initialized 2016 | XA_STATE(xas, xa, *indexp); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/base/core.c: In function 'device_store_ulong': /kisskb/src/drivers/base/core.c:2228:23: note: byref variable will be forcibly initialized 2228 | unsigned long new; | ^~~ /kisskb/src/lib/xarray.c: In function 'xa_find_after': /kisskb/src/lib/xarray.c:2066:18: note: byref variable will be forcibly initialized 2066 | XA_STATE(xas, xa, *indexp + 1); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/base/core.c: In function 'device_store_int': /kisskb/src/drivers/base/core.c:2254:14: note: byref variable will be forcibly initialized 2254 | long new; | ^~~ /kisskb/src/lib/xarray.c: In function 'xa_extract': /kisskb/src/lib/xarray.c:2163:18: note: byref variable will be forcibly initialized 2163 | XA_STATE(xas, xa, start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/base/core.c:11: /kisskb/src/drivers/base/core.c: In function 'device_add_group': /kisskb/src/include/linux/device.h:1034:39: note: byref variable will be forcibly initialized 1034 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/lib/xarray.c: In function 'xa_destroy': /kisskb/src/drivers/base/core.c: In function 'device_remove_group': /kisskb/src/include/linux/device.h:1042:39: note: byref variable will be forcibly initialized 1042 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/lib/xarray.c:2209:18: note: byref variable will be forcibly initialized 2209 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'saved_cmdlines_show': /kisskb/src/kernel/trace/trace.c:5853:14: note: byref variable will be forcibly initialized 5853 | char buf[TASK_COMM_LEN]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'set_tracing_thresh': /kisskb/src/kernel/trace/trace.c:1501:23: note: byref variable will be forcibly initialized 1501 | unsigned long threshold; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_ftrace_now': /kisskb/src/kernel/trace/trace.c:769:13: note: byref variable will be forcibly initialized 769 | u64 ts; | ^~ /kisskb/src/drivers/base/core.c: In function 'dev_set_name': /kisskb/src/drivers/base/core.c:3301:17: note: byref variable will be forcibly initialized 3301 | va_list vargs; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, 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 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ 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:1154:19: note: byref variable will be forcibly initialized 1154 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/core.c: In function 'device_links_driver_bound': /kisskb/src/drivers/base/core.c:1261:19: note: byref variable will be forcibly initialized 1261 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/core.c: In function 'dev_uevent': /kisskb/src/drivers/base/core.c:2400:24: note: byref variable will be forcibly initialized 2400 | kgid_t gid = GLOBAL_ROOT_GID; | ^~~ /kisskb/src/drivers/base/core.c:2399:24: note: byref variable will be forcibly initialized 2399 | kuid_t uid = GLOBAL_ROOT_UID; | ^~~ /kisskb/src/drivers/base/core.c:2398:25: note: byref variable will be forcibly initialized 2398 | umode_t mode = 0; | ^~~~ /kisskb/src/drivers/base/core.c:2396:29: note: byref variable will be forcibly initialized 2396 | const char *tmp; | ^~~ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child': /kisskb/src/drivers/base/core.c:3827:27: note: byref variable will be forcibly initialized 3827 | struct klist_iter i; | ^ /kisskb/src/kernel/trace/trace.c: In function 'trace_options_write': /kisskb/src/kernel/trace/trace.c:8695:23: note: byref variable will be forcibly initialized 8695 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_percent_write': /kisskb/src/kernel/trace/trace.c:9044:23: note: byref variable will be forcibly initialized 9044 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_saved_cmdlines_size_write': /kisskb/src/kernel/trace/trace.c:5933:23: note: byref variable will be forcibly initialized 5933 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_nsecs_write': /kisskb/src/kernel/trace/trace.c:6499:23: note: byref variable will be forcibly initialized 6499 | unsigned long val; | ^~~ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child_reverse': /kisskb/src/drivers/base/core.c:3857:27: note: byref variable will be forcibly initialized 3857 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child': /kisskb/src/drivers/base/core.c:3892:27: note: byref variable will be forcibly initialized 3892 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child_by_name': /kisskb/src/drivers/base/core.c:3920:27: note: byref variable will be forcibly initialized 3920 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'online_store': /kisskb/src/drivers/base/core.c:2534:14: note: byref variable will be forcibly initialized 2534 | bool val; | ^~~ /kisskb/src/drivers/base/core.c: In function 'device_create': /kisskb/src/drivers/base/core.c:4232:17: note: byref variable will be forcibly initialized 4232 | va_list vargs; | ^~~~~ /kisskb/src/drivers/base/core.c: In function 'device_create_with_groups': /kisskb/src/drivers/base/core.c:4276:17: note: byref variable will be forcibly initialized 4276 | va_list vargs; | ^~~~~ /kisskb/src/drivers/base/core.c: In function 'dev_err_probe': /kisskb/src/drivers/base/core.c:4844:17: note: byref variable will be forcibly initialized 4844 | va_list args; | ^~~~ /kisskb/src/drivers/base/core.c:4843:26: note: byref variable will be forcibly initialized 4843 | struct va_format vaf; | ^~~ /kisskb/src/kernel/trace/trace.c: In function '__find_next_entry': /kisskb/src/kernel/trace/trace.c:3602:26: note: byref variable will be forcibly initialized 3602 | u64 next_ts = 0, ts; | ^~ /kisskb/src/kernel/trace/trace.c:3600:23: note: byref variable will be forcibly initialized 3600 | 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:4179:26: note: byref variable will be forcibly initialized 4179 | unsigned long t, e; | ^ /kisskb/src/kernel/trace/trace.c:4179:23: note: byref variable will be forcibly initialized 4179 | unsigned long t, e; | ^ /kisskb/src/kernel/trace/trace.c: In function 'print_event_info': /kisskb/src/kernel/trace/trace.c:4232:23: note: byref variable will be forcibly initialized 4232 | unsigned long entries; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4231:23: note: byref variable will be forcibly initialized 4231 | unsigned long total; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, 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/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_min_max_write': /kisskb/src/kernel/trace/trace.c:7663:13: note: byref variable will be forcibly initialized 7663 | u64 val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_min_max_read': /kisskb/src/kernel/trace/trace.c:7709:14: note: byref variable will be forcibly initialized 7709 | char buf[U64_STR_SIZE]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_percent_read': /kisskb/src/kernel/trace/trace.c:9030:14: note: byref variable will be forcibly initialized 9030 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_set_trace_read': /kisskb/src/kernel/trace/trace.c:6141:14: note: byref variable will be forcibly initialized 6141 | char buf[MAX_TRACER_SIZE+2]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_buffers_splice_read': /kisskb/src/kernel/trace/trace.c:8213:22: note: byref variable will be forcibly initialized 8213 | struct page *pages_def[PIPE_DEF_BUFFERS]; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c:8212:29: note: byref variable will be forcibly initialized 8212 | 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:5890:14: note: byref variable will be forcibly initialized 5890 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'test_can_verify_check': /kisskb/src/kernel/trace/trace.c:3743:17: note: byref variable will be forcibly initialized 3743 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace.c:3742:14: note: byref variable will be forcibly initialized 3742 | char buf[16]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 't_start': /kisskb/src/kernel/trace/trace.c:5007:16: note: byref variable will be forcibly initialized 5007 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace.c: In function 'tracing_total_entries_read': /kisskb/src/kernel/trace/trace.c:7025:14: note: byref variable will be forcibly initialized 7025 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_entries_read': /kisskb/src/kernel/trace/trace.c:6951:14: note: byref variable will be forcibly initialized 6951 | char buf[64]; | ^~~ /kisskb/src/drivers/mfd/wm831x-otp.c: In function 'unique_id_show': /kisskb/src/drivers/mfd/wm831x-otp.c:46:14: note: byref variable will be forcibly initialized 46 | char id[WM831X_UNIQUE_ID_LEN]; | ^~ /kisskb/src/drivers/clk/uniphier/clk-uniphier-gate.c: In function 'uniphier_clk_gate_is_enabled': /kisskb/src/drivers/clk/uniphier/clk-uniphier-gate.c:45:22: note: byref variable will be forcibly initialized 45 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/uniphier/clk-uniphier-gate.c: In function 'uniphier_clk_register_gate': /kisskb/src/drivers/clk/uniphier/clk-uniphier-gate.c:65:30: note: byref variable will be forcibly initialized 65 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/mfd/wm831x-otp.c: In function 'wm831x_otp_init': /kisskb/src/drivers/mfd/wm831x-otp.c:59:14: note: byref variable will be forcibly initialized 59 | char uuid[WM831X_UNIQUE_ID_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_next': /kisskb/src/kernel/trace/trace.c:618:22: note: byref variable will be forcibly initialized 618 | unsigned int next; | ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_start': /kisskb/src/kernel/trace/trace.c:647:16: note: byref variable will be forcibly initialized 647 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace.c:646:22: note: byref variable will be forcibly initialized 646 | unsigned int first; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'rb_simple_write': /kisskb/src/kernel/trace/trace.c:8989:23: note: byref variable will be forcibly initialized 8989 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'rb_simple_read': /kisskb/src/kernel/trace/trace.c:8974:14: note: byref variable will be forcibly initialized 8974 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_nsecs_read': /kisskb/src/kernel/trace/trace.c:6485:14: note: byref variable will be forcibly initialized 6485 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_write': /kisskb/src/kernel/trace/trace.c:691:15: note: byref variable will be forcibly initialized 691 | pid_t pid; | ^~~ /kisskb/src/kernel/trace/trace.c:690:16: note: byref variable will be forcibly initialized 690 | loff_t pos; | ^~~ /kisskb/src/kernel/trace/trace.c:686:23: note: byref variable will be forcibly initialized 686 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c:685:29: note: byref variable will be forcibly initialized 685 | struct trace_parser parser; | ^~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'print_hex_fmt': /kisskb/src/kernel/trace/trace.c:4414:23: note: byref variable will be forcibly initialized 4414 | unsigned char newline = '\n'; | ^~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/misc/enclosure.c:12: /kisskb/src/drivers/misc/enclosure.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/enclosure.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/enclosure.c: In function 'enclosure_remove_links': /kisskb/src/drivers/misc/enclosure.c:192:14: note: byref variable will be forcibly initialized 192 | char name[ENCLOSURE_NAME_SIZE]; | ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_event_buffer_commit': /kisskb/src/kernel/trace/trace.c:2914:33: note: byref variable will be forcibly initialized 2914 | enum event_trigger_type tt = ETT_NONE; | ^~ /kisskb/src/kernel/capability.c: In function '__do_sys_capset': /kisskb/src/kernel/capability.c:226:46: note: byref variable will be forcibly initialized 226 | kernel_cap_t inheritable, permitted, effective; | ^~~~~~~~~ /kisskb/src/kernel/capability.c:226:35: note: byref variable will be forcibly initialized 226 | kernel_cap_t inheritable, permitted, effective; | ^~~~~~~~~ /kisskb/src/kernel/capability.c:226:22: note: byref variable will be forcibly initialized 226 | kernel_cap_t inheritable, permitted, effective; | ^~~~~~~~~~~ /kisskb/src/kernel/capability.c:225:21: note: byref variable will be forcibly initialized 225 | unsigned i, tocopy, copybytes; | ^~~~~~ /kisskb/src/kernel/capability.c:224:39: note: byref variable will be forcibly initialized 224 | struct __user_cap_data_struct kdata[_KERNEL_CAPABILITY_U32S]; | ^~~~~ /kisskb/src/drivers/misc/enclosure.c: In function 'enclosure_add_links': /kisskb/src/drivers/misc/enclosure.c:210:14: note: byref variable will be forcibly initialized 210 | char name[ENCLOSURE_NAME_SIZE]; | ^~~~ /kisskb/src/drivers/misc/enclosure.c: In function 'enclosure_component_alloc': /kisskb/src/drivers/misc/enclosure.c:289:14: note: byref variable will be forcibly initialized 289 | char newname[COMPONENT_NAME_SIZE]; | ^~~~~~~ /kisskb/src/kernel/capability.c: In function '__do_sys_capget': /kisskb/src/kernel/capability.c:167:47: note: byref variable will be forcibly initialized 167 | struct __user_cap_data_struct kdata[_KERNEL_CAPABILITY_U32S]; | ^~~~~ /kisskb/src/kernel/capability.c:153:30: note: byref variable will be forcibly initialized 153 | kernel_cap_t pE, pI, pP; | ^~ /kisskb/src/kernel/capability.c:153:26: note: byref variable will be forcibly initialized 153 | kernel_cap_t pE, pI, pP; | ^~ /kisskb/src/kernel/capability.c:153:22: note: byref variable will be forcibly initialized 153 | kernel_cap_t pE, pI, pP; | ^~ /kisskb/src/kernel/capability.c:152:18: note: byref variable will be forcibly initialized 152 | unsigned tocopy; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/gpu/drm/display/drm_hdcp_helper.c:9: /kisskb/src/drivers/gpu/drm/display/drm_hdcp_helper.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/max77826-regulator.c: In function 'max77826_read_device_id': /kisskb/src/drivers/regulator/max77826-regulator.c:226:22: note: byref variable will be forcibly initialized 226 | unsigned int device_id; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_array_printk': /kisskb/src/kernel/trace/trace.c:3497:17: note: byref variable will be forcibly initialized 3497 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace.c: In function 'trace_array_printk_buf': /kisskb/src/kernel/trace/trace.c:3542:17: note: byref variable will be forcibly initialized 3542 | va_list ap; | ^~ In file included from /kisskb/src/drivers/gpu/host1x/channel.c:8: /kisskb/src/drivers/gpu/host1x/channel.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_iter_reset': /kisskb/src/kernel/trace/trace.c:4053:13: note: byref variable will be forcibly initialized 4053 | u64 ts; | ^~ /kisskb/src/kernel/trace/trace.c: In function 's_start': /kisskb/src/kernel/trace/trace.c:4088:16: note: byref variable will be forcibly initialized 4088 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace.c: In function 'trace_total_entries_cpu': /kisskb/src/kernel/trace/trace.c:4194:30: note: byref variable will be forcibly initialized 4194 | unsigned long total, entries; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4194:23: note: byref variable will be forcibly initialized 4194 | unsigned long total, entries; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_total_entries': /kisskb/src/kernel/trace/trace.c:4206:30: note: byref variable will be forcibly initialized 4206 | unsigned long total, entries; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4206:23: note: byref variable will be forcibly initialized 4206 | unsigned long total, entries; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'print_trace_header': /kisskb/src/kernel/trace/trace.c:4278:23: note: byref variable will be forcibly initialized 4278 | unsigned long total; | ^~~~~ /kisskb/src/kernel/trace/trace.c:4277:23: note: byref variable will be forcibly initialized 4277 | unsigned long entries; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_splice_read_pipe': /kisskb/src/kernel/trace/trace.c:6867:33: note: byref variable will be forcibly initialized 6867 | struct splice_pipe_desc spd = { | ^~~ /kisskb/src/kernel/trace/trace.c:6865:29: note: byref variable will be forcibly initialized 6865 | struct partial_page partial_def[PIPE_DEF_BUFFERS]; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:6864:22: note: byref variable will be forcibly initialized 6864 | struct page *pages_def[PIPE_DEF_BUFFERS]; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_cpumask_write': /kisskb/src/kernel/trace/trace.c:5177:23: note: byref variable will be forcibly initialized 5177 | cpumask_var_t tracing_cpumask_new; | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, 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 'set_tracer_flag': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:5320:25: note: in expansion of macro 'smp_store_release' 5320 | smp_store_release(&tgid_map, map); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_options_core_write': /kisskb/src/kernel/trace/trace.c:8786:23: note: byref variable will be forcibly initialized 8786 | unsigned long val; | ^~~ /kisskb/src/lib/vsprintf.c: In function 'number': /kisskb/src/lib/vsprintf.c:458:14: note: byref variable will be forcibly initialized 458 | char tmp[3 * sizeof(num)] __aligned(2); | ^~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_string': /kisskb/src/lib/vsprintf.c:1336:22: note: byref variable will be forcibly initialized 1336 | 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:64:28: note: byref variable will be forcibly initialized 64 | unsigned long long result = 0ULL; | ^~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'apply_trace_boot_options': /kisskb/src/lib/vsprintf.c: In function 'ip6_compressed_string': /kisskb/src/lib/vsprintf.c:1367:25: note: byref variable will be forcibly initialized 1367 | struct in6_addr in6; | ^~~ /kisskb/src/lib/vsprintf.c:1360:23: note: byref variable will be forcibly initialized 1360 | unsigned char zerolength[8]; | ^~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:5392:15: note: byref variable will be forcibly initialized 5392 | char *buf = trace_boot_options_buf; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_trace_options_write': /kisskb/src/kernel/trace/trace.c:5416:14: note: byref variable will be forcibly initialized 5416 | char buf[64]; | ^~~ /kisskb/src/lib/vsprintf.c: In function 'fourcc_string': /kisskb/src/lib/vsprintf.c:1757:14: note: byref variable will be forcibly initialized 1757 | char output[sizeof("0123 little-endian (0x01234567)")]; | ^~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_entries_write': /kisskb/src/lib/vsprintf.c: In function 'resource_string': /kisskb/src/lib/vsprintf.c:1080:14: note: byref variable will be forcibly initialized 1080 | char sym[max(2*RSRC_BUF_SIZE + DECODED_BUF_SIZE, | ^~~ /kisskb/src/kernel/trace/trace.c:6998:23: note: byref variable will be forcibly initialized 6998 | unsigned long val; | ^~~ /kisskb/src/lib/vsprintf.c: In function 'mac_address_string': /kisskb/src/lib/vsprintf.c:1269:14: note: byref variable will be forcibly initialized 1269 | char mac_addr[sizeof("xx:xx:xx:xx:xx:xx")]; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_addr_string': /kisskb/src/lib/vsprintf.c:1459:14: note: byref variable will be forcibly initialized 1459 | char ip6_addr[sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255")]; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_addr_string': /kisskb/src/lib/vsprintf.c:1473:14: note: byref variable will be forcibly initialized 1473 | char ip4_addr[sizeof("255.255.255.255")]; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_addr_string_sa': /kisskb/src/lib/vsprintf.c:1550:14: note: byref variable will be forcibly initialized 1550 | char fmt4[3] = { fmt[0], '4', 0 }; | ^~~~ /kisskb/src/lib/vsprintf.c:1547:18: note: byref variable will be forcibly initialized 1547 | 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:1490:14: note: byref variable will be forcibly initialized 1490 | char fmt6[2] = { fmt[0], '6' }; | ^~~~ /kisskb/src/lib/vsprintf.c:1485:14: note: byref variable will be forcibly initialized 1485 | char ip6_addr[sizeof("[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255]") + | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'uuid_string': /kisskb/src/lib/vsprintf.c:1690:14: note: byref variable will be forcibly initialized 1690 | char uuid[UUID_STRING_LEN + 1]; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'symbol_string': /kisskb/src/lib/vsprintf.c:984:14: note: byref variable will be forcibly initialized 984 | char sym[KSYM_SYMBOL_LEN]; | ^~~ /kisskb/src/lib/vsprintf.c: In function 'time64_str': /kisskb/src/lib/vsprintf.c:1906:19: note: byref variable will be forcibly initialized 1906 | struct tm tm; | ^~ /kisskb/src/lib/vsprintf.c:1905:25: note: byref variable will be forcibly initialized 1905 | struct rtc_time rtc_time; | ^~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_set_trace_write': /kisskb/src/lib/vsprintf.c: In function 'device_node_string': /kisskb/src/lib/vsprintf.c:2109:21: note: byref variable will be forcibly initialized 2109 | const char *p; | ^ /kisskb/src/lib/vsprintf.c:2108:14: note: byref variable will be forcibly initialized 2108 | char tbuf[sizeof("xxxx") + 1]; | ^~~~ /kisskb/src/kernel/trace/trace.c:6455:14: note: byref variable will be forcibly initialized 6455 | char buf[MAX_TRACER_SIZE+1]; | ^~~ /kisskb/src/lib/vsprintf.c: In function 'ptr_to_id': /kisskb/src/lib/vsprintf.c:808:23: note: byref variable will be forcibly initialized 808 | unsigned long hashval; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_clock_write': /kisskb/src/kernel/trace/trace.c:7260:14: note: byref variable will be forcibly initialized 7260 | char buf[64]; | ^~~ /kisskb/src/lib/vsprintf.c: In function 'num_to_str': /kisskb/src/lib/vsprintf.c:379:14: note: byref variable will be forcibly initialized 379 | char tmp[sizeof(num) * 3] __aligned(2); | ^~~ /kisskb/src/lib/vsprintf.c: In function 'va_format': /kisskb/src/lib/vsprintf.c:1674:17: note: byref variable will be forcibly initialized 1674 | va_list va; | ^~ /kisskb/src/lib/vsprintf.c: In function 'snprintf': /kisskb/src/lib/vsprintf.c:2913:17: note: byref variable will be forcibly initialized 2913 | va_list args; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'scnprintf': /kisskb/src/lib/vsprintf.c:2937:17: note: byref variable will be forcibly initialized 2937 | va_list args; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'sprintf': /kisskb/src/lib/vsprintf.c:2982:17: note: byref variable will be forcibly initialized 2982 | va_list args; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'vbin_printf': /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3132:33: note: in expansion of macro 'save_arg' 3132 | save_arg(ptrdiff_t); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3129:33: note: in expansion of macro 'save_arg' 3129 | save_arg(size_t); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3126:33: note: in expansion of macro 'save_arg' 3126 | save_arg(unsigned long); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3122:33: note: in expansion of macro 'save_arg' 3122 | save_arg(long long); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3103:41: note: in expansion of macro 'save_arg' 3103 | save_arg(void *); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3099:33: note: in expansion of macro 'save_arg' 3099 | save_arg(void *); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'bstr_printf': /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3324:39: note: in expansion of macro 'get_arg' 3324 | num = get_arg(ptrdiff_t); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3321:39: note: in expansion of macro 'get_arg' 3321 | num = get_arg(size_t); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3318:39: note: in expansion of macro 'get_arg' 3318 | num = get_arg(unsigned long); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3314:39: note: in expansion of macro 'get_arg' 3314 | num = get_arg(long long); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3292:62: note: in expansion of macro 'get_arg' 3292 | str = pointer(fmt, str, end, get_arg(void *), spec); | ^~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'bprintf': /kisskb/src/lib/vsprintf.c:3377:17: note: byref variable will be forcibly initialized 3377 | 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 /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, 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:3534:40: note: byref variable will be forcibly initialized 3534 | DECLARE_BITMAP(set, 256) = {0}; | ^~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/lib/vsprintf.c:3399:15: note: byref variable will be forcibly initialized 3399 | char *next; | ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_init_tracefs_percpu': /kisskb/src/kernel/trace/trace.c:8632:14: note: byref variable will be forcibly initialized 8632 | char cpu_dir[30]; /* 30 characters should be more than enough */ | ^~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'sscanf': /kisskb/src/lib/vsprintf.c:3677:17: note: byref variable will be forcibly initialized 3677 | va_list args; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/parsers/ofpart_core.c:12: /kisskb/src/drivers/mtd/parsers/ofpart_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/parsers/ofpart_core.c: In function 'parse_ofoldpart_partitions': /kisskb/src/drivers/mtd/parsers/ofpart_core.c:194:16: note: byref variable will be forcibly initialized 194 | int i, plen, nr_parts; | ^~~~ /kisskb/src/drivers/mtd/parsers/ofpart_core.c: In function 'parse_fixed_partitions': /kisskb/src/drivers/mtd/parsers/ofpart_core.c:104:21: note: byref variable will be forcibly initialized 104 | int len; | ^~~ /kisskb/src/lib/win_minmax.c: In function 'minmax_running_max': /kisskb/src/lib/win_minmax.c:69:30: note: byref variable will be forcibly initialized 69 | struct minmax_sample val = { .t = t, .v = meas }; | ^~~ /kisskb/src/lib/win_minmax.c: In function 'minmax_running_min': /kisskb/src/lib/win_minmax.c:87:30: note: byref variable will be forcibly initialized 87 | struct minmax_sample val = { .t = t, .v = meas }; | ^~~ /kisskb/src/drivers/clk/zynqmp/divider.c: In function 'zynqmp_clk_divider_recalc_rate': /kisskb/src/drivers/clk/zynqmp/divider.c:86:13: note: byref variable will be forcibly initialized 86 | u32 div, value; | ^~~ /kisskb/src/drivers/clk/zynqmp/divider.c: In function 'zynqmp_clk_get_max_divisor': /kisskb/src/drivers/clk/zynqmp/divider.c:275:13: note: byref variable will be forcibly initialized 275 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/zynqmp/divider.c: In function 'zynqmp_clk_divider_round_rate': /kisskb/src/drivers/clk/zynqmp/divider.c:172:13: note: byref variable will be forcibly initialized 172 | u32 bestdiv; | ^~~~~~~ /kisskb/src/drivers/clk/zynqmp/divider.c: In function 'zynqmp_clk_register_divider': /kisskb/src/drivers/clk/zynqmp/divider.c:333:30: note: byref variable will be forcibly initialized 333 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/base/bus.c: In function 'bus_for_each_dev': /kisskb/src/drivers/base/bus.c:291:27: note: byref variable will be forcibly initialized 291 | struct klist_iter i; | ^ /kisskb/src/drivers/base/bus.c: In function 'bus_find_device': /kisskb/src/drivers/base/bus.c:326:27: note: byref variable will be forcibly initialized 326 | struct klist_iter i; | ^ /kisskb/src/drivers/base/bus.c: In function 'subsys_find_device_by_id': /kisskb/src/drivers/base/bus.c:355:27: note: byref variable will be forcibly initialized 355 | struct klist_iter i; | ^ /kisskb/src/drivers/base/bus.c: In function 'bus_for_each_drv': /kisskb/src/drivers/base/bus.c:417:27: note: byref variable will be forcibly initialized 417 | struct klist_iter i; | ^ 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:937:19: note: byref variable will be forcibly initialized 937 | LIST_HEAD(sorted_devices); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_register': /kisskb/src/drivers/base/bus.c:1024:32: note: byref variable will be forcibly initialized 1024 | struct subsys_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_unregister': /kisskb/src/drivers/base/bus.c:1051:32: note: byref variable will be forcibly initialized 1051 | struct subsys_dev_iter iter; | ^~~~ /kisskb/src/crypto/ecrdsa.c: In function 'ecrdsa_set_pub_key': /kisskb/src/crypto/ecrdsa.c:196:19: note: byref variable will be forcibly initialized 196 | u32 algo, paramlen; | ^~~~~~~~ /kisskb/src/crypto/ecrdsa.c:196:13: note: byref variable will be forcibly initialized 196 | u32 algo, paramlen; | ^~~~ /kisskb/src/crypto/ecrdsa.c: In function 'ecrdsa_verify': /kisskb/src/crypto/ecrdsa.c:85:26: note: byref variable will be forcibly initialized 85 | struct ecc_point cc = ECC_POINT_INIT(s, e, ndigits); /* reuse s, e */ | ^~ /kisskb/src/crypto/ecrdsa.c:83:13: note: byref variable will be forcibly initialized 83 | u64 z1[ECRDSA_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecrdsa.c:81:13: note: byref variable will be forcibly initialized 81 | u64 e[ECRDSA_MAX_DIGITS]; /* h \mod q */ | ^ /kisskb/src/crypto/ecrdsa.c:80:13: note: byref variable will be forcibly initialized 80 | u64 s[ECRDSA_MAX_DIGITS]; /* second part of sig (s) */ | ^ /kisskb/src/crypto/ecrdsa.c:79:13: note: byref variable will be forcibly initialized 79 | u64 _r[ECRDSA_MAX_DIGITS]; /* -r */ | ^~ /kisskb/src/crypto/ecrdsa.c:78:13: note: byref variable will be forcibly initialized 78 | u64 r[ECRDSA_MAX_DIGITS]; /* witness (r) */ | ^ /kisskb/src/crypto/ecrdsa.c:76:23: note: byref variable will be forcibly initialized 76 | unsigned char digest[STREEBOG512_DIGEST_SIZE]; | ^~~~~~ /kisskb/src/crypto/ecrdsa.c:75:23: note: byref variable will be forcibly initialized 75 | unsigned char sig[ECRDSA_MAX_SIG_SIZE]; | ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'get_valid_inputs': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:60:31: note: byref variable will be forcibly initialized 60 | u32 valid_inputs = 0, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'dump_block_header': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:90:29: note: byref variable will be forcibly initialized 90 | struct block_header hdr; | ^~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_timing_ctrlr_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1256:22: note: byref variable will be forcibly initialized 1256 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1256:13: note: byref variable will be forcibly initialized 1256 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_layer_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:412:22: note: byref variable will be forcibly initialized 412 | u32 pipe_id, layer_id, layer_info; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:412:13: note: byref variable will be forcibly initialized 412 | u32 pipe_id, layer_id, layer_info; | ^~~~~~~ /kisskb/src/kernel/user.c: In function 'free_uid': /kisskb/src/kernel/user.c:180:23: note: byref variable will be forcibly initialized 180 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_layer_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:288:13: note: byref variable will be forcibly initialized 288 | u32 v[15], i; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_wb_layer_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:486:13: note: byref variable will be forcibly initialized 486 | u32 v[12], i; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_compiz_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:626:13: note: byref variable will be forcibly initialized 626 | u32 v[8], i; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_scaler_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:795:13: note: byref variable will be forcibly initialized 795 | u32 v[10]; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_splitter_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:924:13: note: byref variable will be forcibly initialized 924 | u32 v[3]; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_merger_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:990:13: note: byref variable will be forcibly initialized 990 | u32 v; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_improc_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1093:13: note: byref variable will be forcibly initialized 1093 | u32 v[12], i; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_timing_ctrlr_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1211:13: note: byref variable will be forcibly initialized 1211 | u32 v[8], i; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_lpu_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1385:13: note: byref variable will be forcibly initialized 1385 | u32 v[6]; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_dou_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1410:13: note: byref variable will be forcibly initialized 1410 | u32 v[5]; | ^ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_wb_layer_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:530:22: note: byref variable will be forcibly initialized 530 | u32 pipe_id, layer_id; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:530:13: note: byref variable will be forcibly initialized 530 | u32 pipe_id, layer_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_compiz_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:671:22: note: byref variable will be forcibly initialized 671 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:671:13: note: byref variable will be forcibly initialized 671 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_splitter_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:948:22: note: byref variable will be forcibly initialized 948 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:948:13: note: byref variable will be forcibly initialized 948 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_scaler_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:840:22: note: byref variable will be forcibly initialized 840 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:840:13: note: byref variable will be forcibly initialized 840 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_merger_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1018:22: note: byref variable will be forcibly initialized 1018 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1018:13: note: byref variable will be forcibly initialized 1018 | u32 pipe_id, comp_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_improc_init': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1129:22: note: byref variable will be forcibly initialized 1129 | u32 pipe_id, comp_id, value; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1129:13: note: byref variable will be forcibly initialized 1129 | u32 pipe_id, comp_id, value; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c: In function 'd71_gcu_dump': /kisskb/src/drivers/gpu/drm/arm/display/komeda/d71/d71_component.c:1358:13: note: byref variable will be forcibly initialized 1358 | u32 v[5]; | ^ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_init_vqs': /kisskb/src/drivers/iommu/virtio-iommu.c:1043:24: note: byref variable will be forcibly initialized 1043 | vq_callback_t *callbacks[] = { | ^~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1042:21: note: byref variable will be forcibly initialized 1042 | const char *names[] = { "request", "event" }; | ^~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function '__viommu_sync_req': /kisskb/src/drivers/iommu/virtio-iommu.c:157:22: note: byref variable will be forcibly initialized 157 | unsigned int len; | ^~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function '__viommu_add_req': /kisskb/src/drivers/iommu/virtio-iommu.c:225:29: note: byref variable will be forcibly initialized 225 | struct scatterlist *sg[2] = { &top_sg, &bottom_sg }; | ^~ /kisskb/src/drivers/iommu/virtio-iommu.c:224:36: note: byref variable will be forcibly initialized 224 | struct scatterlist top_sg, bottom_sg; | ^~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:224:28: note: byref variable will be forcibly initialized 224 | struct scatterlist top_sg, bottom_sg; | ^~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_unmap_pages': /kisskb/src/drivers/iommu/virtio-iommu.c:840:39: note: byref variable will be forcibly initialized 840 | struct virtio_iommu_req_unmap unmap; | ^~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_replay_mappings': /kisskb/src/drivers/iommu/virtio-iommu.c:440:37: note: byref variable will be forcibly initialized 440 | struct virtio_iommu_req_map map; | ^~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_map_pages': /kisskb/src/drivers/iommu/virtio-iommu.c:799:37: note: byref variable will be forcibly initialized 799 | struct virtio_iommu_req_map map; | ^~~ In file included from /kisskb/src/include/linux/amba/bus.h:15, from /kisskb/src/drivers/iommu/virtio-iommu.c:10: /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_fill_evtq': /kisskb/src/drivers/iommu/virtio-iommu.c:1055:28: note: byref variable will be forcibly initialized 1055 | struct scatterlist sg[1]; | ^~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_event_handler': /kisskb/src/drivers/iommu/virtio-iommu.c:615:28: note: byref variable will be forcibly initialized 615 | struct scatterlist sg[1]; | ^~ /kisskb/src/drivers/iommu/virtio-iommu.c:614:22: note: byref variable will be forcibly initialized 614 | unsigned int len; | ^~~ In file included from /kisskb/src/drivers/iommu/virtio-iommu.c:22: /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_probe': /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:619:25: note: in expansion of macro 'virtio_cread_le' 619 | virtio_cread_le((vdev), structname, member, ptr); \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1130:9: note: in expansion of macro 'virtio_cread_le_feature' 1130 | virtio_cread_le_feature(vdev, VIRTIO_IOMMU_F_PROBE, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:619:25: note: in expansion of macro 'virtio_cread_le' 619 | virtio_cread_le((vdev), structname, member, ptr); \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1126:9: note: in expansion of macro 'virtio_cread_le_feature' 1126 | virtio_cread_le_feature(vdev, VIRTIO_IOMMU_F_DOMAIN_RANGE, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:619:25: note: in expansion of macro 'virtio_cread_le' 619 | virtio_cread_le((vdev), structname, member, ptr); \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1122:9: note: in expansion of macro 'virtio_cread_le_feature' 1122 | virtio_cread_le_feature(vdev, VIRTIO_IOMMU_F_DOMAIN_RANGE, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:619:25: note: in expansion of macro 'virtio_cread_le' 619 | virtio_cread_le((vdev), structname, member, ptr); \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1118:9: note: in expansion of macro 'virtio_cread_le_feature' 1118 | virtio_cread_le_feature(vdev, VIRTIO_IOMMU_F_INPUT_RANGE, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:619:25: note: in expansion of macro 'virtio_cread_le' 619 | virtio_cread_le((vdev), structname, member, ptr); \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1114:9: note: in expansion of macro 'virtio_cread_le_feature' 1114 | virtio_cread_le_feature(vdev, VIRTIO_IOMMU_F_INPUT_RANGE, | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c:1102:9: note: in expansion of macro 'virtio_cread_le' 1102 | virtio_cread_le(vdev, struct virtio_iommu_config, page_size_mask, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/virtio-iommu.c: In function 'viommu_attach_dev': /kisskb/src/drivers/iommu/virtio-iommu.c:723:40: note: byref variable will be forcibly initialized 723 | struct virtio_iommu_req_attach req; | ^~~ /kisskb/src/lib/parser.c: In function 'match_number': /kisskb/src/lib/parser.c:131:15: 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:13: note: byref variable will be forcibly initialized 168 | u64 val; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ 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:22: note: byref variable will be forcibly initialized 84 | unsigned int val; | ^~~ 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/drivers/mfd/wm8994-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/apds9802als.c: In function 'als_sensing_range_store': /kisskb/src/drivers/misc/apds9802als.c:114:23: note: byref variable will be forcibly initialized 114 | unsigned long val; | ^~~ /kisskb/src/drivers/clk/uniphier/clk-uniphier-mux.c: In function 'uniphier_clk_mux_get_parent': /kisskb/src/drivers/clk/uniphier/clk-uniphier-mux.c:36:22: note: byref variable will be forcibly initialized 36 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/uniphier/clk-uniphier-mux.c: In function 'uniphier_clk_register_mux': /kisskb/src/drivers/clk/uniphier/clk-uniphier-mux.c:62:30: note: byref variable will be forcibly initialized 62 | struct clk_init_data init; | ^~~~ 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:19: note: byref variable will be forcibly initialized 164 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:502:15: note: in expansion of macro 'wait_event_interruptible' 502 | ret = wait_event_interruptible(channel->tx_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hsi/clients/hsi_char.c: In function 'hsc_ioctl': /kisskb/src/drivers/hsi/clients/hsi_char.c:530:30: note: byref variable will be forcibly initialized 530 | struct hsc_tx_config txc; | ^~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:529:30: note: byref variable will be forcibly initialized 529 | struct hsc_rx_config rxc; | ^~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:528:22: note: byref variable will be forcibly initialized 528 | unsigned int state; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/hsi/clients/hsi_char.c:16: /kisskb/src/drivers/hsi/clients/hsi_char.c: In function 'hsc_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:443:15: 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:15: note: byref variable will be forcibly initialized 682 | dev_t hsc_dev; | ^~~~~~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:677:20: note: byref variable will be forcibly initialized 677 | const char devname[] = "hsi_char"; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/include/linux/dma-fence-chain.h:13, from /kisskb/src/drivers/dma-buf/dma-fence-chain.c:10: /kisskb/src/drivers/dma-buf/dma-fence-chain.c: In function 'dma_fence_chain_init': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-fence-chain.c:238:9: note: in expansion of macro 'rcu_assign_pointer' 238 | rcu_assign_pointer(chain->prev, prev); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/zynqmp/clk-mux-zynqmp.c: In function 'zynqmp_clk_mux_get_parent': /kisskb/src/drivers/clk/zynqmp/clk-mux-zynqmp.c:48:13: note: byref variable will be forcibly initialized 48 | u32 val; | ^~~ /kisskb/src/drivers/clk/zynqmp/clk-mux-zynqmp.c: In function 'zynqmp_clk_register_mux': /kisskb/src/drivers/clk/zynqmp/clk-mux-zynqmp.c:138:30: note: byref variable will be forcibly initialized 138 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/ptrace.c:13: /kisskb/src/kernel/ptrace.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_peek_siginfo': /kisskb/src/kernel/ptrace.c:758:34: note: byref variable will be forcibly initialized 758 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/ptrace.c:732:40: note: byref variable will be forcibly initialized 732 | struct ptrace_peeksiginfo_args arg; | ^~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_get_syscall_info_entry': /kisskb/src/kernel/ptrace.c:940:23: note: byref variable will be forcibly initialized 940 | unsigned long args[ARRAY_SIZE(info->entry.args)]; | ^~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_getsiginfo': /kisskb/src/kernel/ptrace.c:698:23: note: byref variable will be forcibly initialized 698 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_setsiginfo': /kisskb/src/kernel/ptrace.c:714:23: note: byref variable will be forcibly initialized 714 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_unfreeze_traced': /kisskb/src/kernel/ptrace.c:215:23: note: byref variable will be forcibly initialized 215 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_readdata': /kisskb/src/kernel/ptrace.c:631:22: note: byref variable will be forcibly initialized 631 | char buf[128]; | ^~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_writedata': /kisskb/src/kernel/ptrace.c:657:22: note: byref variable will be forcibly initialized 657 | char buf[128]; | ^~~ /kisskb/src/kernel/ptrace.c: In function 'generic_ptrace_peekdata': /kisskb/src/kernel/ptrace.c:1309:23: note: byref variable will be forcibly initialized 1309 | unsigned long tmp; | ^~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_request': /kisskb/src/kernel/ptrace.c:1227:30: note: byref variable will be forcibly initialized 1227 | struct iovec kiov; | ^~~~ /kisskb/src/kernel/ptrace.c:1096:26: note: byref variable will be forcibly initialized 1096 | sigset_t new_set; | ^~~~~~~ /kisskb/src/kernel/ptrace.c:1038:23: note: byref variable will be forcibly initialized 1038 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/ptrace.c:1035:26: note: byref variable will be forcibly initialized 1035 | kernel_siginfo_t siginfo, *si; | ^~~~~~~ /kisskb/src/kernel/ptrace.c: In function 'compat_ptrace_request': /kisskb/src/kernel/ptrace.c:1378:30: note: byref variable will be forcibly initialized 1378 | struct iovec kiov; | ^~~~ /kisskb/src/kernel/ptrace.c:1335:26: note: byref variable will be forcibly initialized 1335 | kernel_siginfo_t siginfo; | ^~~~~~~ /kisskb/src/kernel/ptrace.c:1334:24: note: byref variable will be forcibly initialized 1334 | compat_ulong_t word; | ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/ftrace.h:53, from /kisskb/src/include/linux/ftrace.h:23, from /kisskb/src/include/linux/perf_event.h:51, from /kisskb/src/include/linux/trace_events.h:10, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/kernel/signal.c:30: /kisskb/src/kernel/signal.c: In function 'put_compat_sigset': /kisskb/src/include/linux/compat.h:454:25: note: byref variable will be forcibly initialized 454 | compat_sigset_t v; | ^ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigpending': /kisskb/src/kernel/signal.c:3214:18: note: byref variable will be forcibly initialized 3214 | sigset_t set; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigpending': /kisskb/src/kernel/signal.c:3231:18: note: byref variable will be forcibly initialized 3231 | sigset_t set; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigpending': /kisskb/src/kernel/signal.c:4324:18: note: byref variable will be forcibly initialized 4324 | sigset_t set; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/signal.h:125, from /kisskb/src/kernel/signal.c:50: /kisskb/src/kernel/signal.c: In function 'trace_event_raw_event_signal_generate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'trace_event_raw_event_signal_deliver': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'post_copy_siginfo_from_user': /kisskb/src/kernel/signal.c:3337:22: note: byref variable will be forcibly initialized 3337 | char buf[SI_EXPANSION_SIZE]; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigaltstack': /kisskb/src/kernel/signal.c:4228:22: note: byref variable will be forcibly initialized 4228 | stack_t new, old; | ^~~ /kisskb/src/kernel/signal.c:4228:17: note: byref variable will be forcibly initialized 4228 | stack_t new, old; | ^~~ /kisskb/src/kernel/signal.c: In function 'do_compat_sigaltstack': /kisskb/src/kernel/signal.c:4279:32: note: byref variable will be forcibly initialized 4279 | compat_stack_t old; | ^~~ /kisskb/src/kernel/signal.c:4268:32: note: byref variable will be forcibly initialized 4268 | compat_stack_t uss32; | ^~~~~ /kisskb/src/kernel/signal.c:4264:22: note: byref variable will be forcibly initialized 4264 | stack_t uss, uoss; | ^~~~ /kisskb/src/kernel/signal.c:4264:17: note: byref variable will be forcibly initialized 4264 | stack_t uss, uoss; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_sigpending': /kisskb/src/kernel/signal.c:4340:18: note: byref variable will be forcibly initialized 4340 | sigset_t set; | ^~~ /kisskb/src/kernel/signal.c: In function 'dequeue_signal': /kisskb/src/kernel/signal.c:632:14: note: byref variable will be forcibly initialized 632 | bool resched_timer = false; | ^~~~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function '__set_task_blocked': /kisskb/src/kernel/signal.c:3011:26: note: byref variable will be forcibly initialized 3011 | sigset_t newblocked; | ^~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'do_sigtimedwait': /kisskb/src/kernel/signal.c:3573:23: note: byref variable will be forcibly initialized 3573 | enum pid_type type; | ^~~~ /kisskb/src/kernel/signal.c:3572:18: note: byref variable will be forcibly initialized 3572 | sigset_t mask = *which; | ^~~~ /kisskb/src/kernel/signal.c:3570:29: note: byref variable will be forcibly initialized 3570 | ktime_t *to = NULL, timeout = KTIME_MAX; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'prepare_signal': /kisskb/src/kernel/signal.c:910:18: note: byref variable will be forcibly initialized 910 | sigset_t flush; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'kill_pid_usb_asyncio': /kisskb/src/kernel/signal.c:1540:23: note: byref variable will be forcibly initialized 1540 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/signal.c:1538:31: note: byref variable will be forcibly initialized 1538 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sigqueue': /kisskb/src/kernel/signal.c:1965:23: note: byref variable will be forcibly initialized 1965 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'do_notify_parent': /kisskb/src/kernel/signal.c:2026:31: note: byref variable will be forcibly initialized 2026 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigprocmask': /kisskb/src/kernel/signal.c:4365:18: note: byref variable will be forcibly initialized 4365 | sigset_t new_blocked; | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c:4364:31: note: byref variable will be forcibly initialized 4364 | old_sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c:4364:22: note: byref variable will be forcibly initialized 4364 | old_sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigsuspend': /kisskb/src/kernel/signal.c:4634:18: note: byref variable will be forcibly initialized 4634 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigsuspend': /kisskb/src/kernel/signal.c:4648:18: note: byref variable will be forcibly initialized 4648 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigsuspend': /kisskb/src/kernel/signal.c:4671:18: note: byref variable will be forcibly initialized 4671 | sigset_t blocked; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function '__se_sys_sigsuspend': /kisskb/src/kernel/signal.c:4671:18: note: byref variable will be forcibly initialized /kisskb/src/kernel/signal.c: In function '__arm64_sys_sigsuspend': /kisskb/src/kernel/signal.c:4671:18: note: byref variable will be forcibly initialized /kisskb/src/kernel/signal.c: In function 'sigprocmask': /kisskb/src/kernel/signal.c:3060:18: note: byref variable will be forcibly initialized 3060 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigprocmask': /kisskb/src/kernel/signal.c:3143:27: note: byref variable will be forcibly initialized 3143 | sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c:3143:18: note: byref variable will be forcibly initialized 3143 | sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigprocmask': /kisskb/src/kernel/signal.c:3181:26: note: byref variable will be forcibly initialized 3181 | sigset_t new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c:3174:18: note: byref variable will be forcibly initialized 3174 | sigset_t old_set = current->blocked; | ^~~~~~~ /kisskb/src/drivers/base/dd.c: In function 'deferred_probe_timeout_setup': /kisskb/src/drivers/base/dd.c:269:13: note: byref variable will be forcibly initialized 269 | int timeout; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'set_user_sigmask': /kisskb/src/kernel/signal.c:3096:18: note: byref variable will be forcibly initialized 3096 | sigset_t kmask; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'set_compat_user_sigmask': /kisskb/src/kernel/signal.c:3116:18: note: byref variable will be forcibly initialized 3116 | sigset_t kmask; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'do_send_sig_info': /kisskb/src/kernel/signal.c:1291:23: note: byref variable will be forcibly initialized 1291 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:3998:26: note: byref variable will be forcibly initialized 3998 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_kill': /kisskb/src/kernel/signal.c:3772:31: note: byref variable will be forcibly initialized 3772 | struct kernel_siginfo info; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/clk/clk-bulk.c:10: /kisskb/src/drivers/clk/clk-bulk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault': /kisskb/src/kernel/signal.c:1733:31: note: byref variable will be forcibly initialized 1733 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_mceerr': /kisskb/src/kernel/signal.c:1764:31: note: byref variable will be forcibly initialized 1764 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_perf': /kisskb/src/kernel/signal.c:1808:31: note: byref variable will be forcibly initialized 1808 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault_trapno': /kisskb/src/kernel/signal.c:1892:31: note: byref variable will be forcibly initialized 1892 | struct kernel_siginfo info; | ^~~~ /kisskb/src/drivers/base/dd.c: In function '__device_attach': /kisskb/src/drivers/base/dd.c:999:43: note: byref variable will be forcibly initialized 999 | struct device_attach_data data = { | ^~~~ /kisskb/src/kernel/signal.c: In function 'do_tkill': In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/base/dd.c:19: /kisskb/src/drivers/base/dd.c: In function 'wait_for_device_probe': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:752:9: note: in expansion of macro 'wait_event' 752 | wait_event(probe_waitqueue, atomic_read(&probe_count) == 0); | ^~~~~~~~~~ /kisskb/src/kernel/signal.c:3929:31: note: byref variable will be forcibly initialized 3929 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_tgsigqueueinfo': /kisskb/src/kernel/signal.c:4038:26: note: byref variable will be forcibly initialized 4038 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig': /kisskb/src/kernel/signal.c:1651:31: note: byref variable will be forcibly initialized 1651 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_mceerr': /kisskb/src/kernel/signal.c:1750:31: note: byref variable will be forcibly initialized 1750 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_bnderr': /kisskb/src/kernel/signal.c:1779:31: note: byref variable will be forcibly initialized 1779 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_pkuerr': /kisskb/src/kernel/signal.c:1794:31: note: byref variable will be forcibly initialized 1794 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_ptrace_errno_trap': /kisskb/src/kernel/signal.c:1860:31: note: byref variable will be forcibly initialized 1860 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_trapno': /kisskb/src/kernel/signal.c:1875:31: note: byref variable will be forcibly initialized 1875 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_fatal_sig': /kisskb/src/kernel/signal.c:1665:31: note: byref variable will be forcibly initialized 1665 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_exit_sig': /kisskb/src/kernel/signal.c:1678:31: note: byref variable will be forcibly initialized 1678 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_to_task': /kisskb/src/kernel/signal.c:1707:31: note: byref variable will be forcibly initialized 1707 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_seccomp': /kisskb/src/kernel/signal.c:1842:31: note: byref variable will be forcibly initialized 1842 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'do_notify_parent_cldstop': /kisskb/src/kernel/signal.c:2138:31: note: byref variable will be forcibly initialized 2138 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'ptrace_do_notify': /kisskb/src/kernel/signal.c:2335:26: note: byref variable will be forcibly initialized 2335 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'signal_delivered': /kisskb/src/kernel/signal.c:2882:18: note: byref variable will be forcibly initialized 2882 | sigset_t blocked; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'exit_signals': /kisskb/src/kernel/signal.c:2943:18: note: byref variable will be forcibly initialized 2943 | sigset_t unblocked; | ^~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'get_signal': /kisskb/src/kernel/signal.c:2690:31: note: byref variable will be forcibly initialized 2690 | enum pid_type type; | ^~~~ /kisskb/src/kernel/signal.c: In function '__copy_siginfo_from_user32': /kisskb/src/kernel/signal.c:3540:31: note: byref variable will be forcibly initialized 3540 | struct compat_siginfo from; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:4011:26: note: byref variable will be forcibly initialized 4011 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_tgsigqueueinfo': /kisskb/src/kernel/signal.c:4052:26: note: byref variable will be forcibly initialized 4052 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait': /kisskb/src/kernel/signal.c:3633:26: note: byref variable will be forcibly initialized 3633 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c:3632:27: note: byref variable will be forcibly initialized 3632 | struct timespec64 ts; | ^~ /kisskb/src/kernel/signal.c:3631:18: note: byref variable will be forcibly initialized 3631 | sigset_t these; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__copy_siginfo_to_user32': /kisskb/src/kernel/signal.c:3453:31: note: byref variable will be forcibly initialized 3453 | struct compat_siginfo new; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigtimedwait_time64': /kisskb/src/kernel/signal.c:3698:26: note: byref variable will be forcibly initialized 3698 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c:3697:27: note: byref variable will be forcibly initialized 3697 | struct timespec64 t; | ^ /kisskb/src/kernel/signal.c:3696:18: note: byref variable will be forcibly initialized 3696 | sigset_t s; | ^ /kisskb/src/kernel/signal.c: In function 'copy_siginfo_from_user32': /kisskb/src/kernel/signal.c:3552:31: note: byref variable will be forcibly initialized 3552 | struct compat_siginfo from; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_pidfd_send_signal': /kisskb/src/kernel/signal.c:3851:26: note: byref variable will be forcibly initialized 3851 | kernel_siginfo_t kinfo; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'kernel_sigaction': /kisskb/src/kernel/signal.c:4068:26: note: byref variable will be forcibly initialized 4068 | sigset_t mask; | ^~~~ /kisskb/src/kernel/signal.c: In function 'do_sigaction': /kisskb/src/kernel/signal.c:4090:18: note: byref variable will be forcibly initialized 4090 | sigset_t mask; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c: In function 'drm_scdc_read': /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c:58:24: note: byref variable will be forcibly initialized 58 | struct i2c_msg msgs[2] = { | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigaction': /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c: In function 'drm_scdc_write': /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c:97:24: note: byref variable will be forcibly initialized 97 | struct i2c_msg msg = { | ^~~ /kisskb/src/kernel/signal.c:4414:36: note: byref variable will be forcibly initialized 4414 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c:4414:28: note: byref variable will be forcibly initialized 4414 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigaction': /kisskb/src/kernel/signal.c:4439:36: note: byref variable will be forcibly initialized 4439 | struct k_sigaction new_ka, old_ka; | ^~~~~~ /kisskb/src/kernel/signal.c:4439:28: note: byref variable will be forcibly initialized 4439 | struct k_sigaction new_ka, old_ka; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_sigaction': /kisskb/src/kernel/signal.c:4521:36: note: byref variable will be forcibly initialized 4521 | struct k_sigaction new_ka, old_ka; | ^~~~~~ /kisskb/src/kernel/signal.c:4521:28: note: byref variable will be forcibly initialized 4521 | struct k_sigaction new_ka, old_ka; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c: In function 'drm_scdc_get_scrambling_status': /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c:140:12: note: byref variable will be forcibly initialized 140 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c: In function 'drm_scdc_set_scrambling': /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c:167:12: note: byref variable will be forcibly initialized 167 | u8 config; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c: In function 'drm_scdc_set_high_tmds_clock_ratio': /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c:222:12: note: byref variable will be forcibly initialized 222 | u8 config; | ^~~~~~ /kisskb/src/kernel/signal.c: In function 'restore_altstack': /kisskb/src/kernel/signal.c:4242:17: note: byref variable will be forcibly initialized 4242 | stack_t new; | ^~~ /kisskb/src/drivers/misc/isl29003.c: In function 'isl29003_store_mode': /kisskb/src/drivers/misc/isl29003.c:266:23: 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:23: 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:23: note: byref variable will be forcibly initialized 197 | unsigned long val; | ^~~ /kisskb/src/drivers/misc/isl29003.c: In function 'isl29003_store_power_state': /kisskb/src/drivers/misc/isl29003.c:302:23: note: byref variable will be forcibly initialized 302 | unsigned long val; | ^~~ /kisskb/src/drivers/base/driver.c: In function 'driver_for_each_device': /kisskb/src/drivers/base/driver.c:120:27: note: byref variable will be forcibly initialized 120 | struct klist_iter i; | ^ /kisskb/src/drivers/base/driver.c: In function 'driver_find_device': /kisskb/src/drivers/base/driver.c:155:27: note: byref variable will be forcibly initialized 155 | struct klist_iter i; | ^ /kisskb/src/drivers/mtd/parsers/afs.c: In function 'afs_is_v1': /kisskb/src/drivers/mtd/parsers/afs.c:83:16: note: byref variable will be forcibly initialized 83 | size_t sz; | ^~ /kisskb/src/drivers/mtd/parsers/afs.c:82:13: note: byref variable will be forcibly initialized 82 | u32 magic; | ^~~~~ /kisskb/src/drivers/mtd/parsers/afs.c: In function 'afs_is_v2': /kisskb/src/drivers/mtd/parsers/afs.c:103:16: note: byref variable will be forcibly initialized 103 | size_t sz; | ^~ /kisskb/src/drivers/mtd/parsers/afs.c:102:13: note: byref variable will be forcibly initialized 102 | u32 foot[2]; | ^~~~ /kisskb/src/drivers/mtd/parsers/afs.c: In function 'afs_parse_v1_partition': /kisskb/src/drivers/mtd/parsers/afs.c:132:16: note: byref variable will be forcibly initialized 132 | size_t sz; | ^~ /kisskb/src/drivers/mtd/parsers/afs.c:123:30: note: byref variable will be forcibly initialized 123 | struct image_info_v1 iis; | ^~~ /kisskb/src/drivers/mtd/parsers/afs.c:122:26: note: byref variable will be forcibly initialized 122 | struct footer_v1 fs; | ^~ /kisskb/src/drivers/mtd/parsers/afs.c: In function 'afs_parse_v2_partition': /kisskb/src/drivers/mtd/parsers/afs.c:230:16: note: byref variable will be forcibly initialized 230 | size_t sz; | ^~ /kisskb/src/drivers/mtd/parsers/afs.c:221:13: note: byref variable will be forcibly initialized 221 | u32 imginfo[36]; | ^~~~~~~ /kisskb/src/drivers/mtd/parsers/afs.c:220:13: note: byref variable will be forcibly initialized 220 | u32 footer[12]; | ^~~~~~ /kisskb/src/kernel/trace/trace_seq.c: In function 'trace_seq_printf': /kisskb/src/kernel/trace/trace_seq.c:84:17: note: byref variable will be forcibly initialized 84 | va_list ap; | ^~ /kisskb/src/lib/random32.c: In function 'prandom_state_selftest': /kisskb/src/lib/random32.c:278:34: note: byref variable will be forcibly initialized 278 | struct rnd_state state; | ^~~~~ /kisskb/src/lib/random32.c:263:34: note: byref variable will be forcibly initialized 263 | struct rnd_state state; | ^~~~~ /kisskb/src/lib/random32.c: In function 'prandom_seed_full_state': /kisskb/src/lib/random32.c:116:21: note: byref variable will be forcibly initialized 116 | u32 seeds[4]; | ^~~~~ /kisskb/src/drivers/mtd/parsers/cmdlinepart.c: In function 'newpart': /kisskb/src/drivers/mtd/parsers/cmdlinepart.c:93:24: note: byref variable will be forcibly initialized 93 | unsigned char *extra_mem; | ^~~~~~~~~ /kisskb/src/drivers/mtd/parsers/cmdlinepart.c: In function 'mtdpart_setup_real': /kisskb/src/drivers/mtd/parsers/cmdlinepart.c:228:33: note: byref variable will be forcibly initialized 228 | int mtd_id_len, num_parts; | ^~~~~~~~~ /kisskb/src/drivers/mtd/parsers/cmdlinepart.c:226:47: note: byref variable will be forcibly initialized 226 | struct cmdline_mtd_partition *this_mtd; | ^~~~~~~~ /kisskb/src/kernel/umh.c: In function 'proc_cap_handler': /kisskb/src/kernel/umh.c:492:23: note: byref variable will be forcibly initialized 492 | unsigned long cap_array[_KERNEL_CAPABILITY_U32S]; | ^~~~~~~~~ /kisskb/src/kernel/umh.c:491:26: note: byref variable will be forcibly initialized 491 | struct ctl_table t; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function '__usermodehelper_disable': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/umh.c:313:18: note: in expansion of macro 'wait_event_timeout' 313 | retval = wait_event_timeout(running_helpers_waitq, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function 'call_usermodehelper_exec': /kisskb/src/kernel/umh.c:406:36: note: byref variable will be forcibly initialized 406 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/iommu/apple-dart.c: In function 'apple_dart_hw_reset': /kisskb/src/drivers/iommu/apple-dart.c:292:38: note: byref variable will be forcibly initialized 292 | struct apple_dart_stream_map stream_map; | ^~~~~~~~~~ /kisskb/src/drivers/iommu/apple-dart.c: In function 'apple_dart_domain_flush_tlb': /kisskb/src/drivers/iommu/apple-dart.c:319:38: note: byref variable will be forcibly initialized 319 | struct apple_dart_stream_map stream_map; | ^~~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-periph.c: In function '_tegra_clk_register_periph': /kisskb/src/drivers/clk/tegra/clk-periph.c:168:30: note: byref variable will be forcibly initialized 168 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/gpu/host1x/job.c: In function 'copy_gathers': /kisskb/src/drivers/gpu/host1x/job.c:521:32: note: byref variable will be forcibly initialized 521 | struct host1x_firewall fw; | ^~ /kisskb/src/drivers/iommu/apple-dart.c: In function 'apple_dart_probe': /kisskb/src/drivers/iommu/apple-dart.c:848:26: note: byref variable will be forcibly initialized 848 | struct resource *res; | ^~~ /kisskb/src/drivers/iommu/apple-dart.c: In function 'apple_dart_finalize_domain': /kisskb/src/drivers/iommu/apple-dart.c:406:31: note: byref variable will be forcibly initialized 406 | struct io_pgtable_cfg pgtbl_cfg; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/regmap/regcache.c:10: /kisskb/src/drivers/base/regmap/regcache.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/pid.c:30: /kisskb/src/kernel/pid.c: In function 'hlist_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:531:9: note: in expansion of macro 'rcu_assign_pointer' 531 | rcu_assign_pointer(*(struct hlist_node __rcu **)new->pprev, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c: In function 'hlists_swap_heads_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:553:9: note: in expansion of macro 'rcu_assign_pointer' 553 | rcu_assign_pointer(right->first, node1); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:552:9: note: in expansion of macro 'rcu_assign_pointer' 552 | rcu_assign_pointer(left->first, node2); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_hw_init': /kisskb/src/drivers/base/regmap/regcache.c:31:27: note: byref variable will be forcibly initialized 31 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/regulator/mp8859.c: In function 'mp8859_get_voltage_sel': /kisskb/src/drivers/regulator/mp8859.c:58:22: note: byref variable will be forcibly initialized 58 | unsigned int val_tmp; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_lookup_reg': /kisskb/src/drivers/base/regmap/regcache.c:652:28: note: byref variable will be forcibly initialized 652 | struct reg_default key; | ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_default_sync': /kisskb/src/drivers/base/regmap/regcache.c:306:30: note: byref variable will be forcibly initialized 306 | unsigned int val; | ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_sync_block_raw': /kisskb/src/drivers/base/regmap/regcache.c:747:21: note: byref variable will be forcibly initialized 747 | const void *data = NULL; | ^~~~ /kisskb/src/kernel/pid.c: In function 'exchange_tids': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c:380:9: note: in expansion of macro 'rcu_assign_pointer' 380 | rcu_assign_pointer(right->thread_pid, pid1); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c:379:9: note: in expansion of macro 'rcu_assign_pointer' 379 | rcu_assign_pointer(left->thread_pid, pid2); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c: In function 'pidfd_get_task': /kisskb/src/kernel/pid.c:561:22: note: byref variable will be forcibly initialized 561 | unsigned int f_flags; | ^~~~~~~ /kisskb/src/drivers/clk/zynqmp/clkc.c: In function 'zynqmp_pm_clock_get_num_clocks': /kisskb/src/drivers/clk/zynqmp/clkc.c:204:13: note: byref variable will be forcibly initialized 204 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/clk/zynqmp/clkc.c:13: /kisskb/src/drivers/clk/zynqmp/clkc.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/zynqmp/clkc.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/clk/zynqmp/clkc.c:13: /kisskb/src/drivers/clk/zynqmp/clkc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/zynqmp/clkc.c: In function 'zynqmp_pm_clock_get_attributes': /kisskb/src/drivers/clk/zynqmp/clkc.c:384:13: note: byref variable will be forcibly initialized 384 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/zynqmp/clkc.c: In function 'zynqmp_pm_clock_get_name': /kisskb/src/drivers/clk/zynqmp/clkc.c:229:13: note: byref variable will be forcibly initialized 229 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/zynqmp/clkc.c: In function 'zynqmp_pm_clock_get_topology': /kisskb/src/drivers/clk/zynqmp/clkc.c:261:13: note: byref variable will be forcibly initialized 261 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/zynqmp/clkc.c: In function 'zynqmp_pm_clock_get_parents': /kisskb/src/drivers/clk/zynqmp/clkc.c:358:13: note: byref variable will be forcibly initialized 358 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/zynqmp/clkc.c: In function 'zynqmp_get_clock_info': /kisskb/src/drivers/clk/zynqmp/clkc.c:687:26: note: byref variable will be forcibly initialized 687 | struct name_resp name; | ^~~~ /kisskb/src/drivers/clk/zynqmp/clkc.c:686:26: note: byref variable will be forcibly initialized 686 | struct attr_resp attr; | ^~~~ /kisskb/src/drivers/clk/zynqmp/clkc.c:684:13: note: byref variable will be forcibly initialized 684 | u32 type = 0; | ^~~~ /kisskb/src/drivers/clk/zynqmp/clkc.c: In function 'zynqmp_register_clocks': /kisskb/src/drivers/clk/zynqmp/clkc.c:641:22: note: byref variable will be forcibly initialized 641 | char clk_name[MAX_NAME_LEN]; | ^~~~~~~~ /kisskb/src/drivers/clk/zynqmp/clkc.c:638:21: note: byref variable will be forcibly initialized 638 | const char *parent_names[MAX_PARENT]; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/zynqmp/clkc.c:637:35: note: byref variable will be forcibly initialized 637 | u32 i, total_parents = 0, type = 0; | ^~~~ /kisskb/src/drivers/clk/zynqmp/clkc.c:637:16: note: byref variable will be forcibly initialized 637 | u32 i, total_parents = 0, type = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/clk/zynqmp/clkc.c: In function 'zynqmp_clk_register_fixed_factor': /kisskb/src/drivers/clk/zynqmp/clkc.c:313:13: note: byref variable will be forcibly initialized 313 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/base/class.c: In function 'class_for_each_device': /kisskb/src/drivers/base/class.c:355:31: note: byref variable will be forcibly initialized 355 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_find_device': /kisskb/src/drivers/base/class.c:403:31: note: byref variable will be forcibly initialized 403 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_register': /kisskb/src/drivers/base/class.c:430:31: note: byref variable will be forcibly initialized 430 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_unregister': /kisskb/src/drivers/base/class.c:456:31: note: byref variable will be forcibly initialized 456 | struct class_dev_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/dma-fence-chain.h:15, from /kisskb/src/drivers/dma-buf/dma-fence-unwrap.c:12: /kisskb/src/drivers/dma-buf/dma-fence-unwrap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/tegra/clk-periph-fixed.c: In function 'tegra_clk_register_periph_fixed': /kisskb/src/drivers/clk/tegra/clk-periph-fixed.c:80:30: note: byref variable will be forcibly initialized 80 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/mfd/tps6105x.c: In function 'tps6105x_startup': /kisskb/src/drivers/mfd/tps6105x.c:35:22: note: byref variable will be forcibly initialized 35 | unsigned int regval; | ^~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/mfd/twl-core.c:20: /kisskb/src/drivers/mfd/twl-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/twl-core.c: In function 'twl_probe': /kisskb/src/drivers/mfd/twl-core.c:891:20: note: byref variable will be forcibly initialized 891 | u8 temp; | ^~~~ /kisskb/src/drivers/mfd/twl-core.c: In function 'twl_get_hfclk_rate': /kisskb/src/drivers/mfd/twl-core.c:569:12: note: byref variable will be forcibly initialized 569 | u8 ctrl; | ^~~~ /kisskb/src/drivers/clk/clkdev.c: In function '__clk_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:273:17: note: byref variable will be forcibly initialized 273 | va_list ap; | ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clkdev_create': /kisskb/src/drivers/clk/clkdev.c:206:17: note: byref variable will be forcibly initialized 206 | va_list ap; | ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clkdev_hw_create': /kisskb/src/drivers/clk/clkdev.c:229:17: note: byref variable will be forcibly initialized 229 | va_list ap; | ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clk_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:316:28: 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:28: note: byref variable will be forcibly initialized 343 | struct clk_lookup *cl; | ^~ In file included from /kisskb/src/drivers/mfd/twl6030-irq.c:29: /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_irq_thread': /kisskb/src/drivers/mfd/twl6030-irq.c:166:11: note: byref variable will be forcibly initialized 166 | } sts; | ^~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_interrupt_unmask': /kisskb/src/drivers/mfd/twl6030-irq.c:234:12: note: byref variable will be forcibly initialized 234 | u8 unmask_value; | ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_interrupt_mask': /kisskb/src/drivers/mfd/twl6030-irq.c:248:12: note: byref variable will be forcibly initialized 248 | u8 mask_value; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_mmc_card_detect_config': /kisskb/src/drivers/mfd/twl6030-irq.c:262:12: note: byref variable will be forcibly initialized 262 | u8 reg_val = 0; | ^~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_mmc_card_detect': /kisskb/src/drivers/mfd/twl6030-irq.c:311:12: note: byref variable will be forcibly initialized 311 | u8 read_reg = 0; | ^~~~~~~~ /kisskb/src/drivers/mfd/twl6030-irq.c: In function 'twl6030_init_irq': /kisskb/src/drivers/mfd/twl6030-irq.c:370:33: note: byref variable will be forcibly initialized 370 | u8 mask[3]; | ^~~~ /kisskb/src/drivers/misc/hi6421v600-irq.c: In function 'hi6421v600_irq_mask': /kisskb/src/drivers/misc/hi6421v600-irq.c:140:22: 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:13: 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:22: 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:22: note: byref variable will be forcibly initialized 103 | unsigned int in; | ^~ /kisskb/src/drivers/misc/hi6421v600-irq.c:102:23: note: byref variable will be forcibly initialized 102 | unsigned long pending; | ^~~~~~~ /kisskb/src/lib/kasprintf.c: In function 'kvasprintf': /kisskb/src/lib/kasprintf.c:19:17: 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:17: note: byref variable will be forcibly initialized 55 | va_list ap; | ^~ /kisskb/src/drivers/base/cpu.c: In function 'print_cpus_isolated': /kisskb/src/drivers/base/cpu.c:272:23: 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:23: note: byref variable will be forcibly initialized 242 | cpumask_var_t offline; | ^~~~~~~ /kisskb/src/drivers/base/cpu.c: In function 'cpu_device_create': /kisskb/src/drivers/base/cpu.c:444:17: note: byref variable will be forcibly initialized 444 | va_list vargs; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/workqueue.c:29: /kisskb/src/kernel/workqueue.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:9: note: in expansion of macro 'rcu_assign_pointer' 47 | rcu_assign_pointer(w->task, current); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/twl4030-irq.c: In function 'handle_twl4030_pih': /kisskb/src/drivers/mfd/twl4030-irq.c:282:25: note: byref variable will be forcibly initialized 282 | u8 pih_isr; | ^~~~~~~ /kisskb/src/drivers/mfd/twl4030-irq.c: In function 'sih_read_isr': /kisskb/src/drivers/mfd/twl4030-irq.c:565:11: note: byref variable will be forcibly initialized 565 | } isr; | ^~~ /kisskb/src/drivers/mfd/twl4030-irq.c: In function 'twl4030_sih_bus_sync_unlock': /kisskb/src/drivers/mfd/twl4030-irq.c:499:33: note: byref variable will be forcibly initialized 499 | u8 bytes[6]; | ^~~~~ /kisskb/src/drivers/mfd/twl4030-irq.c:482:19: note: byref variable will be forcibly initialized 482 | } imr; | ^~~ /kisskb/src/drivers/mfd/twl4030-irq.c: In function 'twl4030_init_sih_modules': /kisskb/src/drivers/mfd/twl4030-irq.c:365:20: note: byref variable will be forcibly initialized 365 | u8 rxbuf[4]; | ^~~~~ /kisskb/src/drivers/mfd/twl4030-irq.c:317:12: note: byref variable will be forcibly initialized 317 | u8 buf[4]; | ^~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ 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:36: note: byref variable will be forcibly initialized 3570 | DECLARE_COMPLETION_ONSTACK(detach_completion); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/misc/open-dice.c: In function 'open_dice_read': /kisskb/src/drivers/misc/open-dice.c:67:23: note: byref variable will be forcibly initialized 67 | unsigned long val = to_open_dice_drvdata(filp)->rmem->size; | ^~~ /kisskb/src/kernel/workqueue.c: In function 'create_worker': /kisskb/src/kernel/workqueue.c:1930:14: note: byref variable will be forcibly initialized 1930 | 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:382: /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_queue_work': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_activate_work': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_execute_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' 82 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_execute_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'wq_watchdog_param_set_thresh': /kisskb/src/kernel/workqueue.c:5911:23: note: byref variable will be forcibly initialized 5911 | unsigned long thresh; | ^~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/workqueue.c:29: /kisskb/src/kernel/workqueue.c: In function 'numa_pwq_tbl_install': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c:3925:9: note: in expansion of macro 'rcu_assign_pointer' 3925 | rcu_assign_pointer(wq->numa_pwq_tbl[node], pwq); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__flush_work': /kisskb/src/kernel/workqueue.c:3061:27: note: byref variable will be forcibly initialized 3061 | struct wq_barrier barr; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/sys.c:9: /kisskb/src/kernel/sys.c: In function 'mnt_user_ns': /kisskb/src/kernel/params.c: In function 'param_array_get': /kisskb/src/kernel/params.c:476:29: note: byref variable will be forcibly initialized 476 | struct kernel_param p = *kp; | ^ /kisskb/src/kernel/params.c: In function 'param_array': /kisskb/src/kernel/params.c:423:29: note: byref variable will be forcibly initialized 423 | struct kernel_param kp; | ^~ /kisskb/src/kernel/workqueue.c: In function 'process_one_work': /kisskb/src/kernel/params.c: In function 'param_array_set': /kisskb/src/kernel/params.c:465:22: note: byref variable will be forcibly initialized 465 | unsigned int temp_num; | ^~~~~~~~ /kisskb/src/kernel/workqueue.c:2198:28: note: byref variable will be forcibly initialized 2198 | struct lockdep_map lockdep_map; | ^~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/params.c: In function 'param_sysfs_builtin': /kisskb/src/kernel/params.c:834:14: note: byref variable will be forcibly initialized 834 | char modname[MODULE_NAME_LEN]; | ^~~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_bool_enable_only': /kisskb/src/kernel/params.c:336:29: note: byref variable will be forcibly initialized 336 | struct kernel_param dummy_kp = *kp; | ^~~~~~~~ /kisskb/src/kernel/params.c:334:14: note: byref variable will be forcibly initialized 334 | bool new_value; | ^~~~~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_invbool': /kisskb/src/kernel/params.c:367:29: note: byref variable will be forcibly initialized 367 | struct kernel_param dummy; | ^~~~~ /kisskb/src/kernel/params.c:366:14: note: byref variable will be forcibly initialized 366 | bool boolval; | ^~~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_bint': /kisskb/src/kernel/params.c:393:14: note: byref variable will be forcibly initialized 393 | bool v; | ^ /kisskb/src/kernel/params.c:392:29: note: byref variable will be forcibly initialized 392 | struct kernel_param boolkp = *kp; | ^~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_uint_minmax': /kisskb/src/kernel/params.c:249:22: note: byref variable will be forcibly initialized 249 | unsigned int num; | ^~~ /kisskb/src/kernel/workqueue.c: In function '__cancel_work_timer': /kisskb/src/kernel/workqueue.c:3139:41: note: byref variable will be forcibly initialized 3139 | struct cwt_wait cwait; | ^~~~~ /kisskb/src/kernel/workqueue.c:3117:23: note: byref variable will be forcibly initialized 3117 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/params.c: In function 'parse_args': /kisskb/src/kernel/params.c:171:23: note: byref variable will be forcibly initialized 171 | char *param, *val, *err = NULL; | ^~~ /kisskb/src/kernel/params.c:171:15: note: byref variable will be forcibly initialized 171 | char *param, *val, *err = NULL; | ^~~~~ /kisskb/src/kernel/workqueue.c: In function '__cancel_work': /kisskb/src/kernel/workqueue.c:3246:23: note: byref variable will be forcibly initialized 3246 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/workqueue.c: In function 'rescuer_thread': /kisskb/src/kernel/workqueue.c:2516:44: note: byref variable will be forcibly initialized 2516 | struct work_struct *work, *n; | ^ /kisskb/src/kernel/workqueue.c: In function 'mod_delayed_work_on': /kisskb/src/kernel/workqueue.c:1731:23: note: byref variable will be forcibly initialized 1731 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/workqueue.c: In function '__flush_workqueue': /kisskb/src/kernel/workqueue.c:2799:27: note: byref variable will be forcibly initialized 2799 | struct wq_flusher this_flusher = { | ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/clk/clk_test.c:11: /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_invalid': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:807:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 807 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:804:9: note: in expansion of macro 'KUNIT_EXPECT_LT_MSG' 804 | KUNIT_EXPECT_LT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:380:9: note: in expansion of macro 'KUNIT_EXPECT_LT' 380 | KUNIT_EXPECT_LT(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:828:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 828 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:825:9: note: in expansion of macro 'KUNIT_EXPECT_LE_MSG' 825 | KUNIT_EXPECT_LE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:367:9: note: in expansion of macro 'KUNIT_EXPECT_LE' 367 | KUNIT_EXPECT_LE(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:870:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 870 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:867:9: note: in expansion of macro 'KUNIT_EXPECT_GE_MSG' 867 | KUNIT_EXPECT_GE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:366:9: note: in expansion of macro 'KUNIT_EXPECT_GE' 366 | KUNIT_EXPECT_GE(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:365:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 365 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:358:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 358 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_test_orphan_transparent_parent_mux_set_range': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:331:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 331 | KUNIT_EXPECT_EQ(test, rate, new_rate); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:330:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 330 | KUNIT_ASSERT_GT(test, new_rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:323:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 323 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:321:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 321 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_test_get_rate': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:168:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 168 | KUNIT_EXPECT_EQ(test, rate, ctx->rate); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:167:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 167 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_multiple_set_range_rate_minimized': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:874:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 874 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:873:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 873 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:868:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 868 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:866:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 866 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:865:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 865 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:858:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 858 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:856:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 856 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:855:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 855 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:848:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 848 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:846:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 846 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, user2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:843:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 843 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, user1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_multiple_disjoints_range': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:807:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 807 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:804:9: note: in expansion of macro 'KUNIT_EXPECT_LT_MSG' 804 | KUNIT_EXPECT_LT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:407:9: note: in expansion of macro 'KUNIT_EXPECT_LT' 407 | KUNIT_EXPECT_LT(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:403:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 403 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:401:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 401 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, user2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:398:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 398 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, user1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_rate_minimized': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:823:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 823 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:822:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 822 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:815:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 815 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:813:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 813 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_1 + 1000); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:812:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 812 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:805:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 805 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:803:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 803 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:802:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 802 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:795:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 795 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:791:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 791 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_multiple_set_range_rate_maximized': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:757:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 757 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:756:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 756 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:751:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 751 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:749:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 749 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:748:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 748 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:741:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 741 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:739:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 739 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:738:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 738 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:731:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 731 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:727:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 727 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:725:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 725 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, user2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:722:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 722 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, user1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_rate_maximized': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:702:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 702 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c:5341:19: note: byref variable will be forcibly initialized 5341 | LIST_HEAD(ctxs); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:701:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 701 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:694:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 694 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:692:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 692 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_2 - 1000); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:691:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 691 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:684:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 684 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:682:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 682 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:681:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 681 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:674:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 674 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:670:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 670 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'wq_numa_store': /kisskb/src/kernel/workqueue.c:5624:13: note: byref variable will be forcibly initialized 5624 | int v, ret = -ENOMEM; | ^ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_get_rate_lowered': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:630:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 630 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:629:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 629 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:622:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 622 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:618:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 618 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_get_rate_raised': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:600:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 600 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:599:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 599 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:592:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 592 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:588:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 588 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'max_active_store': /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_set_rate_higher': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:828:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 828 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:825:9: note: in expansion of macro 'KUNIT_EXPECT_LE_MSG' 825 | KUNIT_EXPECT_LE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:541:9: note: in expansion of macro 'KUNIT_EXPECT_LE' 541 | KUNIT_EXPECT_LE(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:870:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 870 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:867:9: note: in expansion of macro 'KUNIT_EXPECT_GE_MSG' 867 | KUNIT_EXPECT_GE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:540:9: note: in expansion of macro 'KUNIT_EXPECT_GE' 540 | KUNIT_EXPECT_GE(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:539:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 539 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c:5476:13: note: byref variable will be forcibly initialized 5476 | int val; | ^~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:534:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 534 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:528:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 528 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_set_rate_lower': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:828:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 828 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:825:9: note: in expansion of macro 'KUNIT_EXPECT_LE_MSG' 825 | KUNIT_EXPECT_LE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:462:9: note: in expansion of macro 'KUNIT_EXPECT_LE' 462 | KUNIT_EXPECT_LE(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:870:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 870 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:867:9: note: in expansion of macro 'KUNIT_EXPECT_GE_MSG' 867 | KUNIT_EXPECT_GE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:461:9: note: in expansion of macro 'KUNIT_EXPECT_GE' 461 | KUNIT_EXPECT_GE(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:460:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 460 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:455:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 455 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:449:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 449 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_test_set_set_get_rate': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:218:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 218 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'set_worker_desc': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:217:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 217 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:212:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 212 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:208:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 208 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c:4647:17: note: byref variable will be forcibly initialized 4647 | va_list args; | ^~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_test_set_get_rate': /kisskb/src/kernel/workqueue.c: In function 'print_worker_info': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:191:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 191 | KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:190:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 190 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_rate': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:185:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 185 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c:4676:34: note: byref variable will be forcibly initialized 4676 | struct workqueue_struct *wq = NULL; | ^~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c:4675:32: note: byref variable will be forcibly initialized 4675 | struct pool_workqueue *pwq = NULL; | ^~~ /kisskb/src/kernel/workqueue.c:4674:14: note: byref variable will be forcibly initialized 4674 | char desc[WORKER_DESC_LEN] = { }; | ^~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_set_round_rate_consistent_higher': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:570:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 570 | KUNIT_EXPECT_EQ(test, rounded, clk_get_rate(clk)); | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c:4673:14: note: byref variable will be forcibly initialized 4673 | char name[WQ_NAME_LEN] = { }; | ^~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:566:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 566 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:564:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 564 | KUNIT_ASSERT_GT(test, rounded, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_rate_range': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:557:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 557 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c:4672:22: note: byref variable will be forcibly initialized 4672 | work_func_t *fn = NULL; | ^~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_round_rate_higher': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:828:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 828 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:825:9: note: in expansion of macro 'KUNIT_EXPECT_LE_MSG' 825 | KUNIT_EXPECT_LE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:514:9: note: in expansion of macro 'KUNIT_EXPECT_LE' 514 | KUNIT_EXPECT_LE(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:870:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 870 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:867:9: note: in expansion of macro 'KUNIT_EXPECT_GE_MSG' 867 | KUNIT_EXPECT_GE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:513:9: note: in expansion of macro 'KUNIT_EXPECT_GE' 513 | KUNIT_EXPECT_GE(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:512:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 512 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:505:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 505 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_parent': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_set_round_rate_consistent_lower': /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:491:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 491 | KUNIT_EXPECT_EQ(test, rounded, clk_get_rate(clk)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:487:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 487 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:485:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 485 | KUNIT_ASSERT_GT(test, rounded, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:478:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 478 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_range_test_set_range_round_rate_lower': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:828:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 828 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:825:9: note: in expansion of macro 'KUNIT_EXPECT_LE_MSG' 825 | KUNIT_EXPECT_LE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:435:9: note: in expansion of macro 'KUNIT_EXPECT_LE' 435 | KUNIT_EXPECT_LE(test, rate, DUMMY_CLOCK_RATE_2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:870:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 870 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:867:9: note: in expansion of macro 'KUNIT_EXPECT_GE_MSG' 867 | KUNIT_EXPECT_GE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:434:9: note: in expansion of macro 'KUNIT_EXPECT_GE' 434 | KUNIT_EXPECT_GE(test, rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:433:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 433 | KUNIT_ASSERT_GT(test, rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'show_all_workqueues': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:426:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 426 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c:4899:13: note: byref variable will be forcibly initialized 4899 | int pi; | ^~ /kisskb/src/drivers/clk/clk_test.c: In function 'clk_test_round_set_get_rate': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:242:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 242 | KUNIT_EXPECT_EQ(test, rounded_rate, set_rate); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:241:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 241 | KUNIT_ASSERT_GT(test, set_rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:236:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 236 | KUNIT_ASSERT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_phase': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:234:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 234 | KUNIT_EXPECT_EQ(test, rounded_rate, DUMMY_CLOCK_RATE_1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1159:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1159 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1156:9: note: in expansion of macro 'KUNIT_ASSERT_GT_MSG' 1156 | KUNIT_ASSERT_GT_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk_test.c:233:9: note: in expansion of macro 'KUNIT_ASSERT_GT' 233 | KUNIT_ASSERT_GT(test, rounded_rate, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'wq_watchdog_timer_fn': /kisskb/src/drivers/clk/clk_test.c: In function 'clk_orphan_transparent_single_parent_mux_test_init': /kisskb/src/drivers/clk/clk_test.c:269:28: note: byref variable will be forcibly initialized 269 | const char * const parents[] = { "orphan_parent" }; | ^~~~~~~ /kisskb/src/kernel/workqueue.c:5838:13: note: byref variable will be forcibly initialized 5838 | int pi; | ^~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_duty_cycle': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'workqueue_online_cpu': /kisskb/src/kernel/workqueue.c:5124:13: note: byref variable will be forcibly initialized 5124 | int pi; | ^~ /kisskb/src/kernel/workqueue.c: In function 'workqueue_set_unbound_cpumask': /kisskb/src/kernel/workqueue.c:5388:23: note: byref variable will be forcibly initialized 5388 | cpumask_var_t saved_cpumask; | ^~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'wq_unbound_cpumask_store': /kisskb/src/kernel/workqueue.c:5673:23: note: byref variable will be forcibly initialized 5673 | cpumask_var_t cpumask; | ^~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'alloc_workqueue': /kisskb/src/kernel/workqueue.c:4294:17: note: byref variable will be forcibly initialized 4294 | va_list args; | ^~~~ /kisskb/src/kernel/sys.c: In function 'do_sys_times': /kisskb/src/kernel/sys.c:993:22: note: byref variable will be forcibly initialized 993 | u64 tgutime, tgstime, cutime, cstime; | ^~~~~~~ /kisskb/src/kernel/sys.c:993:13: note: byref variable will be forcibly initialized 993 | u64 tgutime, tgstime, cutime, cstime; | ^~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_times': /kisskb/src/kernel/sys.c:1007:28: note: byref variable will be forcibly initialized 1007 | struct tms tmp; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_req_round_rate_nolock': /kisskb/src/drivers/clk/clk.c:2163:33: note: byref variable will be forcibly initialized 2163 | struct clk_rate_request req; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_compat_sys_times': /kisskb/src/kernel/sys.c:1027:35: note: byref variable will be forcibly initialized 1027 | struct compat_tms tmp; | ^~~ /kisskb/src/kernel/sys.c:1026:28: note: byref variable will be forcibly initialized 1026 | struct tms tms; | ^~~ /kisskb/src/drivers/clk/clk.c: In function '__clk_notify': /kisskb/src/drivers/clk/clk.c:1519:34: note: byref variable will be forcibly initialized 1519 | struct clk_notifier_data cnd; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_max_rate_show': /kisskb/src/drivers/clk/clk.c:3302:33: note: byref variable will be forcibly initialized 3302 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3302:23: note: byref variable will be forcibly initialized 3302 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_min_rate_show': /kisskb/src/drivers/clk/clk.c:3288:33: note: byref variable will be forcibly initialized 3288 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3288:23: note: byref variable will be forcibly initialized 3288 | unsigned long min_rate, max_rate; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/clk/clk.c:12: /kisskb/src/drivers/clk/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_gethostname': /kisskb/src/kernel/sys.c:1386:14: note: byref variable will be forcibly initialized 1386 | char tmp[__NEW_UTS_LEN + 1]; | ^~~ /kisskb/src/kernel/sys.c: In function 'override_release': /kisskb/src/kernel/sys.c:1267:22: note: byref variable will be forcibly initialized 1267 | char buf[65] = { 0 }; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_dump_one': In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/base/map.c:12: /kisskb/src/drivers/base/map.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk.c:3016:33: note: byref variable will be forcibly initialized 3016 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3016:23: note: byref variable will be forcibly initialized 3016 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_newuname': /kisskb/src/kernel/sys.c:1289:28: note: byref variable will be forcibly initialized 1289 | struct new_utsname tmp; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_sethostname': /kisskb/src/kernel/sys.c:1358:14: note: byref variable will be forcibly initialized 1358 | char tmp[__NEW_UTS_LEN]; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_sys_setdomainname': /kisskb/src/kernel/sys.c:1411:14: note: byref variable will be forcibly initialized 1411 | char tmp[__NEW_UTS_LEN]; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_get': /kisskb/src/drivers/clk/clk.c:393:32: note: byref variable will be forcibly initialized 393 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_calc_new_rates': /kisskb/src/drivers/clk/clk.c:1970:41: note: byref variable will be forcibly initialized 1970 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c:1953:23: note: byref variable will be forcibly initialized 1953 | unsigned long max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:1952:23: note: byref variable will be forcibly initialized 1952 | unsigned long min_rate; | ^~~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_getrlimit': /kisskb/src/kernel/sys.c:1497:23: note: byref variable will be forcibly initialized 1497 | struct rlimit value; | ^~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_mux_determine_rate_flags': /kisskb/src/drivers/clk/clk.c:546:33: note: byref variable will be forcibly initialized 546 | struct clk_rate_request parent_req = *req; | ^~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_hw_round_rate': /kisskb/src/drivers/clk/clk.c:1449:33: note: byref variable will be forcibly initialized 1449 | struct clk_rate_request req; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_compat_sys_setrlimit': /kisskb/src/drivers/clk/clk.c: In function 'clk_round_rate': /kisskb/src/kernel/sys.c:1513:30: note: byref variable will be forcibly initialized 1513 | struct compat_rlimit r32; | ^~~ /kisskb/src/drivers/clk/clk.c:1473:33: note: byref variable will be forcibly initialized 1473 | struct clk_rate_request req; | ^~~ /kisskb/src/kernel/sys.c:1512:23: note: byref variable will be forcibly initialized 1512 | struct rlimit r; | ^ /kisskb/src/drivers/clk/clk.c: In function 'clk_set_duty_cycle': /kisskb/src/drivers/clk/clk.c:2848:25: note: byref variable will be forcibly initialized 2848 | struct clk_duty duty; | ^~~~ /kisskb/src/kernel/sys.c: In function '__do_compat_sys_getrlimit': /kisskb/src/kernel/sys.c:1537:38: note: byref variable will be forcibly initialized 1537 | struct compat_rlimit r32; | ^~~ /kisskb/src/kernel/sys.c:1532:23: note: byref variable will be forcibly initialized 1532 | struct rlimit r; | ^ /kisskb/src/kernel/sys.c: In function '__do_sys_setrlimit': /kisskb/src/kernel/sys.c:1710:23: note: byref variable will be forcibly initialized 1710 | struct rlimit new_rlim; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_hw': /kisskb/src/drivers/clk/clk.c:4911:32: note: byref variable will be forcibly initialized 4911 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/kernel/sys.c: In function 'prctl_set_mm_map': /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_parent_name': /kisskb/src/kernel/sys.c:1969:23: note: byref variable will be forcibly initialized 1969 | unsigned long user_auxv[AT_VECTOR_SIZE]; | ^~~~~~~~~ /kisskb/src/drivers/clk/clk.c:4980:13: note: byref variable will be forcibly initialized 4980 | u32 pv; | ^~ /kisskb/src/drivers/clk/clk.c:4978:21: note: byref variable will be forcibly initialized 4978 | const char *clk_name; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:4976:32: note: byref variable will be forcibly initialized 4976 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_detect_critical': /kisskb/src/drivers/clk/clk.c:5119:18: note: byref variable will be forcibly initialized 5119 | uint32_t idx; | ^~~ 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:5146:19: note: byref variable will be forcibly initialized 5146 | LIST_HEAD(clk_provider_list); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/clk/clk.c:5141:36: note: byref variable will be forcibly initialized 5141 | const struct of_device_id *match; | ^~~~~ 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/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/sys.c:9: /kisskb/src/kernel/sys.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:71:27: note: byref variable will be forcibly initialized 71 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/sys.c: In function 'do_sysinfo': /kisskb/src/kernel/sys.c:2654:27: note: byref variable will be forcibly initialized 2654 | struct timespec64 tp; | ^~ /kisskb/src/kernel/sys.c: In function '__do_sys_sysinfo': /kisskb/src/kernel/sys.c:2715:24: note: byref variable will be forcibly initialized 2715 | struct sysinfo val; | ^~~ /kisskb/src/kernel/sys.c: In function '__do_compat_sys_sysinfo': /kisskb/src/kernel/sys.c:2746:31: note: byref variable will be forcibly initialized 2746 | struct compat_sysinfo s_32; | ^~~~ /kisskb/src/kernel/sys.c:2745:24: note: byref variable will be forcibly initialized 2745 | struct sysinfo s; | ^ /kisskb/src/kernel/trace/trace_printk.c: In function '__trace_bprintk': /kisskb/src/kernel/trace/trace_printk.c:203:17: 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:17: note: byref variable will be forcibly initialized 233 | va_list ap; | ^~ /kisskb/src/drivers/base/devres.c: In function 'alloc_dr': /kisskb/src/drivers/base/devres.c:110:16: note: byref variable will be forcibly initialized 110 | size_t tot_size; | ^~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/devres.c:9: /kisskb/src/drivers/base/devres.c: In function 'devres_release_all': /kisskb/src/drivers/base/devres.c:515:19: note: byref variable will be forcibly initialized 515 | LIST_HEAD(todo); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/devres.c: In function 'devres_release_group': /kisskb/src/drivers/base/devres.c:667:19: note: byref variable will be forcibly initialized 667 | LIST_HEAD(todo); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_remove_action': /kisskb/src/drivers/base/devres.c:756:30: note: byref variable will be forcibly initialized 756 | struct action_devres devres = { | ^~~~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_release_action': /kisskb/src/drivers/base/devres.c:778:30: note: byref variable will be forcibly initialized 778 | struct action_devres devres = { | ^~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_prlimit64': /kisskb/src/drivers/base/devres.c: In function 'devm_kvasprintf': /kisskb/src/drivers/base/devres.c:998:17: 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:17: note: byref variable will be forcibly initialized 1027 | va_list ap; | ^~ /kisskb/src/kernel/sys.c:1666:28: note: byref variable will be forcibly initialized 1666 | struct rlimit old, new; | ^~~ /kisskb/src/kernel/sys.c:1666:23: note: byref variable will be forcibly initialized 1666 | struct rlimit old, new; | ^~~ /kisskb/src/kernel/sys.c:1665:32: note: byref variable will be forcibly initialized 1665 | struct rlimit64 old64, new64; | ^~~~~ /kisskb/src/kernel/sys.c:1665:25: note: byref variable will be forcibly initialized 1665 | struct rlimit64 old64, new64; | ^~~~~ /kisskb/src/kernel/sys.c: In function 'getrusage': /kisskb/src/kernel/sys.c:1765:23: note: byref variable will be forcibly initialized 1765 | unsigned long maxrss = 0; | ^~~~~~ /kisskb/src/kernel/sys.c:1764:38: note: byref variable will be forcibly initialized 1764 | u64 tgutime, tgstime, utime, stime; | ^~~~~ /kisskb/src/kernel/sys.c:1764:31: note: byref variable will be forcibly initialized 1764 | u64 tgutime, tgstime, utime, stime; | ^~~~~ /kisskb/src/kernel/sys.c:1764:22: note: byref variable will be forcibly initialized 1764 | u64 tgutime, tgstime, utime, stime; | ^~~~~~~ /kisskb/src/kernel/sys.c:1764:13: note: byref variable will be forcibly initialized 1764 | u64 tgutime, tgstime, utime, stime; | ^~~~~~~ /kisskb/src/kernel/sys.c:1763:23: note: byref variable will be forcibly initialized 1763 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/regmap/regcache-flat.c:9: /kisskb/src/drivers/base/regmap/regcache-flat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_getrusage': /kisskb/src/kernel/sys.c:1837:23: note: byref variable will be forcibly initialized 1837 | struct rusage r; | ^ /kisskb/src/kernel/sys.c: In function '__do_compat_sys_getrusage': /kisskb/src/kernel/sys.c:1850:23: note: byref variable will be forcibly initialized 1850 | struct rusage r; | ^ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_prctl': /kisskb/src/kernel/sys.c:2352:23: note: byref variable will be forcibly initialized 2352 | unsigned char comm[sizeof(me->comm)]; | ^~~~ /kisskb/src/lib/scatterlist.c: In function 'sg_copy_buffer': /kisskb/src/lib/scatterlist.c:952:32: note: byref variable will be forcibly initialized 952 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/scatterlist.c: In function 'sg_zero_buffer': /kisskb/src/lib/scatterlist.c:1067:32: note: byref variable will be forcibly initialized 1067 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/list_sort.c: In function 'merge': /kisskb/src/lib/list_sort.c:19:27: 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/drivers/clk/tegra/clk-pll.c: In function 'clk_pllre_recalc_rate': /kisskb/src/lib/list_sort.c:187:47: note: byref variable will be forcibly initialized 187 | struct list_head *list = head->next, *pending = NULL; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:1589:41: note: byref variable will be forcibly initialized 1589 | struct tegra_clk_pll_freq_table cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pll_recalc_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:880:49: note: byref variable will be forcibly initialized 880 | struct tegra_clk_pll_freq_table sel; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:867:41: note: byref variable will be forcibly initialized 867 | struct tegra_clk_pll_freq_table cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pll_ramp_round_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:1360:41: note: byref variable will be forcibly initialized 1360 | struct tegra_clk_pll_freq_table cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pll_round_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:847:41: note: byref variable will be forcibly initialized 847 | struct tegra_clk_pll_freq_table cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_plle_tegra114_enable': /kisskb/src/drivers/clk/tegra/clk-pll.c:1612:41: note: byref variable will be forcibly initialized 1612 | struct tegra_clk_pll_freq_table sel; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_plle_tegra210_enable': /kisskb/src/drivers/clk/tegra/clk-pll.c:2451:41: note: byref variable will be forcibly initialized 2451 | struct tegra_clk_pll_freq_table sel; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pllre_set_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:1555:46: note: byref variable will be forcibly initialized 1555 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:1555:41: note: byref variable will be forcibly initialized 1555 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pllc_set_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:1489:46: note: byref variable will be forcibly initialized 1489 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:1489:41: note: byref variable will be forcibly initialized 1489 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function '_tegra_clk_register_pll': /kisskb/src/drivers/clk/tegra/clk-pll.c:1895:30: note: byref variable will be forcibly initialized 1895 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_plle_enable': /kisskb/src/drivers/clk/tegra/clk-pll.c:958:41: note: byref variable will be forcibly initialized 958 | struct tegra_clk_pll_freq_table sel; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function '_program_pll': /kisskb/src/drivers/clk/tegra/clk-pll.c:755:41: note: byref variable will be forcibly initialized 755 | struct tegra_clk_pll_freq_table old_cfg; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pll_set_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:805:46: note: byref variable will be forcibly initialized 805 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:805:41: note: byref variable will be forcibly initialized 805 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'clk_pllxc_set_rate': /kisskb/src/drivers/clk/tegra/clk-pll.c:1332:46: note: byref variable will be forcibly initialized 1332 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:1332:41: note: byref variable will be forcibly initialized 1332 | struct tegra_clk_pll_freq_table cfg, old_cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'tegra_clk_register_pllc': /kisskb/src/drivers/clk/tegra/clk-pll.c:2206:41: note: byref variable will be forcibly initialized 2206 | struct tegra_clk_pll_freq_table cfg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-pll.c: In function 'tegra_clk_register_pllss': /kisskb/src/drivers/clk/clk-fixed-factor.c: In function '_of_fixed_factor_clk_setup': /kisskb/src/drivers/clk/clk-fixed-factor.c:252:18: note: byref variable will be forcibly initialized 252 | u32 div, mult; | ^~~~ /kisskb/src/drivers/clk/clk-fixed-factor.c:252:13: note: byref variable will be forcibly initialized 252 | u32 div, mult; | ^~~ /kisskb/src/drivers/clk/clk-fixed-factor.c:251:21: note: byref variable will be forcibly initialized 251 | const char *clk_name = node->name; | ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll.c:2336:41: note: byref variable will be forcibly initialized 2336 | struct tegra_clk_pll_freq_table cfg; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:20: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:101: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'fwh_unlock_varsize': /kisskb/src/drivers/mtd/chips/fwh_lock.h:20:62: note: byref variable will be forcibly initialized 20 | #define FWH_XXLOCK_ONEBLOCK_UNLOCK ((struct fwh_xxlock_thunk){ FWH_UNLOCKED, FL_UNLOCKING}) | ^ /kisskb/src/drivers/mtd/chips/fwh_lock.h:96:26: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_UNLOCK' 96 | (void *)&FWH_XXLOCK_ONEBLOCK_UNLOCK); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'fwh_lock_varsize': /kisskb/src/drivers/mtd/chips/fwh_lock.h:19:62: note: byref variable will be forcibly initialized 19 | #define FWH_XXLOCK_ONEBLOCK_LOCK ((struct fwh_xxlock_thunk){ FWH_DENY_WRITE, FL_LOCKING}) | ^ /kisskb/src/drivers/mtd/chips/fwh_lock.h:85:26: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_LOCK' 85 | (void *)&FWH_XXLOCK_ONEBLOCK_LOCK); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:20: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'inval_cache_and_wait_for_operation': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:1296:43: note: byref variable will be forcibly initialized 1296 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'cfi_intelext_writev': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:1880:28: note: byref variable will be forcibly initialized 1880 | unsigned long ofs, vec_seek, i; | ^~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'cfi_intelext_write_buffers': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:1927:21: note: byref variable will be forcibly initialized 1927 | struct kvec vec; | ^~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'fixup_convert_atmel_pri': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:176:30: note: byref variable will be forcibly initialized 176 | struct cfi_pri_atmel atmel_pri; | ^~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-sdmmc-mux.c: In function 'tegra_clk_register_sdmmc_mux_div': /kisskb/src/drivers/clk/tegra/clk-sdmmc-mux.c:239:30: note: byref variable will be forcibly initialized 239 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:20: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c: In function 'cfi_intelext_setup': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0001.c:603:29: note: byref variable will be forcibly initialized 603 | struct cfi_private *cfi = map->fldrv_priv; | ^~~ /kisskb/src/drivers/base/attribute_container.c: In function 'do_attribute_container_device_trigger_safe': /kisskb/src/drivers/base/attribute_container.c:249:27: note: byref variable will be forcibly initialized 249 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_lookup': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:68:32: note: byref variable will be forcibly initialized 68 | unsigned int base_reg, top_reg; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:68:22: 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:32: note: byref variable will be forcibly initialized 511 | unsigned int base_reg, top_reg; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:511:22: 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:32: note: byref variable will be forcibly initialized 470 | unsigned int base_reg, top_reg; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:470:22: note: byref variable will be forcibly initialized 470 | unsigned int base_reg, top_reg; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/base/regmap/regcache-rbtree.c:9: /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | 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:36: 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:22: 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:40: note: byref variable will be forcibly initialized 387 | unsigned int base_reg, top_reg; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:387:30: note: byref variable will be forcibly initialized 387 | unsigned int base_reg, top_reg; | ^~~~~~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_device_trigger': /kisskb/src/drivers/base/attribute_container.c:363:35: note: byref variable will be forcibly initialized 363 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'rbtree_show': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:138:28: note: byref variable will be forcibly initialized 138 | unsigned int base, top; | ^~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:138:22: note: byref variable will be forcibly initialized 138 | unsigned int base, top; | ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_remove_device': /kisskb/src/drivers/base/attribute_container.c:216:35: note: byref variable will be forcibly initialized 216 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_find_class_device': /kisskb/src/drivers/base/attribute_container.c:535:27: note: byref variable will be forcibly initialized 535 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/regulator/mpq7920.c: In function 'mpq7920_parse_cb': /kisskb/src/drivers/regulator/mpq7920.c:214:17: note: byref variable will be forcibly initialized 214 | uint8_t val; | ^~~ /kisskb/src/drivers/regulator/mpq7920.c: In function 'mpq7920_parse_dt': /kisskb/src/drivers/regulator/mpq7920.c:245:17: note: byref variable will be forcibly initialized 245 | uint8_t freq; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-periph-gate.c: In function 'tegra_clk_register_periph_gate': /kisskb/src/drivers/clk/tegra/clk-periph-gate.c:142:30: note: byref variable will be forcibly initialized 142 | struct clk_init_data init; | ^~~~ /kisskb/src/kernel/trace/pid_list.c: In function 'pid_list_refill_irq': /kisskb/src/kernel/trace/pid_list.c:337:28: note: byref variable will be forcibly initialized 337 | union lower_chunk *lower = NULL; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c:336:28: note: byref variable will be forcibly initialized 336 | union upper_chunk *upper = NULL; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c: In function 'trace_pid_list_is_set': /kisskb/src/kernel/trace/pid_list.c:136:22: note: byref variable will be forcibly initialized 136 | unsigned int lower; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c:135:22: note: byref variable will be forcibly initialized 135 | unsigned int upper2; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c:134:22: 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:22: note: byref variable will be forcibly initialized 175 | unsigned int lower; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c:174:22: note: byref variable will be forcibly initialized 174 | unsigned int upper2; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c:173:22: 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:22: note: byref variable will be forcibly initialized 228 | unsigned int lower; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c:227:22: note: byref variable will be forcibly initialized 227 | unsigned int upper2; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c:226:22: 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:22: note: byref variable will be forcibly initialized 281 | unsigned int lower; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c:280:22: note: byref variable will be forcibly initialized 280 | unsigned int upper2; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c:279:22: note: byref variable will be forcibly initialized 279 | unsigned int upper1; | ^~~~~~ /kisskb/src/drivers/gpu/drm/arm/hdlcd_drv.c: In function 'hdlcd_probe': /kisskb/src/drivers/gpu/drm/arm/hdlcd_drv.c:384:33: note: byref variable will be forcibly initialized 384 | struct component_match *match = NULL; | ^~~~~ /kisskb/src/kernel/kthread.c: In function '__kthread_create_on_node': /kisskb/src/kernel/kthread.c:458:25: note: byref variable will be forcibly initialized 458 | va_list aq; | ^~ /kisskb/src/kernel/kthread.c:457:22: note: byref variable will be forcibly initialized 457 | char name[TASK_COMM_LEN]; | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/kthread.c:11: /kisskb/src/kernel/kthread.c:419:36: note: byref variable will be forcibly initialized 419 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/mfd/mfd-core.c:11: /kisskb/src/drivers/mfd/mfd-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/mfd-core.c: In function 'mfd_remove_devices_late': /kisskb/src/drivers/mfd/mfd-core.c:394:13: note: byref variable will be forcibly initialized 394 | 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:402:13: note: byref variable will be forcibly initialized 402 | int level = MFD_DEP_LEVEL_NORMAL; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/mtd/chips/gen_probe.c:8: /kisskb/src/drivers/mtd/chips/gen_probe.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/chips/gen_probe.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/chips/gen_probe.c: In function 'genprobe_ident_chips': /kisskb/src/drivers/mtd/chips/gen_probe.c:61:28: note: byref variable will be forcibly initialized 61 | struct cfi_private cfi; | ^~~ /kisskb/src/kernel/kthread.c: In function 'kthread_probe_data': /kisskb/src/kernel/kthread.c:250:15: note: byref variable will be forcibly initialized 250 | void *data = NULL; | ^~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_create_on_node': /kisskb/src/kernel/kthread.c:509:17: note: byref variable will be forcibly initialized 509 | va_list args; | ^~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_create_worker': /kisskb/src/kernel/kthread.c:885:17: note: byref variable will be forcibly initialized 885 | va_list args; | ^~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_create_worker_on_cpu': /kisskb/src/kernel/kthread.c:935:17: note: byref variable will be forcibly initialized 935 | va_list args; | ^~~~ /kisskb/src/kernel/kthread.c: In function '__kthread_cancel_work_sync': /kisskb/src/kernel/kthread.c:1288:23: note: byref variable will be forcibly initialized 1288 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_mod_delayed_work': /kisskb/src/kernel/kthread.c:1243:23: note: byref variable will be forcibly initialized 1243 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/lib/bitmap.c:11: /kisskb/src/lib/bitmap.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:689:16: note: byref variable will be forcibly initialized 689 | size_t bytes; | ^~~~~ /kisskb/src/lib/bitmap.c: In function 'bitmap_getnum': /kisskb/src/lib/bitmap.c:663:28: note: byref variable will be forcibly initialized 663 | unsigned long long n; | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/lib/bitmap.c:11: /kisskb/src/lib/bitmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/twl4030-audio.c: In function 'twl4030_audio_get_resource': /kisskb/src/drivers/mfd/twl4030-audio.c:66:12: note: byref variable will be forcibly initialized 66 | u8 val; | ^~~ /kisskb/src/drivers/mfd/twl4030-audio.c: In function 'twl4030_audio_set_resource': /kisskb/src/drivers/mfd/twl4030-audio.c:47:12: note: byref variable will be forcibly initialized 47 | u8 val; | ^~~ /kisskb/src/drivers/mfd/twl4030-audio.c: In function 'twl4030_audio_has_vibra': /kisskb/src/drivers/mfd/twl4030-audio.c:167:13: note: byref variable will be forcibly initialized 167 | int vibra; | ^~~~~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_read_debugfs': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:224:22: note: byref variable will be forcibly initialized 224 | unsigned int val, start_reg; | ^~~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c:220:16: note: byref variable will be forcibly initialized 220 | loff_t p = *ppos; | ^ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_reg_ranges_read_file': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:366:16: note: byref variable will be forcibly initialized 366 | loff_t p = 0; | ^ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_cache_bypass_write_file': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:512:14: 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:14: note: byref variable will be forcibly initialized 465 | bool new_val, require_sync = false; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-pll-out.c: In function 'tegra_clk_register_pll_out': /kisskb/src/drivers/clk/tegra/clk-pll-out.c:94:30: note: byref variable will be forcibly initialized 94 | struct clk_init_data init; | ^~~~ /kisskb/src/lib/bitmap.c: In function 'bitmap_parselist': /kisskb/src/lib/bitmap.c:797:23: note: byref variable will be forcibly initialized 797 | struct region r; | ^ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_of_property_parse_mode': /kisskb/src/drivers/hsi/hsi_core.c:140:21: note: byref variable will be forcibly initialized 140 | const char *mode; | ^~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_of_property_parse_flow': /kisskb/src/drivers/hsi/hsi_core.c:160:21: note: byref variable will be forcibly initialized 160 | 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:180:21: note: byref variable will be forcibly initialized 180 | const char *arb_mode; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hsi/hsi.h:13, from /kisskb/src/drivers/hsi/hsi_core.c:9: /kisskb/src/drivers/hsi/hsi_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_add_client_from_dt': /kisskb/src/drivers/hsi/hsi_core.c:204:46: note: byref variable will be forcibly initialized 204 | int length, cells, err, i, max_chan, mode; | ^~~~ /kisskb/src/drivers/hsi/hsi_core.c:204:13: note: byref variable will be forcibly initialized 204 | int length, cells, err, i, max_chan, mode; | ^~~~~~ /kisskb/src/drivers/hsi/hsi_core.c:203:14: note: byref variable will be forcibly initialized 203 | char name[32]; | ^~~~ /kisskb/src/drivers/hsi/hsi_core.c:201:28: note: byref variable will be forcibly initialized 201 | struct hsi_channel channel; | ^~~~~~~ /kisskb/src/drivers/gpu/host1x/debug.c: In function 'host1x_debug_output': /kisskb/src/drivers/gpu/host1x/debug.c:30:17: note: byref variable will be forcibly initialized 30 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/host1x/debug.c: In function 'host1x_debug_cont': /kisskb/src/drivers/gpu/host1x/debug.c:42:17: note: byref variable will be forcibly initialized 42 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/arm/hdlcd_crtc.c: In function 'hdlcd_plane_init': /kisskb/src/drivers/gpu/drm/arm/hdlcd_crtc.c:304:13: note: byref variable will be forcibly initialized 304 | u32 formats[ARRAY_SIZE(supported_formats)], i; | ^~~~~~~ /kisskb/src/drivers/clk/clk-fixed-rate.c: In function '_of_fixed_clk_setup': /kisskb/src/drivers/clk/clk-fixed-rate.c:145:13: note: byref variable will be forcibly initialized 145 | u32 accuracy = 0; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-fixed-rate.c:144:13: note: byref variable will be forcibly initialized 144 | u32 rate; | ^~~~ /kisskb/src/drivers/clk/clk-fixed-rate.c:143:21: note: byref variable will be forcibly initialized 143 | const char *clk_name = node->name; | ^~~~~~~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/twl6040.c: In function 'twl6040_reg_read': /kisskb/src/drivers/mfd/twl6040.c:102:22: note: byref variable will be forcibly initialized 102 | unsigned int val; | ^~~ In file included 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 'krealloc_array': /kisskb/src/include/linux/slab.h:655:16: note: byref variable will be forcibly initialized 655 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_lockdep': /kisskb/src/drivers/dma-buf/dma-resv.c:739:30: note: byref variable will be forcibly initialized 739 | struct address_space mapping; | ^~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:738:25: note: byref variable will be forcibly initialized 738 | struct dma_resv obj; | ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c:737:31: note: byref variable will be forcibly initialized 737 | struct ww_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, 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 'dma_resv_reserve_fences': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:223:9: note: in expansion of macro 'rcu_assign_pointer' 223 | rcu_assign_pointer(obj->fences, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:205:35: note: byref variable will be forcibly initialized 205 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:204:37: note: byref variable will be forcibly initialized 204 | enum dma_resv_usage usage; | ^~~~~ /kisskb/src/drivers/mfd/twl6040.c: In function 'twl6040_get_vibralr_status': /kisskb/src/drivers/mfd/twl6040.c:532:22: note: byref variable will be forcibly initialized 532 | unsigned int reg; | ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_add_fence': /kisskb/src/drivers/dma-buf/dma-resv.c:295:37: note: byref variable will be forcibly initialized 295 | enum dma_resv_usage old_usage; | ^~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:279:27: note: byref variable will be forcibly initialized 279 | struct dma_fence *old; | ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_replace_fences': /kisskb/src/drivers/dma-buf/dma-resv.c:341:35: note: byref variable will be forcibly initialized 341 | struct dma_fence *old; | ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_iter_next': /kisskb/src/drivers/dma-buf/dma-resv.c:482:27: note: byref variable will be forcibly initialized 482 | struct dma_fence *fence; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, 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 'dma_resv_copy_fences': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:484:9: note: in expansion of macro 'rcu_assign_pointer' 484 | rcu_assign_pointer((rcu_ptr), (ptr)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:538:16: note: in expansion of macro 'rcu_replace_pointer' 538 | list = rcu_replace_pointer(dst->fences, list, dma_resv_held(dst)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:510:30: note: byref variable will be forcibly initialized 510 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_get_fences': /kisskb/src/drivers/dma-buf/dma-resv.c:559:30: note: byref variable will be forcibly initialized 559 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_get_singleton': /kisskb/src/drivers/dma-buf/dma-resv.c:614:18: note: byref variable will be forcibly initialized 614 | unsigned count; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:613:28: note: byref variable will be forcibly initialized 613 | struct dma_fence **fences; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_wait_timeout': /kisskb/src/drivers/dma-buf/dma-resv.c:664:30: note: byref variable will be forcibly initialized 664 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_test_signaled': /kisskb/src/drivers/dma-buf/dma-resv.c:698:30: note: byref variable will be forcibly initialized 698 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_describe': /kisskb/src/drivers/dma-buf/dma-resv.c:722:30: note: byref variable will be forcibly initialized 722 | struct dma_resv_iter cursor; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/lpddr/qinfo_probe.c:7: /kisskb/src/drivers/mtd/lpddr/qinfo_probe.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/lpddr/qinfo_probe.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/lpddr/qinfo_probe.c: In function 'lpddr_probe_chip': /kisskb/src/drivers/mtd/lpddr/qinfo_probe.c:147:30: note: byref variable will be forcibly initialized 147 | struct lpddr_private lpddr; | ^~~~~ /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c: In function 'sead3_wait_sm_idle': /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c:125:22: note: byref variable will be forcibly initialized 125 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c: In function 'sead3_wait_lcd_idle': /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c:142:22: note: byref variable will be forcibly initialized 142 | unsigned int cpld_data; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/linux/cred.h:13, from /kisskb/src/kernel/cred.c:8: /kisskb/src/kernel/cred.c: In function 'commit_creds': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:501:9: note: in expansion of macro 'rcu_assign_pointer' 501 | rcu_assign_pointer(task->cred, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:500:9: note: in expansion of macro 'rcu_assign_pointer' 500 | rcu_assign_pointer(task->real_cred, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c: In function 'override_creds': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:578:9: note: in expansion of macro 'rcu_assign_pointer' 578 | rcu_assign_pointer(current->cred, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-super.c: In function 'tegra_clk_register_super_mux': /kisskb/src/drivers/clk/tegra/clk-super.c:207:30: note: byref variable will be forcibly initialized 207 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-super.c: In function 'tegra_clk_register_super_clk': /kisskb/src/kernel/cred.c: In function 'revert_creds': /kisskb/src/drivers/clk/tegra/clk-super.c:243:30: note: byref variable will be forcibly initialized 243 | struct clk_init_data init; | ^~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:606:9: note: in expansion of macro 'rcu_assign_pointer' 606 | rcu_assign_pointer(current->cred, old); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c: In function 'cfi_staa_writev': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c:667:30: note: byref variable will be forcibly initialized 667 | size_t totlen = 0, thislen; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c:21: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0020.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/preemptirq.h:67, from /kisskb/src/kernel/trace/trace_preemptirq.c:16: /kisskb/src/kernel/trace/trace_preemptirq.c: In function 'trace_event_raw_event_preemptirq_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(preemptirq_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/kprobes.h:20, from /kisskb/src/kernel/notifier.c:3: /kisskb/src/kernel/notifier.c: In function 'notifier_chain_unregister': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/notifier.c:48:25: note: in expansion of macro 'rcu_assign_pointer' 48 | rcu_assign_pointer(*nl, n->next); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/notifier.c: In function 'notifier_call_chain_robust': /kisskb/src/kernel/notifier.c:120:18: note: byref variable will be forcibly initialized 120 | int ret, nr = 0; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/kprobes.h:20, from /kisskb/src/kernel/notifier.c:3: /kisskb/src/kernel/notifier.c: In function 'notifier_chain_register': In file included from /kisskb/src/drivers/usb/phy/phy.c:13: /kisskb/src/drivers/usb/phy/phy.c: In function 'of_parse_phandle': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/notifier.c:39:9: note: in expansion of macro 'rcu_assign_pointer' 39 | rcu_assign_pointer(*nl, n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/kernel/notifier.c: In function 'notify_die': /kisskb/src/kernel/notifier.c:583:25: note: byref variable will be forcibly initialized 583 | struct die_args args = { | ^~~~ /kisskb/src/drivers/usb/phy/phy.c: In function 'usb_phy_uevent': /kisskb/src/drivers/usb/phy/phy.c:152:14: note: byref variable will be forcibly initialized 152 | char uchger_type[50] = { 0 }; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/phy/phy.c:151:14: note: byref variable will be forcibly initialized 151 | char uchger_state[50] = { 0 }; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/phy/phy.c: In function 'usb_phy_notify_charger_work': /kisskb/src/drivers/usb/phy/phy.c:126:27: note: byref variable will be forcibly initialized 126 | unsigned int min, max; | ^~~ /kisskb/src/drivers/usb/phy/phy.c:126:22: note: byref variable will be forcibly initialized 126 | unsigned int min, max; | ^~~ /kisskb/src/drivers/regulator/pv88060-regulator.c: In function 'pv88060_buck_get_mode': /kisskb/src/drivers/regulator/pv88060-regulator.c:71:22: 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:16: note: byref variable will be forcibly initialized 228 | int i, reg_val, err, ret = IRQ_NONE; | ^~~~~~~ /kisskb/src/kernel/ksysfs.c: In function 'vmcoreinfo_show': /kisskb/src/kernel/ksysfs.c:132:21: note: byref variable will be forcibly initialized 132 | phys_addr_t vmcore_base = paddr_vmcoreinfo_note(); | ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap-i2c.c: In function 'regmap_i2c_read': /kisskb/src/drivers/base/regmap/regmap-i2c.c:178:24: 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:24: note: byref variable will be forcibly initialized 144 | struct i2c_msg xfer[2]; | ^~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_find_reference': /kisskb/src/drivers/base/property.c:549:38: note: byref variable will be forcibly initialized 549 | struct fwnode_reference_args args; | ^~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/cacheinfo.c: In function 'cache_get_line_size': /kisskb/src/drivers/base/cacheinfo.c:137:21: note: byref variable will be forcibly initialized 137 | u32 line_size; | ^~~~~~~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_get_phy_mode': /kisskb/src/drivers/base/property.c:892:21: note: byref variable will be forcibly initialized 892 | const char *pm; | ^~ /kisskb/src/drivers/base/property.c: In function 'fwnode_graph_get_endpoint_by_id': /kisskb/src/drivers/base/property.c:1123:40: note: byref variable will be forcibly initialized 1123 | struct fwnode_endpoint fwnode_ep = { 0 }; | ^~~~~~~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_connection_find_match': /kisskb/src/drivers/base/property.c:1290:15: note: byref variable will be forcibly initialized 1290 | void *ret; | ^~~ In file included from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:101: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'fwh_unlock_varsize': /kisskb/src/drivers/mtd/chips/fwh_lock.h:20:62: note: byref variable will be forcibly initialized 20 | #define FWH_XXLOCK_ONEBLOCK_UNLOCK ((struct fwh_xxlock_thunk){ FWH_UNLOCKED, FL_UNLOCKING}) | ^ /kisskb/src/drivers/mtd/chips/fwh_lock.h:96:26: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_UNLOCK' 96 | (void *)&FWH_XXLOCK_ONEBLOCK_UNLOCK); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'fwh_lock_varsize': /kisskb/src/drivers/mtd/chips/fwh_lock.h:19:62: note: byref variable will be forcibly initialized 19 | #define FWH_XXLOCK_ONEBLOCK_LOCK ((struct fwh_xxlock_thunk){ FWH_DENY_WRITE, FL_LOCKING}) | ^ /kisskb/src/drivers/mtd/chips/fwh_lock.h:85:26: note: in expansion of macro 'FWH_XXLOCK_ONEBLOCK_LOCK' 85 | (void *)&FWH_XXLOCK_ONEBLOCK_LOCK); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_erase_chip': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2421:18: note: byref variable will be forcibly initialized 2421 | map_word datum = map_word_ff(map); | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:23: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_write_buffer_wait': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:1959:43: note: byref variable will be forcibly initialized 1959 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_write_oneword_once': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:1679:43: note: byref variable will be forcibly initialized 1679 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'cfi_amdstd_write_buffers': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2160:24: note: byref variable will be forcibly initialized 2160 | size_t retlen_dregs = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'do_erase_oneblock': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:2521:18: note: byref variable will be forcibly initialized 2521 | map_word datum = map_word_ff(map); | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:23: /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'fixup_convert_atmel_pri': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:297:30: note: byref variable will be forcibly initialized 297 | struct cfi_pri_atmel atmel_pri; | ^~~~~~~~~ /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c: In function 'cfi_amdstd_lock_user_prot_reg': /kisskb/src/drivers/mtd/chips/cfi_cmdset_0002.c:1641:16: note: byref variable will be forcibly initialized 1641 | size_t retlen; | ^~~~~~ In file included from /kisskb/src/drivers/usb/common/common.c:13: /kisskb/src/drivers/usb/common/common.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_maximum_speed': /kisskb/src/drivers/usb/common/common.c:109:21: 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:21: 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:21: 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:21: 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:21: note: byref variable will be forcibly initialized 280 | const char *dr_mode; | ^~~~~~~ /kisskb/src/drivers/usb/common/common.c:279:32: 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:13: note: byref variable will be forcibly initialized 345 | u32 otg_rev; | ^~~~~~~ /kisskb/src/drivers/mfd/da903x.c: In function 'da9034_unmask_events': /kisskb/src/drivers/mfd/da903x.c:342:17: note: byref variable will be forcibly initialized 342 | uint8_t v[4]; | ^ /kisskb/src/drivers/mfd/da903x.c: In function 'da9034_mask_events': /kisskb/src/drivers/mfd/da903x.c:356:17: note: byref variable will be forcibly initialized 356 | uint8_t v[4]; | ^ /kisskb/src/drivers/mfd/da903x.c: In function 'da9030_unmask_events': /kisskb/src/drivers/mfd/da903x.c:265:17: note: byref variable will be forcibly initialized 265 | uint8_t v[3]; | ^ /kisskb/src/drivers/mfd/da903x.c: In function 'da9030_mask_events': /kisskb/src/drivers/mfd/da903x.c:278:17: note: byref variable will be forcibly initialized 278 | uint8_t v[3]; | ^ /kisskb/src/drivers/mfd/da903x.c: In function 'da9034_init_chip': /kisskb/src/drivers/mfd/da903x.c:309:17: note: byref variable will be forcibly initialized 309 | uint8_t chip_id; | ^~~~~~~ /kisskb/src/drivers/mfd/da903x.c: In function 'da9030_init_chip': /kisskb/src/drivers/mfd/da903x.c:248:17: note: byref variable will be forcibly initialized 248 | uint8_t chip_id; | ^~~~~~~ /kisskb/src/drivers/mfd/da903x.c: In function 'da9034_read_events': /kisskb/src/drivers/mfd/da903x.c:370:17: note: byref variable will be forcibly initialized 370 | uint8_t v[4] = {0, 0, 0, 0}; | ^ /kisskb/src/drivers/mfd/da903x.c: In function 'da9034_read_status': /kisskb/src/drivers/mfd/da903x.c:383:17: note: byref variable will be forcibly initialized 383 | uint8_t v[2] = {0, 0}; | ^ /kisskb/src/drivers/mfd/da903x.c: In function 'da9030_read_events': /kisskb/src/drivers/mfd/da903x.c:291:17: note: byref variable will be forcibly initialized 291 | uint8_t v[3] = {0, 0, 0}; | ^ /kisskb/src/drivers/mfd/da903x.c: In function 'da903x_irq_work': /kisskb/src/drivers/mfd/da903x.c:398:22: note: byref variable will be forcibly initialized 398 | unsigned int events = 0; | ^~~~~~ /kisskb/src/drivers/mfd/da903x.c: In function 'da903x_probe': /kisskb/src/drivers/mfd/da903x.c:496:22: note: byref variable will be forcibly initialized 496 | unsigned int tmp; | ^~~ /kisskb/src/drivers/mfd/da903x.c: In function 'da903x_set_bits': /kisskb/src/drivers/mfd/da903x.c:173:17: note: byref variable will be forcibly initialized 173 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/mfd/da903x.c: In function 'da903x_clr_bits': /kisskb/src/drivers/mfd/da903x.c:195:17: note: byref variable will be forcibly initialized 195 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/mfd/da903x.c: In function 'da903x_update': /kisskb/src/drivers/mfd/da903x.c:217:17: note: byref variable will be forcibly initialized 217 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/mfd/da903x.c: In function 'da903x_query_status': /kisskb/src/drivers/mfd/da903x.c:239:22: note: byref variable will be forcibly initialized 239 | unsigned int status = 0; | ^~~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_to_pipe_iter': /kisskb/src/lib/iov_iter.c:491:29: note: byref variable will be forcibly initialized 491 | unsigned int chunk, r; | ^ /kisskb/src/lib/iov_iter.c: In function 'copy_pipe_to_iter': /kisskb/src/lib/iov_iter.c:458:22: note: byref variable will be forcibly initialized 458 | unsigned int off, chunk; | ^~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_zero': /kisskb/src/lib/iov_iter.c:767:29: note: byref variable will be forcibly initialized 767 | unsigned int chunk, off; | ^~~ 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 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_get_pages': /kisskb/src/lib/iov_iter.c:1312:37: note: byref variable will be forcibly initialized 1312 | unsigned int npages, count, off, chunk; | ^~~ /kisskb/src/lib/iov_iter.c:1312:22: note: byref variable will be forcibly initialized 1312 | unsigned int npages, count, off, chunk; | ^~~~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function 'iter_xarray_populate_pages': /kisskb/src/lib/iov_iter.c:1341:18: note: byref variable will be forcibly initialized 1341 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_to_iter': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:524:9: note: in expansion of macro 'iterate_and_advance' 524 | 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:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:628:9: note: in expansion of macro 'iterate_and_advance' 628 | 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:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:643:9: note: in expansion of macro 'iterate_and_advance' 643 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/kernel/async.c:47: /kisskb/src/kernel/async.c: In function 'async_synchronize_cookie_domain': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/async.c:274:9: note: in expansion of macro 'wait_event' 274 | wait_event(async_done, lowest_in_progress(domain) >= cookie); | ^~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_zero': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:795:9: note: in expansion of macro 'iterate_and_advance' 795 | iterate_and_advance(i, bytes, base, len, count, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'copy_page_from_iter_atomic': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:817:9: note: in expansion of macro 'iterate_and_advance' 817 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra-super-cclk.c: In function 'cclk_super_determine_rate': /kisskb/src/drivers/clk/tegra/clk-tegra-super-cclk.c:74:23: note: byref variable will be forcibly initialized 74 | unsigned long pllp_rate; | ^~~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra-super-cclk.c: In function 'tegra_clk_register_super_cclk': /kisskb/src/drivers/clk/tegra/clk-tegra-super-cclk.c:130:30: note: byref variable will be forcibly initialized 130 | struct clk_init_data init; | ^~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_from_iter': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1530:9: note: in expansion of macro 'iterate_and_advance' 1530 | iterate_and_advance(i, bytes, base, len, off, ({ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1557:14: note: in expansion of macro 'iterate_and_advance' 1557 | else iterate_and_advance(i, bytes, base, len, off, ({ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1547:16: note: byref variable will be forcibly initialized 1547 | __wsum sum, next; | ^~~ /kisskb/src/lib/iov_iter.c: In function 'hash_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:1576:28: note: byref variable will be forcibly initialized 1576 | struct scatterlist sg; | ^~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_npages': /kisskb/src/lib/iov_iter.c:1643:21: note: byref variable will be forcibly initialized 1643 | int npages; | ^~~~~~ /kisskb/src/drivers/auxdisplay/line-display.c: In function 'scroll_step_ms_store': /kisskb/src/drivers/auxdisplay/line-display.c:167:22: note: byref variable will be forcibly initialized 167 | unsigned int ms; | ^~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:15, from /kisskb/src/arch/arm64/include/asm/pgtable.h:12, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/mtd/map.h:16, from /kisskb/src/include/linux/mtd/qinfo.h:5, from /kisskb/src/include/linux/mtd/pfow.h:8, from /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:14: /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'wait_for_ready': /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:171:43: note: byref variable will be forcibly initialized 171 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'lpddr_writev': /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:652:28: note: byref variable will be forcibly initialized 652 | unsigned long ofs, vec_seek, i; | ^~~~~~~~ /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'lpddr_write_buffers': /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:636:21: note: byref variable will be forcibly initialized 636 | struct kvec vec; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/mtd/mtd.h:13, from /kisskb/src/include/linux/mtd/qinfo.h:9, from /kisskb/src/include/linux/mtd/pfow.h:8, from /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:14: /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/pv88090-regulator.c: In function 'pv88090_buck_get_mode': /kisskb/src/drivers/regulator/pv88090-regulator.c:93:22: 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:16: 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:29: note: byref variable will be forcibly initialized 275 | unsigned int conf2, range, index; | ^~~~~ /kisskb/src/drivers/regulator/pv88090-regulator.c:275:22: note: byref variable will be forcibly initialized 275 | unsigned int conf2, range, index; | ^~~~~ In file included from /kisskb/src/drivers/mfd/da9052-core.c:19: /kisskb/src/drivers/mfd/da9052-core.c: In function 'da9052_reg_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:107:13: note: byref variable will be forcibly initialized 107 | int val, ret; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/kernel/trace/trace_events_filter.c:8: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'event_set_filter': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1677:9: note: in expansion of macro 'rcu_assign_pointer' 1677 | rcu_assign_pointer(file->filter, filter); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/trace/trace_events_filter.c:9: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/kernel/trace/trace_events_filter.c:8: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'process_preds': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1660:9: note: in expansion of macro 'rcu_assign_pointer' 1660 | rcu_assign_pointer(filter->prog, prog); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1634:13: note: byref variable will be forcibly initialized 1634 | int index; | ^~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1633:13: note: byref variable will be forcibly initialized 1633 | int nr_preds; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1632:13: note: byref variable will be forcibly initialized 1632 | int nr_parens; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'create_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1838:36: note: byref variable will be forcibly initialized 1838 | struct filter_parse_error *pe = 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/uaccess.h:8, from /kisskb/src/kernel/trace/trace_events_filter.c:8: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'process_system_preds': /kisskb/src/kernel/trace/trace_events_filter.c:1699:19: note: byref variable will be forcibly initialized 1699 | LIST_HEAD(filter_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'create_system_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1877:36: note: byref variable will be forcibly initialized 1877 | struct filter_parse_error *pe = NULL; | ^~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'filter_build_regex': /kisskb/src/kernel/trace/trace_events_filter.c:959:15: note: byref variable will be forcibly initialized 959 | char *search; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'parse_pred': /kisskb/src/kernel/trace/trace_events_filter.c:1260:13: note: byref variable will be forcibly initialized 1260 | u64 val; | ^~~ /kisskb/src/kernel/trace/trace_events_filter.c:1256:14: note: byref variable will be forcibly initialized 1256 | char num_buf[24]; /* Big enough to hold an address */ | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'apply_event_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1900:30: note: byref variable will be forcibly initialized 1900 | struct event_filter *filter = NULL; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'apply_subsystem_event_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1953:30: note: byref variable will be forcibly initialized 1953 | struct event_filter *filter = NULL; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/error_report.h:76, from /kisskb/src/kernel/trace/error_report-traces.c:9: /kisskb/src/kernel/trace/error_report-traces.c: In function 'trace_event_raw_event_error_report_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/error_report.h:49:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 49 | DECLARE_EVENT_CLASS(error_report_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/lib/llist.c:13: /kisskb/src/lib/llist.c: In function 'llist_del_first': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/llist.c:57:17: note: in expansion of macro 'smp_load_acquire' 57 | entry = smp_load_acquire(&head->first); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/clk/clk-gate_test.c:9: /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_register_test_hiword_invalid': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:112:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 112 | KUNIT_EXPECT_TRUE(test, IS_ERR(ret)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_alloc_ctx': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:142:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 142 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_is_disabled_inverted': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1017:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 1017 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1014:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE_MSG' 1014 | KUNIT_ASSERT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:439:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE' 439 | KUNIT_ASSERT_FALSE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:438:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 438 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, hw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_is_enabled_inverted': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:998:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 998 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:995:9: note: in expansion of macro 'KUNIT_ASSERT_TRUE_MSG' 995 | KUNIT_ASSERT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:424:9: note: in expansion of macro 'KUNIT_ASSERT_TRUE' 424 | KUNIT_ASSERT_TRUE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:423:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 423 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, hw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_is_disabled': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1017:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 1017 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1014:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE_MSG' 1014 | KUNIT_ASSERT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:409:9: note: in expansion of macro 'KUNIT_ASSERT_FALSE' 409 | KUNIT_ASSERT_FALSE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:408:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 408 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, hw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_is_enabled': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:998:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 998 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:995:9: note: in expansion of macro 'KUNIT_ASSERT_TRUE_MSG' 995 | KUNIT_ASSERT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:394:9: note: in expansion of macro 'KUNIT_ASSERT_TRUE' 394 | KUNIT_ASSERT_TRUE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:393:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 393 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, hw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_hiword_enable': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:326:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 326 | KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(parent)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:325:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 325 | KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(parent)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:324:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 324 | KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(hw)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:323:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 323 | KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:322:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 322 | KUNIT_EXPECT_EQ(test, enable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:320:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 320 | KUNIT_ASSERT_EQ(test, clk_prepare_enable(clk), 0); | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/linux/security.h:27, from /kisskb/src/kernel/trace/trace_events_trigger.c:8: /kisskb/src/kernel/trace/trace_events_trigger.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_invert_enable': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:253:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 253 | KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(parent)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:252:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 252 | KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(parent)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:251:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 251 | KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(hw)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:250:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 250 | KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:249:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 249 | KUNIT_EXPECT_EQ(test, enable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:247:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 247 | KUNIT_ASSERT_EQ(test, clk_prepare_enable(clk), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_enable': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:173:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 173 | KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(parent)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:172:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 172 | KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(parent)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:171:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 171 | KUNIT_EXPECT_TRUE(test, clk_hw_is_prepared(hw)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:170:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 170 | KUNIT_EXPECT_TRUE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:169:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 169 | KUNIT_EXPECT_EQ(test, enable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:167:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 167 | KUNIT_ASSERT_EQ(test, clk_prepare_enable(clk), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'set_trigger_filter': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:1078:9: note: in expansion of macro 'rcu_assign_pointer' 1078 | rcu_assign_pointer(data->filter, filter); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:1053:30: note: byref variable will be forcibly initialized 1053 | struct event_filter *filter = NULL, *tmp; | ^~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_hiword_disable': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:346:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 346 | KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(parent)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:345:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 345 | KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(parent)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:344:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 344 | KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(hw)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:343:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 343 | KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:342:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 342 | KUNIT_EXPECT_EQ(test, disable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:339:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 339 | KUNIT_ASSERT_EQ(test, enable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:338:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 338 | KUNIT_ASSERT_EQ(test, clk_prepare_enable(clk), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_invert_disable': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:273:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 273 | KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(parent)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:272:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 272 | KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(parent)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'trigger_process_regex': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:271:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 271 | KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(hw)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:247:25: note: byref variable will be forcibly initialized 247 | char *command, *next; | ^~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:270:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 270 | KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:269:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 269 | KUNIT_EXPECT_EQ(test, disable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:266:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 266 | KUNIT_ASSERT_EQ(test, enable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:265:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 265 | KUNIT_ASSERT_EQ(test, clk_prepare_enable(clk), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_disable': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:193:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 193 | KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(parent)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:192:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 192 | KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(parent)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:191:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 191 | KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(hw)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:190:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 190 | KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(hw)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:189:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 189 | KUNIT_EXPECT_EQ(test, disable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:186:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 186 | KUNIT_ASSERT_EQ(test, enable_val, ctx->fake_reg); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1034:9: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 1034 | KUNIT_ASSERT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:185:9: note: in expansion of macro 'KUNIT_ASSERT_EQ' 185 | KUNIT_ASSERT_EQ(test, clk_prepare_enable(clk), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_hiword_init': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:369:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 369 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, hw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:364:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 364 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_invert_init': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:297:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 297 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, hw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:291:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 291 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'event_enable_trigger_parse': /kisskb/src/kernel/trace/trace_events_trigger.c:1727:23: note: byref variable will be forcibly initialized 1727 | char *param, *filter; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:1727:15: note: byref variable will be forcibly initialized 1727 | char *param, *filter; | ^~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'event_trigger_parse': /kisskb/src/kernel/trace/trace_events_trigger.c:984:23: note: byref variable will be forcibly initialized 984 | char *param, *filter; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:984:15: note: byref variable will be forcibly initialized 984 | char *param, *filter; | ^~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_init': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:216:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 216 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, hw); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:212:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 212 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_test_parent_rate': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:156:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 156 | KUNIT_EXPECT_EQ(test, prate, rate); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_register_test_parent_hw': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:744:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 744 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:741:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 741 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:99:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 99 | KUNIT_EXPECT_PTR_EQ(test, parent, clk_hw_get_parent(ret)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:98:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 98 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ret); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:94:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 94 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_register_test_parent_data_legacy': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:744:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 744 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:741:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 741 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:81:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 81 | KUNIT_EXPECT_PTR_EQ(test, parent, clk_hw_get_parent(ret)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:80:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 80 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ret); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:75:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 75 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_register_test_parent_data': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:744:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 744 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:741:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 741 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:61:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 61 | KUNIT_EXPECT_PTR_EQ(test, parent, clk_hw_get_parent(ret)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:60:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 60 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ret); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:55:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 55 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_register_test_parent_names': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:744:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 744 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:741:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 741 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:41:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 41 | KUNIT_EXPECT_PTR_EQ(test, parent, clk_hw_get_parent(ret)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:40:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 40 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ret); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:36:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 36 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, parent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c: In function 'clk_gate_register_test_dev': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:23:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 23 | KUNIT_EXPECT_EQ(test, 0UL, clk_hw_get_flags(ret)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:638:9: note: in expansion of macro 'KUNIT_ASSERTION' 638 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:891:9: note: in expansion of macro 'KUNIT_BINARY_STR_ASSERTION' 891 | KUNIT_BINARY_STR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:888:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ_MSG' 888 | KUNIT_EXPECT_STREQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:22:9: note: in expansion of macro 'KUNIT_EXPECT_STREQ' 22 | KUNIT_EXPECT_STREQ(test, "test_gate", clk_hw_get_name(ret)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:21:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 21 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ret); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:658:9: note: in expansion of macro 'KUNIT_ASSERTION' 658 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1283:9: note: in expansion of macro 'KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION' 1283 | KUNIT_PTR_NOT_ERR_OR_NULL_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1280:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG' 1280 | KUNIT_ASSERT_NOT_ERR_OR_NULL_MSG(test, ptr, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-gate_test.c:17:9: note: in expansion of macro 'KUNIT_ASSERT_NOT_ERR_OR_NULL' 17 | KUNIT_ASSERT_NOT_ERR_OR_NULL(test, pdev); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/swnode.c:9: /kisskb/src/drivers/base/swnode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'f_start': /kisskb/src/kernel/trace/trace_events.c:1604:16: note: byref variable will be forcibly initialized 1604 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace_events.c: In function 's_start': /kisskb/src/kernel/trace/trace_events.c:1259:16: note: byref variable will be forcibly initialized 1259 | loff_t l; | ^ /kisskb/src/kernel/trace/trace_events.c: In function 't_start': /kisskb/src/kernel/trace/trace_events.c:1226:16: note: byref variable will be forcibly initialized 1226 | loff_t l; | ^ /kisskb/src/drivers/base/swnode.c: In function 'software_node_get_reference_args': /kisskb/src/drivers/base/swnode.c:503:13: note: byref variable will be forcibly initialized 503 | u32 nargs_prop_val; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_enable_read': /kisskb/src/kernel/trace/trace_events.c:1366:14: note: byref variable will be forcibly initialized 1366 | char buf[4] = "0"; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'system_enable_read': /kisskb/src/kernel/trace/trace_events.c:1436:14: note: byref variable will be forcibly initialized 1436 | char buf[2]; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_enable_write': /kisskb/src/kernel/trace/trace_events.c:1395:23: note: byref variable will be forcibly initialized 1395 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'system_enable_write': /kisskb/src/kernel/trace/trace_events.c:1480:23: note: byref variable will be forcibly initialized 1480 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'trace_create_new_event': /kisskb/src/kernel/trace/trace_events.c:2774:22: note: byref variable will be forcibly initialized 2774 | unsigned int first; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/kernel/trace/trace_events.c:14: /kisskb/src/kernel/trace/trace_events.c: In function '__ftrace_clear_event_pids': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:902:17: note: in expansion of macro 'rcu_assign_pointer' 902 | rcu_assign_pointer(tr->filtered_no_pids, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:899:17: note: in expansion of macro 'rcu_assign_pointer' 899 | rcu_assign_pointer(tr->filtered_pids, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_pid_write': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1981:17: note: in expansion of macro 'rcu_assign_pointer' 1981 | rcu_assign_pointer(tr->filtered_no_pids, pid_list); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1979:17: note: in expansion of macro 'rcu_assign_pointer' 1979 | rcu_assign_pointer(tr->filtered_pids, pid_list); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1949:32: note: byref variable will be forcibly initialized 1949 | struct trace_pid_list *pid_list; | ^~~~~~~~ /kisskb/src/kernel/regset.c: In function 'copy_regset_to_user': /kisskb/src/kernel/regset.c:68:15: note: byref variable will be forcibly initialized 68 | void *buf; | ^~~ /kisskb/src/drivers/dma-buf/dma-heap.c: In function 'dma_heap_ioctl': /kisskb/src/drivers/dma-buf/dma-heap.c:129:14: note: byref variable will be forcibly initialized 129 | char stack_kdata[128]; | ^~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-heap.c: In function 'dma_heap_add': /kisskb/src/drivers/dma-buf/dma-heap.c:223:22: note: byref variable will be forcibly initialized 223 | unsigned int minor; | ^~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'ftrace_event_write': /kisskb/src/kernel/trace/trace_events.c:1163:29: note: byref variable will be forcibly initialized 1163 | struct trace_parser parser; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/auxdisplay/panel.c:36: /kisskb/src/drivers/auxdisplay/panel.c: In function 'keypad_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/auxdisplay/panel.c:1034:21: note: in expansion of macro 'wait_event_interruptible' 1034 | if (wait_event_interruptible(keypad_read_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/auxdisplay/panel.c: In function 'set_ctrl_bits': /kisskb/src/drivers/auxdisplay/panel.c:602:13: note: byref variable will be forcibly initialized 602 | int val; | ^~~ /kisskb/src/drivers/auxdisplay/panel.c: In function 'set_data_bits': /kisskb/src/drivers/auxdisplay/panel.c:591:13: note: byref variable will be forcibly initialized 591 | int val; | ^~~ /kisskb/src/drivers/auxdisplay/panel.c: In function 'input_name2mask': /kisskb/src/drivers/auxdisplay/panel.c:1380:20: note: byref variable will be forcibly initialized 1380 | const char sigtab[] = "EeSsPpAaBb"; | ^~~~~~ /kisskb/src/drivers/auxdisplay/panel.c: In function 'panel_attach': /kisskb/src/drivers/auxdisplay/panel.c:1523:26: note: byref variable will be forcibly initialized 1523 | struct pardev_cb panel_cb; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'early_enable_events': /kisskb/src/kernel/trace/trace_events.c:3686:15: note: byref variable will be forcibly initialized 3686 | char *buf = bootup_event_buf; | ^~~ /kisskb/src/drivers/mtd/devices/slram.c: In function 'parse_cmdline': /kisskb/src/drivers/mtd/devices/slram.c:226:15: note: byref variable will be forcibly initialized 226 | char *buffer; | ^~~~~~ /kisskb/src/kernel/reboot.c: In function 'cpu_store': /kisskb/src/kernel/reboot.c:1208:22: note: byref variable will be forcibly initialized 1208 | unsigned int cpunum; | ^~~~~~ /kisskb/src/drivers/clk/clk-composite.c: In function 'clk_composite_determine_rate': /kisskb/src/drivers/clk/clk-composite.c:107:49: note: byref variable will be forcibly initialized 107 | struct clk_rate_request tmp_req = *req; | ^~~~~~~ /kisskb/src/drivers/clk/clk-composite.c:88:49: note: byref variable will be forcibly initialized 88 | struct clk_rate_request tmp_req = *req; | ^~~~~~~ /kisskb/src/kernel/reboot.c: In function '__do_sys_reboot': /kisskb/src/kernel/reboot.c:687:14: note: byref variable will be forcibly initialized 687 | char buffer[256]; | ^~~~~~ /kisskb/src/drivers/auxdisplay/lcd2s.c: In function 'lcd2s_redefine_char': /kisskb/src/drivers/auxdisplay/lcd2s.c:229:12: note: byref variable will be forcibly initialized 229 | u8 buf[LCD2S_CHARACTER_SIZE + 2] = { LCD2S_CMD_DEF_CUSTOM_CHAR }; | ^~~ /kisskb/src/drivers/auxdisplay/lcd2s.c: In function 'lcd2s_gotoxy': /kisskb/src/drivers/auxdisplay/lcd2s.c:109:12: note: byref variable will be forcibly initialized 109 | u8 buf[3] = { LCD2S_CMD_CUR_POS, y + 1, x + 1 }; | ^~~ /kisskb/src/drivers/auxdisplay/lcd2s.c: In function 'lcd2s_print': /kisskb/src/drivers/auxdisplay/lcd2s.c:100:12: note: byref variable will be forcibly initialized 100 | u8 buf[2] = { LCD2S_CMD_WRITE, c }; | ^~~ 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/regmap/regmap-irq.c:9: /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | 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:89:13: note: byref variable will be forcibly initialized 89 | u32 val; | ^~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'regmap_irq_thread': /kisskb/src/drivers/base/regmap/regmap-irq.c:472:45: note: byref variable will be forcibly initialized 472 | const unsigned long mreg = data->main_status_buf[i]; | ^~~~ /kisskb/src/drivers/gpu/host1x/mipi.c: In function 'tegra_mipi_request': /kisskb/src/drivers/gpu/host1x/mipi.c:213:32: note: byref variable will be forcibly initialized 213 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'devm_regmap_add_irq_chip_fwnode': /kisskb/src/drivers/base/regmap/regmap-irq.c:1185:45: note: byref variable will be forcibly initialized 1185 | struct regmap_irq_chip_data **ptr, *d; | ^ /kisskb/src/drivers/usb/phy/of.c: In function 'of_usb_get_phy_mode': /kisskb/src/drivers/usb/phy/of.c:30:21: note: byref variable will be forcibly initialized 30 | const char *phy_type; | ^~~~~~~~ /kisskb/src/drivers/mfd/da9052-i2c.c: In function 'da9052_i2c_fix': /kisskb/src/drivers/mfd/da9052-i2c.c:60:13: note: byref variable will be forcibly initialized 60 | int val; | ^~~ /kisskb/src/drivers/mfd/da9052-i2c.c: In function 'da9052_i2c_disable_multiwrite': /kisskb/src/drivers/mfd/da9052-i2c.c:91:13: note: byref variable will be forcibly initialized 91 | int reg_val, ret; | ^~~~~~~ In file included from /kisskb/src/drivers/base/soc.c:11: /kisskb/src/drivers/base/soc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/lp8788.c: In function 'lp8788_read_byte': /kisskb/src/drivers/mfd/lp8788.c:125:22: note: byref variable will be forcibly initialized 125 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hsi/hsi.h:13, from /kisskb/src/drivers/hsi/hsi_boardinfo.c:9: /kisskb/src/drivers/hsi/hsi_boardinfo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_legacy.c: In function 'nand_write_byte16': /kisskb/src/drivers/mtd/nand/raw/nand_legacy.c:88:18: note: byref variable will be forcibly initialized 88 | uint16_t word = byte; | ^~~~ /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:147:22: note: byref variable will be forcibly initialized 147 | unsigned int data; | ^~~~ /kisskb/src/kernel/ucount.c: In function 'put_ucounts': /kisskb/src/kernel/ucount.c:209:23: note: byref variable will be forcibly initialized 209 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c: In function 'attiny_i2c_read': /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c:253:12: note: byref variable will be forcibly initialized 253 | u8 data_buf[1] = { 0, }; | ^~~~~~~~ /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c:252:12: note: byref variable will be forcibly initialized 252 | u8 addr_buf[1] = { reg }; | ^~~~~~~~ /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c:251:24: note: byref variable will be forcibly initialized 251 | struct i2c_msg msgs[1]; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/nand_legacy.c: In function 'nand_wait_status_ready': /kisskb/src/drivers/mtd/nand/raw/nand_legacy.c:227:20: note: byref variable will be forcibly initialized 227 | u8 status; | ^~~~~~ /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c: In function 'attiny_i2c_probe': /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c:294:22: note: byref variable will be forcibly initialized 294 | unsigned int data; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/nand_legacy.c: In function 'nand_wait': /kisskb/src/drivers/mtd/nand/raw/nand_legacy.c:537:12: note: byref variable will be forcibly initialized 537 | u8 status; | ^~~~~~ /kisskb/src/drivers/auxdisplay/charlcd.c: In function 'parse_xy': /kisskb/src/drivers/auxdisplay/charlcd.c:159:15: note: byref variable will be forcibly initialized 159 | char *p; | ^ /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'tegra210_enable_pllu': /kisskb/src/drivers/clk/tegra/clk-tegra210.c:2895:30: note: byref variable will be forcibly initialized 2895 | struct tegra_clk_pll pllu; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'tegra210_pll_fixed_mdiv_cfg': /kisskb/src/drivers/clk/tegra/clk-tegra210.c:1486:13: note: byref variable will be forcibly initialized 1486 | u32 pdiv; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_lp_exec_read_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1191:31: note: byref variable will be forcibly initialized 1191 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1182:12: note: byref variable will be forcibly initialized 1182 | u8 addrs[5]; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_sp_exec_read_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1148:31: note: byref variable will be forcibly initialized 1148 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1140:12: note: byref variable will be forcibly initialized 1140 | u8 addrs[4]; | ^~~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/tegra/clk-tegra210.c:9: /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_exec_prog_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1426:31: note: byref variable will be forcibly initialized 1426 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1411:12: note: byref variable will be forcibly initialized 1411 | u8 addrs[5] = {}; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_get_features_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1958:39: note: byref variable will be forcibly initialized 1958 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1949:38: note: byref variable will be forcibly initialized 1949 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1943:28: note: byref variable will be forcibly initialized 1943 | u8 *params = data, ddrbuf[ONFI_SUBFEATURE_PARAM_LEN * 2]; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_set_features_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1909:39: note: byref variable will be forcibly initialized 1909 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1899:38: note: byref variable will be forcibly initialized 1899 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'tegra210_pllx_set_defaults': /kisskb/src/drivers/clk/tegra/clk-tegra210.c:1177:21: note: byref variable will be forcibly initialized 1177 | u32 step_a, step_b; | ^~~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra210.c:1177:13: note: byref variable will be forcibly initialized 1177 | u32 step_a, step_b; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/nand/raw/nand_base.c:28: /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | 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/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mtd/nand/raw/nand_base.c:28: /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_get_device': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:352:17: note: in expansion of macro 'wait_event' 352 | wait_event(chip->resume_wq, !chip->suspended); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mtd/mtd.h:13, from /kisskb/src/drivers/mtd/nand/raw/nand_base.c:36: /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'of_get_nand_bus_width': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5276:13: note: byref variable will be forcibly initialized 5276 | u32 val; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'of_get_rawnand_ecc_engine_type_legacy': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5197:21: note: byref variable will be forcibly initialized 5197 | const char *pm; | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'of_get_rawnand_ecc_algo_legacy': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5244:21: note: byref variable will be forcibly initialized 5244 | const char *pm; | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'of_get_rawnand_ecc_placement_legacy': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5230:21: note: byref variable will be forcibly initialized 5230 | const char *pm; | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_wait_rdy_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1991:39: note: byref variable will be forcibly initialized 1991 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1987:38: note: byref variable will be forcibly initialized 1987 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_op_parser_match_pat': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2252:22: note: byref variable will be forcibly initialized 2252 | unsigned int instr_offset = ctx->subop.first_instr_start_off; | ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_read_param_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1287:39: note: byref variable will be forcibly initialized 1287 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1279:38: note: byref variable will be forcibly initialized 1279 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_change_read_column_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1343:39: note: byref variable will be forcibly initialized 1343 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1336:38: note: byref variable will be forcibly initialized 1336 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1335:20: note: byref variable will be forcibly initialized 1335 | u8 addrs[2] = {}; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_change_write_column_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1650:39: note: byref variable will be forcibly initialized 1650 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1645:38: note: byref variable will be forcibly initialized 1645 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1644:20: note: byref variable will be forcibly initialized 1644 | u8 addrs[2]; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_readid_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1705:39: note: byref variable will be forcibly initialized 1705 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1699:38: note: byref variable will be forcibly initialized 1699 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_status_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1764:39: note: byref variable will be forcibly initialized 1764 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1759:38: note: byref variable will be forcibly initialized 1759 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1758:20: note: byref variable will be forcibly initialized 1758 | u8 ddrstatus[2]; | ^~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_check_wp': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:365:12: note: byref variable will be forcibly initialized 365 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_prog_page_end_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1531:39: note: byref variable will be forcibly initialized 1531 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1525:38: note: byref variable will be forcibly initialized 1525 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1520:12: note: byref variable will be forcibly initialized 1520 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_prog_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1574:12: note: byref variable will be forcibly initialized 1574 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_exit_status_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1808:39: note: byref variable will be forcibly initialized 1808 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1805:38: note: byref variable will be forcibly initialized 1805 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_erase_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1848:39: note: byref variable will be forcibly initialized 1848 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1840:38: note: byref variable will be forcibly initialized 1840 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1839:20: note: byref variable will be forcibly initialized 1839 | u8 addrs[3] = { page, page >> 8, page >> 16 }; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1834:12: note: byref variable will be forcibly initialized 1834 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_reset_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2026:39: note: byref variable will be forcibly initialized 2026 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2020:38: note: byref variable will be forcibly initialized 2020 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_read_data_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2064:39: note: byref variable will be forcibly initialized 2064 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2061:38: note: byref variable will be forcibly initialized 2061 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra124-dfll-fcpu.c: In function 'tegra124_dfll_fcpu_probe': /kisskb/src/drivers/clk/tegra/clk-tegra124-dfll-fcpu.c:558:31: note: byref variable will be forcibly initialized 558 | struct rail_alignment align; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_soft_waitrdy': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:656:12: note: byref variable will be forcibly initialized 656 | u8 status = 0; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'panic_nand_wait': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:761:28: note: byref variable will be forcibly initialized 761 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'panic_nand_write': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:4388:28: note: byref variable will be forcibly initialized 4388 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_write_data_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2145:39: note: byref variable will be forcibly initialized 2145 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2142:38: note: byref variable will be forcibly initialized 2142 | struct nand_op_instr instrs[] = { | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/kernel/groups.c:7: /kisskb/src/kernel/groups.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/groups.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_write_oob_syndrome': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:3686:42: note: byref variable will be forcibly initialized 3686 | uint32_t fill = 0xFFFFFFFF; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_op_parser_exec_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2405:51: note: byref variable will be forcibly initialized 2405 | struct nand_op_parser_ctx test_ctx = ctx; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2401:43: note: byref variable will be forcibly initialized 2401 | struct nand_op_parser_ctx best_ctx; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_setup_interface': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:840:12: note: byref variable will be forcibly initialized 840 | u8 tmode_param[ONFI_SUBFEATURE_PARAM_LEN] = { }, request; | ^~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_default_block_markbad': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:505:17: note: byref variable will be forcibly initialized 505 | uint8_t buf[2] = { 0, 0 }; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:504:28: note: byref variable will be forcibly initialized 504 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_read_subpage': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:3004:31: note: byref variable will be forcibly initialized 3004 | struct mtd_oob_region oobregion = { }; | ^~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:3002:20: note: byref variable will be forcibly initialized 3002 | int index, section = 0; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_block_markbad_lowlevel': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:573:35: note: byref variable will be forcibly initialized 573 | struct erase_info einfo; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_scan_ident': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5474:20: note: byref variable will be forcibly initialized 5474 | u8 id[2]; | ^~ In file included from /kisskb/src/drivers/dma-buf/sync_file.c:8: /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_merge': /kisskb/src/include/linux/dma-fence-unwrap.h:70:41: note: byref variable will be forcibly initialized 70 | struct dma_fence_unwrap __c[ARRAY_SIZE(__f)]; \ | ^~~ /kisskb/src/drivers/dma-buf/sync_file.c:169:17: note: in expansion of macro 'dma_fence_unwrap_merge' 169 | fence = dma_fence_unwrap_merge(a->fence, b->fence); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dma-fence-unwrap.h:69:35: note: byref variable will be forcibly initialized 69 | struct dma_fence *__f[] = { __VA_ARGS__ }; \ | ^~~ /kisskb/src/drivers/dma-buf/sync_file.c:169:17: note: in expansion of macro 'dma_fence_unwrap_merge' 169 | fence = dma_fence_unwrap_merge(a->fence, b->fence); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_ioctl_merge': /kisskb/src/drivers/dma-buf/sync_file.c:213:32: note: byref variable will be forcibly initialized 213 | 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:287:31: note: byref variable will be forcibly initialized 287 | struct sync_file_info info; | ^~~~ /kisskb/src/drivers/dma-buf/sync_file.c:286:33: note: byref variable will be forcibly initialized 286 | struct dma_fence_unwrap iter; | ^~~~ /kisskb/src/drivers/mtd/devices/phram.c: In function 'phram_setup': /kisskb/src/drivers/mtd/devices/phram.c:266:18: note: byref variable will be forcibly initialized 266 | uint64_t erasesize = PAGE_SIZE; | ^~~~~~~~~ /kisskb/src/drivers/mtd/devices/phram.c:265:18: note: byref variable will be forcibly initialized 265 | uint64_t len; | ^~~ /kisskb/src/drivers/mtd/devices/phram.c:264:18: note: byref variable will be forcibly initialized 264 | uint64_t start; | ^~~~~ /kisskb/src/drivers/mtd/devices/phram.c:263:15: note: byref variable will be forcibly initialized 263 | char *name; | ^~~~ /kisskb/src/drivers/mtd/devices/phram.c:261:39: note: byref variable will be forcibly initialized 261 | char buf[64 + 20 + 20 + 20], *str = buf; | ^~~ /kisskb/src/drivers/mtd/devices/phram.c:261:14: note: byref variable will be forcibly initialized 261 | char buf[64 + 20 + 20 + 20], *str = buf; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/lib/percpu-refcount.c:4: /kisskb/src/lib/percpu-refcount.c: In function '__percpu_ref_switch_to_percpu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:260:9: note: in expansion of macro 'smp_store_release' 260 | smp_store_release(&ref->percpu_count_ptr, | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/lib/percpu-refcount.c:5: /kisskb/src/lib/percpu-refcount.c: In function '__percpu_ref_switch_mode': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:974:15: note: in expansion of macro '___wait_event' 974 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1034:9: note: in expansion of macro '__wait_event_lock_irq' 1034 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:276:9: note: in expansion of macro 'wait_event_lock_irq' 276 | wait_event_lock_irq(percpu_ref_switch_waitq, !data->confirm_switch, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_switch_to_atomic_sync': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:330:9: note: in expansion of macro 'wait_event' 330 | wait_event(percpu_ref_switch_waitq, !ref->data->confirm_switch); | ^~~~~~~~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/kfifo.c: In function '__kfifo_out_peek_r': /kisskb/src/lib/kfifo.c:467:22: 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:22: note: byref variable will be forcibly initialized 479 | unsigned int n; | ^ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_transfer': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:63:35: note: byref variable will be forcibly initialized 63 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:62:32: note: byref variable will be forcibly initialized 62 | struct mrq_clk_request request; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_get_max_id': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:316:39: note: byref variable will be forcibly initialized 316 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:315:48: note: byref variable will be forcibly initialized 315 | struct cmd_clk_get_max_clk_id_response response; | ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_get_info': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:338:39: note: byref variable will be forcibly initialized 338 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:337:46: note: byref variable will be forcibly initialized 337 | struct cmd_clk_get_all_info_response response; | ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_recalc_rate': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:149:39: note: byref variable will be forcibly initialized 149 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:148:41: note: byref variable will be forcibly initialized 148 | struct cmd_clk_get_rate_request request; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:147:42: note: byref variable will be forcibly initialized 147 | struct cmd_clk_get_rate_response response; | ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_is_prepared': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:127:39: note: byref variable will be forcibly initialized 127 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:126:44: note: byref variable will be forcibly initialized 126 | struct cmd_clk_is_enabled_response response; | ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_prepare': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:98:39: note: byref variable will be forcibly initialized 98 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_determine_rate': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:173:39: note: byref variable will be forcibly initialized 173 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:172:43: note: byref variable will be forcibly initialized 172 | struct cmd_clk_round_rate_request request; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:171:44: note: byref variable will be forcibly initialized 171 | struct cmd_clk_round_rate_response response; | ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_set_rate': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:261:39: note: byref variable will be forcibly initialized 261 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:260:41: note: byref variable will be forcibly initialized 260 | struct cmd_clk_set_rate_request request; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:259:42: note: byref variable will be forcibly initialized 259 | struct cmd_clk_set_rate_response response; | ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_set_parent': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:204:39: note: byref variable will be forcibly initialized 204 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:203:43: note: byref variable will be forcibly initialized 203 | struct cmd_clk_set_parent_request request; | ^~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:202:44: note: byref variable will be forcibly initialized 202 | struct cmd_clk_set_parent_response response; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/clk/tegra/clk-bpmp.c:7: /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/clk/tegra/clk-bpmp.c:7: /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_register': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:490:30: note: byref variable will be forcibly initialized 490 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_unprepare': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:110:39: note: byref variable will be forcibly initialized 110 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_clk_get_parent': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:231:39: note: byref variable will be forcibly initialized 231 | struct tegra_bpmp_clk_message msg; | ^~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c:230:44: note: byref variable will be forcibly initialized 230 | struct cmd_clk_get_parent_response response; | ^~~~~~~~ /kisskb/src/drivers/clk/tegra/clk-bpmp.c: In function 'tegra_bpmp_init_clocks': /kisskb/src/drivers/clk/tegra/clk-bpmp.c:646:37: note: byref variable will be forcibly initialized 646 | struct tegra_bpmp_clk_info *clocks; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/power.h:557, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(cpu, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu_idle_miss': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(cpu_idle_miss, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_powernv_throttle': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_pstate_sample': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu_frequency_limits': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:174:1: note: in expansion of macro 'TRACE_EVENT' 174 | TRACE_EVENT(cpu_frequency_limits, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_suspend_resume': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | TRACE_EVENT(suspend_resume, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_wakeup_source': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 270 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 270 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_clock': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:308:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 308 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:308:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 308 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_power_domain': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:354:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 354 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:354:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 354 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu_latency_qos_request': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:386:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 386 | DECLARE_EVENT_CLASS(cpu_latency_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_pm_qos_update': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:428:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 428 | DECLARE_EVENT_CLASS(pm_qos_update, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_dev_pm_qos_request': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:475:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 475 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:475:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 475 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_guest_halt_poll_ns': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:526:1: note: in expansion of macro 'TRACE_EVENT' 526 | TRACE_EVENT(guest_halt_poll_ns, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_device_pm_callback_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ /kisskb/src/drivers/clk/clk-fractional-divider.c: In function 'clk_fd_set_rate': /kisskb/src/drivers/clk/clk-fractional-divider.c:156:26: note: byref variable will be forcibly initialized 156 | unsigned long m, n; | ^ /kisskb/src/drivers/clk/clk-fractional-divider.c:156:23: note: byref variable will be forcibly initialized 156 | unsigned long m, n; | ^ /kisskb/src/drivers/clk/clk-fractional-divider.c: In function 'clk_fd_round_rate': /kisskb/src/drivers/clk/clk-fractional-divider.c:134:26: note: byref variable will be forcibly initialized 134 | unsigned long m, n; | ^ /kisskb/src/drivers/clk/clk-fractional-divider.c:134:23: note: byref variable will be forcibly initialized 134 | 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:30: note: byref variable will be forcibly initialized 199 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/kernel/kmod.c:4: /kisskb/src/kernel/kmod.c: In function '__request_module': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:936:9: note: in expansion of macro '___wait_event' 936 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:967:25: note: in expansion of macro '__wait_event_killable_timeout' 967 | __ret = __wait_event_killable_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kmod.c:155:23: note: in expansion of macro 'wait_event_killable_timeout' 155 | ret = wait_event_killable_timeout(kmod_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kmod.c:127:14: note: byref variable will be forcibly initialized 127 | char module_name[MODULE_NAME_LEN]; | ^~~~~~~~~~~ /kisskb/src/kernel/kmod.c:126:17: note: byref variable will be forcibly initialized 126 | va_list args; | ^~~~ 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/lp8788-irq.c: In function 'lp8788_irq_handler': /kisskb/src/drivers/mfd/lp8788-irq.c:110:12: note: byref variable will be forcibly initialized 110 | u8 status[NUM_REGS], addr, mask; | ^~~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra210-emc.c: In function 'tegra210_clk_register_emc': /kisskb/src/drivers/clk/tegra/clk-tegra210-emc.c:270:30: note: byref variable will be forcibly initialized 270 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/lib/rhashtable.c:14: /kisskb/src/lib/rhashtable.c: In function 'rht_assign_locked': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:391:9: note: in expansion of macro 'rcu_assign_pointer' 391 | rcu_assign_pointer(*bkt, (void *)((unsigned long)obj | BIT(0))); | ^~~~~~~~~~~~~~~~~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/lib/rhashtable.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/lib/rhashtable.c:14: /kisskb/src/lib/rhashtable.c: In function 'rht_assign_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rhashtable.h:401:9: note: in expansion of macro 'rcu_assign_pointer' 401 | rcu_assign_pointer(*bkt, (void *)obj); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rpm.h:107, from /kisskb/src/kernel/trace/rpm-traces.c:16: /kisskb/src/kernel/trace/rpm-traces.c: In function 'trace_event_raw_event_rpm_internal': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(rpm_internal, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(rpm_internal, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_lookup_one': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:524:25: note: in expansion of macro 'rcu_assign_pointer' 524 | rcu_assign_pointer(*pprev, obj); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:492:39: note: byref variable will be forcibly initialized 492 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/kernel/trace/rpm-traces.c: In function 'trace_event_raw_event_rpm_return_int': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(rpm_return_int, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(rpm_return_int, | ^~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/lib/rhashtable.c:14: /kisskb/src/lib/rhashtable.c: In function 'rhashtable_rehash_one': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:265:17: note: in expansion of macro 'rcu_assign_pointer' 265 | rcu_assign_pointer(*pprev, next); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c: In function 'rhashtable_rehash_table': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/rhashtable.c:332:9: note: in expansion of macro 'rcu_assign_pointer' 332 | rcu_assign_pointer(ht->tbl, new_tbl); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_kdb.c: In function 'kdb_ftdump': /kisskb/src/kernel/trace/trace_kdb.c:99:15: note: byref variable will be forcibly initialized 99 | char *cp; | ^~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_count_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1915:31: note: byref variable will be forcibly initialized 1915 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_bitflip_threshold_store': /kisskb/src/drivers/mtd/mtdcore.c:249:22: note: byref variable will be forcibly initialized 249 | unsigned int bitflip_threshold; | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/dma-buf/udmabuf.c:3: /kisskb/src/drivers/dma-buf/udmabuf.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_check_of_node': /kisskb/src/drivers/mtd/mtdcore.c:552:21: note: byref variable will be forcibly initialized 552 | const char *pname, *prefix = "partition-"; | ^~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_add': /kisskb/src/drivers/mtd/mtdcore.c:519:29: note: byref variable will be forcibly initialized 519 | struct nvmem_config config = {}; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_get_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1836:13: note: byref variable will be forcibly initialized 1836 | int section, ret; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c:1835:31: note: byref variable will be forcibly initialized 1835 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_set_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1879:13: note: byref variable will be forcibly initialized 1879 | int section, ret; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c:1878:31: note: byref variable will be forcibly initialized 1878 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/dma-buf/udmabuf.c: In function 'udmabuf_ioctl_create': /kisskb/src/drivers/dma-buf/udmabuf.c:300:36: note: byref variable will be forcibly initialized 300 | struct udmabuf_create_item list; | ^~~~ /kisskb/src/drivers/dma-buf/udmabuf.c:299:36: note: byref variable will be forcibly initialized 299 | struct udmabuf_create_list head; | ^~~~ /kisskb/src/drivers/dma-buf/udmabuf.c:298:31: note: byref variable will be forcibly initialized 298 | struct udmabuf_create create; | ^~~~~~ /kisskb/src/drivers/dma-buf/udmabuf.c: In function 'udmabuf_ioctl_create_list': /kisskb/src/drivers/dma-buf/udmabuf.c:317:36: note: byref variable will be forcibly initialized 317 | struct udmabuf_create_list head; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_io_emulated_slc': /kisskb/src/drivers/mtd/mtdcore.c:1554:33: note: byref variable will be forcibly initialized 1554 | struct mtd_pairing_info info; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c:1552:28: note: byref variable will be forcibly initialized 1552 | struct mtd_oob_ops adjops = *ops; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_erase': /kisskb/src/drivers/mtd/mtdcore.c:1295:27: note: byref variable will be forcibly initialized 1295 | struct erase_info adjinstr; | ^~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_get_unmapped_area': /kisskb/src/drivers/mtd/mtdcore.c:1387:15: note: byref variable will be forcibly initialized 1387 | void *virt; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c:1386:16: note: byref variable will be forcibly initialized 1386 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_read_oob': /kisskb/src/drivers/mtd/mtdcore.c:1612:30: note: byref variable will be forcibly initialized 1612 | struct mtd_ecc_stats old_stats = master->ecc_stats; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_reg_read': /kisskb/src/drivers/mtd/mtdcore.c:506:16: note: byref variable will be forcibly initialized 506 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'default_mtd_writev': /kisskb/src/drivers/mtd/mtdcore.c:2282:28: note: byref variable will be forcibly initialized 2282 | size_t totlen = 0, thislen; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_fact_otp_reg_read': /kisskb/src/drivers/mtd/mtdcore.c:923:16: note: byref variable will be forcibly initialized 923 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_otp_size': /kisskb/src/drivers/mtd/mtdcore.c:842:16: note: byref variable will be forcibly initialized 842 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_user_otp_reg_read': /kisskb/src/drivers/mtd/mtdcore.c:909:16: note: byref variable will be forcibly initialized 909 | size_t retlen; | ^~~~~~ /kisskb/src/kernel/smp.c: In function 'csd_lock_print_extended': /kisskb/src/kernel/smp.c:295:22: note: byref variable will be forcibly initialized 295 | unsigned int n_data = 0, i; | ^~~~~~ /kisskb/src/kernel/smp.c:294:27: note: byref variable will be forcibly initialized 294 | union cfd_seq_cnt data[2 * ARRAY_SIZE(seq_type)]; | ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/llist.h:51, from /kisskb/src/include/linux/smp_types.h:5, from /kisskb/src/include/linux/irq_work.h:5, from /kisskb/src/kernel/smp.c:10: /kisskb/src/kernel/smp.c: In function 'csd_lock_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c:414:9: note: in expansion of macro 'smp_cond_load_acquire' 414 | smp_cond_load_acquire(&csd->node.u_flags, !(VAL & CSD_FLAG_LOCK)); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c: In function 'csd_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c:467:9: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&csd->node.u_flags, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c: In function 'csdlock_debug': /kisskb/src/kernel/smp.c:166:22: 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:1070:13: note: byref variable will be forcibly initialized 1070 | int nr_cpus; | ^~~~~~~ /kisskb/src/drivers/usb/phy/phy-mxs-usb.c: In function 'mxs_phy_get_vbus_status': /kisskb/src/drivers/usb/phy/phy-mxs-usb.c:337:22: note: byref variable will be forcibly initialized 337 | unsigned int vbus_value = 0; | ^~~~~~~~~~ /kisskb/src/drivers/usb/phy/phy-mxs-usb.c: In function 'mxs_phy_is_low_speed_connection': /kisskb/src/drivers/usb/phy/phy-mxs-usb.c:461:22: note: byref variable will be forcibly initialized 461 | unsigned int line_state; | ^~~~~~~~~~ /kisskb/src/drivers/usb/phy/phy-mxs-usb.c: In function 'mxs_charger_data_contact_detect': /kisskb/src/drivers/usb/phy/phy-mxs-usb.c:575:13: note: byref variable will be forcibly initialized 575 | u32 val; | ^~~ /kisskb/src/drivers/usb/phy/phy-mxs-usb.c: In function 'mxs_charger_primary_detection': /kisskb/src/drivers/usb/phy/phy-mxs-usb.c:628:13: note: byref variable will be forcibly initialized 628 | u32 val; | ^~~ /kisskb/src/drivers/usb/phy/phy-mxs-usb.c: In function 'mxs_charger_secondary_detection': /kisskb/src/drivers/usb/phy/phy-mxs-usb.c:663:13: note: byref variable will be forcibly initialized 663 | int val; | ^~~ /kisskb/src/drivers/usb/phy/phy-mxs-usb.c: In function 'mxs_phy_probe': /kisskb/src/drivers/usb/phy/phy-mxs-usb.c:718:13: note: byref variable will be forcibly initialized 718 | u32 val; | ^~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/llist.h:51, from /kisskb/src/include/linux/smp_types.h:5, from /kisskb/src/include/linux/irq_work.h:5, from /kisskb/src/kernel/smp.c:10: /kisskb/src/kernel/smp.c: In function 'csd_lock_wait_toolong': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c:358:23: note: in expansion of macro 'smp_load_acquire' 358 | cpu_cur_csd = smp_load_acquire(&per_cpu(cur_csd, cpux)); /* Before func and info. */ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c: In function '__csd_lock_wait': /kisskb/src/kernel/smp.c:396:18: note: byref variable will be forcibly initialized 396 | u64 ts0, ts1; | ^~~ /kisskb/src/kernel/smp.c:395:13: note: byref variable will be forcibly initialized 395 | int bug_id = 0; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'scan_block_fast': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:419:28: note: byref variable will be forcibly initialized 419 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'scan_read_oob': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:316:28: note: byref variable will be forcibly initialized 316 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'scan_read_data': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:291:16: note: byref variable will be forcibly initialized 291 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'read_bbt': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:171:16: note: byref variable will be forcibly initialized 171 | size_t retlen, len, totlen; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'scan_write_bbt': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:357:28: note: byref variable will be forcibly initialized 357 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c: In function 'write_bbt': /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:759:28: note: byref variable will be forcibly initialized 759 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:757:16: note: byref variable will be forcibly initialized 757 | size_t retlen, len = 0; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_bbt.c:751:27: note: byref variable will be forcibly initialized 751 | struct erase_info einfo; | ^~~~~ /kisskb/src/drivers/mtd/nand/core.c: In function 'nanddev_mtd_erase': /kisskb/src/drivers/mtd/nand/core.c:159:30: note: byref variable will be forcibly initialized 159 | struct nand_pos pos, last; | ^~~~ /kisskb/src/drivers/mtd/nand/core.c:159:25: note: byref variable will be forcibly initialized 159 | struct nand_pos pos, last; | ^~~ /kisskb/src/drivers/mtd/nand/core.c: In function 'nanddev_mtd_max_bad_blocks': /kisskb/src/drivers/mtd/nand/core.c:195:30: note: byref variable will be forcibly initialized 195 | struct nand_pos pos, end; | ^~~ /kisskb/src/drivers/mtd/nand/core.c:195:25: note: byref variable will be forcibly initialized 195 | struct nand_pos pos, end; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/base/trace.h:56, from /kisskb/src/drivers/base/trace.c:10: /kisskb/src/drivers/base/trace.c: In function 'trace_event_raw_event_devres': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c: In function 'compute_crc': /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c:38:22: 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:13: note: byref variable will be forcibly initialized 229 | u32 crc32 = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c:228:15: 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:14: 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:14: note: byref variable will be forcibly initialized 347 | bool enabled = false; | ^~~~~~~ /kisskb/src/drivers/clk/clk-conf.c: In function '__set_clk_parents': /kisskb/src/drivers/clk/clk-conf.c:16:32: 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:13: note: byref variable will be forcibly initialized 83 | u32 rate; | ^~~~ /kisskb/src/drivers/clk/clk-conf.c:78:32: note: byref variable will be forcibly initialized 78 | struct of_phandle_args clkspec; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/thermal_pressure.h:29, from /kisskb/src/drivers/base/arch_topology.c:24: /kisskb/src/drivers/base/arch_topology.c: In function 'trace_event_raw_event_thermal_pressure_update': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal_pressure.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(thermal_pressure_update, | ^~~~~~~~~~~ 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/arch_topology.c:9: /kisskb/src/drivers/base/arch_topology.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/mtdsuper.c: In function 'get_tree_mtd': /kisskb/src/drivers/mtd/mtdsuper.c:158:31: note: byref variable will be forcibly initialized 158 | char *endptr; | ^~~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/base/arch_topology.c:9: /kisskb/src/drivers/base/arch_topology.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/base/arch_topology.c:9: /kisskb/src/drivers/base/arch_topology.c: In function 'topology_set_scale_freq_source': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c:79:25: note: in expansion of macro 'rcu_assign_pointer' 79 | rcu_assign_pointer(per_cpu(sft_data, cpu), data); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'topology_clear_scale_freq_source': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c:102:25: note: in expansion of macro 'rcu_assign_pointer' 102 | rcu_assign_pointer(per_cpu(sft_data, cpu), NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/rt5190a-regulator.c: In function 'rt5190a_device_check': /kisskb/src/drivers/regulator/rt5190a-regulator.c:409:13: note: byref variable will be forcibly initialized 409 | u16 devid; | ^~~~~ /kisskb/src/drivers/regulator/rt5190a-regulator.c: In function 'rt5190a_irq_handler': /kisskb/src/drivers/regulator/rt5190a-regulator.c:150:16: note: byref variable will be forcibly initialized 150 | __le32 raws; | ^~~~ /kisskb/src/drivers/regulator/rt5190a-regulator.c: In function 'rt5190a_get_error_flags': /kisskb/src/drivers/regulator/rt5190a-regulator.c:63:22: note: byref variable will be forcibly initialized 63 | unsigned int pgood_stat; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/rt5190a-regulator.c: In function 'rt5190a_fixed_buck_get_mode': /kisskb/src/drivers/regulator/rt5190a-regulator.c:103:22: note: byref variable will be forcibly initialized 103 | unsigned int val; | ^~~ /kisskb/src/drivers/base/arch_topology.c: In function 'topology_parse_cpu_capacity': /kisskb/src/drivers/base/arch_topology.c:302:13: note: byref variable will be forcibly initialized 302 | u32 cpu_capacity; | ^~~~~~~~~~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'parse_core': /kisskb/src/drivers/base/arch_topology.c:502:14: note: byref variable will be forcibly initialized 502 | char name[20]; | ^~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'parse_cluster': /kisskb/src/drivers/base/arch_topology.c:551:14: note: byref variable will be forcibly initialized 551 | char name[20]; | ^~~~ /kisskb/src/drivers/base/arch_topology.c: In function 'parse_socket': /kisskb/src/drivers/base/arch_topology.c:618:14: note: byref variable will be forcibly initialized 618 | char name[20]; | ^~~~ /kisskb/src/drivers/rtc/lib.c: In function 'rtc_ktime_to_tm': /kisskb/src/drivers/rtc/lib.c:190:25: note: byref variable will be forcibly initialized 190 | struct rtc_time ret; | ^~~ /kisskb/src/drivers/mfd/da9063-core.c: In function 'da9063_clear_fault_log': /kisskb/src/drivers/mfd/da9063-core.c:116:13: note: byref variable will be forcibly initialized 116 | int fault_log = 0; | ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function '__i2c_dw_disable': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:442:13: note: byref variable will be forcibly initialized 442 | u32 status; | ^~~~~~ /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:13: note: byref variable will be forcibly initialized 391 | u32 reg; | ^~~ /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:527:13: note: byref variable will be forcibly initialized 527 | 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:548:23: note: byref variable will be forcibly initialized 548 | unsigned long abort_source = dev->abort_source; | ^~~~~~~~~~~~ /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:571:13: note: byref variable will be forcibly initialized 571 | 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:611:13: note: byref variable will be forcibly initialized 611 | u32 dummy; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/include/drm/drm_modes.h:30, from /kisskb/src/include/drm/drm_crtc.h:32, 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/ti-lmu.c: In function 'ti_lmu_probe': /kisskb/src/drivers/mfd/ti-lmu.c:140:30: note: byref variable will be forcibly initialized 140 | struct regmap_config regmap_cfg; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/mtdconcat.c:12: /kisskb/src/drivers/mtd/mtdconcat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_write': /kisskb/src/drivers/mtd/mtdconcat.c:156:30: note: byref variable will be forcibly initialized 156 | size_t size, retsize; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_read': /kisskb/src/drivers/mtd/mtdconcat.c:63:30: note: byref variable will be forcibly initialized 63 | size_t size, retsize; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_panic_write': /kisskb/src/drivers/mtd/mtdconcat.c:114:30: note: byref variable will be forcibly initialized 114 | size_t size, retsize; | ^~~~~~~ /kisskb/src/kernel/crash_core.c: In function 'parse_crashkernel_suffix': /kisskb/src/kernel/crash_core.c:180:15: note: byref variable will be forcibly initialized 180 | char *cur = cmdline; | ^~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_write_oob': /kisskb/src/drivers/mtd/mtdconcat.c:320:28: note: byref variable will be forcibly initialized 320 | struct mtd_oob_ops devops = *ops; | ^~~~~~ /kisskb/src/kernel/crash_core.c: In function 'parse_crashkernel_mem': /kisskb/src/kernel/crash_core.c:48:31: note: byref variable will be forcibly initialized 48 | char *cur = cmdline, *tmp; | ^~~ /kisskb/src/kernel/crash_core.c: In function 'parse_crashkernel_simple': /kisskb/src/kernel/crash_core.c:142:15: note: byref variable will be forcibly initialized 142 | char *cur = cmdline; | ^~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_read_oob': /kisskb/src/drivers/mtd/mtdconcat.c:263:28: note: byref variable will be forcibly initialized 263 | struct mtd_oob_ops devops = *ops; | ^~~~~~ /kisskb/src/kernel/crash_core.c: In function 'vmcoreinfo_append_str': /kisskb/src/kernel/crash_core.c:374:14: note: byref variable will be forcibly initialized 374 | char buf[0x50]; | ^~~ /kisskb/src/kernel/crash_core.c:373:17: note: byref variable will be forcibly initialized 373 | va_list args; | ^~~~ /kisskb/src/drivers/mtd/mtdconcat.c: In function 'concat_writev': /kisskb/src/drivers/mtd/mtdconcat.c:214:37: note: byref variable will be forcibly initialized 214 | size_t size, wsize, retsize, old_iov_len; | ^~~~~~~ /kisskb/src/drivers/clk/clk-sparx5.c: In function 's5_pll_recalc_rate': /kisskb/src/drivers/clk/clk-sparx5.c:196:28: note: byref variable will be forcibly initialized 196 | struct s5_pll_conf conf; | ^~~~ /kisskb/src/drivers/clk/clk-sparx5.c: In function 's5_calc_params': /kisskb/src/drivers/clk/clk-sparx5.c:113:42: note: byref variable will be forcibly initialized 113 | struct s5_pll_conf alt1, alt2; | ^~~~ /kisskb/src/drivers/clk/clk-sparx5.c:113:36: note: byref variable will be forcibly initialized 113 | struct s5_pll_conf alt1, alt2; | ^~~~ /kisskb/src/drivers/clk/clk-sparx5.c: In function 's5_pll_round_rate': /kisskb/src/drivers/clk/clk-sparx5.c:219:28: note: byref variable will be forcibly initialized 219 | struct s5_pll_conf conf; | ^~~~ /kisskb/src/drivers/clk/clk-sparx5.c: In function 's5_pll_set_rate': /kisskb/src/drivers/clk/clk-sparx5.c:170:28: note: byref variable will be forcibly initialized 170 | struct s5_pll_conf conf; | ^~~~ /kisskb/src/drivers/clk/clk-fixed-mmio.c: In function 'fixed_mmio_clk_setup': /kisskb/src/drivers/clk/clk-fixed-mmio.c:21:21: note: byref variable will be forcibly initialized 21 | const char *clk_name = node->name; | ^~~~~~~~ /kisskb/src/drivers/regulator/rt6160-regulator.c: In function 'rt6160_get_error_flags': /kisskb/src/drivers/regulator/rt6160-regulator.c:150:22: 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:22: 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:22: note: byref variable will be forcibly initialized 233 | unsigned int devid; | ^~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x01.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x01.c: In function 'show_gather': /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:179:28: note: byref variable will be forcibly initialized 179 | dma_addr_t addr = phys_addr + i * 4; | ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:13: note: byref variable will be forcibly initialized 166 | u32 payload = INVALID_PAYLOAD; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x01.c:18: /kisskb/src/drivers/gpu/host1x/hw/host1x01.c: In function 'syncpt_thresh_isr': /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:23: note: byref variable will be forcibly initialized 36 | unsigned long reg; | ^~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:242, from /kisskb/src/drivers/gpu/host1x/hw/host1x01.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x01.c: In function 'host1x_debug_show_channel_cdma': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:30: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart, dmaend; | ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:20: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart, dmaend; | ^~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_setkeycode': /kisskb/src/drivers/media/rc/rc-main.c:431:13: note: byref variable will be forcibly initialized 431 | u64 scancode; | ^~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_getkeycode': /kisskb/src/drivers/media/rc/rc-main.c:552:13: note: byref variable will be forcibly initialized 552 | u64 scancode; | ^~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_do_keydown': /kisskb/src/drivers/media/rc/rc-main.c:787:30: note: byref variable will be forcibly initialized 787 | struct lirc_scancode sc = { | ^~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'rc_repeat': /kisskb/src/drivers/media/rc/rc-main.c:742:30: note: byref variable will be forcibly initialized 742 | struct lirc_scancode sc = { | ^~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_filter': /kisskb/src/drivers/media/rc/rc-main.c:1419:23: note: byref variable will be forcibly initialized 1419 | unsigned long val; | ^~~ /kisskb/src/drivers/media/rc/rc-main.c:1417:35: note: byref variable will be forcibly initialized 1417 | 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:1578:29: note: byref variable will be forcibly initialized 1578 | u64 mask = 1ULL << protocol; | ^~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_protocols': /kisskb/src/drivers/media/rc/rc-main.c:1283:28: note: byref variable will be forcibly initialized 1283 | 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:1788:13: note: byref variable will be forcibly initialized 1788 | u64 rc_proto; | ^~~~~~~~ In file included from /kisskb/src/drivers/pps/clients/pps-ktimer.c:15: /kisskb/src/drivers/pps/clients/pps-ktimer.c: In function 'pps_get_ts': /kisskb/src/include/linux/pps_kernel.h:102:37: note: byref variable will be forcibly initialized 102 | struct system_time_snapshot snap; | ^~~~ /kisskb/src/drivers/pps/clients/pps-ktimer.c: In function 'pps_ktimer_event': /kisskb/src/drivers/pps/clients/pps-ktimer.c:30:31: note: byref variable will be forcibly initialized 30 | struct pps_event_time ts; | ^~ /kisskb/src/drivers/dma-buf/selftest.c: In function 'apply_subtest_filter': /kisskb/src/drivers/dma-buf/selftest.c:49:24: note: byref variable will be forcibly initialized 49 | char *filter, *sep, *tok; | ^~~ /kisskb/src/kernel/user_namespace.c: In function 'map_id_range_down_max': /kisskb/src/kernel/user_namespace.c:273:26: note: byref variable will be forcibly initialized 273 | struct idmap_key key; | ^~~ /kisskb/src/kernel/user_namespace.c: In function 'map_id_up_max': /kisskb/src/kernel/user_namespace.c:360:26: note: byref variable will be forcibly initialized 360 | struct idmap_key key; | ^~~ In file included from /kisskb/src/kernel/user_namespace.c:5: /kisskb/src/kernel/user_namespace.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/compat.c: In function '__do_compat_sys_sigprocmask': /kisskb/src/kernel/compat.c:45:18: note: byref variable will be forcibly initialized 45 | sigset_t new_blocked; | ^~~~~~~~~~~ /kisskb/src/kernel/compat.c: In function 'put_compat_rusage': /kisskb/src/kernel/compat.c:85:30: note: byref variable will be forcibly initialized 85 | struct compat_rusage r32; | ^~~ /kisskb/src/kernel/user_namespace.c: In function 'map_write': /kisskb/src/kernel/user_namespace.c:926:29: note: byref variable will be forcibly initialized 926 | char *kbuf = NULL, *pos, *next_line; | ^~~ /kisskb/src/kernel/user_namespace.c:925:31: note: byref variable will be forcibly initialized 925 | struct uid_gid_extent extent; | ^~~~~~ /kisskb/src/kernel/user_namespace.c:923:28: note: byref variable will be forcibly initialized 923 | struct uid_gid_map new_map; | ^~~~~~~ /kisskb/src/kernel/compat.c: In function '__do_compat_sys_sched_setaffinity': /kisskb/src/kernel/compat.c:128:23: note: byref variable will be forcibly initialized 128 | cpumask_var_t new_mask; | ^~~~~~~~ /kisskb/src/kernel/compat.c: In function '__do_compat_sys_sched_getaffinity': /kisskb/src/kernel/compat.c:148:23: note: byref variable will be forcibly initialized 148 | cpumask_var_t mask; | ^~~~ /kisskb/src/kernel/compat.c: In function 'get_compat_sigset': /kisskb/src/kernel/compat.c:253:25: note: byref variable will be forcibly initialized 253 | compat_sigset_t v; | ^ /kisskb/src/kernel/user_namespace.c: In function 'proc_setgroups_write': /kisskb/src/kernel/user_namespace.c:1213:14: note: byref variable will be forcibly initialized 1213 | char kbuf[8], *pos; | ^~~~ In file included from /kisskb/src/drivers/clk/clk-pwm.c:12: /kisskb/src/drivers/clk/clk-pwm.c: In function 'pwm_config': /kisskb/src/include/linux/pwm.h:328:26: note: byref variable will be forcibly initialized 328 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/clk/clk-pwm.c: In function 'clk_pwm_probe': /kisskb/src/drivers/clk/clk-pwm.c:74:21: note: byref variable will be forcibly initialized 74 | const char *clk_name; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-pwm.c:70:30: note: byref variable will be forcibly initialized 70 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/drivers/clk/clk-pwm.c:12: /kisskb/src/drivers/clk/clk-pwm.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:372:26: note: byref variable will be forcibly initialized 372 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/clk/clk-pwm.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:353:26: note: byref variable will be forcibly initialized 353 | struct pwm_state state; | ^~~~~ /kisskb/src/kernel/kallsyms.c: In function '__sprint_symbol': /kisskb/src/kernel/kallsyms.c:430:31: note: byref variable will be forcibly initialized 430 | unsigned long offset, size; | ^~~~ /kisskb/src/kernel/kallsyms.c:430:23: note: byref variable will be forcibly initialized 430 | unsigned long offset, size; | ^~~~~~ /kisskb/src/kernel/kallsyms.c:428:30: note: byref variable will be forcibly initialized 428 | const unsigned char *buildid; | ^~~~~~~ /kisskb/src/kernel/kallsyms.c:427:15: note: byref variable will be forcibly initialized 427 | char *modname; | ^~~~~~~ /kisskb/src/kernel/kallsyms.c: In function 'kallsyms_lookup_name': /kisskb/src/kernel/kallsyms.c:192:14: note: byref variable will be forcibly initialized 192 | char namebuf[KSYM_NAME_LEN]; | ^~~~~~~ /kisskb/src/kernel/kallsyms.c: In function 'kallsyms_on_each_symbol': /kisskb/src/kernel/kallsyms.c:220:14: note: byref variable will be forcibly initialized 220 | char namebuf[KSYM_NAME_LEN]; | ^~~~~~~ /kisskb/src/kernel/kallsyms.c: In function 'kallsyms_lookup_size_offset': /kisskb/src/kernel/kallsyms.c:301:14: note: byref variable will be forcibly initialized 301 | char namebuf[KSYM_NAME_LEN]; | ^~~~~~~ In file included from /kisskb/src/drivers/pps/clients/pps-gpio.c:19: /kisskb/src/drivers/pps/clients/pps-gpio.c: In function 'pps_get_ts': /kisskb/src/include/linux/pps_kernel.h:102:37: note: byref variable will be forcibly initialized 102 | struct system_time_snapshot snap; | ^~~~ /kisskb/src/drivers/pps/clients/pps-gpio.c: In function 'pps_gpio_setup': /kisskb/src/drivers/pps/clients/pps-gpio.c:106:13: note: byref variable will be forcibly initialized 106 | u32 value; | ^~~~~ /kisskb/src/drivers/pps/clients/pps-gpio.c: In function 'pps_gpio_irq_handler': /kisskb/src/drivers/pps/clients/pps-gpio.c:47:31: note: byref variable will be forcibly initialized 47 | struct pps_event_time ts; | ^~ In file included from /kisskb/src/kernel/stop_machine.c:24: /kisskb/src/kernel/stop_machine.c: In function 'cpu_stop_queue_two_works': /kisskb/src/kernel/stop_machine.c:266:23: note: byref variable will be forcibly initialized 266 | DEFINE_WAKE_Q(wakeq); | ^~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'cpu_stop_queue_work': /kisskb/src/kernel/stop_machine.c:96:23: note: byref variable will be forcibly initialized 96 | DEFINE_WAKE_Q(wakeq); | ^~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/stop_machine.c: In function '__stop_cpus': /kisskb/src/kernel/stop_machine.c:426:30: note: byref variable will be forcibly initialized 426 | struct cpu_stop_done done; | ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'stop_one_cpu': /kisskb/src/kernel/stop_machine.c:141:30: note: byref variable will be forcibly initialized 141 | struct cpu_stop_done done; | ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'stop_two_cpus': /kisskb/src/kernel/stop_machine.c:337:37: note: byref variable will be forcibly initialized 337 | struct cpu_stop_work work1, work2; | ^~~~~ /kisskb/src/kernel/stop_machine.c:337:30: note: byref variable will be forcibly initialized 337 | struct cpu_stop_work work1, work2; | ^~~~~ /kisskb/src/kernel/stop_machine.c:336:30: note: byref variable will be forcibly initialized 336 | struct cpu_stop_done done; | ^~~~ /kisskb/src/kernel/stop_machine.c: In function 'stop_machine_from_inactive_cpu': /kisskb/src/kernel/stop_machine.c:682:30: note: byref variable will be forcibly initialized 682 | struct cpu_stop_done done; | ^~~~ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_reg_read': /kisskb/src/drivers/clk/clk-si5351.c:85:13: note: byref variable will be forcibly initialized 85 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_read_parameters': /kisskb/src/drivers/clk/clk-si5351.c:132:12: note: byref variable will be forcibly initialized 132 | u8 buf[SI5351_PARAMETERS_LENGTH]; | ^~~ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_msynth_round_rate': /kisskb/src/drivers/clk/clk-si5351.c:649:29: note: byref variable will be forcibly initialized 649 | unsigned long a, b, c; | ^ /kisskb/src/drivers/clk/clk-si5351.c:649:26: note: byref variable will be forcibly initialized 649 | unsigned long a, b, c; | ^ /kisskb/src/drivers/gpu/drm/meson/meson_drv.c: In function 'meson_drv_probe': /kisskb/src/drivers/gpu/drm/meson/meson_drv.c:451:33: note: byref variable will be forcibly initialized 451 | struct component_match *match = NULL; | ^~~~~ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_pll_round_rate': /kisskb/src/drivers/clk/clk-si5351.c:450:43: note: byref variable will be forcibly initialized 450 | unsigned long rfrac, denom, a, b, c; | ^ /kisskb/src/drivers/clk/clk-si5351.c:450:40: 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_dt_parse': /kisskb/src/drivers/clk/clk-si5351.c:1171:13: note: byref variable will be forcibly initialized 1171 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5351.c:1170:13: note: byref variable will be forcibly initialized 1170 | int num = 0; | ^~~ 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/drivers/clk/clk-si5351.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk-si5351.c: In function '_si5351_clkout_reset_pll': /kisskb/src/drivers/clk/clk-si5351.c:907:22: note: byref variable will be forcibly initialized 907 | unsigned int v; | ^ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_write_parameters': /kisskb/src/drivers/clk/clk-si5351.c:154:12: note: byref variable will be forcibly initialized 154 | u8 buf[SI5351_PARAMETERS_LENGTH]; | ^~~ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_i2c_probe': /kisskb/src/drivers/clk/clk-si5351.c:1386:21: note: byref variable will be forcibly initialized 1386 | const char *parent_names[4]; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si5351.c:1385:30: note: byref variable will be forcibly initialized 1385 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x04.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x04.c: In function 'show_gather': /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:179:28: note: byref variable will be forcibly initialized 179 | dma_addr_t addr = phys_addr + i * 4; | ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:13: note: byref variable will be forcibly initialized 166 | u32 payload = INVALID_PAYLOAD; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x04.c:18: /kisskb/src/drivers/gpu/host1x/hw/host1x04.c: In function 'syncpt_thresh_isr': /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:23: note: byref variable will be forcibly initialized 36 | unsigned long reg; | ^~~ /kisskb/src/drivers/regulator/rt6245-regulator.c: In function 'rt6245_init_device_properties': /kisskb/src/drivers/regulator/rt6245-regulator.c:126:12: note: byref variable will be forcibly initialized 126 | u8 propval; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:242, from /kisskb/src/drivers/gpu/host1x/hw/host1x04.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x04.c: In function 'host1x_debug_show_channel_cdma': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:30: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart, dmaend; | ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:20: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart, dmaend; | ^~~~~~~~ /kisskb/src/drivers/i2c/algos/i2c-algo-pcf.c: In function 'pcf_readbytes': /kisskb/src/drivers/i2c/algos/i2c-algo-pcf.c:241:16: note: byref variable will be forcibly initialized 241 | int i, status; | ^~~~~~ /kisskb/src/drivers/i2c/algos/i2c-algo-pcf.c: In function 'pcf_sendbytes': /kisskb/src/drivers/i2c/algos/i2c-algo-pcf.c:209:22: note: byref variable will be forcibly initialized 209 | int wrcount, status, timeout; | ^~~~~~ /kisskb/src/drivers/i2c/algos/i2c-algo-pcf.c: In function 'pcf_xfer': /kisskb/src/drivers/i2c/algos/i2c-algo-pcf.c:301:29: note: byref variable will be forcibly initialized 301 | int ret=0, timeout, status; | ^~~~~~ /kisskb/src/drivers/pps/clients/pps_parport.c: In function 'parport_attach': /kisskb/src/drivers/pps/clients/pps_parport.c:125:26: note: byref variable will be forcibly initialized 125 | struct pardev_cb pps_client_cb; | ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/pps/clients/pps_parport.c:23: /kisskb/src/drivers/pps/clients/pps_parport.c: In function 'pps_get_ts': /kisskb/src/include/linux/pps_kernel.h:102:37: note: byref variable will be forcibly initialized 102 | struct system_time_snapshot snap; | ^~~~ /kisskb/src/drivers/pps/clients/pps_parport.c: In function 'parport_irq': /kisskb/src/drivers/pps/clients/pps_parport.c:55:42: note: byref variable will be forcibly initialized 55 | struct pps_event_time ts_assert, ts_clear; | ^~~~~~~~ /kisskb/src/drivers/pps/clients/pps_parport.c:55:31: note: byref variable will be forcibly initialized 55 | struct pps_event_time ts_assert, ts_clear; | ^~~~~~~~~ /kisskb/src/drivers/rtc/class.c: In function 'rtc_device_get_offset': /kisskb/src/drivers/rtc/class.c:273:13: note: byref variable will be forcibly initialized 273 | u32 start_year; | ^~~~~~~~~~ /kisskb/src/drivers/rtc/class.c: In function '__devm_rtc_register_device': /kisskb/src/drivers/rtc/class.c:391:27: note: byref variable will be forcibly initialized 391 | struct rtc_wkalrm alrm; | ^~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x02.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x02.c: In function 'show_gather': /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:179:28: note: byref variable will be forcibly initialized 179 | dma_addr_t addr = phys_addr + i * 4; | ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:13: note: byref variable will be forcibly initialized 166 | u32 payload = INVALID_PAYLOAD; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x02.c:18: /kisskb/src/drivers/gpu/host1x/hw/host1x02.c: In function 'syncpt_thresh_isr': /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:23: note: byref variable will be forcibly initialized 36 | unsigned long reg; | ^~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:242, from /kisskb/src/drivers/gpu/host1x/hw/host1x02.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x02.c: In function 'host1x_debug_show_channel_cdma': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:30: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart, dmaend; | ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:20: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart, dmaend; | ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/kprobes.h:20, from /kisskb/src/kernel/kprobes.c:23: /kisskb/src/kernel/kprobes.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kprobes.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kprobes.c: In function 'hlist_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:531:9: note: in expansion of macro 'rcu_assign_pointer' 531 | rcu_assign_pointer(*(struct hlist_node __rcu **)new->pprev, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kprobes.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/mtd/mtdpart.c:10: /kisskb/src/drivers/mtd/mtdpart.c: In function '__del_mtd_partitions': /kisskb/src/drivers/mtd/mtdpart.c:329:19: note: byref variable will be forcibly initialized 329 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ 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:31: note: byref variable will be forcibly initialized 46 | struct freelist_node *head = READ_ONCE(list->head); | ^~~~ /kisskb/src/drivers/mtd/mtdpart.c: In function 'mtd_add_partition': /kisskb/src/drivers/mtd/mtdpart.c:245:30: note: byref variable will be forcibly initialized 245 | struct mtd_partition part; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/kprobes.h:20, from /kisskb/src/kernel/kprobes.c:23: /kisskb/src/kernel/kprobes.c: In function 'freelist_try_get': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/freelist.h:89:32: note: in expansion of macro 'smp_load_acquire' 89 | head = smp_load_acquire(&list->head); | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/freelist.h:81:52: note: in expansion of macro 'smp_load_acquire' 81 | struct freelist_node *prev, *next, *head = smp_load_acquire(&list->head); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kprobes.h:30, from /kisskb/src/kernel/kprobes.c:23: /kisskb/src/include/linux/freelist.h:81:45: note: byref variable will be forcibly initialized 81 | struct freelist_node *prev, *next, *head = smp_load_acquire(&list->head); | ^~~~ /kisskb/src/kernel/kprobes.c: In function 'show_kprobe_addr': /kisskb/src/kernel/kprobes.c:2804:24: note: byref variable will be forcibly initialized 2804 | char *modname, namebuf[KSYM_NAME_LEN]; | ^~~~~~~ /kisskb/src/kernel/kprobes.c:2804:15: note: byref variable will be forcibly initialized 2804 | char *modname, namebuf[KSYM_NAME_LEN]; | ^~~~~~~ /kisskb/src/kernel/kprobes.c:2803:23: note: byref variable will be forcibly initialized 2803 | unsigned long offset = 0; | ^~~~~~ /kisskb/src/kernel/kprobes.c: In function 'write_enabled_file_bool': /kisskb/src/kernel/kprobes.c:2987:14: note: byref variable will be forcibly initialized 2987 | bool enable; | ^~~~~~ /kisskb/src/kernel/kprobes.c: In function 'read_enabled_file_bool': /kisskb/src/kernel/kprobes.c:2973:14: note: byref variable will be forcibly initialized 2973 | char buf[3]; | ^~~ /kisskb/src/kernel/kprobes.c: In function 'within_kprobe_blacklist': /kisskb/src/kernel/kprobes.c:1402:14: note: byref variable will be forcibly initialized 1402 | char symname[KSYM_NAME_LEN], *p; | ^~~~~~~ /kisskb/src/kernel/kprobes.c: In function 'kprobe_addr': /kisskb/src/kernel/kprobes.c:1492:14: note: byref variable will be forcibly initialized 1492 | bool on_func_entry; | ^~~~~~~~~~~~~ /kisskb/src/kernel/kprobes.c: In function 'register_kprobe': /kisskb/src/kernel/kprobes.c:1608:24: note: byref variable will be forcibly initialized 1608 | struct module *probed_mod; | ^~~~~~~~~~ /kisskb/src/kernel/kprobes.c: In function '__kretprobe_trampoline_handler': /kisskb/src/kernel/kprobes.c:2005:36: note: byref variable will be forcibly initialized 2005 | struct llist_node *first, *node = NULL; | ^~~~ /kisskb/src/kernel/kprobes.c: In function 'kprobe_on_func_entry': /kisskb/src/kernel/kprobes.c:2161:14: note: byref variable will be forcibly initialized 2161 | bool on_func_entry; | ^~~~~~~~~~~~~ /kisskb/src/kernel/kprobes.c: In function 'kprobe_add_ksym_blacklist': /kisskb/src/kernel/kprobes.c:2448:35: note: byref variable will be forcibly initialized 2448 | unsigned long offset = 0, size = 0; | ^~~~ /kisskb/src/kernel/kprobes.c:2448:23: note: byref variable will be forcibly initialized 2448 | unsigned long offset = 0, size = 0; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x05.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x05.c: In function 'show_gather': /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:179:28: note: byref variable will be forcibly initialized 179 | dma_addr_t addr = phys_addr + i * 4; | ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:13: note: byref variable will be forcibly initialized 166 | u32 payload = INVALID_PAYLOAD; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x05.c:18: /kisskb/src/drivers/gpu/host1x/hw/host1x05.c: In function 'syncpt_thresh_isr': /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:23: note: byref variable will be forcibly initialized 36 | unsigned long reg; | ^~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:242, from /kisskb/src/drivers/gpu/host1x/hw/host1x05.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x05.c: In function 'host1x_debug_show_channel_cdma': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:30: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart, dmaend; | ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x01.c:19:20: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart, dmaend; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_round_rate': /kisskb/src/drivers/clk/clk-si514.c:233:33: note: byref variable will be forcibly initialized 233 | 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:12: 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:33: note: byref variable will be forcibly initialized 218 | 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:22: note: byref variable will be forcibly initialized 85 | unsigned int val; | ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'mock_wait': /kisskb/src/drivers/dma-buf/st-dma-fence.c:49:24: note: byref variable will be forcibly initialized 49 | struct wait_cb cb = { .task = current }; | ^~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_set_muldiv': /kisskb/src/drivers/clk/clk-si514.c:119:12: note: byref variable will be forcibly initialized 119 | u8 reg[7]; | ^~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_set_rate': /kisskb/src/drivers/clk/clk-si514.c:256:22: note: byref variable will be forcibly initialized 256 | unsigned int old_oe_state; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si514.c:255:33: note: byref variable will be forcibly initialized 255 | struct clk_si514_muldiv settings; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_probe': /kisskb/src/drivers/clk/clk-si514.c:333:30: note: byref variable will be forcibly initialized 333 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'race_signal_callback': /kisskb/src/drivers/dma-buf/st-dma-fence.c:518:36: 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_wait_timeout': /kisskb/src/drivers/dma-buf/st-dma-fence.c:373:27: note: byref variable will be forcibly initialized 373 | struct wait_timer wt; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/dma-buf/st-dma-fence.c:7: /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'thread_signal_callback': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c:498:17: note: in expansion of macro 'rcu_assign_pointer' 498 | rcu_assign_pointer(t->fences[t->id], NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c:461:17: note: in expansion of macro 'rcu_assign_pointer' 461 | rcu_assign_pointer(t->fences[t->id], f1); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence.c:453:34: note: byref variable will be forcibly initialized 453 | struct simple_cb cb; | ^~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_clk_is_on': /kisskb/src/drivers/clk/clk-si5341.c:751:13: note: byref variable will be forcibly initialized 751 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_get_parent': /kisskb/src/drivers/clk/clk-si5341.c:920:13: note: byref variable will be forcibly initialized 920 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_synth_clk_is_on': /kisskb/src/drivers/clk/clk-si5341.c:566:13: 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:13: note: byref variable will be forcibly initialized 451 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'clear_sticky_store': /kisskb/src/drivers/clk/clk-si5341.c:1527:14: note: byref variable will be forcibly initialized 1527 | long val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'pll_locked_sticky_show': /kisskb/src/drivers/clk/clk-si5341.c:1512:13: note: byref variable will be forcibly initialized 1512 | u32 status; | ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'pll_locked_show': /kisskb/src/drivers/clk/clk-si5341.c:1497:13: note: byref variable will be forcibly initialized 1497 | u32 status; | ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'input_present_sticky_show': /kisskb/src/drivers/clk/clk-si5341.c:1482:13: note: byref variable will be forcibly initialized 1482 | u32 status; | ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'input_present_show': /kisskb/src/drivers/clk/clk-si5341.c:1467:13: note: byref variable will be forcibly initialized 1467 | u32 status; | ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_clk_recalc_rate': /kisskb/src/drivers/clk/clk-si5341.c:799:12: note: byref variable will be forcibly initialized 799 | u8 r[3]; | ^ /kisskb/src/drivers/clk/clk-si5341.c:797:13: note: byref variable will be forcibly initialized 797 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_decode_44_32': /kisskb/src/drivers/clk/clk-si5341.c:369:12: 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/gpu/drm/i2c/tda998x_drv.c: In function 'cec_write': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:408:12: note: byref variable will be forcibly initialized 408 | 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:425:12: note: byref variable will be forcibly initialized 425 | u8 val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c:640:13: note: byref variable will be forcibly initialized 640 | u32 n_den; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c:639:13: 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:13: note: byref variable will be forcibly initialized 412 | u32 m_den; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c:411:13: note: byref variable will be forcibly initialized 411 | u64 m_num; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_probe_chip_id': /kisskb/src/drivers/clk/clk-si5341.c:996:12: note: byref variable will be forcibly initialized 996 | u8 reg[4]; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_is_programmed_already': /kisskb/src/drivers/clk/clk-si5341.c:947:12: note: byref variable will be forcibly initialized 947 | u8 r[4]; | ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_read_settings': /kisskb/src/drivers/clk/clk-si5341.c:1058:12: note: byref variable will be forcibly initialized 1058 | u8 r[10]; | ^ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'set_page': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:563:20: note: byref variable will be forcibly initialized 563 | u8 buf[] = { | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'reg_write': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:654:12: note: byref variable will be forcibly initialized 654 | u8 buf[] = {REG2ADDR(reg), val}; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_encode_44_32': /kisskb/src/drivers/clk/clk-si5341.c:385:12: note: byref variable will be forcibly initialized 385 | u8 r[10]; | ^ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'reg_write16': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:673:12: note: byref variable will be forcibly initialized 673 | 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:582:12: note: byref variable will be forcibly initialized 582 | 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:641:12: note: byref variable will be forcibly initialized 641 | u8 val = 0; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_send_preamble': /kisskb/src/drivers/clk/clk-si5341.c:1132:13: note: byref variable will be forcibly initialized 1132 | u32 revision; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_dt_parse_dt': /kisskb/src/drivers/clk/clk-si5341.c:1273:13: note: byref variable will be forcibly initialized 1273 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c:1272:13: note: byref variable will be forcibly initialized 1272 | u32 num; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:9: /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'read_edid_block': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:1242:21: note: in expansion of macro 'wait_event_timeout' 1242 | i = wait_event_timeout(priv->wq_edid, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'reg_write_range': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:614:12: note: byref variable will be forcibly initialized 614 | u8 buf[MAX_WRITE_RANGE_BUF + 1]; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_initialize_pll': /kisskb/src/drivers/clk/clk-si5341.c:1395:13: note: byref variable will be forcibly initialized 1395 | u32 m_den = 0; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1394:13: note: byref variable will be forcibly initialized 1394 | 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:868:12: note: byref variable will be forcibly initialized 868 | u8 r[3]; | ^ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_write_if': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:832:12: note: byref variable will be forcibly initialized 832 | 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:861:30: note: byref variable will be forcibly initialized 861 | 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:851:30: note: byref variable will be forcibly initialized 851 | 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:1007:12: note: byref variable will be forcibly initialized 1007 | u8 buf[6], adiv; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_write_vsi': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:875:30: note: byref variable will be forcibly initialized 875 | union hdmi_infoframe frame; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_finalize_defaults': /kisskb/src/drivers/clk/clk-si5341.c:1164:13: note: byref variable will be forcibly initialized 1164 | u32 revision; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_probe': /kisskb/src/drivers/clk/clk-si5341.c:1587:22: note: byref variable will be forcibly initialized 1587 | char reg_name[10]; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1561:13: note: byref variable will be forcibly initialized 1561 | u32 status; | ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1559:41: note: byref variable will be forcibly initialized 1559 | struct clk_si5341_output_config config[SI5341_MAX_NUM_OUTPUTS]; | ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1556:21: note: byref variable will be forcibly initialized 1556 | const char *synth_clock_names[SI5341_NUM_SYNTH]; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_get_audio_ports': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:1695:13: note: byref variable will be forcibly initialized 1695 | u32 size; | ^~~~ /kisskb/src/drivers/clk/clk-si5341.c:1555:21: note: byref variable will be forcibly initialized 1555 | const char *root_clock_name; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1553:30: note: byref variable will be forcibly initialized 1553 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_create': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:1814:13: note: byref variable will be forcibly initialized 1814 | u32 video; | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:1812:31: note: byref variable will be forcibly initialized 1812 | struct i2c_board_info cec_info; | ^~~~~~~~ /kisskb/src/drivers/power/reset/brcmstb-reboot.c: In function 'brcmstb_restart_handler': /kisskb/src/drivers/power/reset/brcmstb-reboot.c:39:13: note: byref variable will be forcibly initialized 39 | u32 tmp; | ^~~ /kisskb/src/drivers/gpu/drm/imx/dcss/dcss-kms.c: In function 'dcss_kms_bridge_connector_init': /kisskb/src/drivers/gpu/drm/imx/dcss/dcss-kms.c:71:28: note: byref variable will be forcibly initialized 71 | struct drm_bridge *bridge; | ^~~~~~ /kisskb/src/drivers/gpu/drm/imx/dcss/dcss-kms.c:70:27: note: byref variable will be forcibly initialized 70 | struct drm_panel *panel; | ^~~~~ 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 'tda998x_edid_delay_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:909:9: note: in expansion of macro '___wait_event' 909 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:931:25: note: in expansion of macro '__wait_event_killable' 931 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:768:16: note: in expansion of macro 'wait_event_killable' 768 | return wait_event_killable(priv->edid_delay_waitq, !priv->edid_delay_active); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/imx/dcss/dcss-scaler.c: In function 'dcss_scaler_yuv_coef_set': /kisskb/src/drivers/gpu/drm/imx/dcss/dcss-scaler.c:666:13: note: byref variable will be forcibly initialized 666 | int coef[PSC_STORED_PHASES][PSC_NUM_TAPS]; | ^~~~ /kisskb/src/drivers/gpu/drm/imx/dcss/dcss-scaler.c: In function 'dcss_scaler_rgb_coef_set': /kisskb/src/drivers/gpu/drm/imx/dcss/dcss-scaler.c:718:13: note: byref variable will be forcibly initialized 718 | int coef[PSC_STORED_PHASES][PSC_NUM_TAPS]; | ^~~~ /kisskb/src/drivers/gpu/drm/imx/dcss/dcss-dpr.c: In function 'dcss_dpr_setup_components': /kisskb/src/drivers/gpu/drm/imx/dcss/dcss-dpr.c:433:34: note: byref variable will be forcibly initialized 433 | int a_sel, r_sel, g_sel, b_sel; | ^~~~~ /kisskb/src/drivers/gpu/drm/imx/dcss/dcss-dpr.c:433:27: note: byref variable will be forcibly initialized 433 | int a_sel, r_sel, g_sel, b_sel; | ^~~~~ /kisskb/src/drivers/gpu/drm/imx/dcss/dcss-dpr.c:433:20: note: byref variable will be forcibly initialized 433 | int a_sel, r_sel, g_sel, b_sel; | ^~~~~ /kisskb/src/drivers/gpu/drm/imx/dcss/dcss-dpr.c:433:13: note: byref variable will be forcibly initialized 433 | int a_sel, r_sel, g_sel, b_sel; | ^~~~~ /kisskb/src/drivers/gpu/drm/logicvc/logicvc_layer.c: In function 'logicvc_layers_init': /kisskb/src/drivers/gpu/drm/logicvc/logicvc_layer.c:599:21: note: byref variable will be forcibly initialized 599 | u32 index = 0; | ^~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/clk-apple-nco.c:12: /kisskb/src/drivers/clk/clk-apple-nco.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk-apple-nco.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk-apple-nco.c: In function 'applnco_probe': /kisskb/src/drivers/clk/clk-apple-nco.c:262:26: note: byref variable will be forcibly initialized 262 | struct resource *res; | ^~~ /kisskb/src/drivers/clk/clk-apple-nco.c:259:30: note: byref variable will be forcibly initialized 259 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x06.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x06.c: In function 'show_gather': /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:179:28: note: byref variable will be forcibly initialized 179 | dma_addr_t addr = phys_addr + i * 4; | ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:13: note: byref variable will be forcibly initialized 166 | u32 payload = INVALID_PAYLOAD; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:240, from /kisskb/src/drivers/gpu/host1x/hw/host1x06.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x06.c: In function 'host1x_debug_show_channel_fifo': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:72:13: note: byref variable will be forcibly initialized 72 | u32 payload = INVALID_PAYLOAD; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x06.c:18: /kisskb/src/drivers/gpu/host1x/hw/host1x06.c: In function 'syncpt_thresh_isr': /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:23: note: byref variable will be forcibly initialized 36 | unsigned long reg; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-arm-versatile.c: In function 'versatile_panel_probe': /kisskb/src/drivers/gpu/drm/panel/panel-arm-versatile.c:293:13: note: byref variable will be forcibly initialized 293 | u32 val; | ^~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:240, from /kisskb/src/drivers/gpu/host1x/hw/host1x06.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x06.c: In function 'host1x_debug_show_channel_cdma': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:19:34: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart = 0, dmaend = 0; | ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:19:20: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart = 0, dmaend = 0; | ^~~~~~~~ /kisskb/src/kernel/seccomp.c: In function 'seccomp_get_action_avail': /kisskb/src/kernel/seccomp.c:1945:13: note: byref variable will be forcibly initialized 1945 | u32 action; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_jedec.c: In function 'nand_jedec_detect': /kisskb/src/drivers/mtd/nand/raw/nand_jedec.c:33:14: note: byref variable will be forcibly initialized 33 | char id[5]; | ^~ /kisskb/src/kernel/seccomp.c: In function 'seccomp_get_notif_sizes': /kisskb/src/kernel/seccomp.c:1969:36: note: byref variable will be forcibly initialized 1969 | struct seccomp_notif_sizes sizes = { | ^~~~~ /kisskb/src/drivers/regulator/rtq2134-regulator.c: In function 'rtq2134_buck_get_error_flags': /kisskb/src/drivers/regulator/rtq2134-regulator.c:169:34: note: byref variable will be forcibly initialized 169 | unsigned int chip_error, buck_error, events = 0; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/rtq2134-regulator.c:169:22: 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:22: note: byref variable will be forcibly initialized 99 | unsigned int mode; | ^~~~ /kisskb/src/drivers/gpu/drm/logicvc/logicvc_drm.c: In function 'logicvc_drm_caps_match': /kisskb/src/drivers/gpu/drm/logicvc/logicvc_drm.c:263:13: note: byref variable will be forcibly initialized 263 | u32 version; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/logicvc/logicvc_drm.c: In function 'logicvc_drm_irq_handler': /kisskb/src/drivers/gpu/drm/logicvc/logicvc_drm.c:71:13: note: byref variable will be forcibly initialized 71 | u32 stat = 0; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/logicvc/logicvc_drm.c:11: /kisskb/src/drivers/gpu/drm/logicvc/logicvc_drm.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/logicvc/logicvc_drm.c: In function 'logicvc_clocks_prepare': /kisskb/src/drivers/gpu/drm/logicvc/logicvc_drm.c:154:11: note: byref variable will be forcibly initialized 154 | } clocks_map[] = { | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/logicvc/logicvc_drm.c: In function 'logicvc_drm_probe': /kisskb/src/drivers/gpu/drm/logicvc/logicvc_drm.c:302:25: note: byref variable will be forcibly initialized 302 | struct resource res; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/lib/bucket_locks.c:3: /kisskb/src/lib/bucket_locks.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | 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/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/pps/pps.c:11: /kisskb/src/drivers/pps/pps.c: In function 'pps_cdev_pps_fetch': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c:72:31: note: in expansion of macro 'wait_event_interruptible_timeout' 72 | err = wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c:60:23: note: in expansion of macro 'wait_event_interruptible' 60 | err = wait_event_interruptible(pps->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c: In function 'pps_cdev_ioctl': /kisskb/src/drivers/pps/pps.c:207:38: note: byref variable will be forcibly initialized 207 | struct pps_bind_args bind_args; | ^~~~~~~~~ /kisskb/src/drivers/pps/pps.c:177:34: note: byref variable will be forcibly initialized 177 | struct pps_fdata fdata; | ^~~~~ /kisskb/src/drivers/pps/pps.c:94:28: note: byref variable will be forcibly initialized 94 | struct pps_kparams params; | ^~~~~~ /kisskb/src/drivers/pps/pps.c: In function 'pps_cdev_compat_ioctl': /kisskb/src/drivers/pps/pps.c:259:34: note: byref variable will be forcibly initialized 259 | struct pps_fdata fdata; | ^~~~~ /kisskb/src/drivers/pps/pps.c:258:41: note: byref variable will be forcibly initialized 258 | struct pps_fdata_compat compat; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_onfi.c: In function 'nand_onfi_detect': /kisskb/src/drivers/mtd/nand/raw/nand_onfi.c:197:29: note: byref variable will be forcibly initialized 197 | const void *srcbufs[ONFI_PARAM_PAGES]; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_onfi.c:153:14: note: byref variable will be forcibly initialized 153 | char id[4]; | ^~ /kisskb/src/drivers/pps/pps.c: In function 'pps_lookup_dev': /kisskb/src/drivers/pps/pps.c:434:18: note: byref variable will be forcibly initialized 434 | unsigned id; | ^~ /kisskb/src/drivers/gpu/drm/imx/dcss/dcss-crtc.c: In function 'dcss_crtc_atomic_enable': /kisskb/src/drivers/gpu/drm/imx/dcss/dcss-crtc.c:90:26: note: byref variable will be forcibly initialized 90 | struct videomode vm; | ^~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/tracepoint.c:5: /kisskb/src/kernel/tracepoint.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/tracepoint.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /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:656:19: note: byref variable will be forcibly initialized 656 | u32 stat, dummy; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:656:13: note: byref variable will be forcibly initialized 656 | u32 stat, dummy; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/tracepoint.c:5: /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_add_func': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:373:17: note: in expansion of macro 'rcu_assign_pointer' 373 | rcu_assign_pointer(tp->funcs, tp_funcs); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:360:17: note: in expansion of macro 'rcu_assign_pointer' 360 | rcu_assign_pointer(tp->funcs, tp_funcs); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:327:39: note: byref variable will be forcibly initialized 327 | struct tracepoint_func *old, *tp_funcs; | ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_read': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:508:26: note: byref variable will be forcibly initialized 508 | u32 len, tmp; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:505:22: note: byref variable will be forcibly initialized 505 | unsigned int rx_valid; | ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/tracepoint.c:5: /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_remove_func': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:446:17: note: in expansion of macro 'rcu_assign_pointer' 446 | rcu_assign_pointer(tp->funcs, tp_funcs); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:429:17: note: in expansion of macro 'rcu_assign_pointer' 429 | rcu_assign_pointer(tp->funcs, tp_funcs); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:421:17: note: in expansion of macro 'rcu_assign_pointer' 421 | rcu_assign_pointer(tp->funcs, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:399:39: note: byref variable will be forcibly initialized 399 | struct tracepoint_func *old, *tp_funcs; | ^~~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_write': /kisskb/src/drivers/mtd/mtdchar.c:263:44: note: byref variable will be forcibly initialized 263 | struct mtd_oob_ops ops = {}; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:224:16: note: byref variable will be forcibly initialized 224 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:222:16: note: byref variable will be forcibly initialized 222 | size_t size = count; | ^~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_register_prio_may_exist': /kisskb/src/kernel/tracepoint.c:475:32: note: byref variable will be forcibly initialized 475 | struct tracepoint_func tp_func; | ^~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_register_prio': /kisskb/src/kernel/tracepoint.c:504:32: note: byref variable will be forcibly initialized 504 | struct tracepoint_func tp_func; | ^~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_unregister': /kisskb/src/kernel/tracepoint.c:545:32: note: byref variable will be forcibly initialized 545 | struct tracepoint_func tp_func; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_xfer_msg': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:373:22: note: byref variable will be forcibly initialized 373 | unsigned int flr; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_writeoob': /kisskb/src/drivers/mtd/mtdchar.c:347:18: note: byref variable will be forcibly initialized 347 | uint32_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:346:28: note: byref variable will be forcibly initialized 346 | struct mtd_oob_ops ops = {}; | ^~~ /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:716:13: note: byref variable will be forcibly initialized 716 | 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:761:19: note: byref variable will be forcibly initialized 761 | u32 stat, enabled; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:761:13: note: byref variable will be forcibly initialized 761 | 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:13: note: byref variable will be forcibly initialized 257 | u32 val; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_write_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:641:36: note: byref variable will be forcibly initialized 641 | struct mtd_oob_ops ops = { | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:597:30: note: byref variable will be forcibly initialized 597 | struct mtd_write_req req; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_xfer_init': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:214:13: 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:13: note: byref variable will be forcibly initialized 290 | u32 val; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'get_oobinfo': /kisskb/src/drivers/mtd/mtdchar.c:493:31: note: byref variable will be forcibly initialized 493 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_set_timings_master': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:42:13: note: byref variable will be forcibly initialized 42 | u32 comp_param1; | ^~~~~~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'shrink_ecclayout': /kisskb/src/drivers/mtd/mtdchar.c:446:31: note: byref variable will be forcibly initialized 446 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'otp_select_filemode': /kisskb/src/drivers/mtd/mtdchar.c:313:16: note: byref variable will be forcibly initialized 313 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_blkpg_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:544:32: note: byref variable will be forcibly initialized 544 | struct blkpg_partition p; | ^ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:1072:40: note: byref variable will be forcibly initialized 1072 | struct blkpg_ioctl_arg a; | ^ /kisskb/src/drivers/mtd/mtdchar.c:1003:33: note: byref variable will be forcibly initialized 1003 | struct otp_info oinfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:989:37: note: byref variable will be forcibly initialized 989 | int nbr = retlen / sizeof(struct otp_info); | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:973:24: note: byref variable will be forcibly initialized 973 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:957:21: note: byref variable will be forcibly initialized 957 | int mode; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c:948:24: note: byref variable will be forcibly initialized 948 | loff_t offs; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c:939:24: note: byref variable will be forcibly initialized 939 | loff_t offs; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c:923:37: note: byref variable will be forcibly initialized 923 | struct nand_oobinfo oi; | ^~ /kisskb/src/drivers/mtd/mtdchar.c:911:40: note: byref variable will be forcibly initialized 911 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:900:40: note: byref variable will be forcibly initialized 900 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:889:40: note: byref variable will be forcibly initialized 889 | struct erase_info_user einfo; | ^~~~~ /kisskb/src/drivers/mtd/mtdchar.c:868:38: note: byref variable will be forcibly initialized 868 | struct mtd_oob_buf64 buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:854:38: note: byref variable will be forcibly initialized 854 | struct mtd_oob_buf64 buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:840:36: note: byref variable will be forcibly initialized 840 | struct mtd_oob_buf buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:826:36: note: byref variable will be forcibly initialized 826 | struct mtd_oob_buf buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:807:56: note: byref variable will be forcibly initialized 807 | struct erase_info_user einfo32; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:797:58: note: byref variable will be forcibly initialized 797 | struct erase_info_user64 einfo64; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:698:30: note: byref variable will be forcibly initialized 698 | struct mtd_info_user info; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_compat_ioctl': /kisskb/src/drivers/mtd/mtdchar.c:1168:40: note: byref variable will be forcibly initialized 1168 | struct blkpg_ioctl_arg a; | ^ /kisskb/src/drivers/mtd/mtdchar.c:1167:47: note: byref variable will be forcibly initialized 1167 | struct blkpg_compat_ioctl_arg compat_arg; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/mtdchar.c:1150:38: note: byref variable will be forcibly initialized 1150 | struct mtd_oob_buf32 buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:1131:38: note: byref variable will be forcibly initialized 1131 | struct mtd_oob_buf32 buf; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c: In function 'mtdchar_read': /kisskb/src/drivers/mtd/mtdchar.c:169:44: note: byref variable will be forcibly initialized 169 | struct mtd_oob_ops ops = {}; | ^~~ /kisskb/src/drivers/mtd/mtdchar.c:136:16: note: byref variable will be forcibly initialized 136 | size_t size = count; | ^~~~ /kisskb/src/drivers/mtd/mtdchar.c:132:16: note: byref variable will be forcibly initialized 132 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mfd/da9063-i2c.c: In function 'da9063_i2c_blockreg_read': /kisskb/src/drivers/mfd/da9063-i2c.c:52:22: note: byref variable will be forcibly initialized 52 | u8 page_num, paged_addr; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/da9063-i2c.c:51:12: 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:24: 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/mfd/da9063-i2c.c:107:12: note: byref variable will be forcibly initialized 107 | u8 buf[DA9063_CHIP_ID_REGS]; | ^~~ /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:29: note: byref variable will be forcibly initialized 23 | struct ir_raw_event ev; | ^~ 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:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c:80:14: note: in expansion of macro 'kfifo_put' 80 | if (!kfifo_put(&dev->raw->kfifo, *ev)) { | ^~~~~~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_edge_handle': /kisskb/src/drivers/media/rc/rc-ir-raw.c:563:37: note: byref variable will be forcibly initialized 563 | 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:524:13: note: byref variable will be forcibly initialized 524 | u64 mask = 1ULL << protocol; | ^~~~ In file included from /kisskb/src/include/linux/dma-fence-chain.h:15, from /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:9: /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:10: /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'unwrap_merge_complex': /kisskb/src/include/linux/dma-fence-unwrap.h:70:41: note: byref variable will be forcibly initialized 70 | struct dma_fence_unwrap __c[ARRAY_SIZE(__f)]; \ | ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:313:14: note: in expansion of macro 'dma_fence_unwrap_merge' 313 | f5 = dma_fence_unwrap_merge(f3, f4, dma_fence_get_stub()); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dma-fence-unwrap.h:69:35: note: byref variable will be forcibly initialized 69 | struct dma_fence *__f[] = { __VA_ARGS__ }; \ | ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:313:14: note: in expansion of macro 'dma_fence_unwrap_merge' 313 | f5 = dma_fence_unwrap_merge(f3, f4, dma_fence_get_stub()); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dma-fence-unwrap.h:70:41: note: byref variable will be forcibly initialized 70 | struct dma_fence_unwrap __c[ARRAY_SIZE(__f)]; \ | ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:308:14: note: in expansion of macro 'dma_fence_unwrap_merge' 308 | f4 = dma_fence_unwrap_merge(f2, f1); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dma-fence-unwrap.h:69:35: note: byref variable will be forcibly initialized 69 | struct dma_fence *__f[] = { __VA_ARGS__ }; \ | ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:308:14: note: in expansion of macro 'dma_fence_unwrap_merge' 308 | f4 = dma_fence_unwrap_merge(f2, f1); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dma-fence-unwrap.h:70:41: note: byref variable will be forcibly initialized 70 | struct dma_fence_unwrap __c[ARRAY_SIZE(__f)]; \ | ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:303:14: note: in expansion of macro 'dma_fence_unwrap_merge' 303 | f3 = dma_fence_unwrap_merge(f1, f2); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dma-fence-unwrap.h:69:35: note: byref variable will be forcibly initialized 69 | struct dma_fence *__f[] = { __VA_ARGS__ }; \ | ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:303:14: note: in expansion of macro 'dma_fence_unwrap_merge' 303 | f3 = dma_fence_unwrap_merge(f1, f2); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:292:33: note: byref variable will be forcibly initialized 292 | struct dma_fence_unwrap iter; | ^~~~ In file included from /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:10: /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'unwrap_merge': /kisskb/src/include/linux/dma-fence-unwrap.h:70:41: note: byref variable will be forcibly initialized 70 | struct dma_fence_unwrap __c[ARRAY_SIZE(__f)]; \ | ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:257:14: note: in expansion of macro 'dma_fence_unwrap_merge' 257 | f3 = dma_fence_unwrap_merge(f1, f2); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dma-fence-unwrap.h:69:35: note: byref variable will be forcibly initialized 69 | struct dma_fence *__f[] = { __VA_ARGS__ }; \ | ^~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:257:14: note: in expansion of macro 'dma_fence_unwrap_merge' 257 | f3 = dma_fence_unwrap_merge(f1, f2); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:244:33: note: byref variable will be forcibly initialized 244 | struct dma_fence_unwrap iter; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'mock_array': /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:50:17: note: byref variable will be forcibly initialized 50 | va_list valist; | ^~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'unwrap_array': /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:120:33: note: byref variable will be forcibly initialized 120 | struct dma_fence_unwrap iter; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'unwrap_chain_array': /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:200:33: note: byref variable will be forcibly initialized 200 | struct dma_fence_unwrap iter; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c: In function 'unwrap_chain': /kisskb/src/drivers/dma-buf/st-dma-fence-unwrap.c:160:33: note: byref variable will be forcibly initialized 160 | struct dma_fence_unwrap iter; | ^~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x07.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x07.c: In function 'show_gather': /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:179:28: note: byref variable will be forcibly initialized 179 | dma_addr_t addr = phys_addr + i * 4; | ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:13: note: byref variable will be forcibly initialized 166 | u32 payload = INVALID_PAYLOAD; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x07.c:18: /kisskb/src/drivers/gpu/host1x/hw/host1x07.c: In function 'syncpt_thresh_isr': /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:23: note: byref variable will be forcibly initialized 36 | unsigned long reg; | ^~~ /kisskb/src/drivers/media/cec/core/cec-core.c: In function 'cec_error_inj_write': /kisskb/src/drivers/media/cec/core/cec-core.c:208:15: note: byref variable will be forcibly initialized 208 | char *p; | ^ In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:240, from /kisskb/src/drivers/gpu/host1x/hw/host1x07.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x07.c: In function 'host1x_debug_show_channel_cdma': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:19:34: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart = 0, dmaend = 0; | ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:19:20: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart = 0, dmaend = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/imx/dcss/dcss-plane.c: In function 'dcss_plane_atomic_check': /kisskb/src/drivers/gpu/drm/imx/dcss/dcss-plane.c:153:18: note: byref variable will be forcibly initialized 153 | int min, max; | ^~~ /kisskb/src/drivers/gpu/drm/imx/dcss/dcss-plane.c:153:13: note: byref variable will be forcibly initialized 153 | int min, max; | ^~~ /kisskb/src/kernel/latencytop.c: In function '__account_scheduler_latency': /kisskb/src/kernel/latencytop.c:181:31: note: byref variable will be forcibly initialized 181 | struct latency_record lat; | ^~~ 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/drivers/dma-buf/st-dma-fence-chain.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | 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:29: note: byref variable will be forcibly initialized 527 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'signal_forward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:495:29: note: byref variable will be forcibly initialized 495 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_random': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:646:29: note: byref variable will be forcibly initialized 646 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_backward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:600:29: note: byref variable will be forcibly initialized 600 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'wait_forward': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:570:29: note: byref variable will be forcibly initialized 570 | struct fence_chains fc; | ^~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:12: /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_race': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:295:9: note: in expansion of macro '___wait_var_event' 295 | ___wait_var_event(var, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:304:25: note: in expansion of macro '__wait_var_event_timeout' 304 | __ret = __wait_var_event_timeout(var, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:468:9: note: in expansion of macro 'wait_var_event_timeout' 468 | wait_var_event_timeout(&data.children, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:440:26: note: byref variable will be forcibly initialized 440 | struct find_race data; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_gap': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:340:27: note: byref variable will be forcibly initialized 340 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:339:29: note: byref variable will be forcibly initialized 339 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_out_of_order': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:296:27: note: byref variable will be forcibly initialized 296 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:295:29: note: byref variable will be forcibly initialized 295 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_signaled': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:258:27: note: byref variable will be forcibly initialized 258 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:257:29: note: byref variable will be forcibly initialized 257 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'find_seqno': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:180:27: note: byref variable will be forcibly initialized 180 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:179:29: 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:35: note: byref variable will be forcibly initialized 396 | struct dma_fence *fence = dma_fence_get(data->fc.tail); | ^~~~~ /kisskb/src/drivers/regulator/sy7636a-regulator.c: In function 'sy7636a_get_vcom_voltage_op': /kisskb/src/drivers/regulator/sy7636a-regulator.c:27:27: note: byref variable will be forcibly initialized 27 | unsigned int val, val_h; | ^~~~~ /kisskb/src/drivers/regulator/sy7636a-regulator.c:27:22: note: byref variable will be forcibly initialized 27 | unsigned int val, val_h; | ^~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_round_rate': /kisskb/src/drivers/clk/clk-axi-clkgen.c:392:28: note: byref variable will be forcibly initialized 392 | unsigned int d, m, dout; | ^~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c:392:25: note: byref variable will be forcibly initialized 392 | unsigned int d, m, dout; | ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c:392:22: note: byref variable will be forcibly initialized 392 | unsigned int d, m, dout; | ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_wait_non_busy': /kisskb/src/drivers/clk/clk-axi-clkgen.c:246:22: note: byref variable will be forcibly initialized 246 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_get_div': /kisskb/src/drivers/clk/clk-axi-clkgen.c:409:28: note: byref variable will be forcibly initialized 409 | unsigned int val1, val2; | ^~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c:409:22: note: byref variable will be forcibly initialized 409 | unsigned int val1, val2; | ^~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_recalc_rate': /kisskb/src/drivers/clk/clk-axi-clkgen.c:439:22: note: byref variable will be forcibly initialized 439 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_mmcm_write': /kisskb/src/drivers/clk/clk-axi-clkgen.c:285:22: note: byref variable will be forcibly initialized 285 | unsigned int reg_val = 0; | ^~~~~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_get_parent': /kisskb/src/drivers/clk/clk-axi-clkgen.c:489:22: note: byref variable will be forcibly initialized 489 | unsigned int parent; | ^~~~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_set_rate': /kisskb/src/drivers/clk/clk-axi-clkgen.c:342:38: note: byref variable will be forcibly initialized 342 | struct axi_clkgen_div_params params; | ^~~~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c:341:28: note: byref variable will be forcibly initialized 341 | unsigned int d, m, dout; | ^~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c:341:25: note: byref variable will be forcibly initialized 341 | unsigned int d, m, dout; | ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c:341:22: note: byref variable will be forcibly initialized 341 | unsigned int d, m, dout; | ^ /kisskb/src/drivers/clk/clk-axi-clkgen.c: In function 'axi_clkgen_probe': /kisskb/src/drivers/clk/clk-axi-clkgen.c:512:21: note: byref variable will be forcibly initialized 512 | const char *clk_name; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c:511:21: note: byref variable will be forcibly initialized 511 | const char *parent_names[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-axi-clkgen.c:510:30: note: byref variable will be forcibly initialized 510 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x08.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x08.c: In function 'show_gather': /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:179:28: note: byref variable will be forcibly initialized 179 | dma_addr_t addr = phys_addr + i * 4; | ^~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:166:13: note: byref variable will be forcibly initialized 166 | u32 payload = INVALID_PAYLOAD; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/host1x08.c:18: /kisskb/src/drivers/gpu/host1x/hw/host1x08.c: In function 'syncpt_thresh_isr': /kisskb/src/drivers/gpu/host1x/hw/intr_hw.c:36:23: note: byref variable will be forcibly initialized 36 | unsigned long reg; | ^~~ In file included from /kisskb/src/drivers/gpu/host1x/hw/debug_hw.c:240, from /kisskb/src/drivers/gpu/host1x/hw/host1x08.c:17: /kisskb/src/drivers/gpu/host1x/hw/host1x08.c: In function 'host1x_debug_show_channel_cdma': /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:19:34: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart = 0, dmaend = 0; | ^~~~~~ /kisskb/src/drivers/gpu/host1x/hw/debug_hw_1x06.c:19:20: note: byref variable will be forcibly initialized 19 | dma_addr_t dmastart = 0, dmaend = 0; | ^~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/irq_work.c:10: /kisskb/src/kernel/irq_work.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:9: note: in expansion of macro 'rcu_assign_pointer' 47 | rcu_assign_pointer(w->task, current); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rtc.h:206, from /kisskb/src/drivers/rtc/interface.c:18: /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_time_alarm_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(rtc_time_alarm_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_irq_set_freq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(rtc_irq_set_freq, | ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_irq_set_state': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' 80 | TRACE_EVENT(rtc_irq_set_state, | ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_alarm_irq_enable': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' 102 | TRACE_EVENT(rtc_alarm_irq_enable, | ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_offset_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 124 | DECLARE_EVENT_CLASS(rtc_offset_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_timer_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 159 | DECLARE_EVENT_CLASS(rtc_timer_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/lib/string_helpers.c:13: /kisskb/src/lib/string_helpers.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/string_helpers.c: In function 'string_get_size': /kisskb/src/lib/string_helpers.c:55:14: note: byref variable will be forcibly initialized 55 | char tmp[8]; | ^~~ /kisskb/src/lib/string_helpers.c: In function 'string_unescape': /kisskb/src/lib/string_helpers.c:271:15: note: byref variable will be forcibly initialized 271 | char *out = dst; | ^~~ /kisskb/src/lib/string_helpers.c: In function 'string_escape_mem': /kisskb/src/lib/string_helpers.c:523:15: note: byref variable will be forcibly initialized 523 | char *p = dst; | ^ /kisskb/src/lib/string_helpers.c: In function 'kstrdup_quotable': /kisskb/src/lib/string_helpers.c:599:20: note: byref variable will be forcibly initialized 599 | const char esc[] = "\f\n\r\t\v\a\e\\\""; | ^~~ /kisskb/src/drivers/rtc/interface.c: In function '__rtc_set_alarm': /kisskb/src/drivers/rtc/interface.c:411:25: note: byref variable will be forcibly initialized 411 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_remove': /kisskb/src/drivers/rtc/interface.c:873:35: note: byref variable will be forcibly initialized 873 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_enqueue': /kisskb/src/drivers/rtc/interface.c:826:35: note: byref variable will be forcibly initialized 826 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/interface.c:805:25: note: byref variable will be forcibly initialized 805 | struct rtc_time tm; | ^~ /kisskb/src/drivers/gpu/drm/logicvc/logicvc_of.c: In function 'logicvc_of_property_parse_u32': /kisskb/src/drivers/gpu/drm/logicvc/logicvc_of.c:131:13: note: byref variable will be forcibly initialized 131 | u32 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/logicvc/logicvc_of.c:130:21: note: byref variable will be forcibly initialized 130 | const char *string; | ^~~~~~ /kisskb/src/drivers/rtc/interface.c: In function '__rtc_read_alarm': /kisskb/src/drivers/rtc/interface.c:215:33: note: byref variable will be forcibly initialized 215 | struct rtc_time before, now; | ^~~ /kisskb/src/drivers/rtc/interface.c:215:25: note: byref variable will be forcibly initialized 215 | struct rtc_time before, now; | ^~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_initialize_alarm': /kisskb/src/drivers/rtc/interface.c:496:25: note: byref variable will be forcibly initialized 496 | struct rtc_time now; | ^~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_update_irq_enable': /kisskb/src/drivers/rtc/interface.c:585:33: note: byref variable will be forcibly initialized 585 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_do_work': /kisskb/src/drivers/rtc/interface.c:939:35: note: byref variable will be forcibly initialized 939 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/interface.c:905:25: note: byref variable will be forcibly initialized 905 | struct rtc_time tm; | ^~ /kisskb/src/lib/kstrtox.c: In function '_kstrtoull': /kisskb/src/lib/kstrtox.c:98:28: note: byref variable will be forcibly initialized 98 | unsigned long long _res; | ^~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoll': /kisskb/src/drivers/pps/kapi.c: In function 'pps_event': /kisskb/src/drivers/pps/kapi.c:164:26: note: byref variable will be forcibly initialized 164 | struct pps_ktime ts_real = { .sec = 0, .nsec = 0, .flags = 0 }; | ^~~~~~~ /kisskb/src/lib/kstrtox.c:158:28: note: byref variable will be forcibly initialized 158 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtoul': /kisskb/src/lib/kstrtox.c:183:28: note: byref variable will be forcibly initialized 183 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtol': /kisskb/src/lib/kstrtox.c:199:19: note: byref variable will be forcibly initialized 199 | long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtouint': /kisskb/src/lib/kstrtox.c:230:28: note: byref variable will be forcibly initialized 230 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint': /kisskb/src/lib/kstrtox.c:261:19: note: byref variable will be forcibly initialized 261 | long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou16': /kisskb/src/lib/kstrtox.c:277:28: note: byref variable will be forcibly initialized 277 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos16': /kisskb/src/lib/kstrtox.c:293:19: note: byref variable will be forcibly initialized 293 | long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou8': /kisskb/src/lib/kstrtox.c:309:28: note: byref variable will be forcibly initialized 309 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos8': /kisskb/src/lib/kstrtox.c:325:19: note: byref variable will be forcibly initialized 325 | long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtobool_from_user': /kisskb/src/lib/kstrtox.c:398:14: note: byref variable will be forcibly initialized 398 | char buf[4]; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoull_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:422:1: note: in expansion of macro 'kstrto_from_user' 422 | kstrto_from_user(kstrtoull_from_user, kstrtoull, unsigned long long); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/da9150-core.c: In function 'da9150_i2c_read_device': /kisskb/src/drivers/mfd/da9150-core.c:26:24: note: byref variable will be forcibly initialized 26 | struct i2c_msg xfer; | ^~~~ /kisskb/src/drivers/mfd/da9150-core.c: In function 'da9150_i2c_write_device': /kisskb/src/drivers/mfd/da9150-core.c:66:24: note: byref variable will be forcibly initialized 66 | struct i2c_msg xfer; | ^~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoll_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:423:1: note: in expansion of macro 'kstrto_from_user' 423 | kstrto_from_user(kstrtoll_from_user, kstrtoll, long long); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoul_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:424:1: note: in expansion of macro 'kstrto_from_user' 424 | kstrto_from_user(kstrtoul_from_user, kstrtoul, unsigned long); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtol_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:425:1: note: in expansion of macro 'kstrto_from_user' 425 | kstrto_from_user(kstrtol_from_user, kstrtol, long); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtouint_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:426:1: note: in expansion of macro 'kstrto_from_user' 426 | kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:427:1: note: in expansion of macro 'kstrto_from_user' 427 | kstrto_from_user(kstrtoint_from_user, kstrtoint, int); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou16_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:428:1: note: in expansion of macro 'kstrto_from_user' 428 | kstrto_from_user(kstrtou16_from_user, kstrtou16, u16); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/da9150-core.c: In function 'da9150_reg_read': /kisskb/src/drivers/mfd/da9150-core.c:201:13: note: byref variable will be forcibly initialized 201 | int val, ret; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos16_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:429:1: note: in expansion of macro 'kstrto_from_user' 429 | kstrto_from_user(kstrtos16_from_user, kstrtos16, s16); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou8_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:430:1: note: in expansion of macro 'kstrto_from_user' 430 | kstrto_from_user(kstrtou8_from_user, kstrtou8, u8); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos8_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:431:1: note: in expansion of macro 'kstrto_from_user' 431 | kstrto_from_user(kstrtos8_from_user, kstrtos8, s8); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/crash_dump.c: In function 'setup_elfcorehdr': /kisskb/src/kernel/crash_dump.c:31:15: note: byref variable will be forcibly initialized 31 | char *end; | ^~~ /kisskb/src/drivers/usb/phy/phy-generic.c: In function 'usb_phy_gen_create_phy': /kisskb/src/drivers/usb/phy/phy-generic.c:211:13: note: byref variable will be forcibly initialized 211 | u32 clk_rate = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-arb-gpio-challenge.c:11: /kisskb/src/drivers/i2c/muxes/i2c-arb-gpio-challenge.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/kernel/padata.c:18: /kisskb/src/kernel/padata.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ 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:19: note: byref variable will be forcibly initialized 347 | LIST_HEAD(local_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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_replace_one': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/padata.c:636:9: note: in expansion of macro 'rcu_assign_pointer' 636 | rcu_assign_pointer(ps->pd, pd_new); | ^~~~~~~~~~~~~~~~~~ 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:19: note: byref variable will be forcibly initialized 474 | LIST_HEAD(works); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/padata.c:473:36: note: byref variable will be forcibly initialized 473 | struct padata_mt_job_state ps; | ^~ /kisskb/src/kernel/padata.c:472:28: note: byref variable will be forcibly initialized 472 | struct padata_work my_work, *pw; | ^~~~~~~ /kisskb/src/kernel/padata.c: In function 'store_cpumask': /kisskb/src/kernel/padata.c:877:23: note: byref variable will be forcibly initialized 877 | cpumask_var_t new_cpumask; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_find_interface': /kisskb/src/drivers/usb/core/usb.c:353:35: 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:29: note: byref variable will be forcibly initialized 395 | struct each_dev_arg arg = {data, fn}; | ^~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_register_clkin': /kisskb/src/drivers/clk/clk-cdce706.c:479:25: note: byref variable will be forcibly initialized 479 | unsigned clock, source; | ^~~~~~ /kisskb/src/drivers/clk/clk-cdce706.c:479:18: note: byref variable will be forcibly initialized 479 | unsigned clock, source; | ^~~~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_register_plls': /kisskb/src/drivers/clk/clk-cdce706.c:526:32: note: byref variable will be forcibly initialized 526 | unsigned m, n, v; | ^ /kisskb/src/drivers/clk/clk-cdce706.c:526:29: note: byref variable will be forcibly initialized 526 | unsigned m, n, v; | ^ /kisskb/src/drivers/clk/clk-cdce706.c:526:26: note: byref variable will be forcibly initialized 526 | unsigned m, n, v; | ^ /kisskb/src/drivers/clk/clk-cdce706.c:519:18: note: byref variable will be forcibly initialized 519 | unsigned mux; | ^~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_register_dividers': /kisskb/src/drivers/clk/clk-cdce706.c:564:26: note: byref variable will be forcibly initialized 564 | unsigned val; | ^~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_register_clkouts': /kisskb/src/drivers/clk/clk-cdce706.c:600:26: note: byref variable will be forcibly initialized 600 | unsigned val; | ^~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_pll_round_rate': /kisskb/src/drivers/clk/clk-cdce706.c:189:28: note: byref variable will be forcibly initialized 189 | unsigned long mul, div; | ^~~ /kisskb/src/drivers/clk/clk-cdce706.c:189:23: note: byref variable will be forcibly initialized 189 | unsigned long mul, div; | ^~~ /kisskb/src/drivers/clk/clk-cdce706.c: In function 'cdce706_divider_round_rate': /kisskb/src/drivers/clk/clk-cdce706.c:315:42: note: byref variable will be forcibly initialized 315 | unsigned long n, m; | ^ /kisskb/src/drivers/clk/clk-cdce706.c:315:39: note: byref variable will be forcibly initialized 315 | unsigned long n, m; | ^ /kisskb/src/drivers/clk/clk-cdce706.c:295:28: note: byref variable will be forcibly initialized 295 | unsigned long mul, div; | ^~~ /kisskb/src/drivers/clk/clk-cdce706.c:295:23: note: byref variable will be forcibly initialized 295 | unsigned long mul, div; | ^~~ /kisskb/src/drivers/mfd/max77620.c: In function 'max77620_read_es_version': /kisskb/src/drivers/mfd/max77620.c:465:22: note: byref variable will be forcibly initialized 465 | unsigned int val; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c: In function 'hynix_mlc_1xnm_rr_value': /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:262:12: note: byref variable will be forcibly initialized 262 | u8 tmp[NAND_HYNIX_1XNM_RR_REPEAT]; | ^~~ /kisskb/src/drivers/mfd/max77620.c: In function 'max77620_config_fps': /kisskb/src/drivers/mfd/max77620.c:320:14: note: byref variable will be forcibly initialized 320 | char fps_name[10]; | ^~~~~~~~ /kisskb/src/drivers/mfd/max77620.c:317:13: note: byref variable will be forcibly initialized 317 | u32 param_val; | ^~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c: In function 'hynix_nand_reg_write_op': /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:97:39: note: byref variable will be forcibly initialized 97 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:93:38: note: byref variable will be forcibly initialized 93 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c: In function 'hynix_nand_cmd_op': /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:78:39: note: byref variable will be forcibly initialized 78 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:75:38: note: byref variable will be forcibly initialized 75 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c: In function 'hynix_nand_has_valid_jedecid': /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:62:12: note: byref variable will be forcibly initialized 62 | u8 jedecid[5] = { }; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c: In function 'hynix_mlc_1xnm_rr_init': /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:293:19: note: byref variable will be forcibly initialized 293 | u8 nregs, nmodes; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_hynix.c:293:12: note: byref variable will be forcibly initialized 293 | u8 nregs, nmodes; | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/ch7006_drv.c: In function 'ch7006_probe': /kisskb/src/drivers/gpu/drm/i2c/ch7006_drv.c:392:17: note: byref variable will be forcibly initialized 392 | uint8_t val; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/ch7006_drv.c:391:17: note: byref variable will be forcibly initialized 391 | uint8_t addr = CH7006_VERSION_ID; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'test_get_fences': /kisskb/src/drivers/dma-buf/st-dma-resv.c:241:16: note: byref variable will be forcibly initialized 241 | int r, i; | ^ /kisskb/src/drivers/dma-buf/st-dma-resv.c:240:25: note: byref variable will be forcibly initialized 240 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c:239:32: note: byref variable will be forcibly initialized 239 | struct dma_fence *f, **fences = NULL; | ^~~~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'sanitycheck': /kisskb/src/drivers/dma-buf/st-dma-resv.c:40:25: note: byref variable will be forcibly initialized 40 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'test_for_each': /kisskb/src/drivers/dma-buf/st-dma-resv.c:110:25: note: byref variable will be forcibly initialized 110 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c:108:30: note: byref variable will be forcibly initialized 108 | struct dma_resv_iter cursor; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/gpu/host1x/context.c:6: /kisskb/src/drivers/gpu/host1x/context.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'test_signaling': /kisskb/src/drivers/dma-buf/st-dma-resv.c:64:25: note: byref variable will be forcibly initialized 64 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c: In function 'test_for_each_unlocked': /kisskb/src/drivers/dma-buf/st-dma-resv.c:169:25: note: byref variable will be forcibly initialized 169 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/dma-buf/st-dma-resv.c:167:30: note: byref variable will be forcibly initialized 167 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/gpu/host1x/context.c: In function 'host1x_memory_context_list_init': /kisskb/src/drivers/gpu/host1x/context.c:21:22: note: byref variable will be forcibly initialized 21 | unsigned int i; | ^ In file included from /kisskb/src/drivers/rtc/lib_test.c:3: /kisskb/src/drivers/rtc/lib_test.c: In function 'rtc_time64_to_tm_test_date_range': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/lib_test.c:63:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 63 | KUNIT_ASSERT_EQ_MSG(test, yday, result.tm_yday, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/lib_test.c:62:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 62 | KUNIT_ASSERT_EQ_MSG(test, mday, result.tm_mday, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/lib_test.c:61:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 61 | KUNIT_ASSERT_EQ_MSG(test, month - 1, result.tm_mon, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1037:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 1037 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/lib_test.c:60:17: note: in expansion of macro 'KUNIT_ASSERT_EQ_MSG' 60 | KUNIT_ASSERT_EQ_MSG(test, year - 1900, result.tm_year, FAIL_MSG); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/lib_test.c:47:25: note: byref variable will be forcibly initialized 47 | struct rtc_time result; | ^~~~~~ /kisskb/src/drivers/rtc/lib_test.c:45:13: note: byref variable will be forcibly initialized 45 | int yday = 1; | ^~~~ /kisskb/src/drivers/rtc/lib_test.c:44:13: note: byref variable will be forcibly initialized 44 | int mday = 1; | ^~~~ /kisskb/src/drivers/rtc/lib_test.c:43:13: note: byref variable will be forcibly initialized 43 | int month = 1; | ^~~~~ /kisskb/src/drivers/rtc/lib_test.c:42:13: note: byref variable will be forcibly initialized 42 | int year = 1970; | ^~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'vconn_source_store': /kisskb/src/drivers/usb/typec/class.c:1561:14: note: byref variable will be forcibly initialized 1561 | bool source; | ^~~~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'typec_altmode_update_active': /kisskb/src/drivers/usb/typec/class.c:292:14: note: byref variable will be forcibly initialized 292 | char dir[6]; | ^~~ /kisskb/src/drivers/usb/typec/class.c: In function 'active_store': /kisskb/src/drivers/usb/typec/class.c:363:14: note: byref variable will be forcibly initialized 363 | bool enter; | ^~~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'typec_register_plug': /kisskb/src/drivers/usb/typec/class.c:999:14: note: byref variable will be forcibly initialized 999 | char name[8]; | ^~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'typec_get_fw_cap': /kisskb/src/drivers/usb/typec/class.c:2036:21: note: byref variable will be forcibly initialized 2036 | const char *cap_str; | ^~~~~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'typec_port_register_altmodes': /kisskb/src/drivers/usb/typec/class.c:2115:19: note: byref variable will be forcibly initialized 2115 | u32 svid, vdo; | ^~~ /kisskb/src/drivers/usb/typec/class.c:2115:13: note: byref variable will be forcibly initialized 2115 | u32 svid, vdo; | ^~~~ /kisskb/src/drivers/usb/typec/class.c:2112:35: note: byref variable will be forcibly initialized 2112 | struct typec_altmode_desc desc; | ^~~~ /kisskb/src/drivers/power/reset/ltc2952-poweroff.c: In function 'ltc2952_poweroff_init': /kisskb/src/drivers/power/reset/ltc2952-poweroff.c:175:13: note: byref variable will be forcibly initialized 175 | u32 trigger_delay_ms; | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/memory.h:19, from /kisskb/src/kernel/jump_label.c:9: /kisskb/src/kernel/jump_label.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/media/rc/lirc_dev.c:10: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_transmit': /kisskb/src/drivers/media/rc/lirc_dev.c:243:38: note: byref variable will be forcibly initialized 243 | struct lirc_scancode scan; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/rc/lirc_dev.c:10: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_read_mode2': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:615:31: note: in expansion of macro 'wait_event_interruptible' 615 | ret = wait_event_interruptible(fh->wait_poll, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:604:22: note: byref variable will be forcibly initialized 604 | unsigned int copied; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/rc/lirc_dev.c:10: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_read_scancode': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:654:31: note: in expansion of macro 'wait_event_interruptible' 654 | ret = wait_event_interruptible(fh->wait_poll, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:642:22: note: byref variable will be forcibly initialized 642 | unsigned int copied; | ^~~~~~ In file included from /kisskb/src/include/media/rc-core.h:13, from /kisskb/src/drivers/media/rc/rc-core-priv.h:17, from /kisskb/src/drivers/media/rc/lirc_dev.c:19: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_raw_event': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:97:21: note: in expansion of macro 'kfifo_put' 97 | if (kfifo_put(&fh->rawir, sample)) | ^~~~~~~~~ /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:78:33: note: in expansion of macro 'kfifo_put' 78 | kfifo_put(&fh->rawir, LIRC_SPACE(duration)); | ^~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_scancode_event': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:118:21: note: in expansion of macro 'kfifo_put' 118 | if (kfifo_put(&fh->scancodes, *lsc)) | ^~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c:7: /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c: In function 'mtk_crtc_ddp_hw_init': /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c:406:30: note: byref variable will be forcibly initialized 406 | unsigned int local_layer; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c:336:40: note: byref variable will be forcibly initialized 336 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c: In function 'mtk_crtc_ddp_config': /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c:468:22: note: byref variable will be forcibly initialized 468 | unsigned int local_layer; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c: In function 'mtk_drm_crtc_plane_check': /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_crtc.c:646:22: note: byref variable will be forcibly initialized 646 | unsigned int local_layer; | ^~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_micron.c: In function 'micron_nand_on_die_ecc_setup': /kisskb/src/drivers/mtd/nand/raw/nand_micron.c:169:12: note: byref variable will be forcibly initialized 169 | u8 feature[ONFI_SUBFEATURE_PARAM_LEN] = { 0, }; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_micron.c: In function 'micron_nand_read_page_on_die_ecc': /kisskb/src/drivers/mtd/nand/raw/nand_micron.c:309:12: note: byref variable will be forcibly initialized 309 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_micron.c: In function 'micron_supports_on_die_ecc': /kisskb/src/drivers/mtd/nand/raw/nand_micron.c:418:12: note: byref variable will be forcibly initialized 418 | u8 id[5]; | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c: In function 'nand_power_down_op': /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c:258:39: note: byref variable will be forcibly initialized 258 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c:254:38: note: byref variable will be forcibly initialized 254 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c: In function 'macronix_nand_randomizer_check_enable': /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c:54:12: note: byref variable will be forcibly initialized 54 | u8 feature[ONFI_SUBFEATURE_PARAM_LEN]; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c: In function 'macronix_nand_block_protection_support': /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c:222:12: note: byref variable will be forcibly initialized 222 | u8 feature[ONFI_SUBFEATURE_PARAM_LEN]; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c: In function 'mxic_nand_unlock': /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c:206:12: note: byref variable will be forcibly initialized 206 | u8 feature[ONFI_SUBFEATURE_PARAM_LEN]; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c: In function 'mxic_nand_lock': /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c:190:12: note: byref variable will be forcibly initialized 190 | u8 feature[ONFI_SUBFEATURE_PARAM_LEN]; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c: In function 'macronix_nand_setup_read_retry': /kisskb/src/drivers/mtd/nand/raw/nand_macronix.c:41:12: note: byref variable will be forcibly initialized 41 | u8 feature[ONFI_SUBFEATURE_PARAM_LEN]; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-gpio.c: In function 'of_i2c_gpio_get_props': /kisskb/src/drivers/i2c/busses/i2c-gpio.c:306:13: note: byref variable will be forcibly initialized 306 | u32 reg; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/cec/core/cec-adap.c:10: /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_thread_func': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:478:25: note: in expansion of macro 'wait_event_interruptible' 478 | wait_event_interruptible(adap->kthread_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:468:31: note: in expansion of macro 'wait_event_interruptible_timeout' 468 | 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:1504:32: note: byref variable will be forcibly initialized 1504 | struct cec_msg msg = {}; | ^~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_disp_rdma.c: In function 'mtk_disp_rdma_probe': /kisskb/src/drivers/gpu/drm/mediatek/mtk_disp_rdma.c:288:13: note: byref variable will be forcibly initialized 288 | int ret; | ^~~ /kisskb/src/drivers/media/rc/ir-jvc-decoder.c: In function 'ir_jvc_encode': /kisskb/src/drivers/media/rc/ir-jvc-decoder.c:191:30: note: byref variable will be forcibly initialized 191 | struct ir_raw_event *e = events; | ^ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rwmmio.h:97, from /kisskb/src/lib/trace_readwrite.c:13: /kisskb/src/lib/trace_readwrite.c: In function 'trace_event_raw_event_rwmmio_rw_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/rwmmio.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(rwmmio_rw_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/trace_readwrite.c: In function 'trace_event_raw_event_rwmmio_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rwmmio.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(rwmmio_read, | ^~~~~~~~~~~ /kisskb/src/lib/trace_readwrite.c: In function 'trace_event_raw_event_rwmmio_post_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rwmmio.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(rwmmio_post_read, | ^~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function 'abb5zes3_i2c_validate_chip': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:135:12: note: byref variable will be forcibly initialized 135 | u8 regs[ABB5ZES3_MEM_MAP_LEN]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_read_time': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:208:12: note: byref variable will be forcibly initialized 208 | u8 regs[ABB5ZES3_REG_RTC_SC + ABB5ZES3_RTC_SEC_LEN]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_read_timer': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:304:22: note: byref variable will be forcibly initialized 304 | unsigned int reg; | ^~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:302:12: note: byref variable will be forcibly initialized 302 | u8 regs[ABB5ZES3_TIMA_SEC_LEN + 1]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:301:25: note: byref variable will be forcibly initialized 301 | struct rtc_time rtc_tm, *alarm_tm = &alarm->time; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:357:22: note: byref variable will be forcibly initialized 357 | unsigned int reg; | ^~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:356:12: note: byref variable will be forcibly initialized 356 | u8 regs[ABB5ZES3_ALRM_SEC_LEN]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:354:25: note: byref variable will be forcibly initialized 354 | struct rtc_time rtc_tm, *alarm_tm = &alarm->time; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function 'abb5zes3_rtc_set_time': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:251:12: note: byref variable will be forcibly initialized 251 | u8 regs[ABB5ZES3_REG_RTC_SC + ABB5ZES3_RTC_SEC_LEN]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_set_timer': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:509:12: note: byref variable will be forcibly initialized 509 | u8 regs[ABB5ZES3_TIMA_SEC_LEN]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:442:25: note: byref variable will be forcibly initialized 442 | struct rtc_time rtc_tm; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:441:12: note: byref variable will be forcibly initialized 441 | u8 regs[ABB5ZES3_ALRM_SEC_LEN]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function 'abb5zes3_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:546:25: note: byref variable will be forcibly initialized 546 | struct rtc_time rtc_tm; | ^~~~~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | 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:22: note: byref variable will be forcibly initialized 192 | unsigned int val; | ^~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function '_abb5zes3_rtc_interrupt': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:750:12: note: byref variable will be forcibly initialized 750 | u8 regs[ABB5ZES3_CTRL_SEC_LEN]; | ^~~~ 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/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c:12: /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c: In function 'abb5zes3_rtc_check_setup': /kisskb/src/drivers/rtc/rtc-ab-b5ze-s3.c:606:22: note: byref variable will be forcibly initialized 606 | unsigned int reg; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_hpd': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:411:22: note: byref variable will be forcibly initialized 411 | unsigned int irq0; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_irq_process': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:469:28: note: byref variable will be forcibly initialized 469 | unsigned int irq0, irq1; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:469:22: note: byref variable will be forcibly initialized 469 | unsigned int irq0, irq1; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_parse_dt': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:1098:21: note: byref variable will be forcibly initialized 1098 | const char *str; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:9: /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_probe': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:1183:22: note: byref variable will be forcibly initialized 1183 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:1180:36: note: byref variable will be forcibly initialized 1180 | struct adv7511_link_config link_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/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:8: /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_wait_for_edid': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:518:23: note: in expansion of macro 'wait_event_interruptible_timeout' 518 | ret = wait_event_interruptible_timeout(adv7511->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_get_edid_block': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:549:30: note: byref variable will be forcibly initialized 549 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:541:17: note: byref variable will be forcibly initialized 541 | uint8_t offset; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:540:24: note: byref variable will be forcibly initialized 540 | struct i2c_msg xfer[2]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_set_config_csc': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:210:17: note: byref variable will be forcibly initialized 210 | uint8_t infoframe[17]; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:207:37: note: byref variable will be forcibly initialized 207 | struct adv7511_video_config config; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_detect': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:657:22: note: byref variable will be forcibly initialized 657 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c: In function 'adv7511_hpd_work': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:431:22: note: byref variable will be forcibly initialized 431 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/sy8106a-regulator.c: In function 'sy8106a_i2c_probe': /kisskb/src/drivers/regulator/sy8106a-regulator.c:71:13: note: byref variable will be forcibly initialized 71 | u32 fixed_voltage; | ^~~~~~~~~~~~~ /kisskb/src/drivers/regulator/sy8106a-regulator.c:70:22: note: byref variable will be forcibly initialized 70 | unsigned int reg, vsel; | ^~~ /kisskb/src/lib/devres.c: In function 'devm_of_iomap': /kisskb/src/lib/devres.c:255:25: note: byref variable will be forcibly initialized 255 | struct resource res; | ^~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, 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:28:24: note: byref variable will be forcibly initialized 28 | DECLARE_BITMAP(values, BITS_PER_TYPE(val)); | ^~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c:8: /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ 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-gpio.c:8: /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t 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/drivers/i2c/muxes/i2c-mux-gpio.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/kernel/torture.c: In function 'torture_hrtimeout_ns': /kisskb/src/kernel/torture.c:88:17: note: byref variable will be forcibly initialized 88 | ktime_t hto = baset_ns; | ^~~ /kisskb/src/kernel/torture.c: In function 'torture_kthread_stopping': /kisskb/src/kernel/torture.c:912:14: 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:31: note: byref variable will be forcibly initialized 339 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'report_wakeup_requests': /kisskb/src/kernel/torture.c: In function 'torture_stutter': /kisskb/src/drivers/usb/core/hub.c:3869:33: note: byref variable will be forcibly initialized 3869 | unsigned long resuming_ports; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/torture.c:758:31: note: byref variable will be forcibly initialized 758 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c: In function 'kirin_drm_platform_probe': /kisskb/src/drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c:270:33: note: byref variable will be forcibly initialized 270 | struct component_match *match = NULL; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/core/hub.c:15: /kisskb/src/drivers/usb/core/hub.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_enumerate_device_otg': /kisskb/src/drivers/mfd/max77650.c: In function 'max77650_i2c_probe': /kisskb/src/drivers/mfd/max77650.c:158:22: note: byref variable will be forcibly initialized 158 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/max77650.c:154:38: note: byref variable will be forcibly initialized 154 | struct regmap_irq_chip_data *irq_data; | ^~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2333:50: note: byref variable will be forcibly initialized 2333 | struct usb_otg_descriptor *desc = NULL; | ^~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'port_over_current_notify': /kisskb/src/drivers/usb/core/hub.c:5504:15: note: byref variable will be forcibly initialized 5504 | char *envp[3] = { NULL, NULL, NULL }; | ^~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_wait_reset': /kisskb/src/drivers/usb/core/hub.c:2850:13: note: byref variable will be forcibly initialized 2850 | u32 ext_portstatus = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2849:13: note: byref variable will be forcibly initialized 2849 | u16 portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2848:13: note: byref variable will be forcibly initialized 2848 | u16 portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'check_ports_changed': /kisskb/src/drivers/usb/core/hub.c:3799:33: note: byref variable will be forcibly initialized 3799 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3799:21: note: byref variable will be forcibly initialized 3799 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'rh_string': /kisskb/src/drivers/usb/core/hcd.c:441:14: note: byref variable will be forcibly initialized 441 | char buf[100]; | ^~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_hub_claim_port': /kisskb/src/drivers/usb/core/hub.c:1967:32: note: byref variable will be forcibly initialized 1967 | struct usb_dev_state **powner; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_hub_release_port': /kisskb/src/drivers/usb/core/hub.c:1983:32: note: byref variable will be forcibly initialized 1983 | struct usb_dev_state **powner; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_reset': /kisskb/src/drivers/usb/core/hub.c:2947:25: note: byref variable will be forcibly initialized 2947 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2947:13: note: byref variable will be forcibly initialized 2947 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_activate': /kisskb/src/drivers/usb/core/hub.c:1127:33: note: byref variable will be forcibly initialized 1127 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:1127:21: note: byref variable will be forcibly initialized 1127 | u16 portstatus, portchange; | ^~~~~~~~~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/lib/assoc_array.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_pll_round_rate': /kisskb/src/drivers/clk/clk-cdce925.c:149:16: note: byref variable will be forcibly initialized 149 | u16 n, m; | ^ /kisskb/src/drivers/clk/clk-cdce925.c:149:13: note: byref variable will be forcibly initialized 149 | u16 n, m; | ^ /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_regmap_i2c_read': /kisskb/src/drivers/clk/clk-cdce925.c:557:12: note: byref variable will be forcibly initialized 557 | u8 reg_data[2]; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-cdce925.c:555:24: note: byref variable will be forcibly initialized 555 | struct i2c_msg xfer[2]; | ^~~~ /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_regmap_i2c_write': /kisskb/src/drivers/clk/clk-cdce925.c:529:12: note: byref variable will be forcibly initialized 529 | u8 reg_data[2]; | ^~~~~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_giveback_urb_bh': /kisskb/src/drivers/usb/core/hcd.c:1691:26: note: byref variable will be forcibly initialized 1691 | struct list_head local_list; | ^~~~~~~~~~ /kisskb/src/drivers/clk/clk-cdce925.c: In function 'cdce925_probe': /kisskb/src/drivers/clk/clk-cdce925.c:658:14: note: byref variable will be forcibly initialized 658 | char child_name[6]; | ^~~~~~~~~~ /kisskb/src/drivers/clk/clk-cdce925.c:654:13: note: byref variable will be forcibly initialized 654 | u32 value; | ^~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_port_suspend': /kisskb/src/drivers/usb/core/hub.c:3417:41: note: byref variable will be forcibly initialized 3417 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/clk/clk-cdce925.c:653:30: note: byref variable will be forcibly initialized 653 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-cdce925.c:651:21: note: byref variable will be forcibly initialized 651 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3417:29: note: byref variable will be forcibly initialized 3417 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_debounce': /kisskb/src/drivers/usb/core/hub.c:4540:25: note: byref variable will be forcibly initialized 4540 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:4540:13: note: byref variable will be forcibly initialized 4540 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_hcd_poll_rh_status': /kisskb/src/drivers/mfd/max77714.c: In function 'max77714_setup_xosc': /kisskb/src/drivers/usb/core/hcd.c:758:25: note: byref variable will be forcibly initialized 758 | char buffer[6]; /* Any root hubs with > 31 ports? */ | ^~~~~~ /kisskb/src/drivers/mfd/max77714.c:81:22: note: byref variable will be forcibly initialized 81 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/mfd/max77714.c: In function 'max77714_probe': /kisskb/src/drivers/mfd/max77714.c:108:38: note: byref variable will be forcibly initialized 108 | struct regmap_irq_chip_data *irq_data; | ^~~~~~~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_find': /kisskb/src/lib/assoc_array.c:308:40: note: byref variable will be forcibly initialized 308 | struct assoc_array_walk_result result; | ^~~~~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c: In function 'p8_i2c_occ_putscom': /kisskb/src/drivers/hwmon/occ/p8_i2c.c:68:13: note: byref variable will be forcibly initialized 68 | u32 buf[3]; | ^~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c: In function 'p8_i2c_occ_putscom_u32': /kisskb/src/drivers/hwmon/occ/p8_i2c.c:91:12: note: byref variable will be forcibly initialized 91 | u8 buf[8]; | ^~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c: In function 'p8_i2c_occ_putscom_be': /kisskb/src/drivers/hwmon/occ/p8_i2c.c:102:27: note: byref variable will be forcibly initialized 102 | __be32 data0 = 0, data1 = 0; | ^~~~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c:102:16: note: byref variable will be forcibly initialized 102 | __be32 data0 = 0, data1 = 0; | ^~~~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c: In function 'p8_i2c_occ_getscom': /kisskb/src/drivers/hwmon/occ/p8_i2c.c:40:24: note: byref variable will be forcibly initialized 40 | struct i2c_msg msgs[2]; | ^~~~ /kisskb/src/drivers/hwmon/occ/p8_i2c.c:39:16: note: byref variable will be forcibly initialized 39 | __be64 buf; | ^~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_insert': /kisskb/src/lib/assoc_array.c:968:40: note: byref variable will be forcibly initialized 968 | struct assoc_array_walk_result result; | ^~~~~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_delete': /kisskb/src/lib/assoc_array.c:1083:40: note: byref variable will be forcibly initialized 1083 | struct assoc_array_walk_result result; | ^~~~~~ /kisskb/src/lib/assoc_array.c:1082:52: note: byref variable will be forcibly initialized 1082 | struct assoc_array_delete_collapse_context collapse; | ^~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_reset_and_verify_device': /kisskb/src/drivers/usb/core/hub.c:5902:41: note: byref variable will be forcibly initialized 5902 | struct usb_device_descriptor descriptor = udev->descriptor; | ^~~~~~~~~~ /kisskb/src/lib/assoc_array.c: In function 'assoc_array_gc': /kisskb/src/lib/assoc_array.c:1462:33: note: byref variable will be forcibly initialized 1462 | struct assoc_array_ptr *new_root, *new_parent, **new_ptr_pp; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-cs2000-cp.c: In function 'cs2000_ratio_get': /kisskb/src/drivers/clk/clk-cs2000-cp.c:257:22: note: byref variable will be forcibly initialized 257 | unsigned int tmp, i; | ^~~ /kisskb/src/drivers/clk/clk-cs2000-cp.c: In function 'cs2000_version_print': /kisskb/src/drivers/clk/clk-cs2000-cp.c:533:22: note: byref variable will be forcibly initialized 533 | unsigned int val; | ^~~ /kisskb/src/drivers/usb/core/hub.c: In function 'finish_port_resume': /kisskb/src/drivers/usb/core/hub.c:3485:17: note: byref variable will be forcibly initialized 3485 | u16 devstatus = 0; | ^~~~~~~~~ /kisskb/src/drivers/clk/clk-cs2000-cp.c: In function 'cs2000_wait_pll_lock': /kisskb/src/drivers/clk/clk-cs2000-cp.c:174:25: note: byref variable will be forcibly initialized 174 | unsigned int i, val; | ^~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_port_resume': /kisskb/src/drivers/usb/core/hub.c:3650:37: note: byref variable will be forcibly initialized 3650 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3650:25: note: byref variable will be forcibly initialized 3650 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_toshiba.c: In function 'toshiba_nand_benand_read_eccstatus_op': /kisskb/src/drivers/mtd/nand/raw/nand_toshiba.c:42:39: note: byref variable will be forcibly initialized 42 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_toshiba.c:37:38: note: byref variable will be forcibly initialized 37 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_connect': /kisskb/src/drivers/usb/core/hub.c:5301:33: note: byref variable will be forcibly initialized 5301 | u16 devstat; | ^~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_connect_change': /kisskb/src/drivers/usb/core/hub.c:5429:38: note: byref variable will be forcibly initialized 5429 | struct usb_device_descriptor descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_toshiba.c: In function 'toshiba_nand_benand_eccstatus': /kisskb/src/drivers/mtd/nand/raw/nand_toshiba.c:55:20: note: byref variable will be forcibly initialized 55 | u8 status, ecc_status[TOSHIBA_NAND_MAX_ECC_STEPS]; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_toshiba.c:55:12: note: byref variable will be forcibly initialized 55 | u8 status, ecc_status[TOSHIBA_NAND_MAX_ECC_STEPS]; | ^~~~~~ /kisskb/src/drivers/clk/clk-cs2000-cp.c: In function 'cs2000_clk_register': /kisskb/src/drivers/clk/clk-cs2000-cp.c:467:13: note: byref variable will be forcibly initialized 467 | u32 aux_out = 0; | ^~~~~~~ /kisskb/src/drivers/clk/clk-cs2000-cp.c:465:21: note: byref variable will be forcibly initialized 465 | const char *name = np->name; | ^~~~ /kisskb/src/drivers/clk/clk-cs2000-cp.c:464:30: note: byref variable will be forcibly initialized 464 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/core/hcd.c:13: /kisskb/src/drivers/usb/core/hcd.c: In function 'ehset_single_step_set_feature': /kisskb/src/drivers/usb/core/hcd.c:2204:36: note: byref variable will be forcibly initialized 2204 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: 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 'port_event': /kisskb/src/drivers/usb/core/hub.c:5628:29: note: byref variable will be forcibly initialized 5628 | u16 unused; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5577:33: note: byref variable will be forcibly initialized 5577 | u16 status = 0, unused; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5577:21: note: byref variable will be forcibly initialized 5577 | u16 status = 0, unused; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5543:25: note: byref variable will be forcibly initialized 5543 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:5543:13: note: byref variable will be forcibly initialized 5543 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_event': /kisskb/src/drivers/usb/core/hub.c:5758:29: note: byref variable will be forcibly initialized 5758 | u16 unused; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5757:29: note: byref variable will be forcibly initialized 5757 | u16 status = 0; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5663:13: note: byref variable will be forcibly initialized 5663 | u16 hubchange; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:5662:13: note: byref variable will be forcibly initialized 5662 | u16 hubstatus; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'hcd_bus_suspend': /kisskb/src/drivers/usb/core/hcd.c:2303:33: note: byref variable will be forcibly initialized 2303 | char buffer[6]; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_configure': /kisskb/src/drivers/usb/core/hub.c:1380:24: note: byref variable will be forcibly initialized 1380 | u16 hubstatus, hubchange; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:1380:13: note: byref variable will be forcibly initialized 1380 | u16 hubstatus, hubchange; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_remove_hcd': /kisskb/src/drivers/usb/core/hcd.c:3041:28: note: byref variable will be forcibly initialized 3041 | struct usb_device *rhdev; | ^~~~~ /kisskb/src/drivers/hwmon/occ/common.c: In function 'occ_poll': /kisskb/src/drivers/hwmon/occ/common.c:135:12: note: byref variable will be forcibly initialized 135 | u8 cmd[7]; | ^~~ /kisskb/src/drivers/hwmon/occ/common.c: In function 'occ_set_user_power_cap': /kisskb/src/drivers/hwmon/occ/common.c:186:16: note: byref variable will be forcibly initialized 186 | __be16 user_power_cap_be = cpu_to_be16(user_power_cap); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/occ/common.c:185:12: note: byref variable will be forcibly initialized 185 | u8 resp[8]; | ^~~~ /kisskb/src/drivers/hwmon/occ/common.c:184:12: note: byref variable will be forcibly initialized 184 | u8 cmd[8]; | ^~~ /kisskb/src/drivers/hwmon/occ/common.c: In function 'occ_store_caps_user': /kisskb/src/drivers/hwmon/occ/common.c:694:28: note: byref variable will be forcibly initialized 694 | unsigned long long value; | ^~~~~ /kisskb/src/drivers/media/rc/ir-mce_kbd-decoder.c: In function 'ir_mce_kbd_encode': /kisskb/src/drivers/media/rc/ir-mce_kbd-decoder.c:402:30: note: byref variable will be forcibly initialized 402 | struct ir_raw_event *e = events; | ^ /kisskb/src/drivers/rtc/rtc-ab-eoz9.c: In function 'abeoz9_check_validity': /kisskb/src/drivers/rtc/rtc-ab-eoz9.c:105:13: note: byref variable will be forcibly initialized 105 | int val; | ^~~ /kisskb/src/drivers/rtc/rtc-ab-eoz9.c: In function 'abeoz9z3_temp_read': /kisskb/src/drivers/rtc/rtc-ab-eoz9.c:393:22: note: byref variable will be forcibly initialized 393 | unsigned int val; | ^~~ /kisskb/src/drivers/rtc/rtc-ab-eoz9.c: In function 'abeoz9_rtc_irq': /kisskb/src/drivers/rtc/rtc-ab-eoz9.c:282:22: note: byref variable will be forcibly initialized 282 | unsigned int val; | ^~~ /kisskb/src/drivers/rtc/rtc-ab-eoz9.c: In function 'abeoz9_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-ab-eoz9.c:213:12: note: byref variable will be forcibly initialized 213 | u8 val[2]; | ^~~ /kisskb/src/drivers/rtc/rtc-ab-eoz9.c:212:12: note: byref variable will be forcibly initialized 212 | u8 regs[ABEOZ9_ALARM_LEN]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ab-eoz9.c: In function 'abeoz9_rtc_get_time': /kisskb/src/drivers/rtc/rtc-ab-eoz9.c:146:12: note: byref variable will be forcibly initialized 146 | u8 regs[ABEOZ9_SEC_LEN]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ab-eoz9.c: In function 'abeoz9_rtc_set_time': /kisskb/src/drivers/rtc/rtc-ab-eoz9.c:185:12: note: byref variable will be forcibly initialized 185 | u8 regs[ABEOZ9_SEC_LEN]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ab-eoz9.c: In function 'abeoz9_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-ab-eoz9.c:254:12: note: byref variable will be forcibly initialized 254 | u8 regs[ABEOZ9_ALARM_LEN] = {0}; | ^~~~ /kisskb/src/drivers/rtc/rtc-ab-eoz9.c: In function 'abeoz9_trickle_parse_dt': /kisskb/src/drivers/rtc/rtc-ab-eoz9.c:302:13: note: byref variable will be forcibly initialized 302 | u32 ohms = 0; | ^~~~ /kisskb/src/drivers/hwmon/occ/sysfs.c: In function 'occ_active_store': /kisskb/src/drivers/hwmon/occ/sysfs.c:30:14: note: byref variable will be forcibly initialized 30 | bool active; | ^~~~~~ /kisskb/src/drivers/gpu/drm/mxsfb/mxsfb_drv.c: In function 'mxsfb_attach_bridge': /kisskb/src/drivers/gpu/drm/mxsfb/mxsfb_drv.c:124:28: note: byref variable will be forcibly initialized 124 | struct drm_bridge *bridge; | ^~~~~~ /kisskb/src/drivers/gpu/drm/mxsfb/mxsfb_drv.c:123:27: note: byref variable will be forcibly initialized 123 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/mxsfb/mxsfb_drv.c:122:40: note: byref variable will be forcibly initialized 122 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/mxsfb/mxsfb_drv.c: In function 'mxsfb_irq_handler': /kisskb/src/drivers/gpu/drm/mxsfb/mxsfb_drv.c:163:18: note: byref variable will be forcibly initialized 163 | u32 reg, crc; | ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-if.c: In function 'isp1760_plat_probe': /kisskb/src/drivers/usb/isp1760/isp1760-if.c:207:21: note: byref variable will be forcibly initialized 207 | u32 bus_width = 0; | ^~~~~~~~~ /kisskb/src/drivers/usb/typec/bus.c: In function 'typec_altmode_set_mux': /kisskb/src/drivers/usb/typec/bus.c:18:32: note: byref variable will be forcibly initialized 18 | struct typec_mux_state state; | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/ch7006_mode.c: In function 'ch7006_write': /kisskb/src/drivers/gpu/drm/i2c/ch7006_mode.c:370:17: note: byref variable will be forcibly initialized 370 | uint8_t buf[] = {addr, val}; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/ch7006_mode.c: In function 'ch7006_read': /kisskb/src/drivers/gpu/drm/i2c/ch7006_mode.c:381:17: note: byref variable will be forcibly initialized 381 | uint8_t val; | ^~~ /kisskb/src/drivers/watchdog/watchdog_core.c: In function 'watchdog_init_timeout': /kisskb/src/drivers/watchdog/watchdog_core.c:120:22: note: byref variable will be forcibly initialized 120 | unsigned int t = 0; | ^ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rseq.h:57, from /kisskb/src/kernel/rseq.c:19: /kisskb/src/kernel/rseq.c: In function 'trace_event_raw_event_rseq_update': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rseq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(rseq_update, | ^~~~~~~~~~~ /kisskb/src/kernel/rseq.c: In function 'trace_event_raw_event_rseq_ip_fixup': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rseq.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(rseq_ip_fixup, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/usb/typec/mux.c:10: /kisskb/src/drivers/usb/typec/mux.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/typec/mux.c: In function 'fwnode_typec_switch_get': /kisskb/src/drivers/usb/typec/mux.c:73:34: note: byref variable will be forcibly initialized 73 | struct typec_switch_dev *sw_devs[TYPEC_MUX_MAX_DEVS]; | ^~~~~~~ /kisskb/src/drivers/usb/typec/mux.c: In function 'fwnode_typec_mux_get': /kisskb/src/drivers/usb/typec/mux.c:341:31: note: byref variable will be forcibly initialized 341 | struct typec_mux_dev *mux_devs[TYPEC_MUX_MAX_DEVS]; | ^~~~~~~~ /kisskb/src/kernel/rseq.c: In function 'rseq_ip_fixup': /kisskb/src/kernel/rseq.c:234:24: note: byref variable will be forcibly initialized 234 | struct rseq_cs rseq_cs; | ^~~~~~~ /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:12: note: byref variable will be forcibly initialized 66 | u8 buf[3]; | ^~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c:65:24: note: byref variable will be forcibly initialized 65 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c:64:30: note: byref variable will be forcibly initialized 64 | union i2c_smbus_data data; | ^~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/mtd/nand/raw/denali_dt.c:11: /kisskb/src/drivers/mtd/nand/raw/denali_dt.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/denali_dt.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/denali_dt.c: In function 'denali_dt_chip_init': /kisskb/src/drivers/mtd/nand/raw/denali_dt.c:86:13: note: byref variable will be forcibly initialized 86 | u32 bank; | ^~~~ /kisskb/src/drivers/media/rc/ir-rc5-decoder.c: In function 'ir_rc5_encode': /kisskb/src/drivers/media/rc/ir-rc5-decoder.c:213:30: note: byref variable will be forcibly initialized 213 | struct ir_raw_event *e = events; | ^ /kisskb/src/drivers/usb/phy/phy-tegra-usb.c: In function 'tegra_usb_phy_parse_pmc': /kisskb/src/drivers/usb/phy/phy-tegra-usb.c:1282:32: note: byref variable will be forcibly initialized 1282 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/usb/phy/phy-tegra-usb.c: In function 'read_utmi_param': /kisskb/src/drivers/usb/phy/phy-tegra-usb.c:1166:13: note: byref variable will be forcibly initialized 1166 | u32 value; | ^~~~~ In file included from /kisskb/src/include/linux/debugobjects.h:5, from /kisskb/src/lib/debugobjects.c:10: /kisskb/src/lib/debugobjects.c: In function 'free_obj_work': /kisskb/src/lib/debugobjects.c:294:20: note: byref variable will be forcibly initialized 294 | HLIST_HEAD(tofree); | ^~~~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/debugobjects.c: In function 'debug_objects_replace_static_objects': /kisskb/src/lib/debugobjects.c:1311:20: note: byref variable will be forcibly initialized 1311 | HLIST_HEAD(objects); | ^~~~~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #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:461:20: note: byref variable will be forcibly initialized 461 | HLIST_HEAD(freelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/debugobjects.c: In function 'debug_object_deactivate': /kisskb/src/lib/debugobjects.c:756:34: note: byref variable will be forcibly initialized 756 | struct debug_obj o = { .object = addr, | ^ /kisskb/src/lib/debugobjects.c: In function 'debug_object_assert_init': /kisskb/src/lib/debugobjects.c:878:34: note: byref variable will be forcibly initialized 878 | struct debug_obj o = { .object = addr, | ^ /kisskb/src/lib/debugobjects.c: In function 'debug_object_active_state': /kisskb/src/lib/debugobjects.c:944:34: note: byref variable will be forcibly initialized 944 | struct debug_obj o = { .object = addr, | ^ /kisskb/src/drivers/mtd/nand/raw/denali.c: In function 'denali_read_page': /kisskb/src/drivers/mtd/nand/raw/denali.c:728:23: note: byref variable will be forcibly initialized 728 | unsigned long uncor_ecc_flags = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/ir-nec-decoder.c: In function 'ir_nec_encode': /kisskb/src/drivers/media/rc/ir-nec-decoder.c:235:30: note: byref variable will be forcibly initialized 235 | struct ir_raw_event *e = events; | ^ /kisskb/src/drivers/regulator/tps6586x-regulator.c: In function 'tps6586x_regulator_preinit': /kisskb/src/drivers/regulator/tps6586x-regulator.c:270:23: note: byref variable will be forcibly initialized 270 | uint8_t val1, val2; | ^~~~ /kisskb/src/drivers/regulator/tps6586x-regulator.c:270:17: note: byref variable will be forcibly initialized 270 | uint8_t val1, val2; | ^~~~ /kisskb/src/drivers/regulator/tps6586x-regulator.c: In function 'tps6586x_regulator_probe': /kisskb/src/drivers/regulator/tps6586x-regulator.c:455:36: note: byref variable will be forcibly initialized 455 | struct of_regulator_match *tps6586x_reg_matches = NULL; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/ir-nec-decoder.c: In function 'ir_nec_decode': /kisskb/src/drivers/media/rc/ir-nec-decoder.c:43:23: note: byref variable will be forcibly initialized 43 | enum rc_proto rc_proto; | ^~~~~~~~ In file included from /kisskb/src/include/linux/mtd/mtd.h:14, from /kisskb/src/include/linux/mtd/nand.h:13, from /kisskb/src/drivers/mtd/nand/ecc.c:97: /kisskb/src/drivers/mtd/nand/ecc.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/mtd/nand/ecc.c: In function 'of_get_nand_ecc_algo': /kisskb/src/drivers/mtd/nand/ecc.c:394:21: note: byref variable will be forcibly initialized 394 | const char *pm; | ^~ /kisskb/src/drivers/mtd/nand/ecc.c: In function 'of_get_nand_ecc_placement': /kisskb/src/drivers/mtd/nand/ecc.c:370:21: note: byref variable will be forcibly initialized 370 | const char *pm; | ^~ /kisskb/src/drivers/mtd/nand/ecc.c: In function 'of_get_nand_ecc_strength': /kisskb/src/drivers/mtd/nand/ecc.c:422:13: note: byref variable will be forcibly initialized 422 | u32 val; | ^~~ /kisskb/src/drivers/mtd/nand/ecc.c: In function 'of_get_nand_ecc_step_size': /kisskb/src/drivers/mtd/nand/ecc.c:413:13: note: byref variable will be forcibly initialized 413 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c: In function 'ade_compositor_routing_set': /kisskb/src/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:674:12: note: byref variable will be forcibly initialized 674 | u8 alp_mode; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:673:12: note: byref variable will be forcibly initialized 673 | u8 under_alp_sel; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:672:12: note: byref variable will be forcibly initialized 672 | u8 alp_sel; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/mtd/mtd.h:13, from /kisskb/src/include/linux/mtd/nand.h:13, from /kisskb/src/drivers/mtd/nand/bbt.c:12: /kisskb/src/drivers/mtd/nand/bbt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | 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:49: note: byref variable will be forcibly initialized 135 | ret = mipi_dsi_generic_write(dsi, (u8[]){0xB0, 0x03}, 2); | ^ /kisskb/src/drivers/clk/clk-lochnagar.c: In function 'lochnagar_clk_get_parent': /kisskb/src/drivers/clk/clk-lochnagar.c:194:22: note: byref variable will be forcibly initialized 194 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c:126:38: 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:49: 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:40: note: byref variable will be forcibly initialized 102 | (u8[]){ 0x00 }, 1); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c:94:40: 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:37: 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:13: note: byref variable will be forcibly initialized 331 | u16 brightness = bl->props.brightness; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-leadtek-ltk050h3146w.c: In function 'ltk050h3146w_a2_select_page': /kisskb/src/drivers/gpu/drm/panel/panel-leadtek-ltk050h3146w.c:347:12: note: byref variable will be forcibly initialized 347 | u8 d[3] = { 0x98, 0x81, page }; | ^ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_write_device': /kisskb/src/drivers/mfd/max8925-i2c.c:37:23: note: byref variable will be forcibly initialized 37 | unsigned char buf[9]; | ^~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_reg_read': /kisskb/src/drivers/mfd/max8925-i2c.c:52:23: note: byref variable will be forcibly initialized 52 | unsigned char data = 0; | ^~~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_set_bits': /kisskb/src/drivers/mfd/max8925-i2c.c:112:23: note: byref variable will be forcibly initialized 112 | unsigned char value; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c: In function 'doc200x_readid': /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:354:31: note: byref variable will be forcibly initialized 354 | struct nand_operation op = NAND_OPERATION(cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:347:12: note: byref variable will be forcibly initialized 347 | u8 addr = 0; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c: In function 'doc_ecc_decode': /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:139:47: note: byref variable will be forcibly initialized 139 | uint16_t ds[4], s[5], tmp, errval[8], syn[4]; | ^~~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:139:36: note: byref variable will be forcibly initialized 139 | uint16_t ds[4], s[5], tmp, errval[8], syn[4]; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:137:25: note: byref variable will be forcibly initialized 137 | int i, j, nerr, errpos[8]; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c: In function 'doc200x_ident_chip': /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:367:12: note: byref variable will be forcibly initialized 367 | u8 id[2]; | ^~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c: In function 'find_media_headers': /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:868:16: note: byref variable will be forcibly initialized 868 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c: In function 'nftl_scan_bbt': /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:1135:30: note: byref variable will be forcibly initialized 1135 | struct mtd_partition parts[2]; | ^~~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_write': /kisskb/src/drivers/rtc/rtc-bq32k.c:78:17: note: byref variable will be forcibly initialized 78 | uint8_t buffer[MAX_LEN + 1]; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_rtc_set_time': /kisskb/src/drivers/rtc/rtc-bq32k.c:119:27: note: byref variable will be forcibly initialized 119 | struct bq32k_regs regs; | ^~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_read': /kisskb/src/drivers/rtc/rtc-bq32k.c:55:24: note: byref variable will be forcibly initialized 55 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_rtc_read_time': /kisskb/src/drivers/rtc/rtc-bq32k.c:91:27: note: byref variable will be forcibly initialized 91 | struct bq32k_regs regs; | ^~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'trickle_charger_of_init': /kisskb/src/drivers/rtc/rtc-bq32k.c:146:13: note: byref variable will be forcibly initialized 146 | u32 ohms = 0; | ^~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c:144:23: note: byref variable will be forcibly initialized 144 | unsigned char reg; | ^~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_probe': /kisskb/src/drivers/rtc/rtc-bq32k.c:256:17: note: byref variable will be forcibly initialized 256 | uint8_t reg; | ^~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_sysfs_store_tricklecharge_bypass': /kisskb/src/drivers/rtc/rtc-bq32k.c:210:18: note: byref variable will be forcibly initialized 210 | int reg, enable, error; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c:210:13: note: byref variable will be forcibly initialized 210 | int reg, enable, error; | ^~~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c: In function 'inftl_scan_bbt': /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:1170:30: note: byref variable will be forcibly initialized 1170 | struct mtd_partition parts[5]; | ^~~~~ /kisskb/src/drivers/gpu/drm/meson/meson_venc.c: In function 'meson_venc_hdmi_mode_set': /kisskb/src/drivers/gpu/drm/meson/meson_venc.c:954:36: note: byref variable will be forcibly initialized 954 | union meson_hdmi_venc_mode vmode_dmt; | ^~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/diskonchip.c: In function 'doc200x_correct_data': /kisskb/src/drivers/mtd/nand/raw/diskonchip.c:765:17: note: byref variable will be forcibly initialized 765 | uint8_t calc_ecc[6]; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-bq32k.c: In function 'bq32k_sysfs_show_tricklecharge_bypass': /kisskb/src/drivers/rtc/rtc-bq32k.c:197:13: note: byref variable will be forcibly initialized 197 | int reg, error; | ^~~ /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:12: note: byref variable will be forcibly initialized 402 | u8 data[2]; | ^~~~ /kisskb/src/drivers/usb/dwc2/platform.c: In function 'dwc2_driver_probe': /kisskb/src/drivers/usb/dwc2/platform.c:440:26: note: byref variable will be forcibly initialized 440 | struct resource *res; | ^~~ /kisskb/src/drivers/hwmon/peci/dimmtemp.c: In function 'read_thresholds_icx': /kisskb/src/drivers/hwmon/peci/dimmtemp.c:499:13: note: byref variable will be forcibly initialized 499 | u32 reg_val; | ^~~~~~~ /kisskb/src/drivers/hwmon/peci/dimmtemp.c: In function 'update_thresholds': /kisskb/src/drivers/hwmon/peci/dimmtemp.c:121:13: note: byref variable will be forcibly initialized 121 | u32 data; | ^~~~ /kisskb/src/drivers/hwmon/peci/dimmtemp.c: In function 'get_dimm_temp': /kisskb/src/drivers/hwmon/peci/dimmtemp.c:96:13: note: byref variable will be forcibly initialized 96 | u32 data; | ^~~~ /kisskb/src/drivers/hwmon/peci/dimmtemp.c: In function 'check_populated_dimms': /kisskb/src/drivers/hwmon/peci/dimmtemp.c:225:13: note: byref variable will be forcibly initialized 225 | u32 pcs; | ^~~ /kisskb/src/drivers/hwmon/peci/dimmtemp.c:223:13: note: byref variable will be forcibly initialized 223 | u32 dimm_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7533.c: In function 'adv7533_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7533.c:145:43: note: byref variable will be forcibly initialized 145 | const struct mipi_dsi_device_info info = { .type = "adv7533", | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7533.c: In function 'adv7533_parse_dt': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7533.c:180:13: note: byref variable will be forcibly initialized 180 | u32 num_lanes; | ^~~~~~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pca9541.c: In function 'pca9541_reg_read': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca9541.c:116:30: note: byref variable will be forcibly initialized 116 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/media/rc/ir-rc6-decoder.c: In function 'ir_rc6_encode': /kisskb/src/drivers/media/rc/ir-rc6-decoder.c:313:30: note: byref variable will be forcibly initialized 313 | struct ir_raw_event *e = events; | ^ /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c: In function 'meson_venci_cvbs_clock_config': /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c:242:22: note: byref variable will be forcibly initialized 242 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c: In function 'meson_hdmi_pll_set_params': /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c:494:22: note: byref variable will be forcibly initialized 494 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c: In function 'meson_hdmi_pll_generic_set': /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c:746:29: note: byref variable will be forcibly initialized 746 | unsigned int od, m, frac, od1, od2, od3; | ^~~~ /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c:746:26: note: byref variable will be forcibly initialized 746 | unsigned int od, m, frac, od1, od2, od3; | ^ /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c:746:22: note: byref variable will be forcibly initialized 746 | unsigned int od, m, frac, od1, od2, od3; | ^~ /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c: In function 'meson_vclk_dmt_supported_freq': /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c:723:29: note: byref variable will be forcibly initialized 723 | unsigned int od, m, frac; | ^~~~ /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c:723:26: note: byref variable will be forcibly initialized 723 | unsigned int od, m, frac; | ^ /kisskb/src/drivers/gpu/drm/meson/meson_vclk.c:723:22: note: byref variable will be forcibly initialized 723 | unsigned int od, m, frac; | ^~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c: In function 'pca954x_reg_write': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c:218:30: 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:13: 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:437:22: note: byref variable will be forcibly initialized 437 | 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:23: 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:44: note: byref variable will be forcibly initialized 453 | struct i2c_device_identity id; | ^~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_drv.c: In function 'mtk_drm_probe': /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_drv.c:700:33: note: byref variable will be forcibly initialized 700 | struct component_match *match = NULL; | ^~~~~ /kisskb/src/drivers/regulator/cros-ec-regulator.c: In function 'cros_ec_regulator_set_voltage': /kisskb/src/drivers/regulator/cros-ec-regulator.c:98:48: note: byref variable will be forcibly initialized 98 | struct ec_params_regulator_set_voltage cmd = { | ^~~ /kisskb/src/drivers/regulator/cros-ec-regulator.c: In function 'cros_ec_regulator_disable': /kisskb/src/drivers/regulator/cros-ec-regulator.c:40:43: note: byref variable will be forcibly initialized 40 | struct ec_params_regulator_enable cmd = { | ^~~ /kisskb/src/drivers/regulator/cros-ec-regulator.c: In function 'cros_ec_regulator_is_enabled': /kisskb/src/drivers/regulator/cros-ec-regulator.c:55:49: note: byref variable will be forcibly initialized 55 | struct ec_response_regulator_is_enabled resp; | ^~~~ /kisskb/src/drivers/regulator/cros-ec-regulator.c:52:47: note: byref variable will be forcibly initialized 52 | struct ec_params_regulator_is_enabled cmd = { | ^~~ /kisskb/src/drivers/regulator/cros-ec-regulator.c: In function 'cros_ec_regulator_get_voltage': /kisskb/src/drivers/regulator/cros-ec-regulator.c:82:50: note: byref variable will be forcibly initialized 82 | struct ec_response_regulator_get_voltage resp; | ^~~~ /kisskb/src/drivers/regulator/cros-ec-regulator.c:79:48: note: byref variable will be forcibly initialized 79 | struct ec_params_regulator_get_voltage cmd = { | ^~~ /kisskb/src/drivers/regulator/cros-ec-regulator.c: In function 'cros_ec_regulator_enable': /kisskb/src/drivers/regulator/cros-ec-regulator.c:28:43: note: byref variable will be forcibly initialized 28 | struct ec_params_regulator_enable cmd = { | ^~~ /kisskb/src/drivers/regulator/cros-ec-regulator.c: In function 'cros_ec_regulator_init_info': /kisskb/src/drivers/regulator/cros-ec-regulator.c:130:47: note: byref variable will be forcibly initialized 130 | struct ec_response_regulator_get_info resp; | ^~~~ /kisskb/src/drivers/regulator/cros-ec-regulator.c:127:45: note: byref variable will be forcibly initialized 127 | struct ec_params_regulator_get_info cmd = { | ^~~ /kisskb/src/drivers/regulator/aat2870-regulator.c: In function 'aat2870_ldo_is_enabled': /kisskb/src/drivers/regulator/aat2870-regulator.c:77:12: 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:12: note: byref variable will be forcibly initialized 46 | u8 val; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/lib/genalloc.c:29: /kisskb/src/lib/genalloc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/watchdog/watchdog_dev.c: In function 'nowayout_store': /kisskb/src/drivers/watchdog/watchdog_dev.c:447:22: note: byref variable will be forcibly initialized 447 | unsigned int value; | ^~~~~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/lib/genalloc.c:35: /kisskb/src/lib/genalloc.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_alloc_align': /kisskb/src/lib/genalloc.c:398:35: note: byref variable will be forcibly initialized 398 | struct genpool_data_align data = { .align = align }; | ^~~~ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_zalloc_align': /kisskb/src/lib/genalloc.c:469:35: note: byref variable will be forcibly initialized 469 | struct genpool_data_align data = { .align = align }; | ^~~~ /kisskb/src/drivers/watchdog/watchdog_dev.c: In function 'timeleft_show': /kisskb/src/drivers/watchdog/watchdog_dev.c:493:22: note: byref variable will be forcibly initialized 493 | unsigned int val; | ^~~ /kisskb/src/lib/genalloc.c: In function 'of_gen_pool_get': /kisskb/src/lib/genalloc.c:884:21: note: byref variable will be forcibly initialized 884 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/watchdog/watchdog_dev.c: In function 'watchdog_ioctl': /kisskb/src/drivers/watchdog/watchdog_dev.c:727:22: note: byref variable will be forcibly initialized 727 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/mxsfb/lcdif_drv.c: In function 'lcdif_attach_bridge': /kisskb/src/drivers/gpu/drm/mxsfb/lcdif_drv.c:48:27: note: byref variable will be forcibly initialized 48 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/mxsfb/lcdif_drv.c:47:28: note: byref variable will be forcibly initialized 47 | struct drm_bridge *bridge; | ^~~~~~ /kisskb/src/lib/bch.c: In function 'find_poly_deg3_roots': /kisskb/src/lib/bch.c:673:47: note: byref variable will be forcibly initialized 673 | unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; | ^~~ /kisskb/src/drivers/media/rc/ir-rcmm-decoder.c: In function 'ir_rcmm_encode': /kisskb/src/drivers/media/rc/ir-rcmm-decoder.c:204:30: note: byref variable will be forcibly initialized 204 | struct ir_raw_event *e = events; | ^ /kisskb/src/lib/bch.c: In function 'build_deg2_base': /kisskb/src/lib/bch.c:1186:52: note: byref variable will be forcibly initialized 1186 | unsigned int sum, x, y, remaining, ak = 0, xi[BCH_MAX_M]; | ^~ /kisskb/src/lib/bch.c: In function 'find_poly_roots': /kisskb/src/lib/bch.c:945:30: note: byref variable will be forcibly initialized 945 | struct gf_poly *f1, *f2; | ^~ /kisskb/src/lib/bch.c:945:25: note: byref variable will be forcibly initialized 945 | struct gf_poly *f1, *f2; | ^~ /kisskb/src/lib/bch.c: In function 'compute_generator_polynomial': /kisskb/src/lib/bch.c:1237:16: note: byref variable will be forcibly initialized 1237 | int n, err = 0; | ^~~ /kisskb/src/lib/bch.c: In function 'load_ecc8': /kisskb/src/lib/bch.c:189:17: note: byref variable will be forcibly initialized 189 | uint8_t pad[4] = {0, 0, 0, 0}; | ^~~ /kisskb/src/lib/bch.c: In function 'store_ecc8': /kisskb/src/lib/bch.c:211:17: note: byref variable will be forcibly initialized 211 | uint8_t pad[4]; | ^~~ /kisskb/src/lib/bch.c: In function 'bch_encode': /kisskb/src/lib/bch.c:247:21: note: byref variable will be forcibly initialized 247 | uint32_t w, r[BCH_ECC_MAX_WORDS]; | ^ /kisskb/src/lib/bch.c: In function 'bch_init': /kisskb/src/lib/bch.c:1322:13: note: byref variable will be forcibly initialized 1322 | int err = 0; | ^~~ /kisskb/src/drivers/clk/clk-max9485.c: In function 'max9485_i2c_probe': /kisskb/src/drivers/clk/clk-max9485.c:299:29: note: byref variable will be forcibly initialized 299 | const char *name; | ^~~~ /kisskb/src/drivers/clk/clk-max9485.c:261:21: note: byref variable will be forcibly initialized 261 | const char *xclk_name; | ^~~~~~~~~ /kisskb/src/drivers/media/rc/ir-sharp-decoder.c: In function 'ir_sharp_encode': /kisskb/src/drivers/media/rc/ir-sharp-decoder.c:193:30: note: byref variable will be forcibly initialized 193 | struct ir_raw_event *e = events; | ^ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/core/urb.c:6: /kisskb/src/drivers/usb/core/urb.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | 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/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:726:9: note: in expansion of macro 'wait_event' 726 | wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'usb_poison_urb': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:776:9: note: in expansion of macro 'wait_event' 776 | wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'usb_wait_anchor_empty_timeout': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:975:16: note: in expansion of macro 'wait_event_timeout' 975 | return wait_event_timeout(anchor->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/meson/meson_overlay.c: In function 'meson_overlay_setup_scaler_params': /kisskb/src/drivers/gpu/drm/meson/meson_overlay.c:242:21: note: byref variable will be forcibly initialized 242 | int vphase, vphase_repeat_skip; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/meson/meson_overlay.c:242:13: note: byref variable will be forcibly initialized 242 | int vphase, vphase_repeat_skip; | ^~~~~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'bank_reads8': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:323:13: note: byref variable will be forcibly initialized 323 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c:9: /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ 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-reg.c:9: /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c: In function 'i2c_mux_reg_probe_dt': /kisskb/src/drivers/i2c/muxes/i2c-mux-reg.c:85:25: note: byref variable will be forcibly initialized 85 | struct resource res; | ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1763_ptd_read': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:510:25: note: byref variable will be forcibly initialized 510 | struct ptd_le32 le32_ptd; | ^~~~~~~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1763_ptd_write': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:539:25: note: byref variable will be forcibly initialized 539 | struct ptd_le32 ptd; | ^~~ In file included from /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:33: /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1760_field_read': /kisskb/src/drivers/usb/isp1760/isp1760-core.h:61:22: note: byref variable will be forcibly initialized 61 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/nand/raw/nandsim.c:17: /kisskb/src/drivers/mtd/nand/raw/nandsim.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:18: /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/power/supply/power_supply_core.c:20: /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/drivers/power/supply/power_supply_core.c:17: /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1760_hcd_set_and_wait_swap': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:261:13: note: byref variable will be forcibly initialized 261 | u32 val; | ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1760_hcd_set_and_wait': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:249:13: note: byref variable will be forcibly initialized 249 | u32 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/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/i2c/busses/i2c-ocores.c:12: /kisskb/src/drivers/i2c/busses/i2c-ocores.c: In function 'ocores_xfer_core': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-ocores.c:393:23: note: in expansion of macro 'wait_event_timeout' 393 | ret = wait_event_timeout(i2c->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1760_hcd_clear_and_wait': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:273:13: note: byref variable will be forcibly initialized 273 | u32 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:330:39: note: byref variable will be forcibly initialized 330 | struct psy_am_i_supplied_data data = { psy, 0 }; | ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_is_system_supplied': /kisskb/src/drivers/power/supply/power_supply_core.c:363:22: note: byref variable will be forcibly initialized 363 | unsigned int count = 0; | ^~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_get_property_from_supplier': /kisskb/src/drivers/power/supply/power_supply_core.c:401:43: note: byref variable will be forcibly initialized 401 | struct psy_get_supplier_prop_data data = { | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-ocores.c: In function 'ocores_i2c_of_probe': /kisskb/src/drivers/i2c/busses/i2c-ocores.c:531:13: note: byref variable will be forcibly initialized 531 | u32 clock_frequency; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-ocores.c:530:13: note: byref variable will be forcibly initialized 530 | u32 val; | ^~~ /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:750:33: note: byref variable will be forcibly initialized 750 | int i, tab_len, size; | ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c:580:13: note: byref variable will be forcibly initialized 580 | u32 min_max[2]; | ^~~~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c:578:18: note: byref variable will be forcibly initialized 578 | int err, len, index; | ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c:577:21: note: byref variable will be forcibly initialized 577 | const char *value; | ^~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c:575:38: note: byref variable will be forcibly initialized 575 | struct fwnode_reference_args args; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/nand/raw/nandsim.c:17: /kisskb/src/drivers/mtd/nand/raw/nandsim.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_batinfo_ocv2cap': /kisskb/src/drivers/power/supply/power_supply_core.c:1013:13: note: byref variable will be forcibly initialized 1013 | int table_len; | ^~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nandsim.c: In function 'ns_parse_weakblocks': /kisskb/src/drivers/mtd/nand/raw/nandsim.c:832:15: note: byref variable will be forcibly initialized 832 | char *w; | ^ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_g_mode': /kisskb/src/drivers/media/cec/core/cec-api.c:361:13: 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:13: note: byref variable will be forcibly initialized 94 | u16 phys_addr; | ^~~~~~~~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'enqueue_qtds': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:1125:20: note: byref variable will be forcibly initialized 1125 | struct ptd ptd; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nandsim.c: In function 'ns_parse_weakpages': /kisskb/src/drivers/mtd/nand/raw/nandsim.c:883:15: note: byref variable will be forcibly initialized 883 | char *w; | ^ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:18: /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'schedule_ptds': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:1201:19: note: byref variable will be forcibly initialized 1201 | LIST_HEAD(urb_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/mtd/nand/raw/nandsim.c: In function 'ns_parse_gravepages': /kisskb/src/drivers/mtd/nand/raw/nandsim.c:934:15: note: byref variable will be forcibly initialized 934 | char *g; | ^ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'isp1760_urb_enqueue': /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:13: note: byref variable will be forcibly initialized 124 | u16 phys_addr; | ^~~~~~~~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:1885:19: note: byref variable will be forcibly initialized 1885 | LIST_HEAD(new_qtds); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'handle_done_ptds': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:1355:20: note: byref variable will be forcibly initialized 1355 | struct ptd ptd; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/cec/core/cec-api.c:10: /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_receive_msg': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:282:31: note: in expansion of macro 'wait_event_interruptible' 282 | res = wait_event_interruptible(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:273:31: note: in expansion of macro 'wait_event_interruptible_timeout' 273 | res = wait_event_interruptible_timeout(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c: In function 'errata2_function': /kisskb/src/drivers/usb/isp1760/isp1760-hcd.c:1559:20: note: byref variable will be forcibly initialized 1559 | struct ptd ptd; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nandsim.c: In function 'ns_parse_badblocks': /kisskb/src/drivers/mtd/nand/raw/nandsim.c:804:15: note: byref variable will be forcibly initialized 804 | char *w; | ^ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_dqevent': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:320:23: note: in expansion of macro 'wait_event_interruptible' 320 | err = wait_event_interruptible(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_g_log_addrs': /kisskb/src/drivers/media/cec/core/cec-api.c:147:30: note: byref variable will be forcibly initialized 147 | struct cec_log_addrs log_addrs; | ^~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_s_log_addrs': /kisskb/src/drivers/media/cec/core/cec-api.c:170:30: note: byref variable will be forcibly initialized 170 | struct cec_log_addrs log_addrs; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c: In function 'dsi_encoder_phy_mode_valid': /kisskb/src/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:614:32: note: byref variable will be forcibly initialized 614 | struct mipi_phy_params phy; | ^~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_s_mode': /kisskb/src/drivers/media/cec/core/cec-api.c:477:34: note: byref variable will be forcibly initialized 477 | struct cec_event ev = { | ^~ /kisskb/src/drivers/media/cec/core/cec-api.c:371:13: note: byref variable will be forcibly initialized 371 | u32 mode; | ^~~~ /kisskb/src/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c: In function 'dsi_encoder_mode_valid': /kisskb/src/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:647:33: note: byref variable will be forcibly initialized 647 | struct drm_display_mode adj_mode; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c: In function 'dsi_bridge_init': /kisskb/src/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:782:28: note: byref variable will be forcibly initialized 782 | struct drm_bridge *bridge; | ^~~~~~ /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:240:20: note: byref variable will be forcibly initialized 240 | u8 buffer[2] = { entry->cmd, entry->param }; | ^~~~~~ 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/drivers/gpu/drm/panel/panel-raydium-rm67191.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /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:545:13: note: byref variable will be forcibly initialized 545 | u32 video_mode; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:543:37: note: byref variable will be forcibly initialized 543 | struct backlight_properties bl_props; | ^~~~~~~~ /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:351:49: note: byref variable will be forcibly initialized 351 | ret = mipi_dsi_generic_write(dsi, (u8[]){ 0xC2, 0x0B }, 2); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:337:49: note: byref variable will be forcibly initialized 337 | ret = mipi_dsi_generic_write(dsi, (u8[]){ WRMAUCCTR, 0x00 }, 2); | ^ /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:468:13: note: byref variable will be forcibly initialized 468 | u16 brightness; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/peci/cputemp.c: In function 'init_core_mask': /kisskb/src/drivers/hwmon/peci/cputemp.c:359:13: note: byref variable will be forcibly initialized 359 | u32 data; | ^~~~ /kisskb/src/drivers/hwmon/peci/cputemp.c: In function 'update_temp_target': /kisskb/src/drivers/hwmon/peci/cputemp.c:90:13: note: byref variable will be forcibly initialized 90 | u32 pcs; | ^~~ /kisskb/src/drivers/hwmon/peci/cputemp.c: In function 'get_die_temp': /kisskb/src/drivers/hwmon/peci/cputemp.c:182:13: note: byref variable will be forcibly initialized 182 | u16 temp; | ^~~~ /kisskb/src/drivers/hwmon/peci/cputemp.c:181:14: note: byref variable will be forcibly initialized 181 | long tjmax; | ^~~~~ /kisskb/src/drivers/hwmon/peci/cputemp.c: In function 'get_dts': /kisskb/src/drivers/hwmon/peci/cputemp.c:217:13: note: byref variable will be forcibly initialized 217 | u32 pcs; | ^~~ /kisskb/src/drivers/hwmon/peci/cputemp.c:216:14: note: byref variable will be forcibly initialized 216 | long tcontrol; | ^~~~~~~~ /kisskb/src/drivers/hwmon/peci/cputemp.c: In function 'get_core_temp': /kisskb/src/drivers/hwmon/peci/cputemp.c:255:13: note: byref variable will be forcibly initialized 255 | u32 pcs; | ^~~ /kisskb/src/drivers/hwmon/peci/cputemp.c:254:14: note: byref variable will be forcibly initialized 254 | long tjmax; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dma-buf.h:19, from /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_gem.c:6: /kisskb/src/drivers/gpu/drm/mediatek/mtk_drm_gem.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-ltc4306.c: In function 'ltc4306_gpio_get': /kisskb/src/drivers/i2c/muxes/i2c-mux-ltc4306.c:79:22: 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:22: note: byref variable will be forcibly initialized 102 | unsigned int val; | ^~~ /kisskb/src/lib/fault-inject.c: In function 'setup_fault_attr': /kisskb/src/lib/fault-inject.c:23:13: note: byref variable will be forcibly initialized 23 | int space; | ^~~~~ /kisskb/src/lib/fault-inject.c:22:13: note: byref variable will be forcibly initialized 22 | int times; | ^~~~~ /kisskb/src/lib/fault-inject.c:21:23: note: byref variable will be forcibly initialized 21 | unsigned long interval; | ^~~~~~~~ /kisskb/src/lib/fault-inject.c:20:23: note: byref variable will be forcibly initialized 20 | unsigned long probability; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/as3722-regulator.c: In function 'as3722_sd_get_mode': /kisskb/src/drivers/regulator/as3722-regulator.c:424:13: note: byref variable will be forcibly initialized 424 | u32 val; | ^~~ /kisskb/src/drivers/regulator/as3722-regulator.c: In function 'as3722_sd0_is_low_voltage': /kisskb/src/drivers/regulator/as3722-regulator.c:478:18: note: byref variable will be forcibly initialized 478 | unsigned val; | ^~~ /kisskb/src/drivers/regulator/as3722-regulator.c: In function 'as3722_get_regulator_dt_data': /kisskb/src/drivers/regulator/as3722-regulator.c:590:13: note: byref variable will be forcibly initialized 590 | u32 prop; | ^~~~ /kisskb/src/drivers/clk/clk-rk808.c: In function 'rk808_clkout2_is_prepared': /kisskb/src/drivers/clk/clk-rk808.c:56:18: 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:22: note: byref variable will be forcibly initialized 119 | unsigned int val; | ^~~ /kisskb/src/drivers/rtc/rtc-ds2404.c: In function 'ds2404_read_time': /kisskb/src/drivers/rtc/rtc-ds2404.c:185:16: note: byref variable will be forcibly initialized 185 | __le32 hw_time = 0; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-ds2404.c: In function 'ds2404_enable_osc': /kisskb/src/drivers/rtc/rtc-ds2404.c:178:12: note: byref variable will be forcibly initialized 178 | u8 in[1] = { 0x10 }; /* enable oscillator */ | ^~ /kisskb/src/drivers/rtc/rtc-ds2404.c: In function 'ds2404_set_time': /kisskb/src/drivers/rtc/rtc-ds2404.c:196:13: note: byref variable will be forcibly initialized 196 | u32 time = cpu_to_le32(rtc_tm_to_time64(dt)); | ^~~~ /kisskb/src/drivers/clk/clk-hi655x.c: In function 'hi655x_clk_is_prepared': /kisskb/src/drivers/clk/clk-hi655x.c:58:18: note: byref variable will be forcibly initialized 58 | uint32_t val; | ^~~ /kisskb/src/drivers/clk/clk-hi655x.c: In function 'hi655x_clk_probe': /kisskb/src/drivers/clk/clk-hi655x.c:79:21: note: byref variable will be forcibly initialized 79 | const char *clk_name = "hi655x-clk"; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/gpu/drm/meson/meson_encoder_hdmi.c:11: /kisskb/src/drivers/gpu/drm/meson/meson_encoder_hdmi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/meson/meson_encoder_hdmi.c: In function 'meson_encoder_hdmi_init': /kisskb/src/drivers/gpu/drm/meson/meson_encoder_hdmi.c:441:43: note: byref variable will be forcibly initialized 441 | struct cec_connector_info conn_info; | ^~~~~~~~~ /kisskb/src/drivers/media/rc/ir-sony-decoder.c: In function 'ir_sony_encode': /kisskb/src/drivers/media/rc/ir-sony-decoder.c:190:30: note: byref variable will be forcibly initialized 190 | struct ir_raw_event *e = events; | ^ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, 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/config.c:6: /kisskb/src/drivers/usb/core/config.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/config.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/config.c: In function 'usb_parse_endpoint': /kisskb/src/drivers/usb/core/config.c:263:13: 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:16: note: byref variable will be forcibly initialized 507 | int i, n; | ^ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_start_wait_urb': /kisskb/src/drivers/usb/core/message.c:51:28: note: byref variable will be forcibly initialized 51 | struct api_context ctx; | ^~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_internal_control_msg': /kisskb/src/drivers/usb/core/message.c:93:13: note: byref variable will be forcibly initialized 93 | int length; | ^~~~~~ /kisskb/src/drivers/usb/core/config.c: In function 'usb_parse_configuration': /kisskb/src/drivers/usb/core/config.c:618:38: note: byref variable will be forcibly initialized 618 | u8 inums[USB_MAXINTERFACES], nalts[USB_MAXINTERFACES]; | ^~~~~ /kisskb/src/drivers/usb/core/config.c:618:12: note: byref variable will be forcibly initialized 618 | u8 inums[USB_MAXINTERFACES], nalts[USB_MAXINTERFACES]; | ^~~~~ /kisskb/src/drivers/usb/core/config.c:612:19: note: byref variable will be forcibly initialized 612 | int i, j, n; | ^ /kisskb/src/drivers/regulator/bd9571mwv-regulator.c: In function 'bd9571mwv_avs_get_moni_state': /kisskb/src/drivers/regulator/bd9571mwv-regulator.c:54:22: note: byref variable will be forcibly initialized 54 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/bd9571mwv-regulator.c: In function 'bd9571mwv_avs_get_voltage_sel_regmap': /kisskb/src/drivers/regulator/bd9571mwv-regulator.c:79:22: 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:22: note: byref variable will be forcibly initialized 279 | unsigned int val; | ^~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_string_sub': /kisskb/src/drivers/usb/core/message.c:875:13: note: byref variable will be forcibly initialized 875 | int rc; | ^~ 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/max8997-irq.c: In function 'max8997_irq_thread': /kisskb/src/drivers/mfd/max8997-irq.c:208:20: note: byref variable will be forcibly initialized 208 | u8 gpio_info[MAX8997_NUM_GPIO]; | ^~~~~~~~~ /kisskb/src/drivers/mfd/max8997-irq.c:169:12: note: byref variable will be forcibly initialized 169 | u8 irq_src; | ^~~~~~~ /kisskb/src/drivers/mfd/max8997-irq.c:168:12: 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:12: note: byref variable will be forcibly initialized 297 | u8 val; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/memory.h:179, from /kisskb/src/arch/arm64/include/asm/page.h:46, from /kisskb/src/arch/arm64/include/asm/proc-fns.h:14, from /kisskb/src/arch/arm64/include/asm/pgtable.h:9, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/rtc/rtc-imxdi.c:22: /kisskb/src/drivers/rtc/rtc-imxdi.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_cec.c: In function 'adv_cec_tx_raw_status': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_cec.c:57:30: note: byref variable will be forcibly initialized 57 | unsigned int cnt; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_cec.c:38:22: note: byref variable will be forcibly initialized 38 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_cec.c: In function 'adv7511_cec_rx': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_cec.c:91:22: note: byref variable will be forcibly initialized 91 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_cec.c:90:22: note: byref variable will be forcibly initialized 90 | unsigned int len; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:15, from /kisskb/src/arch/arm64/include/asm/pgtable.h:12, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/rtc/rtc-imxdi.c:22: /kisskb/src/drivers/rtc/rtc-imxdi.c: In function 'di_write_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-imxdi.c:514:15: note: in expansion of macro 'wait_event_interruptible_timeout' 514 | ret = wait_event_interruptible_timeout(imxdi->write_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/wusb3801.c: In function 'wusb3801_hw_update': /kisskb/src/drivers/usb/typec/wusb3801.c:251:43: note: byref variable will be forcibly initialized 251 | struct typec_partner_desc desc = {}; | ^~~~ /kisskb/src/drivers/usb/typec/wusb3801.c:224:36: note: byref variable will be forcibly initialized 224 | unsigned int partner_type, status; | ^~~~~~ /kisskb/src/drivers/usb/typec/wusb3801.c: In function 'wusb3801_probe': /kisskb/src/drivers/usb/typec/wusb3801.c:327:21: note: byref variable will be forcibly initialized 327 | const char *cap_str; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_cec.c: In function 'adv7511_cec_irq_process': /kisskb/src/drivers/gpu/drm/bridge/adv7511/adv7511_cec.c:132:22: note: byref variable will be forcibly initialized 132 | unsigned int rx_status; | ^~~~~~~~~ /kisskb/src/drivers/usb/typec/wusb3801.c: In function 'wusb3801_irq': /kisskb/src/drivers/usb/typec/wusb3801.c:303:22: note: byref variable will be forcibly initialized 303 | unsigned int dummy; | ^~~~~ /kisskb/src/lib/error-inject.c: In function 'populate_error_injection_list': /kisskb/src/lib/error-inject.c:70:42: note: byref variable will be forcibly initialized 70 | unsigned long entry, offset = 0, size = 0; | ^~~~ /kisskb/src/lib/error-inject.c:70:30: note: byref variable will be forcibly initialized 70 | unsigned long entry, offset = 0, size = 0; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/tegra_nand.c: In function 'tegra_nand_cmd': /kisskb/src/drivers/mtd/nand/raw/tegra_nand.c:358:13: note: byref variable will be forcibly initialized 358 | u32 reg, cmd = 0; | ^~~ /kisskb/src/drivers/mtd/nand/raw/tegra_nand.c: In function 'tegra_nand_chips_init': /kisskb/src/drivers/mtd/nand/raw/tegra_nand.c:1077:13: note: byref variable will be forcibly initialized 1077 | u32 cs; | ^~ /kisskb/src/drivers/mtd/nand/raw/tegra_nand.c: In function 'tegra_nand_read_page_hwecc': /kisskb/src/drivers/mtd/nand/raw/tegra_nand.c:663:23: note: byref variable will be forcibly initialized 663 | unsigned long fail_sec_flag; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/anx7411.c: In function 'anx7411_register_partner': /kisskb/src/drivers/usb/typec/anx7411.c:376:35: note: byref variable will be forcibly initialized 376 | struct typec_partner_desc desc; | ^~~~ /kisskb/src/drivers/usb/typec/anx7411.c: In function 'anx7411_config': /kisskb/src/drivers/usb/typec/anx7411.c:809:16: note: byref variable will be forcibly initialized 809 | __le32 payload[PDO_MAX_OBJECTS]; | ^~~~~~~ /kisskb/src/drivers/usb/typec/anx7411.c: In function 'anx7411_typec_register_altmode': /kisskb/src/drivers/usb/typec/anx7411.c:552:35: note: byref variable will be forcibly initialized 552 | struct typec_altmode_desc desc; | ^~~~ In file included from /kisskb/src/include/linux/regulator/driver.h:15, from /kisskb/src/drivers/regulator/scmi-regulator.c:29: /kisskb/src/drivers/regulator/scmi-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/scmi-regulator.c: In function 'process_scmi_regulator_of_node': /kisskb/src/drivers/regulator/scmi-regulator.c:260:13: note: byref variable will be forcibly initialized 260 | u32 dom, ret; | ^~~ /kisskb/src/drivers/usb/typec/anx7411.c: In function 'anx7411_work_func': /kisskb/src/drivers/usb/typec/anx7411.c:906:12: note: byref variable will be forcibly initialized 906 | u8 buf[STATUS_LEN]; | ^~~ /kisskb/src/drivers/regulator/scmi-regulator.c: In function 'scmi_reg_is_enabled': /kisskb/src/drivers/regulator/scmi-regulator.c:72:13: note: byref variable will be forcibly initialized 72 | u32 config; | ^~~~~~ /kisskb/src/drivers/regulator/scmi-regulator.c: In function 'scmi_reg_get_voltage_sel': /kisskb/src/drivers/regulator/scmi-regulator.c:89:13: note: byref variable will be forcibly initialized 89 | s32 volt_uV; | ^~~~~~~ /kisskb/src/drivers/regulator/scmi-regulator.c: In function 'scmi_regulator_probe': /kisskb/src/drivers/regulator/scmi-regulator.c:303:38: note: byref variable will be forcibly initialized 303 | struct scmi_protocol_handle *ph; | ^~ /kisskb/src/drivers/usb/typec/anx7411.c: In function 'anx7411_typec_port_probe': /kisskb/src/drivers/usb/typec/anx7411.c:1147:13: note: byref variable will be forcibly initialized 1147 | int ret, i; | ^~~ /kisskb/src/drivers/usb/typec/anx7411.c:1146:21: note: byref variable will be forcibly initialized 1146 | const char *buf; | ^~~ /kisskb/src/drivers/rtc/rtc-isl12022.c: In function 'isl12022_read_regs': /kisskb/src/drivers/rtc/rtc-isl12022.c:53:24: note: byref variable will be forcibly initialized 53 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/rtc/rtc-isl12022.c: In function 'isl12022_rtc_read_time': /kisskb/src/drivers/rtc/rtc-isl12022.c:107:17: note: byref variable will be forcibly initialized 107 | uint8_t buf[ISL12022_REG_INT + 1]; | ^~~ /kisskb/src/drivers/rtc/rtc-isl12022.c: In function 'isl12022_write_reg': /kisskb/src/drivers/rtc/rtc-isl12022.c:85:17: note: byref variable will be forcibly initialized 85 | uint8_t data[2] = { reg, val }; | ^~~~ /kisskb/src/drivers/rtc/rtc-isl12022.c: In function 'isl12022_rtc_set_time': /kisskb/src/drivers/rtc/rtc-isl12022.c:159:17: note: byref variable will be forcibly initialized 159 | uint8_t buf[ISL12022_REG_DW + 1]; | ^~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/media/cec/core/cec-notifier.c:12: /kisskb/src/drivers/media/cec/core/cec-notifier.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/usb/core/file.c: In function 'usb_register_dev': /kisskb/src/drivers/usb/core/file.c:162:14: note: byref variable will be forcibly initialized 162 | char name[20]; | ^~~~ /kisskb/src/drivers/usb/cdns3/core.c: In function 'cdns_init': /kisskb/src/drivers/usb/cdns3/core.c:441:45: note: byref variable will be forcibly initialized 441 | struct usb_role_switch_desc sw_desc = { }; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c:12: /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c: In function 'i2c_pca_pf_waitforcompletion': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c:84:23: 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:26: note: byref variable will be forcibly initialized 134 | struct resource *res; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/mtd/nand/raw/meson_nand.c:9: /kisskb/src/drivers/mtd/nand/raw/meson_nand.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/meson_nand.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'remove_id_store': /kisskb/src/drivers/usb/core/driver.c:156:13: note: byref variable will be forcibly initialized 156 | u32 idProduct; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:155:13: note: byref variable will be forcibly initialized 155 | u32 idVendor; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/usb/core/driver.c:28: /kisskb/src/drivers/usb/core/driver.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'usb_suspend_both': /kisskb/src/drivers/usb/core/driver.c:1440:29: note: byref variable will be forcibly initialized 1440 | u16 devstat; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/hwmon.h:71, from /kisskb/src/drivers/hwmon/hwmon.c:27: /kisskb/src/drivers/hwmon/hwmon.c: In function 'trace_event_raw_event_hwmon_attr_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'trace_event_raw_event_hwmon_attr_show_string': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'usb_store_new_id': /kisskb/src/drivers/usb/core/driver.c:51:24: note: byref variable will be forcibly initialized 51 | u32 refVendor, refProduct; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:51:13: note: byref variable will be forcibly initialized 51 | u32 refVendor, refProduct; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:50:22: note: byref variable will be forcibly initialized 50 | unsigned int bInterfaceClass = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:49:13: note: byref variable will be forcibly initialized 49 | u32 idProduct = 0; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:48:13: note: byref variable will be forcibly initialized 48 | u32 idVendor = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/hwmon/hwmon.c:13: /kisskb/src/drivers/hwmon/hwmon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/meson_nand.c: In function 'meson_nfc_nand_chip_init': /kisskb/src/drivers/mtd/nand/raw/meson_nand.c:1240:13: note: byref variable will be forcibly initialized 1240 | u32 tmp, nsels; | ^~~ /kisskb/src/drivers/hwmon/hwmon.c: In function '__hwmon_device_register': /kisskb/src/drivers/hwmon/hwmon.c:757:21: note: byref variable will be forcibly initialized 757 | const char *label; | ^~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_store': /kisskb/src/drivers/hwmon/hwmon.c:357:14: note: byref variable will be forcibly initialized 357 | long val; | ^~~ /kisskb/src/drivers/mtd/nand/raw/meson_nand.c: In function 'meson_nfc_read_page_hwecc': /kisskb/src/drivers/mtd/nand/raw/meson_nand.c:776:13: note: byref variable will be forcibly initialized 776 | u32 bitflips = 0; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/meson_nand.c:775:13: note: byref variable will be forcibly initialized 775 | u64 correct_bitmap = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_show': /kisskb/src/drivers/hwmon/hwmon.c:318:14: note: byref variable will be forcibly initialized 318 | long val; | ^~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_show_string': /kisskb/src/drivers/hwmon/hwmon.c:338:21: note: byref variable will be forcibly initialized 338 | const char *s; | ^ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_notify_event': /kisskb/src/drivers/hwmon/hwmon.c:646:15: note: byref variable will be forcibly initialized 646 | char *envp[] = { event, NULL }; | ^~~~ /kisskb/src/drivers/hwmon/hwmon.c:645:14: note: byref variable will be forcibly initialized 645 | char sattr[MAX_SYSFS_ATTR_NAME_LENGTH]; | ^~~~~ /kisskb/src/drivers/hwmon/hwmon.c:644:14: note: byref variable will be forcibly initialized 644 | char event[MAX_SYSFS_ATTR_NAME_LENGTH + 5]; | ^~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_device_unregister': /kisskb/src/drivers/hwmon/hwmon.c:967:13: note: byref variable will be forcibly initialized 967 | int id; | ^~ /kisskb/src/drivers/clk/clk-s2mps11.c: In function 's2mps11_clk_is_prepared': /kisskb/src/drivers/clk/clk-s2mps11.c:57:13: note: byref variable will be forcibly initialized 57 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/clk/clk-s2mps11.c:13: /kisskb/src/drivers/clk/clk-s2mps11.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/rtc/rtc-lp8788.c: In function 'lp8788_read_alarm': /kisskb/src/drivers/rtc/rtc-lp8788.c:168:18: note: byref variable will be forcibly initialized 168 | u8 addr, data[LPTIME_MAX]; | ^~~~ /kisskb/src/drivers/rtc/rtc-lp8788.c: In function 'lp8788_rtc_read_time': /kisskb/src/drivers/rtc/rtc-lp8788.c:113:12: note: byref variable will be forcibly initialized 113 | u8 data[LPTIME_MAX]; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/xen/xen_drm_front.c:17: /kisskb/src/drivers/gpu/drm/xen/xen_drm_front.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:543:13: note: byref variable will be forcibly initialized 543 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front.c: In function 'xen_drm_front_dbuf_create': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front.c:166:42: note: byref variable will be forcibly initialized 166 | struct xen_front_pgdir_shbuf_cfg buf_cfg; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front.c: In function 'xen_drm_front_gem_object_free': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front.c:387:13: note: byref variable will be forcibly initialized 387 | int idx; | ^~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:310: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'periodic_unlink': /kisskb/src/drivers/usb/host/ehci-sched.c:67:33: note: byref variable will be forcibly initialized 67 | union ehci_shadow here = *prev_p; | ^~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'itd_link': /kisskb/src/drivers/usb/host/ehci-sched.c:1718:33: note: byref variable will be forcibly initialized 1718 | union ehci_shadow here = *prev; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/ehci-hcd.c:10: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/ehci-hcd.c:10: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ 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:25: note: byref variable will be forcibly initialized 839 | unsigned c_mask; | ^~~~~~ /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:241:22: note: byref variable will be forcibly initialized 241 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:241:17: note: byref variable will be forcibly initialized 241 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:241:12: note: byref variable will be forcibly initialized 241 | 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:221:12: note: byref variable will be forcibly initialized 221 | u8 errors = 0; | ^~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'qh_link_periodic': /kisskb/src/drivers/usb/host/ehci-sched.c:538:41: note: byref variable will be forcibly initialized 538 | union ehci_shadow here = *prev; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c: In function 'dsicm_probe': /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:537:45: note: byref variable will be forcibly initialized 537 | 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:285:22: note: byref variable will be forcibly initialized 285 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:285:17: note: byref variable will be forcibly initialized 285 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:285:12: note: byref variable will be forcibly initialized 285 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'ssd130x_write_cmd': /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:152:17: note: byref variable will be forcibly initialized 152 | va_list ap; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/backlight.h:12, from /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:12: /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ 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:25: note: byref variable will be forcibly initialized 402 | unsigned long events; | ^~~~~~ 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:33: note: byref variable will be forcibly initialized 39 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_qh_alloc': /kisskb/src/drivers/usb/host/ehci-mem.c:70:33: note: byref variable will be forcibly initialized 70 | dma_addr_t dma; | ^~~ 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:1240:33: note: byref variable will be forcibly initialized 1240 | dma_addr_t itd_dma; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'ssd130x_clear_screen': /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:523:25: note: byref variable will be forcibly initialized 523 | struct drm_rect fullscreen = { | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'ssd130x_display_pipe_update': /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:647:13: note: byref variable will be forcibly initialized 647 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:646:35: note: byref variable will be forcibly initialized 646 | struct drm_rect src_clip, dst_clip; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:646:25: note: byref variable will be forcibly initialized 646 | struct drm_rect src_clip, dst_clip; | ^~~~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'sitd_urb_transaction': /kisskb/src/drivers/usb/host/ehci-sched.c:2039:33: note: byref variable will be forcibly initialized 2039 | dma_addr_t sitd_dma; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c: In function 'gm12u320_misc_request': /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c:203:18: note: byref variable will be forcibly initialized 203 | int ret, len; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:18: /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:353:26: note: byref variable will be forcibly initialized 353 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'ssd130x_pwm_enable': /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:231:26: note: byref variable will be forcibly initialized 231 | struct pwm_state pwmstate; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:18: /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:372:26: note: byref variable will be forcibly initialized 372 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'ssd130x_display_pipe_enable': /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:592:13: note: byref variable will be forcibly initialized 592 | int idx, ret; | ^~~ /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c: In function 'ssd130x_display_pipe_disable': /kisskb/src/drivers/gpu/drm/solomon/ssd130x.c:622:13: note: byref variable will be forcibly initialized 622 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c: In function 'gm12u320_pipe_update': /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c:575:25: note: byref variable will be forcibly initialized 575 | struct drm_rect rect; | ^~~~ /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c: In function 'gm12u320_pipe_enable': /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c:555:25: note: byref variable will be forcibly initialized 555 | struct drm_rect rect = { 0, 0, GM12U320_USER_WIDTH, GM12U320_HEIGHT }; | ^~~~ /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c: In function 'gm12u320_fb_update_work': /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c:326:32: note: byref variable will be forcibly initialized 326 | int block, block_size, len; | ^~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:309: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_submit_single_step_set_feature': /kisskb/src/drivers/usb/host/ehci-q.c:1175:33: note: byref variable will be forcibly initialized 1175 | struct list_head qtd_list; | ^~~~~~~~ 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:33: note: byref variable will be forcibly initialized 913 | struct list_head empty; | ^~~~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c: In function 'power_supply_store_property': /kisskb/src/drivers/power/supply/power_supply_sysfs.c:338:22: note: byref variable will be forcibly initialized 338 | long long_val; | ^~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c:325:36: note: byref variable will be forcibly initialized 325 | union power_supply_propval value; | ^~~~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c: In function 'power_supply_show_property': /kisskb/src/drivers/power/supply/power_supply_sysfs.c:279:36: note: byref variable will be forcibly initialized 279 | union power_supply_propval value; | ^~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_urb_enqueue': /kisskb/src/drivers/usb/host/ehci-hcd.c:884:33: 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:33: 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:33: note: byref variable will be forcibly initialized 42 | int portnum, new_owner; | ^~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c:17: /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/hi6421v600-regulator.c: In function 'hi6421_spmi_regulator_get_mode': /kisskb/src/drivers/regulator/hi6421v600-regulator.c:122:22: note: byref variable will be forcibly initialized 122 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c: In function 'anfc_parse_instructions': /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c:599:46: note: byref variable will be forcibly initialized 599 | unsigned int offset, naddrs, pktsize; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c: In function 'anfc_status_type_exec': /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c:804:13: note: byref variable will be forcibly initialized 804 | u32 tmp; | ^~~ /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c: In function 'anfc_chip_init': /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c:1280:13: note: byref variable will be forcibly initialized 1280 | int rb, ret, i; | ^~ 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:25: 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:33: note: byref variable will be forcibly initialized 382 | unsigned long resume_needed = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c: In function 'anfc_write_page_hw_ecc': /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c:519:24: note: byref variable will be forcibly initialized 519 | struct anfc_op nfc_op = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c: In function 'anfc_read_page_hw_ecc': /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c:402:24: note: byref variable will be forcibly initialized 402 | struct anfc_op nfc_op = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c: In function 'anfc_rw_pio_op': /kisskb/src/drivers/mtd/nand/raw/arasan-nand-controller.c:695:21: note: byref variable will be forcibly initialized 695 | u32 remainder; | ^~~~~~~~~ /kisskb/src/lib/strnlen_user.c: In function 'do_strnlen_user': /kisskb/src/lib/strnlen_user.c:41:31: note: byref variable will be forcibly initialized 41 | unsigned long data; | ^~~~ /kisskb/src/lib/strnlen_user.c:25:37: note: byref variable will be forcibly initialized 25 | const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; | ^~~~~~~~~ /kisskb/src/lib/strnlen_user.c: In function 'strnlen_user': /kisskb/src/lib/strnlen_user.c:25:37: note: byref variable will be forcibly initialized /kisskb/src/lib/strnlen_user.c:41:31: note: byref variable will be forcibly initialized 41 | unsigned long data; | ^~~~ /kisskb/src/lib/strncpy_from_user.c: In function 'do_strncpy_from_user': /kisskb/src/lib/strncpy_from_user.c:38:34: note: byref variable will be forcibly initialized 38 | unsigned long c, data, mask; | ^~~~ /kisskb/src/lib/strncpy_from_user.c:31:37: note: byref variable will be forcibly initialized 31 | const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; | ^~~~~~~~~ /kisskb/src/lib/strncpy_from_user.c: In function 'strncpy_from_user': /kisskb/src/lib/strncpy_from_user.c:31:37: note: byref variable will be forcibly initialized /kisskb/src/lib/strncpy_from_user.c:38:34: note: byref variable will be forcibly initialized 38 | unsigned long c, data, mask; | ^~~~ 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/usb/isp1760/isp1760-udc.c:13: /kisskb/src/drivers/usb/isp1760/isp1760-udc.c: In function 'isp1760_ep_disable': /kisskb/src/drivers/usb/isp1760/isp1760-udc.c:842:19: note: byref variable will be forcibly initialized 842 | LIST_HEAD(req_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/drivers/usb/isp1760/isp1760-udc.c:22: /kisskb/src/drivers/usb/isp1760/isp1760-udc.c: In function 'isp1760_field_read': /kisskb/src/drivers/usb/isp1760/isp1760-core.h:61:22: note: byref variable will be forcibly initialized 61 | unsigned int val; | ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-udc.c: In function 'isp1760_reg_read': /kisskb/src/drivers/usb/isp1760/isp1760-core.h:86:22: note: byref variable will be forcibly initialized 86 | unsigned int val; | ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-udc.c: In function 'isp1760_udc_write_raw': /kisskb/src/drivers/usb/isp1760/isp1760-udc.c:80:16: note: byref variable will be forcibly initialized 80 | __le32 val_le = cpu_to_le32(val); | ^~~~~~ /kisskb/src/drivers/usb/isp1760/isp1760-udc.c: In function 'isp1760_udc_write_raw16': /kisskb/src/drivers/usb/isp1760/isp1760-udc.c:87:16: note: byref variable will be forcibly initialized 87 | __le16 val_le = cpu_to_le16(val); | ^~~~~~ /kisskb/src/drivers/usb/isp1760/isp1760-udc.c: In function 'isp1760_udc_read_raw': /kisskb/src/drivers/usb/isp1760/isp1760-udc.c:62:16: note: byref variable will be forcibly initialized 62 | __le32 val; | ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-udc.c: In function 'isp1760_udc_read_raw16': /kisskb/src/drivers/usb/isp1760/isp1760-udc.c:71:16: note: byref variable will be forcibly initialized 71 | __le16 val; | ^~~ /kisskb/src/drivers/usb/isp1760/isp1760-udc.c: In function 'isp1760_ep0_setup': /kisskb/src/drivers/usb/isp1760/isp1760-udc.c:713:11: note: byref variable will be forcibly initialized 713 | } req; | ^~~ /kisskb/src/drivers/regulator/hi655x-regulator.c: In function 'hi655x_is_enabled': /kisskb/src/drivers/regulator/hi655x-regulator.c:74:22: note: byref variable will be forcibly initialized 74 | unsigned int value = 0; | ^~~~~ In file included from /kisskb/src/drivers/mtd/nand/raw/intel-nand-controller.c:6: /kisskb/src/drivers/mtd/nand/raw/intel-nand-controller.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:964:28: note: byref variable will be forcibly initialized 964 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mtd/nand/raw/intel-nand-controller.c: In function 'ebu_nand_probe': /kisskb/src/drivers/mtd/nand/raw/intel-nand-controller.c:588:13: note: byref variable will be forcibly initialized 588 | u32 cs; | ^~ /kisskb/src/drivers/regulator/da9062-regulator.c: In function 'da9062_ldo_lim_event': /kisskb/src/drivers/regulator/da9062-regulator.c:895:13: 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:18: 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:22: 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/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/regulator/da9062-regulator.c:7: /kisskb/src/drivers/regulator/da9062-regulator.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/da9062-regulator.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'wdt_disable': /kisskb/src/drivers/rtc/rtc-m41t80.c:670:24: note: byref variable will be forcibly initialized 670 | struct i2c_msg msgs1[1] = { | ^~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c:656:24: note: byref variable will be forcibly initialized 656 | struct i2c_msg msgs0[2] = { | ^~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c:655:36: note: byref variable will be forcibly initialized 655 | unsigned char i2c_data[2], i2c_buf[0x10]; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c:655:23: note: byref variable will be forcibly initialized 655 | unsigned char i2c_data[2], i2c_buf[0x10]; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'wdt_ping': /kisskb/src/drivers/rtc/rtc-m41t80.c:620:24: note: byref variable will be forcibly initialized 620 | struct i2c_msg msgs1[1] = { | ^~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c:619:23: note: byref variable will be forcibly initialized 619 | unsigned char i2c_data[2]; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'wdt_ioctl': /kisskb/src/drivers/rtc/rtc-m41t80.c:726:25: note: byref variable will be forcibly initialized 726 | int new_margin, rv; | ^~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'm41t80_read_alarm': /kisskb/src/drivers/rtc/rtc-m41t80.c:375:12: note: byref variable will be forcibly initialized 375 | u8 alarmvals[5]; | ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'm41t80_rtc_read_time': /kisskb/src/drivers/rtc/rtc-m41t80.c:199:23: note: byref variable will be forcibly initialized 199 | unsigned char buf[8]; | ^~~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'm41t80_rtc_set_time': /kisskb/src/drivers/rtc/rtc-m41t80.c:234:23: note: byref variable will be forcibly initialized 234 | unsigned char buf[8]; | ^~~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'm41t80_set_alarm': /kisskb/src/drivers/rtc/rtc-m41t80.c:320:12: note: byref variable will be forcibly initialized 320 | u8 alarmvals[5]; | ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'm41t80_sqw_register_clk': /kisskb/src/drivers/rtc/rtc-m41t80.c:549:30: note: byref variable will be forcibly initialized 549 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/rtc/rtc-m41t80.c: In function 'm41t80_probe': /kisskb/src/drivers/rtc/rtc-m41t80.c:884:25: note: byref variable will be forcibly initialized 884 | struct rtc_time tm; | ^~ /kisskb/src/drivers/regulator/da9211-regulator.c: In function 'da9211_irq_handler': /kisskb/src/drivers/regulator/da9211-regulator.c:342:13: note: byref variable will be forcibly initialized 342 | int reg_val, err, ret = IRQ_NONE; | ^~~~~~~ /kisskb/src/drivers/regulator/da9211-regulator.c: In function 'da9211_buck_get_mode': /kisskb/src/drivers/regulator/da9211-regulator.c:121:22: note: byref variable will be forcibly initialized 121 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/da9211-regulator.c: In function 'da9211_get_current_limit': /kisskb/src/drivers/regulator/da9211-regulator.c:208:22: note: byref variable will be forcibly initialized 208 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/da9211-regulator.c: In function 'da9211_regulator_init': /kisskb/src/drivers/regulator/da9211-regulator.c:383:22: note: byref variable will be forcibly initialized 383 | unsigned int data; | ^~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'avoid_reset_quirk_store': /kisskb/src/drivers/usb/core/sysfs.c:278:33: 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:33: 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:13: 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:22: 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:18: note: byref variable will be forcibly initialized 744 | unsigned val; | ^~~ /kisskb/src/drivers/regulator/da9211-regulator.c: In function 'da9211_i2c_probe': /kisskb/src/drivers/regulator/da9211-regulator.c:451:22: note: byref variable will be forcibly initialized 451 | unsigned int data; | ^~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'usb2_lpm_besl_store': /kisskb/src/drivers/usb/core/sysfs.c:563:12: 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:13: note: byref variable will be forcibly initialized 540 | u16 timeout; | ^~~~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'autosuspend_store': /kisskb/src/drivers/usb/core/sysfs.c:411:13: note: byref variable will be forcibly initialized 411 | int value; | ^~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'usb2_hardware_lpm_store': /kisskb/src/drivers/usb/core/sysfs.c:501:14: 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:14: note: byref variable will be forcibly initialized 976 | bool val; | ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'interface_authorized_store': /kisskb/src/drivers/usb/core/sysfs.c:1177:14: note: byref variable will be forcibly initialized 1177 | bool 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/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/mediatek/mtk_dsi.c:6: /kisskb/src/drivers/gpu/drm/mediatek/mtk_dsi.c: In function 'mtk_dsi_wait_for_irq_done': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_dsi.c:562:15: note: in expansion of macro 'wait_event_interruptible_timeout' 562 | ret = wait_event_interruptible_timeout(dsi->irq_wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c: In function 'anx7625_dp_stop': /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:961:12: note: byref variable will be forcibly initialized 961 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c: In function 'anx7625_hdcp_key_probe': /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:770:12: note: byref variable will be forcibly initialized 770 | u8 ident[FLASH_BUF_LEN]; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c: In function 'anx7625_hdcp_enable': /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:866:12: note: byref variable will be forcibly initialized 866 | u8 bcap; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c: In function 'anx7625_dsi_video_timing_config': /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:485:12: note: byref variable will be forcibly initialized 485 | u8 post_divider = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:482:26: note: byref variable will be forcibly initialized 482 | unsigned long m, n; | ^ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:482:23: note: byref variable will be forcibly initialized 482 | unsigned long m, n; | ^ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c: In function 'anx7625_dp_start': /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:927:12: note: byref variable will be forcibly initialized 927 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c: In function 'sp_tx_edid_read': /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:1128:12: note: byref variable will be forcibly initialized 1128 | u8 pblock_buf[MAX_DPCD_BUFFER_SIZE]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_dsi.c: In function 'mtk_dsi_host_transfer': /kisskb/src/drivers/gpu/drm/mediatek/mtk_dsi.c:1017:12: note: byref variable will be forcibly initialized 1017 | u8 read_data[16]; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c: In function 'anx7625_get_swing_setting': /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:1611:13: note: byref variable will be forcibly initialized 1611 | int num_regs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c: In function 'anx7625_parse_dt': /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:1640:13: note: byref variable will be forcibly initialized 1640 | int bus_type, mipi_lanes; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c: In function 'anx7625_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:2016:43: note: byref variable will be forcibly initialized 2016 | const struct mipi_dsi_device_info info = { | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c: In function 'anx7625_hdmi_i2s_get_dai_id': /kisskb/src/drivers/gpu/drm/bridge/analogix/anx7625.c:1913:28: note: byref variable will be forcibly initialized 1913 | struct of_endpoint of_ep; | ^~~~~ /kisskb/src/drivers/usb/typec/stusb160x.c: In function 'stusb160x_get_pwr_opmode': /kisskb/src/drivers/usb/typec/stusb160x.c:291:13: note: byref variable will be forcibly initialized 291 | u32 val; | ^~~ /kisskb/src/drivers/usb/typec/stusb160x.c: In function 'stusb160x_get_caps': /kisskb/src/drivers/usb/typec/stusb160x.c:584:13: note: byref variable will be forcibly initialized 584 | u32 val; | ^~~ /kisskb/src/drivers/usb/typec/stusb160x.c: In function 'stusb160x_get_vconn': /kisskb/src/drivers/usb/typec/stusb160x.c:242:13: note: byref variable will be forcibly initialized 242 | u32 val; | ^~~ /kisskb/src/drivers/usb/typec/stusb160x.c: In function 'stusb160x_get_fw_caps': /kisskb/src/drivers/usb/typec/stusb160x.c:536:21: note: byref variable will be forcibly initialized 536 | const char *cap_str; | ^~~~~~~ /kisskb/src/drivers/usb/typec/stusb160x.c: In function 'stusb160x_chip_init': /kisskb/src/drivers/usb/typec/stusb160x.c:477:13: note: byref variable will be forcibly initialized 477 | u32 val; | ^~~ /kisskb/src/drivers/usb/typec/stusb160x.c: In function 'stusb160x_attach': /kisskb/src/drivers/usb/typec/stusb160x.c:346:35: note: byref variable will be forcibly initialized 346 | struct typec_partner_desc desc; | ^~~~ /kisskb/src/drivers/usb/typec/stusb160x.c: In function 'stusb160x_irq_init': /kisskb/src/drivers/usb/typec/stusb160x.c:438:13: note: byref variable will be forcibly initialized 438 | u32 status; | ^~~~~~ /kisskb/src/drivers/usb/core/buffer.c: In function 'hcd_buffer_create': /kisskb/src/drivers/usb/core/buffer.c:67:25: note: byref variable will be forcibly initialized 67 | char name[16]; | ^~~~ /kisskb/src/drivers/usb/typec/stusb160x.c: In function 'stusb160x_irq_handler': /kisskb/src/drivers/usb/typec/stusb160x.c:405:29: note: byref variable will be forcibly initialized 405 | u32 pending, trans, status; | ^~~~~~ /kisskb/src/drivers/usb/typec/stusb160x.c:405:22: note: byref variable will be forcibly initialized 405 | u32 pending, trans, status; | ^~~~~ /kisskb/src/drivers/usb/typec/stusb160x.c:405:13: note: byref variable will be forcibly initialized 405 | u32 pending, trans, status; | ^~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /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:23: 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:23: note: byref variable will be forcibly initialized 1157 | struct drm_mm mm; | ^~ /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:23: 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_color': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2036:23: 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_once': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1947:46: 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:37: 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:28: 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:23: 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:28: 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:9: note: in expansion of macro 'show_mm' 296 | show_mm(&mm); | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:268:28: 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:23: 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:28: 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:17: note: in expansion of macro 'show_mm' 260 | show_mm(&mm); | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:208:28: note: byref variable will be forcibly initialized 208 | struct drm_mm_node tmp; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:207:23: 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:28: 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:19: note: byref variable will be forcibly initialized 2200 | LIST_HEAD(evict_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2199:28: 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:28: 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:17: 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:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: 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:9: 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:23: 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:23: 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:26: 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:28: 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:17: 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:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: 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:9: 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:23: 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:23: 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:26: 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 'evict_something': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1459:28: 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:19: note: byref variable will be forcibly initialized 1457 | LIST_HEAD(evict_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1456:28: 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:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: 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:9: 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:23: 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:23: 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:26: 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:19: note: byref variable will be forcibly initialized 1356 | LIST_HEAD(evict_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1355:28: 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:19: note: byref variable will be forcibly initialized 1403 | LIST_HEAD(evict_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1402:28: 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:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: 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:9: 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:23: 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:23: 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:26: 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:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: 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:9: 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:28: 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:23: 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:23: 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:26: 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:23: 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:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: 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:9: 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:23: 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:23: 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:26: 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:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: 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:9: 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:23: 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:23: 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:26: 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:23: 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:44: 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:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: 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:9: 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:23: 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:23: 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:26: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ /kisskb/src/drivers/clk/clk-scmi.c: In function 'scmi_clk_recalc_rate': /kisskb/src/drivers/clk/clk-scmi.c:31:13: note: byref variable will be forcibly initialized 31 | u64 rate; | ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/clk/clk-scmi.c:9: /kisskb/src/drivers/clk/clk-scmi.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk-scmi.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk-scmi.c: In function 'scmi_clocks_probe': /kisskb/src/drivers/clk/clk-scmi.c:179:38: note: byref variable will be forcibly initialized 179 | struct scmi_protocol_handle *ph; | ^~ /kisskb/src/drivers/clk/clk-scmi.c:172:22: note: byref variable will be forcibly initialized 172 | unsigned int atomic_threshold; | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c:77: /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c: In function 'marvell_nfc_xfer_data_in_pio': /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c:909:20: note: byref variable will be forcibly initialized 909 | u8 tmp_buf[FIFO_DEPTH]; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c: In function 'marvell_nfc_xfer_data_out_pio': /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c:929:20: note: byref variable will be forcibly initialized 929 | u8 tmp_buf[FIFO_DEPTH]; | ^~~~~~~ /kisskb/src/drivers/power/supply/power_supply_hwmon.c: In function 'power_supply_hwmon_read': /kisskb/src/drivers/power/supply/power_supply_hwmon.c:211:36: note: byref variable will be forcibly initialized 211 | union power_supply_propval pspval; | ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_hwmon.c: In function 'power_supply_hwmon_write': /kisskb/src/drivers/power/supply/power_supply_hwmon.c:255:36: note: byref variable will be forcibly initialized 255 | union power_supply_propval pspval; | ^~~~~~ /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:249:34: note: byref variable will be forcibly initialized 249 | 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:677:26: note: byref variable will be forcibly initialized 677 | struct videomode vm; | ^~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/include/linux/of_platform.h:12, from /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:29: /kisskb/src/drivers/gpu/drm/panel/panel-edp.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c: In function 'marvell_nfc_xfer_data_dma': /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c:861:28: note: byref variable will be forcibly initialized 861 | struct scatterlist sg; | ^~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c: In function 'generic_edp_panel_probe': /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:725:13: note: byref variable will be forcibly initialized 725 | u32 absent_ms = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:724:13: note: byref variable will be forcibly initialized 724 | u32 reliable_ms = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:723:13: note: byref variable will be forcibly initialized 723 | u16 product_id; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:722:14: note: byref variable will be forcibly initialized 722 | char vend[4]; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c: In function 'marvell_nfc_hw_ecc_bch_read_page': /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c:1352:13: note: byref variable will be forcibly initialized 1352 | int max_bitflips = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c: In function 'panel_edp_probe': /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:809:31: note: byref variable will be forcibly initialized 809 | struct display_timing dt; | ^~ /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c: In function 'marvell_nfc_hw_ecc_hmg_do_write_page': /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c:1141:31: note: byref variable will be forcibly initialized 1141 | struct marvell_nfc_op nfc_op = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c: In function 'marvell_nfc_hw_ecc_hmg_read_page': /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c:1086:13: note: byref variable will be forcibly initialized 1086 | int max_bitflips = 0, ret; | ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c: In function 'marvell_nfc_naked_waitrdy_exec': /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c:1934:31: note: byref variable will be forcibly initialized 1934 | struct marvell_nfc_op nfc_op; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c: In function 'marvell_nfc_reset_cmd_type_exec': /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c:2028:31: note: byref variable will be forcibly initialized 2028 | struct marvell_nfc_op nfc_op; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c: In function 'marvell_nfc_erase_cmd_type_exec': /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c:2057:31: note: byref variable will be forcibly initialized 2057 | struct marvell_nfc_op nfc_op; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c: In function 'marvell_nfc_read_status_exec': /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c:1988:31: note: byref variable will be forcibly initialized 1988 | struct marvell_nfc_op nfc_op; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c: In function 'marvell_nfc_read_id_type_exec': /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c:1948:31: note: byref variable will be forcibly initialized 1948 | struct marvell_nfc_op nfc_op; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c: In function 'marvell_nfc_naked_access_exec': /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c:1862:31: note: byref variable will be forcibly initialized 1862 | struct marvell_nfc_op nfc_op; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c: In function 'marvell_nfc_monolithic_access_exec': /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c:1798:31: note: byref variable will be forcibly initialized 1798 | struct marvell_nfc_op nfc_op; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c: In function 'marvell_nand_chip_init': /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c:2564:17: note: byref variable will be forcibly initialized 2564 | u32 cs, rb; | ^~ /kisskb/src/drivers/mtd/nand/raw/marvell_nand.c:2564:13: note: byref variable will be forcibly initialized 2564 | u32 cs, rb; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:114, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:60: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_job': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_process_job': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro 'TRACE_EVENT' 72 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/lp3971.c: In function 'lp3971_reg_read': /kisskb/src/drivers/regulator/lp3971.c:342:13: 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:13: note: byref variable will be forcibly initialized 358 | u16 tmp; | ^~~ /kisskb/src/drivers/regulator/lp3971.c: In function 'setup_regulators': /kisskb/src/drivers/regulator/lp3971.c:382:41: note: byref variable will be forcibly initialized 382 | struct regulator_config config = { }; | ^~~~~~ /kisskb/src/drivers/regulator/lp3971.c: In function 'lp3971_i2c_probe': /kisskb/src/drivers/regulator/lp3971.c:408:13: note: byref variable will be forcibly initialized 408 | u16 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/kthread.h:6, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:47: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'drm_sched_main': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:932:17: note: in expansion of macro 'wait_event_interruptible' 932 | wait_event_interruptible(sched->wake_up_worker, | ^~~~~~~~~~~~~~~~~~~~~~~~ /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:657:13: note: byref variable will be forcibly initialized 657 | u32 id = 0; | ^~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:656:23: note: byref variable will be forcibly initialized 656 | 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:707:30: note: byref variable will be forcibly initialized 707 | 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:744:23: note: byref variable will be forcibly initialized 744 | unsigned long index; | ^~~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_update_interval': /kisskb/src/drivers/hwmon/w83773g.c:144:22: 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:22: 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:22: note: byref variable will be forcibly initialized 77 | unsigned int regval_low; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/w83773g.c:76:22: 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:22: 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:22: note: byref variable will be forcibly initialized 108 | unsigned int regval_low; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/w83773g.c:107:22: note: byref variable will be forcibly initialized 107 | unsigned int regval_high; | ^~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_wait_on_sdma': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:866:40: note: byref variable will be forcibly initialized 866 | struct cadence_nand_irq_status irq_mask, irq_status; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_cdma_send_and_wait': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:1023:40: note: byref variable will be forcibly initialized 1023 | struct cadence_nand_irq_status irq_mask, irq_status = {0}; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_isr': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:770:40: note: byref variable will be forcibly initialized 770 | struct cadence_nand_irq_status irq_status; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_cmd_erase': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:2100:45: note: byref variable will be forcibly initialized 2100 | const struct nand_operation nand_op = { | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_chip_init': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:2704:13: note: byref variable will be forcibly initialized 2704 | u32 cs; | ^~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_init': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:2833:24: note: byref variable will be forcibly initialized 2833 | dma_cap_mask_t mask; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_dt_probe': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:2957:13: note: byref variable will be forcibly initialized 2957 | u32 val; | ^~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:2951:26: note: byref variable will be forcibly initialized 2951 | struct resource *res; | ^~~ In file included from /kisskb/src/drivers/mfd/max8998-irq.c:11: /kisskb/src/drivers/mfd/max8998-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/max8998-irq.c: In function 'max8998_irq_thread': /kisskb/src/drivers/mfd/max8998-irq.c:154:12: note: byref variable will be forcibly initialized 154 | u8 irq_reg[MAX8998_NUM_IRQ_REGS]; | ^~~~~~~ In file included from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:11: /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_slave_dma_transfer': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:1816:36: note: byref variable will be forcibly initialized 1816 | DECLARE_COMPLETION_ONSTACK(finished); | ^~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_read_buf': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:1876:13: note: byref variable will be forcibly initialized 1876 | u32 sdma_size; | ^~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:1875:12: note: byref variable will be forcibly initialized 1875 | u8 thread_nr = 0; | ^~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c: In function 'cadence_nand_write_buf': /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:1930:13: note: byref variable will be forcibly initialized 1930 | u32 sdma_size; | ^~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/cadence-nand-controller.c:1929:12: note: byref variable will be forcibly initialized 1929 | u8 thread_nr = 0; | ^~~~~~~~~ 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/tps6586x.c: In function 'tps6586x_read': /kisskb/src/drivers/mfd/tps6586x.c:159:22: note: byref variable will be forcibly initialized 159 | unsigned int rval; | ^~~~ /kisskb/src/drivers/mfd/tps6586x.c: In function 'tps6586x_irq_init': /kisskb/src/drivers/mfd/tps6586x.c:343:12: note: byref variable will be forcibly initialized 343 | u8 tmp[4]; | ^~~ /kisskb/src/drivers/mfd/tps6586x.c: In function 'tps6586x_irq': /kisskb/src/drivers/mfd/tps6586x.c:313:16: note: byref variable will be forcibly initialized 313 | __le32 val; | ^~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c: In function 'fb_destroy': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c:41:13: note: byref variable will be forcibly initialized 41 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c: In function 'display_update': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c:250:13: note: byref variable will be forcibly initialized 250 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c: In function 'display_enable': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c:114:18: note: byref variable will be forcibly initialized 114 | int ret, idx; | ^~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c: In function 'display_disable': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c:136:22: note: byref variable will be forcibly initialized 136 | int ret = 0, idx; | ^~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c: In function 'display_pipe_init': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_kms.c:316:13: note: byref variable will be forcibly initialized 316 | int format_count; | ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-max8997.c: In function 'max8997_rtc_enable_smpl': /kisskb/src/drivers/rtc/rtc-max8997.c:397:12: note: byref variable will be forcibly initialized 397 | u8 val, mask; | ^~~ /kisskb/src/drivers/rtc/rtc-max8997.c: In function 'max8997_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-max8997.c:182:12: note: byref variable will be forcibly initialized 182 | u8 val; | ^~~ /kisskb/src/drivers/rtc/rtc-max8997.c:181:12: note: byref variable will be forcibly initialized 181 | u8 data[RTC_NR_TIME]; | ^~~~ /kisskb/src/drivers/rtc/rtc-max8997.c: In function 'max8997_rtc_read_time': /kisskb/src/drivers/rtc/rtc-max8997.c:135:12: note: byref variable will be forcibly initialized 135 | u8 data[RTC_NR_TIME]; | ^~~~ /kisskb/src/drivers/rtc/rtc-max8997.c: In function 'max8997_rtc_start_alarm': /kisskb/src/drivers/rtc/rtc-max8997.c:255:12: note: byref variable will be forcibly initialized 255 | u8 data[RTC_NR_TIME]; | ^~~~ /kisskb/src/drivers/rtc/rtc-max8997.c: In function 'max8997_rtc_stop_alarm': /kisskb/src/drivers/rtc/rtc-max8997.c:223:12: note: byref variable will be forcibly initialized 223 | u8 data[RTC_NR_TIME]; | ^~~~ /kisskb/src/drivers/rtc/rtc-max8997.c: In function 'max8997_rtc_set_time': /kisskb/src/drivers/rtc/rtc-max8997.c:156:12: note: byref variable will be forcibly initialized 156 | u8 data[RTC_NR_TIME]; | ^~~~ /kisskb/src/drivers/rtc/rtc-max8997.c: In function 'max8997_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-max8997.c:295:12: note: byref variable will be forcibly initialized 295 | u8 data[RTC_NR_TIME]; | ^~~~ /kisskb/src/drivers/rtc/rtc-max8997.c: In function 'max8997_rtc_init_reg': /kisskb/src/drivers/rtc/rtc-max8997.c:428:12: note: byref variable will be forcibly initialized 428 | u8 data[2]; | ^~~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_populate_pdata_from_dt': /kisskb/src/drivers/regulator/lp872x.c:828:12: 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:22: note: byref variable will be forcibly initialized 158 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_buck_get_mode': /kisskb/src/drivers/regulator/lp872x.c:391:24: note: byref variable will be forcibly initialized 391 | u8 addr, mask, val; | ^~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_get_timestep_usec': /kisskb/src/drivers/regulator/lp872x.c:187:13: note: byref variable will be forcibly initialized 187 | int lp8725_time_usec[] = { 32, 64, 128, 256 }; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/lp872x.c:186:13: note: byref variable will be forcibly initialized 186 | int lp8720_time_usec[] = { 25, 50 }; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/lp872x.c:184:12: 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:18: note: byref variable will be forcibly initialized 223 | u8 addr, val; | ^~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_select_buck_vout_addr': /kisskb/src/drivers/regulator/lp872x.c:264:12: note: byref variable will be forcibly initialized 264 | u8 val, addr; | ^~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_buck_get_voltage_sel': /kisskb/src/drivers/regulator/lp872x.c:337:18: note: byref variable will be forcibly initialized 337 | u8 addr, val; | ^~~ /kisskb/src/drivers/power/supply/power_supply_leds.c: In function 'power_supply_update_gen_leds': /kisskb/src/drivers/power/supply/power_supply_leds.c:115:36: note: byref variable will be forcibly initialized 115 | union power_supply_propval online; | ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c: In function 'power_supply_update_bat_leds': /kisskb/src/drivers/power/supply/power_supply_leds.c:25:23: note: byref variable will be forcibly initialized 25 | unsigned long delay_off = 0; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c:24:23: note: byref variable will be forcibly initialized 24 | unsigned long delay_on = 0; | ^~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c:23:36: note: byref variable will be forcibly initialized 23 | union power_supply_propval status; | ^~~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'qh_schedule': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:2552:25: note: byref variable will be forcibly initialized 2552 | __le32 c_mask; | ^~~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'intr_submit': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:2618:33: 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:26: note: byref variable will be forcibly initialized 3237 | struct list_head qtd_list; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:10: /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_beep': /kisskb/src/drivers/hwmon/w83795.c:730:23: note: byref variable will be forcibly initialized 730 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_in': /kisskb/src/drivers/hwmon/w83795.c:1518:23: 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:23: note: byref variable will be forcibly initialized 1301 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_sf4_pwm': /kisskb/src/drivers/hwmon/w83795.c:1265:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: note: byref variable will be forcibly initialized 801 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_dts_ext': /kisskb/src/drivers/hwmon/w83795.c:1402:14: 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:14: note: byref variable will be forcibly initialized 1341 | long tmp; | ^~~ /kisskb/src/drivers/watchdog/of_xilinx_wdt.c: In function 'xwdt_probe': /kisskb/src/drivers/watchdog/of_xilinx_wdt.c:166:24: note: byref variable will be forcibly initialized 166 | u32 pfreq = 0, enable_once = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/watchdog/of_xilinx_wdt.c:166:13: note: byref variable will be forcibly initialized 166 | u32 pfreq = 0, enable_once = 0; | ^~~~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_pwm_mode': /kisskb/src/drivers/hwmon/w83792d.c:698:23: note: byref variable will be forcibly initialized 698 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83792d.c:621:23: note: byref variable will be forcibly initialized 621 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_fan_div': /kisskb/src/drivers/hwmon/w83792d.c:456:23: note: byref variable will be forcibly initialized 456 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/w83792d.c:412:23: note: byref variable will be forcibly initialized 412 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_sf2_level': /kisskb/src/drivers/hwmon/w83792d.c:897:23: note: byref variable will be forcibly initialized 897 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_sf2_point': /kisskb/src/drivers/hwmon/w83792d.c:855:23: note: byref variable will be forcibly initialized 855 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_thermal_cruise': /kisskb/src/drivers/hwmon/w83792d.c:769:23: note: byref variable will be forcibly initialized 769 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_tolerance': /kisskb/src/drivers/hwmon/w83792d.c:809:23: note: byref variable will be forcibly initialized 809 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'intrusion0_alarm_store': /kisskb/src/drivers/hwmon/w83792d.c:734:23: note: byref variable will be forcibly initialized 734 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_pwmenable': /kisskb/src/drivers/hwmon/w83792d.c:647:23: note: byref variable will be forcibly initialized 647 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_in_min': /kisskb/src/drivers/hwmon/w83792d.c:374:23: note: byref variable will be forcibly initialized 374 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83792d.c:386:1: note: in expansion of macro 'store_in_reg' 386 | store_in_reg(MIN, min); | ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_in_max': /kisskb/src/drivers/hwmon/w83792d.c:374:23: note: byref variable will be forcibly initialized 374 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83792d.c:387:1: note: in expansion of macro 'store_in_reg' 387 | store_in_reg(MAX, max); | ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_temp23': /kisskb/src/drivers/hwmon/w83792d.c:543:14: note: byref variable will be forcibly initialized 543 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83792d.c: In function 'store_temp1': /kisskb/src/drivers/hwmon/w83792d.c:503:14: note: byref variable will be forcibly initialized 503 | long val; | ^~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_disconnectsignal_compat': /kisskb/src/drivers/usb/core/devio.c:2156:44: note: byref variable will be forcibly initialized 2156 | struct usbdevfs_disconnectsignal32 ds; | ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'get_urb32': /kisskb/src/drivers/usb/core/devio.c:2168:31: note: byref variable will be forcibly initialized 2168 | struct usbdevfs_urb32 urb32; | ^~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_disconnectsignal': /kisskb/src/drivers/usb/core/devio.c:2275:42: note: byref variable will be forcibly initialized 2275 | struct usbdevfs_disconnectsignal ds; | ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_drop_privileges': /kisskb/src/drivers/usb/core/devio.c:2527:13: note: byref variable will be forcibly initialized 2527 | u32 data; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'destroy_async_on_interface': /kisskb/src/drivers/usb/core/devio.c:678:34: note: byref variable will be forcibly initialized 678 | struct list_head *p, *q, hitlist; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-mxc.c: In function 'mxc_rtc_probe': /kisskb/src/drivers/rtc/rtc-mxc.c:327:33: note: byref variable will be forcibly initialized 327 | struct rtc_time tm; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/i2c.h:146, from /kisskb/src/drivers/i2c/i2c-core-base.c:47: /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_write': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' 25 | TRACE_EVENT_FN(i2c_write, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_getdriver': /kisskb/src/drivers/usb/core/devio.c:1427:35: note: byref variable will be forcibly initialized 1427 | struct usbdevfs_getdriver gd; | ^~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' 58 | TRACE_EVENT_FN(i2c_read, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_reply': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' 89 | TRACE_EVENT_FN(i2c_reply, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_result': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' 122 | TRACE_EVENT_FN(i2c_result, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/drivers/usb/core/devio.c:24: /kisskb/src/drivers/usb/core/devio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_connectinfo': /kisskb/src/drivers/usb/core/devio.c:1446:37: note: byref variable will be forcibly initialized 1446 | struct usbdevfs_connectinfo ci; | ^~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, 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:1130:36: note: byref variable will be forcibly initialized 1130 | DECLARE_COMPLETION_ONSTACK(ctx); | ^~~ /kisskb/src/include/linux/completion.h:69:27: 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 'usbdev_read': /kisskb/src/drivers/usb/core/devio.c:323:46: note: byref variable will be forcibly initialized 323 | struct usb_device_descriptor temp_desc; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_conninfo_ex': /kisskb/src/drivers/usb/core/devio.c:1460:37: note: byref variable will be forcibly initialized 1460 | struct usbdevfs_conninfo_ex ci; | ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'usbdev_mmap': /kisskb/src/drivers/usb/core/devio.c:237:20: note: byref variable will be forcibly initialized 237 | dma_addr_t dma_handle; | ^~~~~~~~~~ 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c:2574:15: note: in expansion of macro 'wait_event_interruptible' 2574 | ret = wait_event_interruptible(ps->wait_for_resume, | ^~~~~~~~~~~~~~~~~~~~~~~~ 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_default_probe': /kisskb/src/drivers/i2c/i2c-core-base.c:2260:30: note: byref variable will be forcibly initialized 2260 | union i2c_smbus_data dummy; | ^~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_alloc_streams': /kisskb/src/drivers/usb/core/devio.c:2490:31: note: byref variable will be forcibly initialized 2490 | struct usb_interface *intf; | ^~~~ /kisskb/src/drivers/usb/core/devio.c:2489:36: note: byref variable will be forcibly initialized 2489 | struct usb_host_endpoint **eps; | ^~~ /kisskb/src/drivers/usb/core/devio.c:2488:31: note: byref variable will be forcibly initialized 2488 | unsigned num_streams, num_eps; | ^~~~~~~ /kisskb/src/drivers/usb/core/devio.c:2488:18: note: byref variable will be forcibly initialized 2488 | unsigned num_streams, num_eps; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_free_streams': /kisskb/src/drivers/usb/core/devio.c:2510:31: note: byref variable will be forcibly initialized 2510 | struct usb_interface *intf; | ^~~~ /kisskb/src/drivers/usb/core/devio.c:2509:36: note: byref variable will be forcibly initialized 2509 | struct usb_host_endpoint **eps; | ^~~ /kisskb/src/drivers/usb/core/devio.c:2508:18: note: byref variable will be forcibly initialized 2508 | unsigned num_eps; | ^~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'do_proc_bulk': /kisskb/src/drivers/usb/core/devio.c:1275:33: note: byref variable will be forcibly initialized 1275 | unsigned int tmo, len1, len2, pipe; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_bulk': /kisskb/src/drivers/usb/core/devio.c:1363:38: note: byref variable will be forcibly initialized 1363 | struct usbdevfs_bulktransfer bulk; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_bulk_compat': /kisskb/src/drivers/usb/core/devio.c:2142:38: note: byref variable will be forcibly initialized 2142 | struct usbdevfs_bulktransfer bulk; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_setintf': /kisskb/src/drivers/usb/core/devio.c:1519:38: note: byref variable will be forcibly initialized 1519 | struct usbdevfs_setinterface setintf; | ^~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'do_proc_control': /kisskb/src/drivers/usb/core/devio.c:1163:31: note: byref variable will be forcibly initialized 1163 | unsigned int wLength, actlen; | ^~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_control': /kisskb/src/drivers/usb/core/devio.c:1264:38: note: byref variable will be forcibly initialized 1264 | struct usbdevfs_ctrltransfer ctrl; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_control_compat': /kisskb/src/drivers/usb/core/devio.c:2129:38: note: byref variable will be forcibly initialized 2129 | struct usbdevfs_ctrltransfer ctrl; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/lib/stackdepot.c: In function 'init_stack_slab': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:103:17: note: in expansion of macro 'smp_store_release' 103 | smp_store_release(&next_slab_inited, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:88:13: note: in expansion of macro 'smp_load_acquire' 88 | if (smp_load_acquire(&next_slab_inited)) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:620:18: note: userspace variable will be forcibly initialized 620 | sigval_t addr; | ^~~~ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/lib/stackdepot.c:25: /kisskb/src/lib/stackdepot.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/lib/stackdepot.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/lib/stackdepot.c:25: /kisskb/src/lib/stackdepot.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/lib/stackdepot.c: In function 'depot_alloc_stack': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:130:25: note: in expansion of macro 'smp_store_release' 130 | smp_store_release(&next_slab_inited, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_submiturb': /kisskb/src/drivers/usb/core/devio.c:1983:18: note: byref variable will be forcibly initialized 1983 | sigval_t userurb_sigval; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c:1982:29: note: byref variable will be forcibly initialized 1982 | struct usbdevfs_urb uurb; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_submiturb_compat': /kisskb/src/drivers/usb/core/devio.c:2189:18: note: byref variable will be forcibly initialized 2189 | sigval_t userurb_sigval; | ^~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c: In function 'stack_depot_snprint': /kisskb/src/lib/stackdepot.c:317:24: note: byref variable will be forcibly initialized 317 | unsigned long *entries; | ^~~~~~~ /kisskb/src/drivers/usb/core/devio.c:2188:29: note: byref variable will be forcibly initialized 2188 | struct usbdevfs_urb uurb; | ^~~~ /kisskb/src/lib/stackdepot.c: In function 'stack_depot_print': /kisskb/src/lib/stackdepot.c:335:24: note: byref variable will be forcibly initialized 335 | unsigned long *entries; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/lib/stackdepot.c: In function '__stack_depot_save': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:474:25: note: in expansion of macro 'smp_store_release' 474 | smp_store_release(bucket, new); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/export.h:33, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/preempt.h:10, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/linux/compiler.h:78:45: note: in definition of macro 'unlikely' 78 | # define unlikely(x) __builtin_expect(!!(x), 0) | ^ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:448:36: note: in expansion of macro 'smp_load_acquire' 448 | if (unlikely(can_alloc && !smp_load_acquire(&next_slab_inited))) { | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/lib/stackdepot.c:22: /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:435:28: note: in expansion of macro 'smp_load_acquire' 435 | found = find_stack(smp_load_acquire(bucket), entries, | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/stackdepot.c:410:15: note: byref variable will be forcibly initialized 410 | void *prealloc = NULL; | ^~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_ioctl_compat': /kisskb/src/drivers/usb/core/devio.c:2398:31: note: byref variable will be forcibly initialized 2398 | struct usbdevfs_ioctl ctrl; | ^~~~ /kisskb/src/drivers/usb/core/devio.c:2397:33: note: byref variable will be forcibly initialized 2397 | struct usbdevfs_ioctl32 ioc32; | ^~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_ioctl_default': /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'new_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1176:22: note: byref variable will be forcibly initialized 1176 | char *blank, end; | ^~~ /kisskb/src/drivers/usb/core/devio.c:2387:33: note: byref variable will be forcibly initialized 2387 | struct usbdevfs_ioctl ctrl; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c:1174:31: note: byref variable will be forcibly initialized 1174 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_disconnect_claim': /kisskb/src/drivers/usb/core/devio.c:2453:42: note: byref variable will be forcibly initialized 2453 | struct usbdevfs_disconnect_claim dc; | ^~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_detect_address': /kisskb/src/drivers/i2c/i2c-core-base.c:2288:31: note: byref variable will be forcibly initialized 2288 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_new_ancillary_device': /kisskb/src/drivers/i2c/i2c-core-base.c:1121:13: note: byref variable will be forcibly initialized 1121 | u32 addr = default_addr; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'delete_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1244:14: note: byref variable will be forcibly initialized 1244 | char end; | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c:1243:24: note: byref variable will be forcibly initialized 1243 | unsigned short addr; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_clients_command': /kisskb/src/drivers/i2c/i2c-core-base.c:1919:33: note: byref variable will be forcibly initialized 1919 | struct i2c_cmd_arg cmd_arg; | ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_transfer_buffer_flags': /kisskb/src/drivers/i2c/i2c-core-base.c:2191:24: note: byref variable will be forcibly initialized 2191 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_get_device_id': /kisskb/src/drivers/i2c/i2c-core-base.c:2219:30: note: byref variable will be forcibly initialized 2219 | union i2c_smbus_data raw_id; | ^~~~~~ /kisskb/src/drivers/power/supply/ip5xxx_power.c: In function 'ip5xxx_battery_get_voltage_max': /kisskb/src/drivers/power/supply/ip5xxx_power.c:265:22: note: byref variable will be forcibly initialized 265 | unsigned int rval; | ^~~~ /kisskb/src/drivers/power/supply/ip5xxx_power.c: In function 'ip5xxx_battery_get_status': /kisskb/src/drivers/power/supply/ip5xxx_power.c:186:22: note: byref variable will be forcibly initialized 186 | unsigned int rval; | ^~~~ /kisskb/src/drivers/power/supply/ip5xxx_power.c: In function 'ip5xxx_battery_get_charge_type': /kisskb/src/drivers/power/supply/ip5xxx_power.c:218:22: note: byref variable will be forcibly initialized 218 | unsigned int rval; | ^~~~ /kisskb/src/drivers/power/supply/ip5xxx_power.c: In function 'ip5xxx_battery_get_health': /kisskb/src/drivers/power/supply/ip5xxx_power.c:248:22: note: byref variable will be forcibly initialized 248 | unsigned int rval; | ^~~~ /kisskb/src/drivers/power/supply/ip5xxx_power.c: In function 'ip5xxx_battery_read_adc': /kisskb/src/drivers/power/supply/ip5xxx_power.c:296:26: note: byref variable will be forcibly initialized 296 | unsigned int hi, lo; | ^~ /kisskb/src/drivers/power/supply/ip5xxx_power.c:296:22: note: byref variable will be forcibly initialized 296 | unsigned int hi, lo; | ^~ /kisskb/src/drivers/power/supply/ip5xxx_power.c: In function 'ip5xxx_boost_get_property': /kisskb/src/drivers/power/supply/ip5xxx_power.c:509:22: note: byref variable will be forcibly initialized 509 | unsigned int rval; | ^~~~ /kisskb/src/drivers/power/supply/ip5xxx_power.c: In function 'ip5xxx_battery_set_property': /kisskb/src/drivers/power/supply/ip5xxx_power.c:436:18: note: byref variable will be forcibly initialized 436 | int ret, vmax; | ^~~~ /kisskb/src/drivers/power/supply/ip5xxx_power.c: In function 'ip5xxx_battery_get_property': /kisskb/src/drivers/power/supply/ip5xxx_power.c:318:22: note: byref variable will be forcibly initialized 318 | unsigned int rval; | ^~~~ /kisskb/src/drivers/power/supply/ip5xxx_power.c:317:23: note: byref variable will be forcibly initialized 317 | int raw, ret, vmax; | ^~~~ /kisskb/src/drivers/power/supply/ip5xxx_power.c:317:13: note: byref variable will be forcibly initialized 317 | int raw, ret, vmax; | ^~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_round_rate': /kisskb/src/drivers/clk/clk-si570.c:249:26: note: byref variable will be forcibly initialized 249 | unsigned int n1, hs_div; | ^~~~~~ /kisskb/src/drivers/clk/clk-si570.c:249:22: note: byref variable will be forcibly initialized 249 | unsigned int n1, hs_div; | ^~ /kisskb/src/drivers/clk/clk-si570.c:248:13: note: byref variable will be forcibly initialized 248 | u64 rfreq; | ^~~~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_get_divs': /kisskb/src/drivers/clk/clk-si570.c:98:12: 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:26: note: byref variable will be forcibly initialized 229 | unsigned int n1, hs_div; | ^~~~~~ /kisskb/src/drivers/clk/clk-si570.c:229:22: note: byref variable will be forcibly initialized 229 | unsigned int n1, hs_div; | ^~ /kisskb/src/drivers/clk/clk-si570.c:228:13: note: byref variable will be forcibly initialized 228 | u64 rfreq, rate; | ^~~~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_update_rfreq': /kisskb/src/drivers/clk/clk-si570.c:165:12: note: byref variable will be forcibly initialized 165 | u8 reg[5]; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/quirks.c: In function 'quirks_param_set': /kisskb/src/drivers/usb/core/quirks.c:31:18: note: byref variable will be forcibly initialized 31 | u16 vid, pid; | ^~~ /kisskb/src/drivers/usb/core/quirks.c:31:13: note: byref variable will be forcibly initialized 31 | u16 vid, pid; | ^~~ /kisskb/src/drivers/usb/core/quirks.c:30:21: note: byref variable will be forcibly initialized 30 | char *val, *p, *field; | ^ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_probe': /kisskb/src/drivers/clk/clk-si570.c:415:41: note: byref variable will be forcibly initialized 415 | u32 initial_fout, factory_fout, stability; | ^~~~~~~~~ /kisskb/src/drivers/clk/clk-si570.c:415:27: note: byref variable will be forcibly initialized 415 | u32 initial_fout, factory_fout, stability; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si570.c:415:13: note: byref variable will be forcibly initialized 415 | u32 initial_fout, factory_fout, stability; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si570.c:413:30: note: byref variable will be forcibly initialized 413 | struct clk_init_data init; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/gpu/drm/mediatek/mtk_dpi.c:9: /kisskb/src/drivers/gpu/drm/mediatek/mtk_dpi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_dpi.c: In function 'mtk_dpi_set_display_mode': /kisskb/src/drivers/gpu/drm/mediatek/mtk_dpi.c:508:35: note: byref variable will be forcibly initialized 508 | struct mtk_dpi_sync_param hsync; | ^~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_dpi.c:507:35: note: byref variable will be forcibly initialized 507 | struct mtk_dpi_polarities dpi_pol; | ^~~~~~~ /kisskb/src/drivers/usb/class/usblp.c: In function 'usblp_ioctl': /kisskb/src/drivers/usb/class/usblp.c:525:13: note: byref variable will be forcibly initialized 525 | int twoints[2]; | ^~~~~~~ /kisskb/src/drivers/usb/class/usblp.c:524:13: note: byref variable will be forcibly initialized 524 | int status; | ^~~~~~ /kisskb/src/drivers/usb/class/usblp.c:523:23: note: byref variable will be forcibly initialized 523 | unsigned char newChannel; | ^~~~~~~~~~ /kisskb/src/drivers/usb/class/usblp.c: In function 'usblp_select_alts': /kisskb/src/drivers/usb/class/usblp.c:1266:51: note: byref variable will be forcibly initialized 1266 | struct usb_endpoint_descriptor *epwrite, *epread; | ^~~~~~ /kisskb/src/drivers/usb/class/usblp.c:1266:41: note: byref variable will be forcibly initialized 1266 | struct usb_endpoint_descriptor *epwrite, *epread; | ^~~~~~~ In file included from /kisskb/src/drivers/i2c/busses/i2c-tegra.c:13: /kisskb/src/drivers/i2c/busses/i2c-tegra.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:964:28: note: byref variable will be forcibly initialized 964 | struct scatterlist sg; | ^~ /kisskb/src/drivers/i2c/busses/i2c-tegra.c: In function 'tegra_i2c_fill_tx_fifo': /kisskb/src/drivers/i2c/busses/i2c-tegra.c:802:13: note: byref variable will be forcibly initialized 802 | u32 val; | ^~~ /kisskb/src/drivers/usb/dwc2/gadget.c: In function 'dwc2_gadget_fill_nonisoc_xfer_ddma_one': /kisskb/src/drivers/usb/dwc2/gadget.c:812:13: note: byref variable will be forcibly initialized 812 | u32 mask = 0; | ^~~~ /kisskb/src/drivers/usb/dwc2/gadget.c: In function 'dwc2_gadget_fill_isoc_desc': /kisskb/src/drivers/usb/dwc2/gadget.c:916:13: note: byref variable will be forcibly initialized 916 | u32 mask = 0; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-tegra.c: In function 'tegra_i2c_empty_rx_fifo': /kisskb/src/drivers/i2c/busses/i2c-tegra.c:742:13: note: byref variable will be forcibly initialized 742 | u32 val; | ^~~ /kisskb/src/drivers/usb/dwc2/gadget.c: In function 'dwc2_gadget_config_nonisoc_xfer_ddma': /kisskb/src/drivers/usb/dwc2/gadget.c:873:31: note: byref variable will be forcibly initialized 873 | struct dwc2_dma_desc *desc = hs_ep->desc_list; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-tegra.c: In function 'tegra_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-tegra.c:1744:26: note: byref variable will be forcibly initialized 1744 | struct resource *res; | ^~~ /kisskb/src/drivers/usb/dwc2/gadget.c: In function 'dwc2_hsotg_ep_queue': /kisskb/src/drivers/usb/dwc2/gadget.c:1412:13: note: byref variable will be forcibly initialized 1412 | u32 mask = 0; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-synquacer.c: In function 'synquacer_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-synquacer.c:538:13: note: byref variable will be forcibly initialized 538 | u32 bus_speed; | ^~~~~~~~~ /kisskb/src/drivers/usb/dwc2/gadget.c: In function 'dwc2_hsotg_process_req_status': /kisskb/src/drivers/usb/dwc2/gadget.c:1672:16: note: byref variable will be forcibly initialized 1672 | __le16 reply; | ^~~~~ /kisskb/src/drivers/regulator/lp8788-buck.c: In function 'lp8788_buck_get_mode': /kisskb/src/drivers/regulator/lp8788-buck.c:330:12: note: byref variable will be forcibly initialized 330 | u8 val; | ^~~ /kisskb/src/drivers/regulator/lp8788-buck.c: In function 'lp8788_buck_enable_time': /kisskb/src/drivers/regulator/lp8788-buck.c:295:12: note: byref variable will be forcibly initialized 295 | u8 val, addr = LP8788_BUCK1_TIMESTEP + id; | ^~~ /kisskb/src/drivers/regulator/lp8788-buck.c: In function 'lp8788_get_buck_dvs_ctrl_mode': /kisskb/src/drivers/regulator/lp8788-buck.c:166:12: note: byref variable will be forcibly initialized 166 | u8 val, mask; | ^~~ /kisskb/src/drivers/regulator/lp8788-buck.c: In function 'lp8788_select_buck_vout_addr': /kisskb/src/drivers/regulator/lp8788-buck.c:207:12: note: byref variable will be forcibly initialized 207 | u8 val, idx, addr; | ^~~ /kisskb/src/drivers/regulator/lp8788-buck.c: In function 'lp8788_buck12_get_voltage_sel': /kisskb/src/drivers/regulator/lp8788-buck.c:278:12: note: byref variable will be forcibly initialized 278 | u8 val, addr; | ^~~ /kisskb/src/drivers/watchdog/da9063_wdt.c: In function 'da9063_wdt_read_timeout': /kisskb/src/drivers/watchdog/da9063_wdt.c:58:22: note: byref variable will be forcibly initialized 58 | unsigned int val; | ^~~ /kisskb/src/drivers/usb/core/devices.c: In function 'usb_device_read': /kisskb/src/drivers/usb/core/devices.c:516:13: note: byref variable will be forcibly initialized 516 | int id; | ^~ /kisskb/src/drivers/usb/core/devices.c:515:16: note: byref variable will be forcibly initialized 515 | loff_t skip_bytes = *ppos; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_conn.c: In function 'connector_get_modes': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_conn.c:67:26: note: byref variable will be forcibly initialized 67 | struct videomode videomode; | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_conn.c:12: /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_conn.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:543:13: note: byref variable will be forcibly initialized 543 | int idx; | ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83791d.c:724:23: note: byref variable will be forcibly initialized 724 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_beep': /kisskb/src/drivers/hwmon/w83791d.c:448:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:14: 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:14: 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:14: 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:14: 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:14: note: byref variable will be forcibly initialized 934 | long val; | ^~~ /kisskb/src/drivers/rtc/rtc-optee.c: In function 'optee_rtc_settime': /kisskb/src/drivers/rtc/rtc-optee.c:100:31: note: byref variable will be forcibly initialized 100 | struct optee_rtc_time optee_tm; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-optee.c: In function 'optee_rtc_probe': /kisskb/src/drivers/rtc/rtc-optee.c:244:43: note: byref variable will be forcibly initialized 244 | struct tee_ioctl_open_session_arg sess_arg; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_drv.c: In function 'v3d_open': /kisskb/src/drivers/gpu/drm/v3d/v3d_drv.c:106:35: note: byref variable will be forcibly initialized 106 | struct drm_gpu_scheduler *sched; | ^~~~~ /kisskb/src/drivers/watchdog/pcwd_usb.c: In function 'usb_pcwd_get_temperature': /kisskb/src/drivers/watchdog/pcwd_usb.c:328:28: note: byref variable will be forcibly initialized 328 | unsigned char msb, lsb; | ^~~ /kisskb/src/drivers/watchdog/pcwd_usb.c:328:23: note: byref variable will be forcibly initialized 328 | unsigned char msb, lsb; | ^~~ /kisskb/src/drivers/watchdog/pcwd_usb.c: In function 'usb_pcwd_temperature_read': /kisskb/src/drivers/watchdog/pcwd_usb.c:510:13: note: byref variable will be forcibly initialized 510 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/watchdog/pcwd_usb.c: In function 'usb_pcwd_keepalive': /kisskb/src/drivers/watchdog/pcwd_usb.c:302:23: note: byref variable will be forcibly initialized 302 | unsigned char dummy; | ^~~~~ /kisskb/src/drivers/watchdog/pcwd_usb.c: In function 'usb_pcwd_start': /kisskb/src/drivers/watchdog/pcwd_usb.c:267:23: note: byref variable will be forcibly initialized 267 | unsigned char lsb = 0x00; | ^~~ /kisskb/src/drivers/watchdog/pcwd_usb.c:266:23: note: byref variable will be forcibly initialized 266 | unsigned char msb = 0x00; | ^~~ /kisskb/src/drivers/watchdog/pcwd_usb.c: In function 'usb_pcwd_set_heartbeat': /kisskb/src/drivers/watchdog/pcwd_usb.c:313:23: note: byref variable will be forcibly initialized 313 | unsigned char lsb = t % 256; | ^~~ /kisskb/src/drivers/watchdog/pcwd_usb.c:312:23: note: byref variable will be forcibly initialized 312 | unsigned char msb = t / 256; | ^~~ /kisskb/src/drivers/watchdog/pcwd_usb.c: In function 'usb_pcwd_get_timeleft': /kisskb/src/drivers/watchdog/pcwd_usb.c:344:28: note: byref variable will be forcibly initialized 344 | unsigned char msb, lsb; | ^~~ /kisskb/src/drivers/watchdog/pcwd_usb.c:344:23: note: byref variable will be forcibly initialized 344 | unsigned char msb, lsb; | ^~~ /kisskb/src/drivers/watchdog/pcwd_usb.c: In function 'usb_pcwd_stop': /kisskb/src/drivers/watchdog/pcwd_usb.c:285:23: note: byref variable will be forcibly initialized 285 | unsigned char lsb = 0xC3; | ^~~ /kisskb/src/drivers/watchdog/pcwd_usb.c:284:23: note: byref variable will be forcibly initialized 284 | unsigned char msb = 0xA5; | ^~~ /kisskb/src/drivers/watchdog/pcwd_usb.c: In function 'usb_pcwd_ioctl': /kisskb/src/drivers/watchdog/pcwd_usb.c:462:21: note: byref variable will be forcibly initialized 462 | int time_left; | ^~~~~~~~~ /kisskb/src/drivers/watchdog/pcwd_usb.c:411:21: note: byref variable will be forcibly initialized 411 | int temperature; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/nand/ecc-sw-bch.c:11: /kisskb/src/drivers/mtd/nand/ecc-sw-bch.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/watchdog/pcwd_usb.c: In function 'usb_pcwd_probe': /kisskb/src/drivers/watchdog/pcwd_usb.c:611:40: note: byref variable will be forcibly initialized 611 | unsigned char option_switches, dummy; | ^~~~~ /kisskb/src/drivers/watchdog/pcwd_usb.c:611:23: note: byref variable will be forcibly initialized 611 | unsigned char option_switches, dummy; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/watchdog/pcwd_usb.c:610:14: note: byref variable will be forcibly initialized 610 | char fw_ver_str[20]; | ^~~~~~~~~~ /kisskb/src/drivers/watchdog/pcwd_usb.c:609:37: note: byref variable will be forcibly initialized 609 | unsigned char fw_rev_major, fw_rev_minor; | ^~~~~~~~~~~~ /kisskb/src/drivers/watchdog/pcwd_usb.c:609:23: note: byref variable will be forcibly initialized 609 | unsigned char fw_rev_major, fw_rev_minor; | ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/lp8755.c: In function 'lp8755_init_data': /kisskb/src/drivers/regulator/lp8755.c:193:22: note: byref variable will be forcibly initialized 193 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/regulator/lp8755.c: In function 'lp8755_buck_get_mode': /kisskb/src/drivers/regulator/lp8755.c:112:22: note: byref variable will be forcibly initialized 112 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/regulator/lp8755.c: In function 'lp8755_buck_enable_time': /kisskb/src/drivers/regulator/lp8755.c:55:22: note: byref variable will be forcibly initialized 55 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/regulator/lp8755.c: In function 'lp8755_int_config': /kisskb/src/drivers/regulator/lp8755.c:334:22: 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:29: note: byref variable will be forcibly initialized 276 | unsigned int flag0, flag1; | ^~~~~ /kisskb/src/drivers/regulator/lp8755.c:276:22: note: byref variable will be forcibly initialized 276 | unsigned int flag0, flag1; | ^~~~~ /kisskb/src/lib/ref_tracker.c: In function 'ref_tracker_alloc': /kisskb/src/lib/ref_tracker.c:71:23: note: byref variable will be forcibly initialized 71 | unsigned long entries[REF_TRACKER_STACK_ENTRIES]; | ^~~~~~~ /kisskb/src/lib/ref_tracker.c: In function 'ref_tracker_free': /kisskb/src/lib/ref_tracker.c:104:23: note: byref variable will be forcibly initialized 104 | unsigned long entries[REF_TRACKER_STACK_ENTRIES]; | ^~~~~~~ /kisskb/src/drivers/regulator/lp8788-ldo.c: In function 'lp8788_ldo_enable_time': /kisskb/src/drivers/regulator/lp8788-ldo.c:157:12: note: byref variable will be forcibly initialized 157 | u8 val, addr = LP8788_DLDO1_TIMESTEP + id; | ^~~ /kisskb/src/drivers/usb/c67x00/c67x00-ll-hpi.c: In function 'c67x00_ll_husb_sie_init': /kisskb/src/drivers/usb/c67x00/c67x00-ll-hpi.c:309:36: note: byref variable will be forcibly initialized 309 | struct c67x00_lcp_int_data data; | ^~~~ /kisskb/src/drivers/usb/c67x00/c67x00-ll-hpi.c: In function 'c67x00_ll_husb_reset': /kisskb/src/drivers/usb/c67x00/c67x00-ll-hpi.c:319:36: note: byref variable will be forcibly initialized 319 | struct c67x00_lcp_int_data data; | ^~~~ /kisskb/src/drivers/power/supply/max8925_power.c: In function 'start_measure': /kisskb/src/drivers/power/supply/max8925_power.c:161:23: note: byref variable will be forcibly initialized 161 | unsigned char buf[2] = {0, 0}; | ^~~ /kisskb/src/drivers/power/supply/max8925_power.c: In function 'max8925_power_dt_init': /kisskb/src/drivers/power/supply/max8925_power.c:462:13: note: byref variable will be forcibly initialized 462 | int no_insert_detect; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/max8925_power.c:461:13: note: byref variable will be forcibly initialized 461 | int no_temp_support; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/max8925_power.c:460:13: note: byref variable will be forcibly initialized 460 | int fast_charge; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/max8925_power.c:459:13: note: byref variable will be forcibly initialized 459 | int topoff_threshold; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/max8925_power.c:458:13: note: byref variable will be forcibly initialized 458 | int batt_detect; | ^~~~~~~~~~~ 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/drivers/gpu/drm/panel/panel-innolux-p079zca.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/aat2870-core.c: In function 'aat2870_reg_write_file': /kisskb/src/drivers/mfd/aat2870-core.c:279:29: note: byref variable will be forcibly initialized 279 | unsigned long addr, val; | ^~~ /kisskb/src/drivers/mfd/aat2870-core.c:279:23: note: byref variable will be forcibly initialized 279 | unsigned long addr, val; | ^~~~ /kisskb/src/drivers/mfd/aat2870-core.c:276:14: note: byref variable will be forcibly initialized 276 | char buf[32]; | ^~~ /kisskb/src/drivers/mfd/aat2870-core.c: In function 'aat2870_dump_reg': /kisskb/src/drivers/mfd/aat2870-core.c:218:18: note: byref variable will be forcibly initialized 218 | u8 addr, val; | ^~~ /kisskb/src/drivers/mfd/aat2870-core.c: In function '__aat2870_write': /kisskb/src/drivers/mfd/aat2870-core.c:125:12: 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:12: note: byref variable will be forcibly initialized 179 | u8 old_val, new_val; | ^~~~~~~ /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:22: note: byref variable will be forcibly initialized 269 | unsigned int value; | ^~~~~ /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:12: note: byref variable will be forcibly initialized 808 | u8 value; | ^~~~~ /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:12: note: byref variable will be forcibly initialized 773 | u8 buffer[HDMI_INFOFRAME_HEADER_SIZE + HDMI_AVI_INFOFRAME_SIZE]; | ^~~~~~ /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:19: note: byref variable will be forcibly initialized 606 | u8 dp_bw, dpcd[2]; | ^~~~ /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: In function 'anx78xx_handle_hdmi_int_1': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:1106:22: note: byref variable will be forcibly initialized 1106 | unsigned int value; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_bridge_mode_set': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:985:35: note: byref variable will be forcibly initialized 985 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_i2c_probe': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:1222:35: 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:30: 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:25: note: byref variable will be forcibly initialized 1222 | unsigned int i, idl, idh, version; | ^~~ /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:22: note: byref variable will be forcibly initialized 1148 | unsigned int irq; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, 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_write': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:415:21: note: in expansion of macro 'wait_event_interruptible' 415 | r = wait_event_interruptible(desc->wait, !test_bit(WDM_IN_USE, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-nct3018y.c: In function 'nct3018y_irq': /kisskb/src/drivers/rtc/rtc-nct3018y.c:124:23: note: byref variable will be forcibly initialized 124 | unsigned char alarm_enable; | ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-nct3018y.c:123:23: note: byref variable will be forcibly initialized 123 | unsigned char alarm_flag; | ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-nct3018y.c: In function 'nct3018y_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-nct3018y.c:221:23: note: byref variable will be forcibly initialized 221 | unsigned char buf[5]; | ^~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:552:30: note: in expansion of macro 'wait_event_interruptible' 552 | rv = wait_event_interruptible(desc->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-nct3018y.c: In function 'nct3018y_rtc_read_time': /kisskb/src/drivers/rtc/rtc-nct3018y.c:150:23: note: byref variable will be forcibly initialized 150 | unsigned char buf[10]; | ^~~ /kisskb/src/drivers/rtc/rtc-nct3018y.c: In function 'nct3018y_rtc_set_time': /kisskb/src/drivers/rtc/rtc-nct3018y.c:180:23: note: byref variable will be forcibly initialized 180 | unsigned char buf[4] = {0}; | ^~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_wait_for_response': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:637:14: note: in expansion of macro 'wait_event_interruptible_timeout' 637 | rv = wait_event_interruptible_timeout(desc->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-nct3018y.c: In function 'nct3018y_clkout_register_clk': /kisskb/src/drivers/rtc/rtc-nct3018y.c:424:30: note: byref variable will be forcibly initialized 424 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_probe': /kisskb/src/drivers/usb/class/cdc-wdm.c:1146:38: note: byref variable will be forcibly initialized 1146 | struct usb_cdc_parsed_header hdr; | ^~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_read_regs': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:102:12: note: byref variable will be forcibly initialized 102 | u8 reg_start = reg; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_read_charge_register': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:185:12: note: byref variable will be forcibly initialized 185 | u8 datar[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_get_voltage': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:282:12: note: byref variable will be forcibly initialized 282 | u8 datar[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_get_current': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:312:12: note: byref variable will be forcibly initialized 312 | u8 datar[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_get_temperature': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:334:12: note: byref variable will be forcibly initialized 334 | u8 datar[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_i2c_shutdown': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:557:12: note: byref variable will be forcibly initialized 557 | u8 control; | ^~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:556:12: note: byref variable will be forcibly initialized 556 | u8 value; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_set_charge_thr': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:251:12: note: byref variable will be forcibly initialized 251 | u8 dataw[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_set_charge_now': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:211:12: note: byref variable will be forcibly initialized 211 | u8 ctrl_reg; | ^~~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:210:12: note: byref variable will be forcibly initialized 210 | u8 dataw[2]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_reset': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:149:12: note: byref variable will be forcibly initialized 149 | u8 control; | ^~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:148:12: note: byref variable will be forcibly initialized 148 | u8 value; | ^~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c: In function 'ltc294x_i2c_probe': /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:451:12: note: byref variable will be forcibly initialized 451 | u8 status; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:450:13: note: byref variable will be forcibly initialized 450 | s32 r_sense; | ^~~~~~~ /kisskb/src/drivers/power/supply/ltc2941-battery-gauge.c:449:13: note: byref variable will be forcibly initialized 449 | u32 prescaler_exp; | ^~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-renesas-pcie.c: In function 'rs9_get_common_config': /kisskb/src/drivers/clk/clk-renesas-pcie.c:141:27: note: byref variable will be forcibly initialized 141 | unsigned int amp, ssc; | ^~~ /kisskb/src/drivers/clk/clk-renesas-pcie.c:141:22: note: byref variable will be forcibly initialized 141 | unsigned int amp, ssc; | ^~~ /kisskb/src/drivers/clk/clk-renesas-pcie.c: In function 'rs9_get_output_config': /kisskb/src/drivers/clk/clk-renesas-pcie.c:108:13: note: byref variable will be forcibly initialized 108 | u32 sr; | ^~ /kisskb/src/drivers/clk/clk-renesas-pcie.c:105:23: note: byref variable will be forcibly initialized 105 | unsigned char name[5] = "DIF0"; | ^~~~ /kisskb/src/drivers/clk/clk-renesas-pcie.c: In function 'rs9_probe': /kisskb/src/drivers/clk/clk-renesas-pcie.c:218:23: note: byref variable will be forcibly initialized 218 | unsigned char name[5] = "DIF0"; | ^~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-pcf2127.c:378:22: note: byref variable will be forcibly initialized 378 | unsigned int ctrl2; | ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c:377:12: note: byref variable will be forcibly initialized 377 | u8 buf[5]; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_rtc_read_time': /kisskb/src/drivers/rtc/rtc-pcf2127.c:120:23: note: byref variable will be forcibly initialized 120 | unsigned char buf[10]; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_rtc_ts_read': /kisskb/src/drivers/rtc/rtc-pcf2127.c:457:23: note: byref variable will be forcibly initialized 457 | unsigned char data[25]; | ^~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c:455:25: note: byref variable will be forcibly initialized 455 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_nvmem_write': /kisskb/src/drivers/rtc/rtc-pcf2127.c:263:23: note: byref variable will be forcibly initialized 263 | unsigned char offsetbuf[] = { offset >> 8, offset }; | ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_nvmem_read': /kisskb/src/drivers/rtc/rtc-pcf2127.c:247:23: note: byref variable will be forcibly initialized 247 | unsigned char offsetbuf[] = { offset >> 8, offset }; | ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pcf2127.c:179:23: note: byref variable will be forcibly initialized 179 | unsigned char buf[7]; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-pcf2127.c:422:17: note: byref variable will be forcibly initialized 422 | uint8_t buf[5]; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_rtc_ioctl': /kisskb/src/drivers/rtc/rtc-pcf2127.c:216:13: note: byref variable will be forcibly initialized 216 | int val, touser = 0; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_watchdog_init': /kisskb/src/drivers/rtc/rtc-pcf2127.c:344:13: note: byref variable will be forcibly initialized 344 | u32 wdd_timeout; | ^~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_probe': /kisskb/src/drivers/rtc/rtc-pcf2127.c:692:37: note: byref variable will be forcibly initialized 692 | struct nvmem_config nvmem_cfg = { | ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c:639:22: note: byref variable will be forcibly initialized 639 | unsigned int val; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'timestamp0_show': /kisskb/src/drivers/rtc/rtc-pcf2127.c:593:18: note: byref variable will be forcibly initialized 593 | time64_t ts; | ^~ /kisskb/src/drivers/rtc/rtc-pcf2127.c:591:29: note: byref variable will be forcibly initialized 591 | unsigned int ctrl1, ctrl2; | ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c:591:22: note: byref variable will be forcibly initialized 591 | unsigned int ctrl1, ctrl2; | ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c: In function 'pcf2127_rtc_irq': /kisskb/src/drivers/rtc/rtc-pcf2127.c:511:29: note: byref variable will be forcibly initialized 511 | unsigned int ctrl1, ctrl2; | ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf2127.c:511:22: note: byref variable will be forcibly initialized 511 | unsigned int ctrl1, ctrl2; | ^~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_clk_out_get_parent': /kisskb/src/drivers/clk/clk-versaclock5.c:658:22: note: byref variable will be forcibly initialized 658 | unsigned int src; | ^~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_pfd_recalc_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:336:30: note: byref variable will be forcibly initialized 336 | unsigned int prediv, div; | ^~~ /kisskb/src/drivers/clk/clk-versaclock5.c:336:22: 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:22: note: byref variable will be forcibly initialized 288 | unsigned int premul; | ^~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_mux_get_parent': /kisskb/src/drivers/clk/clk-versaclock5.c:232:22: note: byref variable will be forcibly initialized 232 | unsigned int src; | ^~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_fod_recalc_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:490:12: note: byref variable will be forcibly initialized 490 | u8 od_frc[4]; | ^~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c:489:12: 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:12: note: byref variable will be forcibly initialized 420 | u8 fb[5]; | ^~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_pll_set_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:464:12: note: byref variable will be forcibly initialized 464 | u8 fb[5]; | ^~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_update_mode': /kisskb/src/drivers/clk/clk-versaclock5.c:736:13: 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:13: 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:13: note: byref variable will be forcibly initialized 843 | u32 value; | ^~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_clk_out_prepare': /kisskb/src/drivers/clk/clk-versaclock5.c:585:22: note: byref variable will be forcibly initialized 585 | unsigned int src; | ^~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_fod_set_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:546:12: 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:13: 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:21: note: byref variable will be forcibly initialized 913 | const char *parent_names[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c:912:30: note: byref variable will be forcibly initialized 912 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-versaclock5.c:910:26: 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:22: note: byref variable will be forcibly initialized 910 | unsigned int oe, sd, src_mask = 0, src_val = 0; | ^~ /kisskb/src/drivers/regulator/max14577-regulator.c: In function 'max14577_reg_set_current_limit': /kisskb/src/drivers/regulator/max14577-regulator.c:60:12: note: byref variable will be forcibly initialized 60 | u8 reg_data; | ^~~~~~~~ In file included from /kisskb/src/drivers/regulator/max14577-regulator.c:12: /kisskb/src/drivers/regulator/max14577-regulator.c: In function 'max14577_read_reg': /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized 444 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/max14577-regulator.c: In function 'max14577_reg_get_current_limit': /kisskb/src/drivers/regulator/max14577-regulator.c:38:12: note: byref variable will be forcibly initialized 38 | u8 reg_data; | ^~~~~~~~ /kisskb/src/drivers/regulator/max14577-regulator.c: In function 'max14577_reg_is_enabled': /kisskb/src/drivers/regulator/max14577-regulator.c:19:12: note: byref variable will be forcibly initialized 19 | u8 reg_data; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:24: /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c: In function 'drm_sched_entity_flush': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:909:9: note: in expansion of macro '___wait_event' 909 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:931:25: note: in expansion of macro '__wait_event_killable' 931 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:175:17: note: in expansion of macro 'wait_event_killable' 175 | wait_event_killable(sched->job_scheduled, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:170:31: note: in expansion of macro 'wait_event_timeout' 170 | ret = wait_event_timeout( | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/ohci-hcd.c:24: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/lib/bootconfig.c: In function 'xbc_parse_array': /kisskb/src/lib/bootconfig.c:612:15: note: byref variable will be forcibly initialized 612 | char *next; | ^~~~ /kisskb/src/lib/bootconfig.c: In function 'xbc_parse_kv': /kisskb/src/lib/bootconfig.c:696:15: note: byref variable will be forcibly initialized 696 | char *next; | ^~~~ /kisskb/src/lib/bootconfig.c: In function 'xbc_parse_tree': /kisskb/src/lib/bootconfig.c:851:15: note: byref variable will be forcibly initialized 851 | char *p, *q; | ^ /kisskb/src/drivers/regulator/max8998.c: In function 'max8998_ldo_enable': /kisskb/src/drivers/regulator/max8998.c:108:18: note: byref variable will be forcibly initialized 108 | int reg, shift = 8, ret; | ^~~~~ /kisskb/src/drivers/regulator/max8998.c:108:13: note: byref variable will be forcibly initialized 108 | int reg, shift = 8, ret; | ^~~ /kisskb/src/drivers/regulator/max8998.c: In function 'max8998_ldo_disable': /kisskb/src/drivers/regulator/max8998.c:121:18: note: byref variable will be forcibly initialized 121 | int reg, shift = 8, ret; | ^~~~~ /kisskb/src/drivers/regulator/max8998.c:121:13: note: byref variable will be forcibly initialized 121 | int reg, shift = 8, ret; | ^~~ /kisskb/src/drivers/regulator/max8998.c: In function 'max8998_set_voltage_ldo_sel': /kisskb/src/drivers/regulator/max8998.c:219:29: note: byref variable will be forcibly initialized 219 | int reg, shift = 0, mask, ret; | ^~~~ /kisskb/src/drivers/regulator/max8998.c:219:18: note: byref variable will be forcibly initialized 219 | int reg, shift = 0, mask, ret; | ^~~~~ /kisskb/src/drivers/regulator/max8998.c:219:13: note: byref variable will be forcibly initialized 219 | int reg, shift = 0, mask, ret; | ^~~ /kisskb/src/drivers/regulator/max8998.c: In function 'max8998_get_current_limit': /kisskb/src/drivers/regulator/max8998.c:422:12: note: byref variable will be forcibly initialized 422 | u8 val; | ^~~ /kisskb/src/drivers/regulator/max8998.c: In function 'max8998_ldo_is_enabled': /kisskb/src/drivers/regulator/max8998.c:86:12: note: byref variable will be forcibly initialized 86 | u8 val; | ^~~ /kisskb/src/drivers/regulator/max8998.c:85:23: note: byref variable will be forcibly initialized 85 | int ret, reg, shift = 8; | ^~~~~ /kisskb/src/drivers/regulator/max8998.c:85:18: note: byref variable will be forcibly initialized 85 | int ret, reg, shift = 8; | ^~~ /kisskb/src/drivers/regulator/max8998.c: In function 'max8998_set_voltage_buck_time_sel': /kisskb/src/drivers/regulator/max8998.c:351:12: note: byref variable will be forcibly initialized 351 | u8 val = 0; | ^~~ /kisskb/src/drivers/regulator/max8998.c: In function 'max8998_get_voltage_sel': /kisskb/src/drivers/regulator/max8998.c:198:12: note: byref variable will be forcibly initialized 198 | u8 val; | ^~~ /kisskb/src/drivers/regulator/max8998.c:197:29: note: byref variable will be forcibly initialized 197 | int reg, shift = 0, mask, ret; | ^~~~ /kisskb/src/drivers/regulator/max8998.c:197:18: note: byref variable will be forcibly initialized 197 | int reg, shift = 0, mask, ret; | ^~~~~ /kisskb/src/drivers/regulator/max8998.c:197:13: note: byref variable will be forcibly initialized 197 | int reg, shift = 0, mask, ret; | ^~~ 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:34: note: byref variable will be forcibly initialized 588 | char *next; | ^~~~ /kisskb/src/drivers/usb/host/ohci-dbg.c:587:39: note: byref variable will be forcibly initialized 587 | unsigned temp, size; | ^~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/regulator/max8998.c:11: /kisskb/src/drivers/regulator/max8998.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/max8998.c: In function 'max8998_set_voltage_buck_sel': /kisskb/src/drivers/regulator/max8998.c:248:29: note: byref variable will be forcibly initialized 248 | int reg, shift = 0, mask, ret, j; | ^~~~ /kisskb/src/drivers/regulator/max8998.c:248:18: note: byref variable will be forcibly initialized 248 | int reg, shift = 0, mask, ret, j; | ^~~~~ /kisskb/src/drivers/regulator/max8998.c:248:13: note: byref variable will be forcibly initialized 248 | int reg, shift = 0, mask, ret, j; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/ohci-hcd.c:24: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/mfd/rc5t583.c:19: /kisskb/src/drivers/mfd/rc5t583.c: In function 'rc5t583_read': /kisskb/src/include/linux/mfd/rc5t583.h:335:22: note: byref variable will be forcibly initialized 335 | unsigned int ival; | ^~~~ /kisskb/src/drivers/mfd/rc5t583.c: In function '__rc5t583_set_ext_pwrreq1_control': /kisskb/src/drivers/mfd/rc5t583.c:75:17: note: byref variable will be forcibly initialized 75 | uint8_t sleepseq_val = 0; | ^~~~~~~~~~~~ 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:25: 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:25: note: byref variable will be forcibly initialized 92 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/watchdog/dw_wdt.c: In function 'dw_wdt_set_timeout': /kisskb/src/drivers/watchdog/dw_wdt.c:202:13: 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:461:19: note: byref variable will be forcibly initialized 461 | u32 data, of_tops[DW_WDT_NUM_TOPS]; | ^~~~~~~ /kisskb/src/drivers/usb/core/of.c: In function 'usb_of_get_device_node': /kisskb/src/drivers/usb/core/of.c:28:13: 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:13: note: byref variable will be forcibly initialized 95 | u32 reg[2]; | ^~~ /kisskb/src/drivers/hwmon/adm1029.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/adm1029.c:204:14: note: byref variable will be forcibly initialized 204 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/imx/imx-ldb-helper.c: In function 'ldb_init_helper': /kisskb/src/drivers/gpu/drm/bridge/imx/imx-ldb-helper.c:127:13: note: byref variable will be forcibly initialized 127 | u32 i; | ^ /kisskb/src/drivers/power/supply/da9030_battery.c: In function 'da9030_charger_update_state': /kisskb/src/drivers/power/supply/da9030_battery.c:207:17: note: byref variable will be forcibly initialized 207 | uint8_t val; | ^~~ /kisskb/src/drivers/power/supply/da9030_battery.c: In function 'da9030_battery_charger_init': /kisskb/src/drivers/power/supply/da9030_battery.c:451:14: note: byref variable will be forcibly initialized 451 | char v[5]; | ^ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c:12: /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c: In function 'evtchnl_alloc': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c:160:15: note: byref variable will be forcibly initialized 160 | void *page; | ^~~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c: In function 'evtchnl_free': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c:126:15: note: byref variable will be forcibly initialized 126 | void *page = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c: In function 'xen_drm_front_evtchnl_publish_all': /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_evtchnl.c:275:35: note: byref variable will be forcibly initialized 275 | struct xenbus_transaction xbt; | ^~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_delayed_work': /kisskb/src/drivers/power/supply/sbs-battery.c:1075:13: 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:12: 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_probe': /kisskb/src/drivers/power/supply/sbs-battery.c:1199:44: note: byref variable will be forcibly initialized 1199 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_get_property': /kisskb/src/drivers/power/supply/sbs-battery.c:1013:44: note: byref variable will be forcibly initialized 1013 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/usb/core/port.c: In function 'disable_show': /kisskb/src/drivers/usb/core/port.c:28:25: note: byref variable will be forcibly initialized 28 | u16 portstatus, unused; | ^~~~~~ /kisskb/src/drivers/usb/core/port.c:28:13: note: byref variable will be forcibly initialized 28 | u16 portstatus, unused; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/port.c: In function 'quirks_store': /kisskb/src/drivers/usb/core/port.c:157:13: note: byref variable will be forcibly initialized 157 | u32 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c: In function 'nt35510_set_brightness': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:653:12: note: byref variable will be forcibly initialized 653 | u8 brightness = bl->props.brightness; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c: In function 'nt35510_read_id': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:431:22: note: byref variable will be forcibly initialized 431 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:431:17: note: byref variable will be forcibly initialized 431 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:431:12: note: byref variable will be forcibly initialized 431 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c: In function 'nt35510_setup_display': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:544:12: note: byref variable will be forcibly initialized 544 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:543:12: note: byref variable will be forcibly initialized 543 | u8 addr_mode = NT35510_ROTATE_0_SETTING; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:541:12: note: byref variable will be forcibly initialized 541 | u8 dpfrctr[NT35510_P0_DPFRCTR1_LEN]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:540:12: note: byref variable will be forcibly initialized 540 | u8 gseqctr[NT35510_P0_GSEQCTR_LEN]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35510.c:539:12: note: byref variable will be forcibly initialized 539 | u8 dopctr[NT35510_P0_DOPCTR_LEN]; | ^~~~~~ /kisskb/src/drivers/usb/core/port.c: In function 'disable_store': /kisskb/src/drivers/usb/core/port.c:63:14: note: byref variable will be forcibly initialized 63 | bool disabled; | ^~~~~~~~ /kisskb/src/drivers/regulator/max77693-regulator.c: In function 'max77693_chg_get_current_limit': /kisskb/src/drivers/regulator/max77693-regulator.c:60:22: note: byref variable will be forcibly initialized 60 | unsigned int reg, sel; | ^~~ /kisskb/src/drivers/usb/dwc2/debugfs.c: In function 'dr_mode_show': /kisskb/src/drivers/usb/dwc2/debugfs.c:765:21: note: byref variable will be forcibly initialized 765 | const char *dr_mode = ""; | ^~~~~~~ /kisskb/src/drivers/usb/dwc2/debugfs.c: In function 'testmode_write': /kisskb/src/drivers/usb/dwc2/debugfs.c:34:33: note: byref variable will be forcibly initialized 34 | char buf[32]; | ^~~ /kisskb/src/drivers/usb/dwc2/debugfs.c: In function 'params_show': /kisskb/src/drivers/usb/dwc2/debugfs.c:717:22: note: byref variable will be forcibly initialized 717 | char str[32]; | ^~~ /kisskb/src/drivers/hwmon/ad7418.c: In function 'temp_store': /kisskb/src/drivers/hwmon/ad7418.c:163:14: note: byref variable will be forcibly initialized 163 | long temp; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/smbus.h:245, from /kisskb/src/drivers/i2c/i2c-core-smbus.c:23: /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_write': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_reply': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_result': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_msg_pec': /kisskb/src/drivers/i2c/i2c-core-smbus.c:63:12: note: byref variable will be forcibly initialized 63 | u8 addr = i2c_8bit_addr_from_msg(msg); | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_xfer_emulated': /kisskb/src/drivers/i2c/i2c-core-smbus.c:338:24: note: byref variable will be forcibly initialized 338 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c:334:23: note: byref variable will be forcibly initialized 334 | unsigned char msgbuf1[I2C_SMBUS_BLOCK_MAX+2]; | ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c:333:23: note: byref variable will be forcibly initialized 333 | 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:104:30: note: byref variable will be forcibly initialized 104 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_byte_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:139:30: note: byref variable will be forcibly initialized 139 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_byte_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:161:30: note: byref variable will be forcibly initialized 161 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_word_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:179:30: note: byref variable will be forcibly initialized 179 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_word_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:201:30: note: byref variable will be forcibly initialized 201 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:227:30: note: byref variable will be forcibly initialized 227 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:254:30: note: byref variable will be forcibly initialized 254 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_i2c_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:270:30: note: byref variable will be forcibly initialized 270 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_i2c_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:290:30: note: byref variable will be forcibly initialized 290 | union i2c_smbus_data data; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c:4: /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c: In function 'v3d_get_multisync_post_deps': /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c:605:36: note: byref variable will be forcibly initialized 605 | struct drm_v3d_sem out; | ^~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c: In function 'v3d_get_multisync_submit_deps': /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c:640:35: note: byref variable will be forcibly initialized 640 | struct drm_v3d_multi_sync multisync; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c: In function 'v3d_get_extensions': /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c:676:42: note: byref variable will be forcibly initialized 676 | struct drm_v3d_extension ext; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c:4: /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c: In function 'v3d_job_add_deps': /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c:445:27: note: byref variable will be forcibly initialized 445 | struct dma_fence *in_fence = NULL; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c: In function 'v3d_job_init': /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c:485:52: note: byref variable will be forcibly initialized 485 | struct drm_v3d_sem in; | ^~ /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c: In function 'v3d_submit_cl_ioctl': /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c:724:31: note: byref variable will be forcibly initialized 724 | struct ww_acquire_ctx acquire_ctx; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c:722:25: note: byref variable will be forcibly initialized 722 | struct v3d_job *clean_job = NULL; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c:721:32: note: byref variable will be forcibly initialized 721 | struct v3d_render_job *render = NULL; | ^~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c:720:29: note: byref variable will be forcibly initialized 720 | struct v3d_bin_job *bin = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c: In function 'v3d_submit_tfu_ioctl': /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c:874:31: note: byref variable will be forcibly initialized 874 | struct ww_acquire_ctx acquire_ctx; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c:873:29: note: byref variable will be forcibly initialized 873 | struct v3d_tfu_job *job = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c: In function 'v3d_submit_csd_ioctl': /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c:974:31: note: byref variable will be forcibly initialized 974 | struct ww_acquire_ctx acquire_ctx; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c:973:25: note: byref variable will be forcibly initialized 973 | struct v3d_job *clean_job = NULL; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_gem.c:972:29: note: byref variable will be forcibly initialized 972 | struct v3d_csd_job *job = NULL; | ^~~ /kisskb/src/drivers/regulator/max77802-regulator.c: In function 'max77802_pmic_probe': /kisskb/src/drivers/regulator/max77802-regulator.c:482:16: note: byref variable will be forcibly initialized 482 | int i, val; | ^~~ In file included from /kisskb/src/drivers/usb/core/../misc/onboard_usb_hub_pdevs.c:12: /kisskb/src/drivers/usb/core/../misc/onboard_usb_hub_pdevs.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/drivers/mfd/rc5t583-irq.c:14: /kisskb/src/drivers/mfd/rc5t583-irq.c: In function 'rc5t583_read': /kisskb/src/include/linux/mfd/rc5t583.h:335:22: note: byref variable will be forcibly initialized 335 | unsigned int ival; | ^~~~ /kisskb/src/drivers/mfd/rc5t583-irq.c: In function 'rc5t583_irq': /kisskb/src/drivers/mfd/rc5t583-irq.c:245:17: note: byref variable will be forcibly initialized 245 | uint8_t master_int = 0; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/rc5t583-irq.c:244:17: note: byref variable will be forcibly initialized 244 | uint8_t int_sts[RC5T583_MAX_INTERRUPT_MASK_REGS]; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_read_offset': /kisskb/src/drivers/rtc/rtc-pcf8523.c:343:13: note: byref variable will be forcibly initialized 343 | u32 value; | ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_param_get': /kisskb/src/drivers/rtc/rtc-pcf8523.c:235:13: note: byref variable will be forcibly initialized 235 | u32 value; | ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_irq': /kisskb/src/drivers/rtc/rtc-pcf8523.c:81:13: note: byref variable will be forcibly initialized 81 | u32 value; | ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-pcf8523.c:165:13: note: byref variable will be forcibly initialized 165 | u32 value; | ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c:164:12: note: byref variable will be forcibly initialized 164 | u8 regs[4]; | ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_read_time': /kisskb/src/drivers/rtc/rtc-pcf8523.c:102:12: note: byref variable will be forcibly initialized 102 | u8 regs[7]; | ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pcf8523.c:127:12: note: byref variable will be forcibly initialized 127 | u8 regs[7]; | ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-pcf8523.c:204:12: note: byref variable will be forcibly initialized 204 | u8 regs[5]; | ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_rtc_ioctl': /kisskb/src/drivers/rtc/rtc-pcf8523.c:313:13: note: byref variable will be forcibly initialized 313 | u32 value; | ^~~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_load_capacitance': /kisskb/src/drivers/rtc/rtc-pcf8523.c:57:13: note: byref variable will be forcibly initialized 57 | u32 load, value = 0; | ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8523.c: In function 'pcf8523_probe': /kisskb/src/drivers/rtc/rtc-pcf8523.c:398:13: note: byref variable will be forcibly initialized 398 | u32 value; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/edac/edac_mc.c:15: /kisskb/src/drivers/edac/edac_mc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c: In function 'nt35560_set_brightness': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c:157:12: note: byref variable will be forcibly initialized 157 | u8 par; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c:156:12: note: byref variable will be forcibly initialized 156 | u8 pwm_div; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c:155:12: note: byref variable will be forcibly initialized 155 | u8 pwm_ratio; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c: In function 'nt35560_read_id': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c:251:29: note: byref variable will be forcibly initialized 251 | u8 vendor, version, panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c:251:20: note: byref variable will be forcibly initialized 251 | u8 vendor, version, panel; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c:251:12: note: byref variable will be forcibly initialized 251 | u8 vendor, version, panel; | ^~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c: In function 'nt35560_prepare': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35560.c:327:18: note: byref variable will be forcibly initialized 327 | const u8 mddi = 3; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/edac/edac_mc.c:15: /kisskb/src/drivers/edac/edac_mc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/edac/edac_mc.c: In function 'edac_mc_alloc_dimms': /kisskb/src/drivers/edac/edac_mc.c:257:22: note: byref variable will be forcibly initialized 257 | unsigned int pos[EDAC_MAX_LAYERS]; | ^~~ /kisskb/src/drivers/edac/edac_mc.c: In function 'edac_mc_dump_dimm': /kisskb/src/drivers/edac/edac_mc.c:92:14: note: byref variable will be forcibly initialized 92 | char location[80]; | ^~~~~~~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_get_vcell': /kisskb/src/drivers/power/supply/max17040_battery.c:192:13: 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:13: note: byref variable will be forcibly initialized 211 | u32 version; | ^~~~~~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_handle_soc_alert': /kisskb/src/drivers/power/supply/max17040_battery.c:300:13: note: byref variable will be forcibly initialized 300 | u32 data; | ^~~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_get_soc': /kisskb/src/drivers/power/supply/max17040_battery.c:201:13: note: byref variable will be forcibly initialized 201 | u32 soc; | ^~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_get_of_data': /kisskb/src/drivers/power/supply/max17040_battery.c:229:12: note: byref variable will be forcibly initialized 229 | u8 rcomp[2]; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/opp/core.c:16: /kisskb/src/drivers/opp/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/opp/core.c: In function '_opp_table_find_key': /kisskb/src/drivers/opp/core.c:502:39: note: byref variable will be forcibly initialized 502 | struct dev_pm_opp *temp_opp, *opp = ERR_PTR(-ERANGE); | ^~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_find_level_ceil': /kisskb/src/drivers/opp/core.c:721:23: note: byref variable will be forcibly initialized 721 | unsigned long temp = *level; | ^~~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_find_bw_ceil': /kisskb/src/drivers/opp/core.c:752:23: note: byref variable will be forcibly initialized 752 | unsigned long temp = *bw; | ^~~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_find_bw_floor': /kisskb/src/drivers/opp/core.c:783:23: note: byref variable will be forcibly initialized 783 | unsigned long temp = *bw; | ^~~~ /kisskb/src/drivers/opp/core.c: In function '_find_current_opp': /kisskb/src/drivers/opp/core.c:1017:23: note: byref variable will be forcibly initialized 1017 | unsigned long freq; | ^~~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_set_rate': /kisskb/src/drivers/opp/core.c:1179:33: note: byref variable will be forcibly initialized 1179 | unsigned long freq = 0, temp_freq; | ^~~~~~~~~ /kisskb/src/drivers/opp/core.c: In function '_opp_add': /kisskb/src/drivers/opp/core.c:1875:27: note: byref variable will be forcibly initialized 1875 | struct list_head *head; | ^~~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_set_config': /kisskb/src/drivers/opp/core.c:2454:22: note: byref variable will be forcibly initialized 2454 | unsigned int id; | ^~ /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:193:12: note: byref variable will be forcibly initialized 193 | u8 data; | ^~~~ /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:172:12: note: byref variable will be forcibly initialized 172 | 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:616:12: note: byref variable will be forcibly initialized 616 | 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:631:12: note: byref variable will be forcibly initialized 631 | 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:927:12: note: byref variable will be forcibly initialized 927 | u8 spread; | ^~~~~~ /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:109:23: note: byref variable will be forcibly initialized 109 | unsigned char psr_version; | ^~~~~~~~~~~ /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:996:12: note: byref variable will be forcibly initialized 996 | u8 sink; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:994:23: note: byref variable will be forcibly initialized 994 | struct dp_sdp psr_vsc; | ^~~~~~~ /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:209:12: note: byref variable will be forcibly initialized 209 | 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:716:24: note: byref variable will be forcibly initialized 716 | u8 link_align, link_status[2]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:716:12: note: byref variable will be forcibly initialized 716 | u8 link_align, link_status[2]; | ^~~~~~~~~~ /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:261:12: note: byref variable will be forcibly initialized 261 | 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:471:28: note: byref variable will be forcibly initialized 471 | u8 link_status[2], adjust_request[2]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:471:12: note: byref variable will be forcibly initialized 471 | u8 link_status[2], adjust_request[2]; | ^~~~~~~~~~~ /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:543:40: note: byref variable will be forcibly initialized 543 | u8 link_align, link_status[2], adjust_request[2]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:543:24: note: byref variable will be forcibly initialized 543 | u8 link_align, link_status[2], adjust_request[2]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:543:12: note: byref variable will be forcibly initialized 543 | u8 link_align, link_status[2], adjust_request[2]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:542:13: note: byref variable will be forcibly initialized 542 | u32 reg; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_enable_scramble': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:863:12: note: byref variable will be forcibly initialized 863 | u8 data; | ^~~~ /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:124:23: note: byref variable will be forcibly initialized 124 | unsigned char psr_en; | ^~~~~~ /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:1024:12: note: byref variable will be forcibly initialized 1024 | u8 sink; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:1022:23: note: byref variable will be forcibly initialized 1022 | struct dp_sdp psr_vsc; | ^~~~~~~ In file included from /kisskb/src/drivers/i2c/busses/i2c-virtio.c:19: /kisskb/src/drivers/i2c/busses/i2c-virtio.c: In function 'virtio_find_single_vq': /kisskb/src/include/linux/virtio_config.h:213:27: note: byref variable will be forcibly initialized 213 | struct virtqueue *vq; | ^~ /kisskb/src/include/linux/virtio_config.h:212:21: note: byref variable will be forcibly initialized 212 | const char *names[] = { n }; | ^~~~~ /kisskb/src/include/linux/virtio_config.h:211:24: note: byref variable will be forcibly initialized 211 | vq_callback_t *callbacks[] = { c }; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/i2c/busses/i2c-virtio.c:11: /kisskb/src/drivers/i2c/busses/i2c-virtio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c: In function 'virtio_i2c_prepare_reqs': /kisskb/src/drivers/i2c/busses/i2c-virtio.c:61:55: note: byref variable will be forcibly initialized 61 | struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c:61:46: note: byref variable will be forcibly initialized 61 | struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c:61:37: note: byref variable will be forcibly initialized 61 | struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c:61:29: note: byref variable will be forcibly initialized 61 | struct scatterlist *sgs[3], out_hdr, msg_buf, in_hdr; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-virtio.c: In function 'virtio_i2c_msg_done': /kisskb/src/drivers/i2c/busses/i2c-virtio.c:51:22: note: byref variable will be forcibly initialized 51 | unsigned int len; | ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/adt7475.c:1062:14: note: byref variable will be forcibly initialized 1062 | long val; | ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'voltage_store': /kisskb/src/drivers/hwmon/adt7475.c:358:14: note: byref variable will be forcibly initialized 358 | long val; | ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'stall_disable_store': /kisskb/src/drivers/hwmon/adt7475.c:840:14: note: byref variable will be forcibly initialized 840 | long val; | ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/adt7475.c:780:14: note: byref variable will be forcibly initialized 780 | long val; | ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'pwmchan_store': /kisskb/src/drivers/hwmon/adt7475.c:925:14: note: byref variable will be forcibly initialized 925 | long val; | ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'pwmctrl_store': /kisskb/src/drivers/hwmon/adt7475.c:949:14: note: byref variable will be forcibly initialized 949 | long val; | ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'pwmfreq_store': /kisskb/src/drivers/hwmon/adt7475.c:993:14: note: byref variable will be forcibly initialized 993 | long val; | ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'pwm_use_point2_pwm_at_crit_store': /kisskb/src/drivers/hwmon/adt7475.c:1032:14: note: byref variable will be forcibly initialized 1032 | long val; | ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'temp_store': /kisskb/src/drivers/hwmon/adt7475.c:454:14: note: byref variable will be forcibly initialized 454 | long val; | ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'point2_store': /kisskb/src/drivers/hwmon/adt7475.c:659:14: note: byref variable will be forcibly initialized 659 | long val; | ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'tach_store': /kisskb/src/drivers/hwmon/adt7475.c:720:23: note: byref variable will be forcibly initialized 720 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'temp_st_store': /kisskb/src/drivers/hwmon/adt7475.c:582:15: note: byref variable will be forcibly initialized 582 | ulong val; | ^~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'load_config3': /kisskb/src/drivers/hwmon/adt7475.c:1467:21: note: byref variable will be forcibly initialized 1467 | const char *function; | ^~~~~~~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'load_config4': /kisskb/src/drivers/hwmon/adt7475.c:1493:21: note: byref variable will be forcibly initialized 1493 | const char *function; | ^~~~~~~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'set_property_bit': /kisskb/src/drivers/hwmon/adt7475.c:1558:13: note: byref variable will be forcibly initialized 1558 | u32 prop_value = 0; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/adt7475.c: In function 'adt7475_set_pwm_polarity': /kisskb/src/drivers/hwmon/adt7475.c:1603:13: note: byref variable will be forcibly initialized 1603 | u32 states[ADT7475_PWM_COUNT]; | ^~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/mc13783-regulator.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/mc13783-regulator.c: In function 'mc13783_powermisc_rmw': /kisskb/src/drivers/regulator/mc13783-regulator.c:299:13: note: byref variable will be forcibly initialized 299 | u32 valread; | ^~~~~~~ /kisskb/src/drivers/regulator/mc13783-regulator.c: In function 'mc13783_gpo_regulator_is_enabled': /kisskb/src/drivers/regulator/mc13783-regulator.c:366:22: note: byref variable will be forcibly initialized 366 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_vcam_get_mode': /kisskb/src/drivers/regulator/mc13892-regulator.c:510:22: 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:22: note: byref variable will be forcibly initialized 372 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_sw_regulator_get_voltage_sel': /kisskb/src/drivers/regulator/mc13892-regulator.c:402:22: note: byref variable will be forcibly initialized 402 | unsigned int val, selector; | ^~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_powermisc_rmw': /kisskb/src/drivers/regulator/mc13892-regulator.c:307:13: 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:13: note: byref variable will be forcibly initialized 537 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c: In function 'nt35950_set_scale_mode': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:203:12: note: byref variable will be forcibly initialized 203 | u8 cmd_scaler[] = { MCS_PARAM_SCALEUP_MODE, mode }; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c: In function 'nt35950_set_scaler': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:188:12: note: byref variable will be forcibly initialized 188 | u8 cmd_scaler[] = { MCS_PARAM_SCALER_FUNCTION, scale_up }; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c: In function 'nt35950_set_cmd2_page': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:119:18: note: byref variable will be forcibly initialized 119 | const u8 mauc_cmd2_page[] = { MCS_CMD_MAUCCTR, 0x55, 0xaa, 0x52, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c: In function 'nt35950_set_data_compression': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:143:12: note: byref variable will be forcibly initialized 143 | u8 cmd_vesa_dsc_setting[] = { MCS_PARAM_VESA_DSC_SETTING, 0x03 }; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:142:12: note: byref variable will be forcibly initialized 142 | u8 cmd_vesa_dsc_on[] = { MCS_PARAM_VESA_DSC_ON, !!comp_mode }; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:141:12: note: byref variable will be forcibly initialized 141 | u8 cmd_data_compression[] = { MCS_PARAM_DATA_COMPRESSION, comp_mode }; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c: In function 'nt35950_inject_black_image': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:227:12: note: byref variable will be forcibly initialized 227 | u8 cmd_test[] = { 0xff, 0xaa, 0x55, 0xa5, 0x80 }; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:226:18: note: byref variable will be forcibly initialized 226 | const u8 cmd1_black_img[] = { 0xf3, 0x10 }; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:225:18: note: byref variable will be forcibly initialized 225 | const u8 cmd0_black_img[] = { 0x6f, 0x01 }; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c: In function 'nt35950_set_dispout': /kisskb/src/drivers/gpu/drm/panel/panel-novatek-nt35950.c:258:12: note: byref variable will be forcibly initialized 258 | u8 cmd_dispout[] = { MCS_PARAM_DISP_OUTPUT_CTRL, 0x00 }; | ^~~~~~~~~~~ /kisskb/src/drivers/mfd/sec-core.c: In function 'sec_pmic_dump_rev': /kisskb/src/drivers/mfd/sec-core.c:253:22: note: byref variable will be forcibly initialized 253 | unsigned int val; | ^~~ /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:332:13: note: byref variable will be forcibly initialized 332 | int buffer_created = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rk808.c: In function 'rk808_rtc_readalarm': /kisskb/src/drivers/rtc/rtc-rk808.c:196:18: note: byref variable will be forcibly initialized 196 | uint32_t int_reg; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rk808.c:195:12: note: byref variable will be forcibly initialized 195 | u8 alrm_data[NUM_ALARM_REGS]; | ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rk808.c: In function 'rk808_rtc_setalarm': /kisskb/src/drivers/rtc/rtc-rk808.c:256:12: note: byref variable will be forcibly initialized 256 | u8 alrm_data[NUM_ALARM_REGS]; | ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rk808.c: In function 'rk808_rtc_readtime': /kisskb/src/drivers/rtc/rtc-rk808.c:101:12: note: byref variable will be forcibly initialized 101 | u8 rtc_data[NUM_TIME_REGS]; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-rk808.c: In function 'rk808_rtc_set_time': /kisskb/src/drivers/rtc/rtc-rk808.c:152:12: note: byref variable will be forcibly initialized 152 | u8 rtc_data[NUM_TIME_REGS]; | ^~~~~~~~ /kisskb/src/drivers/power/supply/rt5033_battery.c: In function 'rt5033_battery_get_watt_prop': /kisskb/src/drivers/power/supply/rt5033_battery.c:41:18: note: byref variable will be forcibly initialized 41 | u32 msb, lsb; | ^~~ /kisskb/src/drivers/power/supply/rt5033_battery.c:41:13: 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:13: 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:13: note: byref variable will be forcibly initialized 18 | u32 msb; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/i2c_slave.h:67, from /kisskb/src/drivers/i2c/i2c-core-slave.c:18: /kisskb/src/drivers/i2c/i2c-core-slave.c: In function 'trace_event_raw_event_i2c_slave': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/i2c_slave.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(i2c_slave, | ^~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-bcm2835.c: In function 'bcm2835_i2c_register_div': /kisskb/src/drivers/i2c/busses/i2c-bcm2835.c:178:46: note: byref variable will be forcibly initialized 178 | init.parent_names = (const char* []) { mclk_name }; | ^ /kisskb/src/drivers/i2c/busses/i2c-bcm2835.c:169:14: note: byref variable will be forcibly initialized 169 | char name[32]; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-bcm2835.c:167:30: note: byref variable will be forcibly initialized 167 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-bcm2835.c: In function 'bcm2835_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-bcm2835.c:414:13: note: byref variable will be forcibly initialized 414 | u32 bus_clk_rate; | ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-slave.c: In function 'i2c_detect_slave_mode': /kisskb/src/drivers/i2c/i2c-core-slave.c:113:21: note: byref variable will be forcibly initialized 113 | u32 reg; | ^~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_pwm_ast': /kisskb/src/drivers/hwmon/asc7621.c:711:14: note: byref variable will be forcibly initialized 711 | long reqval; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/asc7621.c:589:14: note: byref variable will be forcibly initialized 589 | long reqval; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_u8': /kisskb/src/drivers/hwmon/asc7621.c:176:14: note: byref variable will be forcibly initialized 176 | long reqval; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_temp62': /kisskb/src/drivers/hwmon/asc7621.c:416:14: note: byref variable will be forcibly initialized 416 | long reqval, i, f; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_ap2_temp': /kisskb/src/drivers/hwmon/asc7621.c:470:14: note: byref variable will be forcibly initialized 470 | long reqval, auto_point1; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_temp_st': /kisskb/src/drivers/hwmon/asc7621.c:758:14: note: byref variable will be forcibly initialized 758 | long reqval; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_bitmask': /kisskb/src/drivers/hwmon/asc7621.c:208:14: note: byref variable will be forcibly initialized 208 | long reqval; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_temp8': /kisskb/src/drivers/hwmon/asc7621.c:360:14: note: byref variable will be forcibly initialized 360 | long reqval; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_fan16': /kisskb/src/drivers/hwmon/asc7621.c:253:14: note: byref variable will be forcibly initialized 253 | long reqval; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_in8': /kisskb/src/drivers/hwmon/asc7621.c:327:14: note: byref variable will be forcibly initialized 327 | long reqval; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_pwm_freq': /kisskb/src/drivers/hwmon/asc7621.c:662:23: note: byref variable will be forcibly initialized 662 | unsigned long reqval; | ^~~~~~ /kisskb/src/drivers/hwmon/asc7621.c: In function 'store_pwm_ac': /kisskb/src/drivers/hwmon/asc7621.c:521:23: note: byref variable will be forcibly initialized 521 | unsigned long reqval; | ^~~~~~ /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c: In function 'mc13xxx_regulator_is_enabled': /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:57:22: 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:22: note: byref variable will be forcibly initialized 83 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/blk_types.h:11, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/include/linux/memcontrol.h:22, 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/regulator/machine.h:15, from /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:15: /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'get_cpu_idle_time_jiffy': /kisskb/src/drivers/cpufreq/cpufreq.c:125:31: note: byref variable will be forcibly initialized 125 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'show_bios_limit': /kisskb/src/drivers/cpufreq/cpufreq.c:907:22: note: byref variable will be forcibly initialized 907 | unsigned int limit; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_setspeed': /kisskb/src/drivers/cpufreq/cpufreq.c:879:22: note: byref variable will be forcibly initialized 879 | unsigned int freq = 0; | ^~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_max_freq': /kisskb/src/drivers/cpufreq/cpufreq.c:725:23: note: byref variable will be forcibly initialized 725 | unsigned long val; \ | ^~~ /kisskb/src/drivers/cpufreq/cpufreq.c:737:1: note: in expansion of macro 'store_one' 737 | store_one(scaling_max_freq, max); | ^~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_min_freq': /kisskb/src/drivers/cpufreq/cpufreq.c:725:23: note: byref variable will be forcibly initialized 725 | unsigned long val; \ | ^~~ /kisskb/src/drivers/cpufreq/cpufreq.c:736:1: note: in expansion of macro 'store_one' 736 | store_one(scaling_min_freq, min); | ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/cpufreq/cpufreq.c:17: /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_freq_transition_begin': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c:423:9: note: in expansion of macro 'wait_event' 423 | wait_event(policy->transition_wait, !policy->transition_ongoing); | ^~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_out_of_sync': /kisskb/src/drivers/cpufreq/cpufreq.c:1695:30: note: byref variable will be forcibly initialized 1695 | struct cpufreq_freqs freqs; | ^~~~~ /kisskb/src/drivers/mfd/syscon.c: In function 'of_syscon_register': /kisskb/src/drivers/mfd/syscon.c:52:25: note: byref variable will be forcibly initialized 52 | struct resource res; | ^~~ /kisskb/src/drivers/mfd/syscon.c:49:13: note: byref variable will be forcibly initialized 49 | u32 reg_io_width; | ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/mfd/syscon.c:17: /kisskb/src/drivers/mfd/syscon.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/mfd/syscon.c: In function 'syscon_regmap_lookup_by_phandle_args': /kisskb/src/drivers/mfd/syscon.c:234:32: note: byref variable will be forcibly initialized 234 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_set_policy': /kisskb/src/drivers/cpufreq/cpufreq.c:2537:36: note: byref variable will be forcibly initialized 2537 | struct cpufreq_policy_data new_data; | ^~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_governor': /kisskb/src/drivers/cpufreq/cpufreq.c:774:14: note: byref variable will be forcibly initialized 774 | char str_governor[16]; | ^~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_boost': /kisskb/src/drivers/cpufreq/cpufreq.c:600:18: note: byref variable will be forcibly initialized 600 | int ret, enable; | ^~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'periodic_unlink': /kisskb/src/drivers/usb/host/fotg210-hcd.c:3310:30: note: byref variable will be forcibly initialized 3310 | union fotg210_shadow here = *prev_p; | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'itd_link': /kisskb/src/drivers/usb/host/fotg210-hcd.c:4330:30: note: byref variable will be forcibly initialized 4330 | union fotg210_shadow here = *prev; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/fotg210-hcd.c:12: /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/memory.h:179, from /kisskb/src/arch/arm64/include/asm/page.h:46, from /kisskb/src/drivers/edac/edac_device.c:15: /kisskb/src/drivers/edac/edac_device.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/drivers/edac/edac_device.c:18: /kisskb/src/drivers/edac/edac_device.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'qh_link_periodic': /kisskb/src/drivers/hwmon/axi-fan-control.c: In function 'axi_fan_control_store': /kisskb/src/drivers/hwmon/axi-fan-control.c:94:13: note: byref variable will be forcibly initialized 94 | u32 temp; | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:3499:38: note: byref variable will be forcibly initialized 3499 | union fotg210_shadow here = *prev; | ^~~~ /kisskb/src/lib/asn1_decoder.c: In function 'asn1_ber_decoder': /kisskb/src/lib/asn1_decoder.c:329:40: note: byref variable will be forcibly initialized 329 | size_t tmp = dp; | ^~~ /kisskb/src/lib/asn1_decoder.c:178:41: 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:21: note: byref variable will be forcibly initialized 177 | const char *errmsg; | ^~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'qh_schedule': /kisskb/src/drivers/usb/host/fotg210-hcd.c:3759:16: note: byref variable will be forcibly initialized 3759 | __hc32 c_mask; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/fotg210-hcd.c:12: /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_qtd_alloc': /kisskb/src/drivers/usb/host/fotg210-hcd.c:1823:20: 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:20: note: byref variable will be forcibly initialized 1856 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'intr_submit': /kisskb/src/drivers/usb/host/fotg210-hcd.c:3829:26: 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:4077:20: note: byref variable will be forcibly initialized 4077 | dma_addr_t itd_dma; | ^~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_urb_enqueue': /kisskb/src/drivers/usb/host/fotg210-hcd.c:5266:26: note: byref variable will be forcibly initialized 5266 | struct list_head qtd_list; | ^~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fill_registers_buffer': /kisskb/src/drivers/usb/host/fotg210-hcd.c:646:21: note: byref variable will be forcibly initialized 646 | char *next, scratch[80]; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rs5c372.c: In function 'rs5c372_rtc_set_time': /kisskb/src/drivers/rtc/rtc-rs5c372.c:263:25: note: byref variable will be forcibly initialized 263 | unsigned char buf[7]; | ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_reset': /kisskb/src/drivers/usb/host/fotg210-hcd.c:270:14: note: byref variable will be forcibly initialized 270 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:942:9: note: in expansion of macro 'dbg_cmd' 942 | dbg_cmd(fotg210, "reset", command); | ^~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'uframe_periodic_max_store': /kisskb/src/drivers/usb/host/fotg210-hcd.c:4702:18: note: byref variable will be forcibly initialized 4702 | unsigned uframe_periodic_max; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rs5c372.c: In function 'rs5c_get_regs': /kisskb/src/drivers/rtc/rtc-rs5c372.c:136:33: note: byref variable will be forcibly initialized 136 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_stop': /kisskb/src/drivers/usb/host/fotg210-hcd.c:264:14: note: byref variable will be forcibly initialized 264 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:4893:9: note: in expansion of macro 'dbg_status' 4893 | dbg_status(fotg210, "fotg210_stop completed", | ^~~~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fill_async_buffer': /kisskb/src/drivers/usb/host/fotg210-hcd.c:454:15: note: byref variable will be forcibly initialized 454 | char *next; | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:453:24: note: byref variable will be forcibly initialized 453 | unsigned temp, size; | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_run': /kisskb/src/drivers/usb/host/fotg210-hcd.c:270:14: note: byref variable will be forcibly initialized 270 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5040:9: note: in expansion of macro 'dbg_cmd' 5040 | dbg_cmd(fotg210, "init", fotg210->command); | ^~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_hrtimer_func': /kisskb/src/drivers/usb/host/fotg210-hcd.c:1343:23: note: byref variable will be forcibly initialized 1343 | unsigned long events; | ^~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_irq': /kisskb/src/drivers/usb/host/fotg210-hcd.c:264:14: note: byref variable will be forcibly initialized 264 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5226:17: note: in expansion of macro 'dbg_status' 5226 | dbg_status(fotg210, "fatal", status); | ^~~~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:270:14: note: byref variable will be forcibly initialized 270 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5225:17: note: in expansion of macro 'dbg_cmd' 5225 | dbg_cmd(fotg210, "fatal", cmd); | ^~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:264:14: note: byref variable will be forcibly initialized 264 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5150:9: note: in expansion of macro 'dbg_status' 5150 | dbg_status(fotg210, "irq", status); | ^~~~~~~~~~ /kisskb/src/drivers/cpuidle/governors/teo.c: In function 'teo_select': /kisskb/src/drivers/cpuidle/governors/teo.c:299:17: note: byref variable will be forcibly initialized 299 | ktime_t delta_tick; | ^~~~~~~~~~ /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:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:125:9: note: in expansion of macro 'MOCK_VARIABLES' 125 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:122:25: note: byref variable will be forcibly initialized 122 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:121:46: note: byref variable will be forcibly initialized 121 | 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:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:146:9: note: in expansion of macro 'MOCK_VARIABLES' 146 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:143:25: note: byref variable will be forcibly initialized 143 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:142:46: note: byref variable will be forcibly initialized 142 | 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:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:169:9: note: in expansion of macro 'MOCK_VARIABLES' 169 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:166:25: note: byref variable will be forcibly initialized 166 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:165:46: note: byref variable will be forcibly initialized 165 | 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:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:191:9: note: in expansion of macro 'MOCK_VARIABLES' 191 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:188:25: note: byref variable will be forcibly initialized 188 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:187:46: note: byref variable will be forcibly initialized 187 | 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/gpu/drm/selftests/test-drm_damage_helper.c:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:214:9: note: in expansion of macro 'MOCK_VARIABLES' 214 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:211:25: note: byref variable will be forcibly initialized 211 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:210:46: note: byref variable will be forcibly initialized 210 | 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_crtc': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:237:9: note: in expansion of macro 'MOCK_VARIABLES' 237 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:234:25: note: byref variable will be forcibly initialized 234 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:233:46: note: byref variable will be forcibly initialized 233 | 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:256:25: note: byref variable will be forcibly initialized 256 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:255:32: note: byref variable will be forcibly initialized 255 | struct drm_plane_state old_state; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:254:46: note: byref variable will be forcibly initialized 254 | 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:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:285:9: note: in expansion of macro 'MOCK_VARIABLES' 285 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:282:25: note: byref variable will be forcibly initialized 282 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:281:30: note: byref variable will be forcibly initialized 281 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:280:34: note: byref variable will be forcibly initialized 280 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:279:46: note: byref variable will be forcibly initialized 279 | 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': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:311:9: note: in expansion of macro 'MOCK_VARIABLES' 311 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:308:25: note: byref variable will be forcibly initialized 308 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:307:30: note: byref variable will be forcibly initialized 307 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:306:34: note: byref variable will be forcibly initialized 306 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:305:46: note: byref variable will be forcibly initialized 305 | 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:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:336:9: note: in expansion of macro 'MOCK_VARIABLES' 336 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:333:25: note: byref variable will be forcibly initialized 333 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:332:30: note: byref variable will be forcibly initialized 332 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:331:34: note: byref variable will be forcibly initialized 331 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:330:46: note: byref variable will be forcibly initialized 330 | 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:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:362:9: note: in expansion of macro 'MOCK_VARIABLES' 362 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:359:25: note: byref variable will be forcibly initialized 359 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:358:30: note: byref variable will be forcibly initialized 358 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:357:34: note: byref variable will be forcibly initialized 357 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:356:46: note: byref variable will be forcibly initialized 356 | 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:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:387:9: note: in expansion of macro 'MOCK_VARIABLES' 387 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:384:25: note: byref variable will be forcibly initialized 384 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:383:30: note: byref variable will be forcibly initialized 383 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:382:34: note: byref variable will be forcibly initialized 382 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:381:46: note: byref variable will be forcibly initialized 381 | 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_fractional_src': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:415:9: note: in expansion of macro 'MOCK_VARIABLES' 415 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:412:25: note: byref variable will be forcibly initialized 412 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:411:30: note: byref variable will be forcibly initialized 411 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:410:34: note: byref variable will be forcibly initialized 410 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:409:46: note: byref variable will be forcibly initialized 409 | 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_fractional_src': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:444:9: note: in expansion of macro 'MOCK_VARIABLES' 444 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:441:25: note: byref variable will be forcibly initialized 441 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:440:30: note: byref variable will be forcibly initialized 440 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:439:34: note: byref variable will be forcibly initialized 439 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:438:46: note: byref variable will be forcibly initialized 438 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/rtc/rtc-rx6110.c: In function 'rx6110_get_time': /kisskb/src/drivers/rtc/rtc-rx6110.c:219:13: note: byref variable will be forcibly initialized 219 | int flags; | ^~~~~ /kisskb/src/drivers/rtc/rtc-rx6110.c:218:12: note: byref variable will be forcibly initialized 218 | u8 data[RTC_NR_TIME]; | ^~~~ /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:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:472:9: note: in expansion of macro 'MOCK_VARIABLES' 472 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:469:25: note: byref variable will be forcibly initialized 469 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:468:30: note: byref variable will be forcibly initialized 468 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:467:34: note: byref variable will be forcibly initialized 467 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:466:46: note: byref variable will be forcibly initialized 466 | 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_moved': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:499:9: note: in expansion of macro 'MOCK_VARIABLES' 499 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:496:25: note: byref variable will be forcibly initialized 496 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:495:30: note: byref variable will be forcibly initialized 495 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:494:34: note: byref variable will be forcibly initialized 494 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:493:46: note: byref variable will be forcibly initialized 493 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/rtc/rtc-rx6110.c: In function 'rx6110_set_time': /kisskb/src/drivers/rtc/rtc-rx6110.c:179:12: note: byref variable will be forcibly initialized 179 | u8 data[RTC_NR_TIME]; | ^~~~ /kisskb/src/drivers/rtc/rtc-rx6110.c: In function 'rx6110_init': /kisskb/src/drivers/rtc/rtc-rx6110.c:266:13: note: byref variable will be forcibly initialized 266 | int flags; | ^~~~~ /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:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:528:9: note: in expansion of macro 'MOCK_VARIABLES' 528 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:525:25: note: byref variable will be forcibly initialized 525 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:524:30: note: byref variable will be forcibly initialized 524 | struct drm_mode_rect damage[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:523:34: note: byref variable will be forcibly initialized 523 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:522:46: note: byref variable will be forcibly initialized 522 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /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:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:559:9: note: in expansion of macro 'MOCK_VARIABLES' 559 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:556:25: note: byref variable will be forcibly initialized 556 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:555:30: note: byref variable will be forcibly initialized 555 | struct drm_mode_rect damage[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:554:34: note: byref variable will be forcibly initialized 554 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:553:46: note: byref variable will be forcibly initialized 553 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /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:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:592:9: note: in expansion of macro 'MOCK_VARIABLES' 592 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:589:25: note: byref variable will be forcibly initialized 589 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:588:30: note: byref variable will be forcibly initialized 588 | struct drm_mode_rect damage[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:587:34: note: byref variable will be forcibly initialized 587 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:586:46: note: byref variable will be forcibly initialized 586 | 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:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:619:9: note: in expansion of macro 'MOCK_VARIABLES' 619 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:616:25: note: byref variable will be forcibly initialized 616 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:615:30: note: byref variable will be forcibly initialized 615 | struct drm_mode_rect damage[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:614:34: note: byref variable will be forcibly initialized 614 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:613:46: note: byref variable will be forcibly initialized 613 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /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:110:32: note: byref variable will be forcibly initialized 110 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:648:9: note: in expansion of macro 'MOCK_VARIABLES' 648 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:645:25: note: byref variable will be forcibly initialized 645 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:644:30: note: byref variable will be forcibly initialized 644 | struct drm_mode_rect damage[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:643:34: note: byref variable will be forcibly initialized 643 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:642:46: note: byref variable will be forcibly initialized 642 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/watchdog/gpio_wdt.c: In function 'gpio_wdt_probe': /kisskb/src/drivers/watchdog/gpio_wdt.c:113:21: note: byref variable will be forcibly initialized 113 | const char *algo; | ^~~~ /kisskb/src/drivers/watchdog/gpio_wdt.c:112:22: note: byref variable will be forcibly initialized 112 | unsigned int hw_margin; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_status': /kisskb/src/drivers/power/supply/rt9455_charger.c:355:25: note: byref variable will be forcibly initialized 355 | unsigned int v, pwr_rdy; | ^~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:355:22: note: byref variable will be forcibly initialized 355 | unsigned int v, pwr_rdy; | ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_battery_presence': /kisskb/src/drivers/power/supply/rt9455_charger.c:487:22: note: byref variable will be forcibly initialized 487 | unsigned int v; | ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_online': /kisskb/src/drivers/power/supply/rt9455_charger.c:508:22: note: byref variable will be forcibly initialized 508 | unsigned int v; | ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_get_field_val': /kisskb/src/drivers/power/supply/rt9455_charger.c:275:22: note: byref variable will be forcibly initialized 275 | unsigned int v; | ^ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_current': /kisskb/src/drivers/power/supply/rt9455_charger.c:525:13: note: byref variable will be forcibly initialized 525 | int curr; | ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_voltage': /kisskb/src/drivers/power/supply/rt9455_charger.c:555:13: note: byref variable will be forcibly initialized 555 | int voltage; | ^~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_term_current': /kisskb/src/drivers/power/supply/rt9455_charger.c:586:20: note: byref variable will be forcibly initialized 586 | int ichrg, ieoc_percentage, ret; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:586:13: note: byref variable will be forcibly initialized 586 | int ichrg, ieoc_percentage, ret; | ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_usb_event': /kisskb/src/drivers/power/supply/rt9455_charger.c:1405:32: note: byref variable will be forcibly initialized 1405 | unsigned int opa_mode, iaicr; | ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1405:22: note: byref variable will be forcibly initialized 1405 | unsigned int opa_mode, iaicr; | ^~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_register_reset': /kisskb/src/drivers/power/supply/rt9455_charger.c:300:22: note: byref variable will be forcibly initialized 300 | unsigned int v; | ^ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'do_hdmi_hw_aud_set_ncts': /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:729:23: note: byref variable will be forcibly initialized 729 | unsigned char val[NCTS_BYTES]; | ^~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'mtk_hdmi_setup_audio_infoframe': /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:1019:12: note: byref variable will be forcibly initialized 1019 | u8 buffer[HDMI_INFOFRAME_HEADER_SIZE + HDMI_AUDIO_INFOFRAME_SIZE]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:1018:37: note: byref variable will be forcibly initialized 1018 | struct hdmi_audio_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'mtk_hdmi_setup_avi_infoframe': /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:970:12: note: byref variable will be forcibly initialized 970 | u8 buffer[HDMI_INFOFRAME_HEADER_SIZE + HDMI_AVI_INFOFRAME_SIZE]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:969:35: note: byref variable will be forcibly initialized 969 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'mtk_hdmi_setup_spd_infoframe': /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:996:12: note: byref variable will be forcibly initialized 996 | u8 buffer[HDMI_INFOFRAME_HEADER_SIZE + HDMI_SPD_INFOFRAME_SIZE]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:995:35: note: byref variable will be forcibly initialized 995 | struct hdmi_spd_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'mtk_hdmi_setup_vendor_specific_infoframe': /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:1050:12: note: byref variable will be forcibly initialized 1050 | u8 buffer[10]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:1049:38: note: byref variable will be forcibly initialized 1049 | struct hdmi_vendor_infoframe frame; | ^~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:11: /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_charger_get_health': /kisskb/src/drivers/power/supply/rt9455_charger.c:408:22: note: byref variable will be forcibly initialized 408 | unsigned int v; | ^ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'mtk_hdmi_hw_make_reg_writable': /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:239:30: note: byref variable will be forcibly initialized 239 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'mtk_hdmi_bridge_mode_valid': /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:1219:41: note: byref variable will be forcibly initialized 1219 | struct drm_display_mode adjusted_mode; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_irq_handler_check_irq3_register': /kisskb/src/drivers/power/supply/rt9455_charger.c:1060:28: note: byref variable will be forcibly initialized 1060 | unsigned int irq3, mask3; | ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1060:22: note: byref variable will be forcibly initialized 1060 | unsigned int irq3, mask3; | ^~~~ /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c: In function 'mtk_hdmi_audio_hw_params': /kisskb/src/drivers/gpu/drm/mediatek/mtk_hdmi.c:1533:33: note: byref variable will be forcibly initialized 1533 | struct hdmi_audio_param hdmi_params; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_irq_handler_check_irq1_register': /kisskb/src/drivers/power/supply/rt9455_charger.c:854:35: note: byref variable will be forcibly initialized 854 | unsigned int irq1, mask1, mask2; | ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:854:28: note: byref variable will be forcibly initialized 854 | unsigned int irq1, mask1, mask2; | ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:854:22: note: byref variable will be forcibly initialized 854 | unsigned int irq1, mask1, mask2; | ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_irq_handler_check_irq2_register': /kisskb/src/drivers/power/supply/rt9455_charger.c:948:28: note: byref variable will be forcibly initialized 948 | unsigned int irq2, mask2; | ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:948:22: note: byref variable will be forcibly initialized 948 | unsigned int irq2, mask2; | ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_batt_presence_work_callback': /kisskb/src/drivers/power/supply/rt9455_charger.c:1500:28: note: byref variable will be forcibly initialized 1500 | unsigned int irq1, mask1; | ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1500:22: note: byref variable will be forcibly initialized 1500 | unsigned int irq1, mask1; | ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_pwr_rdy_work_callback': /kisskb/src/drivers/power/supply/rt9455_charger.c:1448:22: note: byref variable will be forcibly initialized 1448 | unsigned int pwr_rdy; | ^~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_probe': /kisskb/src/drivers/power/supply/rt9455_charger.c:1598:24: note: byref variable will be forcibly initialized 1598 | u32 mivr = -1, iaicr = -1; | ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1598:13: note: byref variable will be forcibly initialized 1598 | u32 mivr = -1, iaicr = -1; | ^~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1596:20: note: byref variable will be forcibly initialized 1596 | u32 ichrg, ieoc_percentage; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1596:13: note: byref variable will be forcibly initialized 1596 | u32 ichrg, ieoc_percentage; | ^~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c: In function 'rt9455_irq_handler_thread': /kisskb/src/drivers/power/supply/rt9455_charger.c:1119:22: note: byref variable will be forcibly initialized 1119 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1118:14: note: byref variable will be forcibly initialized 1118 | bool is_battery_absent = false; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/rt9455_charger.c:1117:14: note: byref variable will be forcibly initialized 1117 | bool alert_userspace = false; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/mt6397-regulator.c: In function 'mt6397_set_buck_vosel_reg': /kisskb/src/drivers/regulator/mt6397-regulator.c:327:13: note: byref variable will be forcibly initialized 327 | u32 regval; | ^~~~~~ /kisskb/src/drivers/regulator/mt6397-regulator.c: In function 'mt6397_get_status': /kisskb/src/drivers/regulator/mt6397-regulator.c:221:13: note: byref variable will be forcibly initialized 221 | u32 regval; | ^~~~~~ /kisskb/src/drivers/regulator/mt6397-regulator.c: In function 'mt6397_regulator_get_mode': /kisskb/src/drivers/regulator/mt6397-regulator.c:196:18: note: byref variable will be forcibly initialized 196 | int ret, regval; | ^~~~~~ /kisskb/src/drivers/regulator/mt6397-regulator.c: In function 'mt6397_regulator_probe': /kisskb/src/drivers/regulator/mt6397-regulator.c:355:13: note: byref variable will be forcibly initialized 355 | u32 reg_value, version; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dma-buf.h:19, from /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_gem.c:11: /kisskb/src/drivers/gpu/drm/xen/xen_drm_front_gem.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | 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/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:41: /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_wait_all_out_complete': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:141:9: note: in expansion of macro 'wait_event_timeout' 141 | wait_event_timeout(sisusb->wait_q, (i = sisusb_all_free(sisusb)), | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_get_free_outbuf': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:165:9: note: in expansion of macro 'wait_event_timeout' 165 | wait_event_timeout(sisusb->wait_q, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_bulkout_msg': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:242:17: note: in expansion of macro 'wait_event_timeout' 242 | wait_event_timeout(sisusb->wait_q, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_send_bulk_msg': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:334:33: note: byref variable will be forcibly initialized 334 | int passsize, thispass, transferred_len = 0; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:41: /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_bulkin_msg': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:295:17: note: in expansion of macro 'wait_event_timeout' 295 | wait_event_timeout(sisusb->wait_q, sisusb->completein, timeout); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_recv_bulk_msg': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:455:32: note: byref variable will be forcibly initialized 455 | int bufsize, thispass, transferred_len; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_send_packet': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:531:16: note: byref variable will be forcibly initialized 531 | __le32 tmp; | ^~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:530:17: note: byref variable will be forcibly initialized 530 | ssize_t bytes_transferred = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_write_memio_byte': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:613:30: note: byref variable will be forcibly initialized 613 | struct sisusb_packet packet; | ^~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_read_memio_byte': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:970:30: note: byref variable will be forcibly initialized 970 | struct sisusb_packet packet; | ^~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_setidxregmask': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1251:12: note: byref variable will be forcibly initialized 1251 | u8 tmp; | ^~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_read_pci_config': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1345:30: note: byref variable will be forcibly initialized 1345 | struct sisusb_packet packet; | ^~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_write_pci_config': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1334:30: note: byref variable will be forcibly initialized 1334 | struct sisusb_packet packet; | ^~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_write_memio_long': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:702:30: note: byref variable will be forcibly initialized 702 | struct sisusb_packet packet; | ^~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_read_memio_long': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1064:30: note: byref variable will be forcibly initialized 1064 | struct sisusb_packet packet; | ^~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_check_rbc': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1617:16: note: byref variable will be forcibly initialized 1617 | u32 j, tmp; | ^~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_check_ranks': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1641:25: note: byref variable will be forcibly initialized 1641 | int ret = 0, i, i2ret; | ^~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_write_memio_24bit': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:661:30: note: byref variable will be forcibly initialized 661 | struct sisusb_packet packet; | ^~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_write_memio_word': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:624:30: note: byref variable will be forcibly initialized 624 | struct sisusb_packet packet; | ^~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_read_memio_word': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:984:30: note: byref variable will be forcibly initialized 984 | struct sisusb_packet packet; | ^~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_get_current_limit': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:600:22: note: byref variable will be forcibly initialized 600 | unsigned int cur_step; | ^~~~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_read_memio_24bit': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1023:30: note: byref variable will be forcibly initialized 1023 | struct sisusb_packet packet; | ^~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_check_ocp_status': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:147:13: note: byref variable will be forcibly initialized 147 | u32 cur_status; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_check_sc_status': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:390:34: note: byref variable will be forcibly initialized 390 | u32 ibb_status, ibb_reg, lab_status, lab_reg; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:390:13: note: byref variable will be forcibly initialized 390 | u32 ibb_status, ibb_reg, lab_status, lab_reg; | ^~~~~~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_read_mem_bulk': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_of_parse_cb': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1113:13: note: byref variable will be forcibly initialized 1113 | u32 swap32; | ^~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:645:27: note: byref variable will be forcibly initialized 645 | u32 dischg_kohms, soft_start_time; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:645:13: note: byref variable will be forcibly initialized 645 | u32 dischg_kohms, soft_start_time; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1112:13: note: byref variable will be forcibly initialized 1112 | u16 swap16; | ^~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1111:14: note: byref variable will be forcibly initialized 1111 | char buf[4]; | ^~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_sc_recovery_worker': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:432:40: note: byref variable will be forcibly initialized 432 | u32 lab_reg, ibb_reg, lab_val, ibb_val, val; | ^~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:432:31: note: byref variable will be forcibly initialized 432 | u32 lab_reg, ibb_reg, lab_val, ibb_val, val; | ^~~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_send_bridge_packet': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:567:16: note: byref variable will be forcibly initialized 567 | __le32 tmp; | ^~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:566:17: note: byref variable will be forcibly initialized 566 | ssize_t bytes_transferred = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom-labibb-regulator.c: In function 'qcom_labibb_regulator_probe': /kisskb/src/drivers/regulator/qcom-labibb-regulator.c:770:22: note: byref variable will be forcibly initialized 770 | unsigned int type; | ^~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_do_init_gfxdevice': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:2129:13: note: byref variable will be forcibly initialized 2129 | u32 tmp32; | ^~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:2127:30: note: byref variable will be forcibly initialized 2127 | struct sisusb_packet packet; | ^~~~~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359_get_status': /kisskb/src/drivers/regulator/mt6359-regulator.c:253:13: 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:18: 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:13: note: byref variable will be forcibly initialized 398 | u32 val = 0; | ^~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_write_mem_bulk': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:764:12: note: byref variable will be forcibly initialized 764 | u8 buf[4]; | ^~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:758:30: note: byref variable will be forcibly initialized 758 | struct sisusb_packet packet; | ^~~~~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359p_vemc_set_voltage_sel': /kisskb/src/drivers/regulator/mt6359-regulator.c:359:13: 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:16: note: byref variable will be forcibly initialized 954 | int i, hw_ver; | ^~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_clear_vram': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1361:17: note: byref variable will be forcibly initialized 1361 | ssize_t j; | ^ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_write': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:2623:17: note: byref variable will be forcibly initialized 2623 | ssize_t bytes_written = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-of.c: In function 'of_i2c_get_board_info': /kisskb/src/drivers/i2c/i2c-core-of.c:25:13: 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:31: note: byref variable will be forcibly initialized 69 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_read': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:2490:13: note: byref variable will be forcibly initialized 2490 | u32 buf32, address; | ^~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:2489:13: note: byref variable will be forcibly initialized 2489 | u16 buf16; | ^~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:2488:12: note: byref variable will be forcibly initialized 2488 | u8 buf8; | ^~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:2486:17: note: byref variable will be forcibly initialized 2486 | ssize_t bytes_read = 0; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'lm3533_read': /kisskb/src/drivers/mfd/lm3533-core.c:85:13: note: byref variable will be forcibly initialized 85 | int tmp; | ^~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'show_output': /kisskb/src/drivers/mfd/lm3533-core.c:263:12: note: byref variable will be forcibly initialized 263 | u8 val; | ^~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'store_output': /kisskb/src/drivers/mfd/lm3533-core.c:299:12: note: byref variable will be forcibly initialized 299 | u8 val; | ^~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_triggersr16': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1413:12: note: byref variable will be forcibly initialized 1413 | u8 tmp8; | ^~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_get_ramconfig': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:2079:25: note: byref variable will be forcibly initialized 2079 | u8 tmp8, tmp82, ramtype; | ^~~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:2079:18: note: byref variable will be forcibly initialized 2079 | u8 tmp8, tmp82, ramtype; | ^~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:2079:12: note: byref variable will be forcibly initialized 2079 | u8 tmp8, tmp82, ramtype; | ^~~~ /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:238:12: note: byref variable will be forcibly initialized 238 | u8 msg[] = { | ^~~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c: In function 'cdns_i2c_setclk': /kisskb/src/drivers/i2c/busses/i2c-cadence.c:1066:23: note: byref variable will be forcibly initialized 1066 | unsigned long fscl = id->i2c_clk; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c:1063:29: note: byref variable will be forcibly initialized 1063 | unsigned int div_a, div_b; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c:1063:22: note: byref variable will be forcibly initialized 1063 | unsigned int div_a, div_b; | ^~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_setidxregandor': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1237:12: note: byref variable will be forcibly initialized 1237 | u8 tmp; | ^~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_get_sdram_size': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1671:22: note: byref variable will be forcibly initialized 1671 | int ret = 0, i2ret = 0, i, j; | ^~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_getbuswidth': /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:373:37: note: byref variable will be forcibly initialized 373 | struct mipi_dsi_device_info info = { | ^~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1445:25: note: byref variable will be forcibly initialized 1445 | u32 t0, t1, t2, t3; | ^~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c: In function 'cdns_i2c_clk_notifier_cb': /kisskb/src/drivers/i2c/busses/i2c-cadence.c:1115:37: note: byref variable will be forcibly initialized 1115 | unsigned int div_a, div_b; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c:1115:30: note: byref variable will be forcibly initialized 1115 | unsigned int div_a, div_b; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c:1114:31: note: byref variable will be forcibly initialized 1114 | unsigned long fscl = id->i2c_clk; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c: In function 'cdns_i2c_slave_send_data': /kisskb/src/drivers/i2c/busses/i2c-cadence.c:308:12: note: byref variable will be forcibly initialized 308 | u8 data; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c: In function 'cdns_i2c_slave_rcv_data': /kisskb/src/drivers/i2c/busses/i2c-cadence.c:288:23: note: byref variable will be forcibly initialized 288 | unsigned char data; | ^~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1445:21: note: byref variable will be forcibly initialized 1445 | u32 t0, t1, t2, t3; | ^~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1445:17: note: byref variable will be forcibly initialized 1445 | u32 t0, t1, t2, t3; | ^~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1445:13: note: byref variable will be forcibly initialized 1445 | u32 t0, t1, t2, t3; | ^~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1444:13: note: byref variable will be forcibly initialized 1444 | u8 ramtype, done = 0; | ^~~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_verify_mclk': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1557:18: note: byref variable will be forcibly initialized 1557 | u8 tmp1, tmp2, i, j; | ^~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1557:12: note: byref variable will be forcibly initialized 1557 | u8 tmp1, tmp2, i, j; | ^~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_set_default_mode': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1754:24: note: byref variable will be forcibly initialized 1754 | u8 sr31, cr63, tmp8; | ^~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1754:18: note: byref variable will be forcibly initialized 1754 | u8 sr31, cr63, tmp8; | ^~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1754:12: note: byref variable will be forcibly initialized 1754 | u8 sr31, cr63, tmp8; | ^~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_init_gfxcore': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1882:13: note: byref variable will be forcibly initialized 1882 | u32 tmp32; | ^~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1881:18: note: byref variable will be forcibly initialized 1881 | u8 tmp8, ramtype; | ^~~~~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1881:12: note: byref variable will be forcibly initialized 1881 | u8 tmp8, ramtype; | ^~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1880:38: note: byref variable will be forcibly initialized 1880 | int ret = 0, i, j, bw, chab, iret, retry = 3; | ^~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1880:32: note: byref variable will be forcibly initialized 1880 | int ret = 0, i, j, bw, chab, iret, retry = 3; | ^~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:1880:28: note: byref variable will be forcibly initialized 1880 | int ret = 0, i, j, bw, chab, iret, retry = 3; | ^~ /kisskb/src/drivers/i2c/busses/i2c-cadence.c: In function 'cdns_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-cadence.c:1235:26: note: byref variable will be forcibly initialized 1235 | struct resource *r_mem; | ^~~~~ /kisskb/src/drivers/rtc/rtc-rx8025.c: In function 'rx8025_sysfs_store_clock_adjust': /kisskb/src/drivers/rtc/rtc-rx8025.c:497:14: note: byref variable will be forcibly initialized 497 | long adj; | ^~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_init_gfxdevice': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:2206:13: note: byref variable will be forcibly initialized 2206 | u32 tmp32; | ^~~~~ /kisskb/src/drivers/rtc/rtc-rx8025.c: In function 'rx8025_sysfs_show_clock_adjust': /kisskb/src/drivers/rtc/rtc-rx8025.c:482:14: note: byref variable will be forcibly initialized 482 | long adj; | ^~~ /kisskb/src/drivers/rtc/rtc-rx8025.c: In function 'rx8025_read_alarm': /kisskb/src/drivers/rtc/rtc-rx8025.c:329:12: note: byref variable will be forcibly initialized 329 | u8 ald[2]; | ^~~ /kisskb/src/drivers/rtc/rtc-rx8025.c: In function 'rx8025_get_time': /kisskb/src/drivers/rtc/rtc-rx8025.c:217:12: note: byref variable will be forcibly initialized 217 | u8 date[7]; | ^~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c: In function 'sisusb_ioctl': /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:2907:31: note: byref variable will be forcibly initialized 2907 | struct sisusb_command y; | ^ /kisskb/src/drivers/rtc/rtc-rx8025.c: In function 'rx8025_init_client': /kisskb/src/drivers/rtc/rtc-rx8025.c:283:12: note: byref variable will be forcibly initialized 283 | u8 ctrl[2], ctrl2; | ^~~~ /kisskb/src/drivers/usb/misc/sisusbvga/sisusb.c:2906:28: note: byref variable will be forcibly initialized 2906 | struct sisusb_info x; | ^ /kisskb/src/drivers/rtc/rtc-rx8025.c: In function 'rx8025_set_time': /kisskb/src/drivers/rtc/rtc-rx8025.c:251:12: note: byref variable will be forcibly initialized 251 | u8 date[7]; | ^~~~ /kisskb/src/drivers/rtc/rtc-rx8025.c: In function 'rx8025_set_alarm': /kisskb/src/drivers/rtc/rtc-rx8025.c:363:12: note: byref variable will be forcibly initialized 363 | u8 ald[2]; | ^~~ /kisskb/src/drivers/regulator/mt6358-regulator.c: In function 'mt6358_get_status': /kisskb/src/drivers/regulator/mt6358-regulator.c:406:13: note: byref variable will be forcibly initialized 406 | u32 regval; | ^~~~~~ /kisskb/src/drivers/regulator/mt6358-regulator.c: In function 'mt6358_get_voltage_sel': /kisskb/src/drivers/regulator/mt6358-regulator.c:362:13: note: byref variable will be forcibly initialized 362 | u32 selector; | ^~~~~~~~ /kisskb/src/drivers/regulator/mt6358-regulator.c: In function 'mt6358_regulator_get_mode': /kisskb/src/drivers/regulator/mt6358-regulator.c:447:18: note: byref variable will be forcibly initialized 447 | int ret, regval; | ^~~~~~ /kisskb/src/drivers/regulator/mt6358-regulator.c: In function 'mt6358_get_buck_voltage_sel': /kisskb/src/drivers/regulator/mt6358-regulator.c:387:18: note: byref variable will be forcibly initialized 387 | int ret, regval; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/opp/cpu.c:13: /kisskb/src/drivers/opp/cpu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/opp/cpu.c: In function 'dev_pm_opp_init_cpufreq_table': /kisskb/src/drivers/opp/cpu.c:49:23: note: byref variable will be forcibly initialized 49 | unsigned long rate; | ^~~~ /kisskb/src/drivers/hwmon/ds1621.c: In function 'update_interval_store': /kisskb/src/drivers/hwmon/ds1621.c:281:23: 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:14: note: byref variable will be forcibly initialized 238 | long val; | ^~~ /kisskb/src/lib/ubsan.c: In function '__ubsan_handle_divrem_overflow': /kisskb/src/lib/ubsan.c:164:14: note: byref variable will be forcibly initialized 164 | char rhs_val_str[VALUE_LENGTH]; | ^~~~~~~~~~~ /kisskb/src/lib/ubsan.c: In function '__ubsan_handle_type_mismatch': /kisskb/src/lib/ubsan.c:245:42: note: byref variable will be forcibly initialized 245 | struct type_mismatch_data_common common_data = { | ^~~~~~~~~~~ /kisskb/src/lib/ubsan.c: In function '__ubsan_handle_type_mismatch_v1': /kisskb/src/lib/ubsan.c:259:42: note: byref variable will be forcibly initialized 259 | struct type_mismatch_data_common common_data = { | ^~~~~~~~~~~ /kisskb/src/lib/ubsan.c: In function '__ubsan_handle_out_of_bounds': /kisskb/src/lib/ubsan.c:273:14: note: byref variable will be forcibly initialized 273 | char index_str[VALUE_LENGTH]; | ^~~~~~~~~ /kisskb/src/lib/ubsan.c: In function '__ubsan_handle_shift_out_of_bounds': /kisskb/src/lib/ubsan.c:293:14: note: byref variable will be forcibly initialized 293 | char lhs_str[VALUE_LENGTH]; | ^~~~~~~ /kisskb/src/lib/ubsan.c:292:14: note: byref variable will be forcibly initialized 292 | char rhs_str[VALUE_LENGTH]; | ^~~~~~~ /kisskb/src/lib/ubsan.c: In function '__ubsan_handle_load_invalid_value': /kisskb/src/lib/ubsan.c:342:14: note: byref variable will be forcibly initialized 342 | char val_str[VALUE_LENGTH]; | ^~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_saw_set_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1294:23: note: byref variable will be forcibly initialized 1294 | u8 range_sel, voltage_sel; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1294:12: note: byref variable will be forcibly initialized 1294 | 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:1240:35: note: byref variable will be forcibly initialized 1240 | u32 vctl, data3, avs_ctl, pmic_sts; | ^~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1240:26: note: byref variable will be forcibly initialized 1240 | u32 vctl, data3, avs_ctl, pmic_sts; | ^~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1240:19: note: byref variable will be forcibly initialized 1240 | u32 vctl, data3, avs_ctl, pmic_sts; | ^~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1240:13: note: byref variable will be forcibly initialized 1240 | 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:942:23: note: byref variable will be forcibly initialized 942 | u8 range_sel, voltage_sel; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:942:12: note: byref variable will be forcibly initialized 942 | u8 range_sel, voltage_sel; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/usb/misc/adutux.c:20: /kisskb/src/drivers/usb/misc/adutux.c: In function 'adu_abort_transfers': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/adutux.c:136:17: note: in expansion of macro 'wait_event_timeout' 136 | wait_event_timeout(dev->write_wait, dev->out_urb_finished, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_find_range': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:744:12: note: byref variable will be forcibly initialized 744 | u8 range_sel; | ^~~~~~~~~ /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:35: 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:30: 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:25: 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:35: 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:30: 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:25: note: byref variable will be forcibly initialized 42 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_auto_point_temp': /kisskb/src/drivers/hwmon/f71882fg.c:2184:14: note: byref variable will be forcibly initialized 2184 | long val; | ^~~ /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:35: 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:30: 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:25: note: byref variable will be forcibly initialized 98 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_simple_pwm': /kisskb/src/drivers/hwmon/f71882fg.c:1866:14: note: byref variable will be forcibly initialized 1866 | long val; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_fan_full_speed': /kisskb/src/drivers/hwmon/f71882fg.c:1401:14: note: byref variable will be forcibly initialized 1401 | long val; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_init_slew_rate': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1629:12: note: byref variable will be forcibly initialized 1629 | u8 reg = 0; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_in_max': /kisskb/src/drivers/hwmon/f71882fg.c:1488:14: note: byref variable will be forcibly initialized 1488 | long val; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_init_slew_rate_ftsmps426': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1674:12: note: byref variable will be forcibly initialized 1674 | u8 reg = 0; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_temp_crit': /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:35: 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:30: 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:25: note: byref variable will be forcibly initialized 202 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c:1687:14: note: byref variable will be forcibly initialized 1687 | long val; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_match': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1575:12: note: byref variable will be forcibly initialized 1575 | u8 version[SPMI_COMMON_REG_SUBTYPE - SPMI_COMMON_REG_DIG_MAJOR_REV + 1]; | ^~~~~~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_temp_max': /kisskb/src/drivers/hwmon/f71882fg.c:1603:14: note: byref variable will be forcibly initialized 1603 | long val; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_auto_point_temp_hyst': /kisskb/src/drivers/hwmon/f71882fg.c:2047:14: note: byref variable will be forcibly initialized 2047 | long val; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_auto_point_pwm': /kisskb/src/drivers/hwmon/f71882fg.c:1993:14: note: byref variable will be forcibly initialized 1993 | long val; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_common_get_mode': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1032:12: note: byref variable will be forcibly initialized 1032 | 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:927:12: note: byref variable will be forcibly initialized 927 | u8 selector; | ^~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_common_get_bypass': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1020:12: note: byref variable will be forcibly initialized 1020 | u8 val; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_auto_point_channel': /kisskb/src/drivers/hwmon/f71882fg.c:2133:14: note: byref variable will be forcibly initialized 2133 | long val; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_fan_beep': /kisskb/src/drivers/hwmon/f71882fg.c:1435:23: note: byref variable will be forcibly initialized 1435 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_interpolate': /kisskb/src/drivers/hwmon/f71882fg.c:2093:23: note: byref variable will be forcibly initialized 2093 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/f71882fg.c:1913:14: note: byref variable will be forcibly initialized 1913 | long val; | ^~~ /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:966:12: note: byref variable will be forcibly initialized 966 | 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:877:12: note: byref variable will be forcibly initialized 877 | u8 voltage_sel; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/f71882fg.c:1815:14: note: byref variable will be forcibly initialized 1815 | long val; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_ftsmps426_get_mode': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1051:12: note: byref variable will be forcibly initialized 1051 | 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:892:12: note: byref variable will be forcibly initialized 892 | 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:1704:12: note: byref variable will be forcibly initialized 1704 | u8 ctrl_reg[8], reg, mask; | ^~~~~~~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_in_beep': /kisskb/src/drivers/hwmon/f71882fg.c:1525:23: note: byref variable will be forcibly initialized 1525 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_temp_beep': /kisskb/src/drivers/hwmon/f71882fg.c:1748:23: note: byref variable will be forcibly initialized 1748 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'store_temp_max_hyst': /kisskb/src/drivers/hwmon/f71882fg.c:1645:14: note: byref variable will be forcibly initialized 1645 | long val; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_single_range_set_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:915:12: note: byref variable will be forcibly initialized 915 | 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:833:23: note: byref variable will be forcibly initialized 833 | u8 range_sel, voltage_sel; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:833:12: note: byref variable will be forcibly initialized 833 | u8 range_sel, voltage_sel; | ^~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:832:12: note: byref variable will be forcibly initialized 832 | 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:614:12: note: byref variable will be forcibly initialized 614 | 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:851:12: note: byref variable will be forcibly initialized 851 | u8 buf[2]; | ^~~ In file included from /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:14: /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'qcom_spmi_regulator_probe': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:2201:18: note: byref variable will be forcibly initialized 2201 | int ret, lenp; | ^~~~ /kisskb/src/drivers/edac/edac_mc_sysfs.c: In function 'edac_set_poll_msec': /kisskb/src/drivers/edac/edac_mc_sysfs.c:55:22: 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:23: note: byref variable will be forcibly initialized 705 | unsigned long bandwidth = 0; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/f71882fg.c: In function 'f71882fg_init': /kisskb/src/drivers/hwmon/f71882fg.c:2767:34: note: byref variable will be forcibly initialized 2767 | struct f71882fg_sio_data sio_data; | ^~~~~~~~ /kisskb/src/drivers/edac/edac_mc_sysfs.c: In function 'edac_create_dimm_object': /kisskb/src/drivers/edac/edac_mc_sysfs.c:643:22: note: byref variable will be forcibly initialized 643 | char location[80]; | ^~~~~~~~ /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:22: note: byref variable will be forcibly initialized 90 | unsigned int val; | ^~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_status': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:131:22: 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:22: note: byref variable will be forcibly initialized 161 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_health': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:194:22: 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:22: 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:22: 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:22: 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:22: 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:22: 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:22: 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:22: 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:22: 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:22: 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:22: 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:22: 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:22: 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:22: 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:22: 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:36: 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:36: 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:36: 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:22: 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:13: note: byref variable will be forcibly initialized 829 | u32 value; | ^~~~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'bit_show': /kisskb/src/drivers/hwmon/emc1403.c:54:22: 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:22: note: byref variable will be forcibly initialized 106 | unsigned int hyst; | ^~~~ /kisskb/src/drivers/hwmon/emc1403.c:105:22: 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:22: 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:23: 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:23: 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:23: note: byref variable will be forcibly initialized 141 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/emc1403.c:138:22: note: byref variable will be forcibly initialized 138 | unsigned int limit; | ^~~~~ /kisskb/src/drivers/usb/musb/musb_core.c: In function 'srp_store': /kisskb/src/drivers/usb/musb/musb_core.c:1956:25: 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:25: 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:14: 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:25: note: byref variable will be forcibly initialized 1729 | unsigned long status; | ^~~~~~ /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:12: note: byref variable will be forcibly initialized 941 | u8 status; | ^~~~~~ /kisskb/src/drivers/watchdog/da9062_wdt.c: In function 'da9062_wdt_read_timeout': /kisskb/src/drivers/watchdog/da9062_wdt.c:40:22: note: byref variable will be forcibly initialized 40 | unsigned int val; | ^~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'i2c_mux_add_adapter': /kisskb/src/drivers/i2c/i2c-mux.c:357:21: note: byref variable will be forcibly initialized 357 | u32 reg; | ^~~ /kisskb/src/drivers/i2c/i2c-mux.c:288:14: 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:14: note: byref variable will be forcibly initialized 442 | char symlink_name[20]; | ^~~~~~~~~~~~ /kisskb/src/drivers/memstick/core/memstick.c: In function 'h_memstick_read_dev_id': /kisskb/src/drivers/memstick/core/memstick.c:326:31: note: byref variable will be forcibly initialized 326 | struct ms_id_register id_reg; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/imx/imx8qxp-ldb-drv.c: In function 'imx8qxp_ldb_set_di_id': /kisskb/src/drivers/gpu/drm/bridge/imx/imx8qxp-ldb-drv.c:419:28: note: byref variable will be forcibly initialized 419 | struct of_endpoint endpoint; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/bridge/imx/imx8qxp-ldb-drv.c:11: /kisskb/src/drivers/gpu/drm/bridge/imx/imx8qxp-ldb-drv.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/imx/imx8qxp-ldb-drv.c: In function 'imx8qxp_ldb_parse_dt_companion': /kisskb/src/drivers/gpu/drm/bridge/imx/imx8qxp-ldb-drv.c:470:13: note: byref variable will be forcibly initialized 470 | u32 i; | ^ /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:22: note: byref variable will be forcibly initialized 338 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c:338:17: note: byref variable will be forcibly initialized 338 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c:338:12: 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_set_brightness': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c:638:12: 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_probe': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c:698:13: note: byref variable will be forcibly initialized 698 | u32 max_brightness; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_ext_pwr_online': /kisskb/src/drivers/power/supply/charger-manager.c:153:36: note: byref variable will be forcibly initialized 153 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_batt_present': /kisskb/src/drivers/power/supply/charger-manager.c:97:36: note: byref variable will be forcibly initialized 97 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'get_batt_uV': /kisskb/src/drivers/power/supply/charger-manager.c:189:36: note: byref variable will be forcibly initialized 189 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_full_charged': /kisskb/src/drivers/power/supply/charger-manager.c:287:13: note: byref variable will be forcibly initialized 287 | int uV; | ^~ /kisskb/src/drivers/power/supply/charger-manager.c:283:36: note: byref variable will be forcibly initialized 283 | union power_supply_propval val; | ^~~ In file included from /kisskb/src/include/linux/rtc.h:37, from /kisskb/src/drivers/power/supply/charger-manager.c:19: /kisskb/src/drivers/power/supply/charger-manager.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'of_cm_parse_desc': /kisskb/src/drivers/power/supply/charger-manager.c:1286:13: note: byref variable will be forcibly initialized 1286 | u32 battery_stat = CM_NO_BATTERY; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c:1285:13: note: byref variable will be forcibly initialized 1285 | u32 poll_mode = CM_POLL_DISABLE; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'cm_init_thermal_data': /kisskb/src/drivers/power/supply/charger-manager.c:1236:36: note: byref variable will be forcibly initialized 1236 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'is_charging': /kisskb/src/drivers/power/supply/charger-manager.c:216:36: note: byref variable will be forcibly initialized 216 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'cm_check_thermal_status': /kisskb/src/drivers/power/supply/charger-manager.c:529:13: note: byref variable will be forcibly initialized 529 | int temp, upper_limit, lower_limit; | ^~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'charger_get_property': /kisskb/src/drivers/power/supply/charger-manager.c:719:13: note: byref variable will be forcibly initialized 719 | int uV; | ^~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'charger_manager_probe': /kisskb/src/drivers/power/supply/charger-manager.c:1429:16: note: byref variable will be forcibly initialized 1429 | size_t num_properties; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c:1426:36: note: byref variable will be forcibly initialized 1426 | 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:1114:13: note: byref variable will be forcibly initialized 1114 | int externally_control; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c: In function 's6e3ha2_set_vint': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c:419:23: note: byref variable will be forcibly initialized 419 | unsigned char data[] = { 0xf4, 0x8b, | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c: In function 's6e3ha2_update_gamma': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c:436:12: note: byref variable will be forcibly initialized 436 | u8 data[S6E3HA2_GAMMA_CMD_CNT + 1] = { 0xca, }; | ^~~~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/drivers/opp/of.c:16: /kisskb/src/drivers/opp/of.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/opp/of.c:13: /kisskb/src/drivers/opp/of.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/opp/of.c: In function '_opp_is_supported': /kisskb/src/drivers/opp/of.c:530:13: note: byref variable will be forcibly initialized 530 | u32 val; | ^~~ /kisskb/src/drivers/opp/of.c: In function 'opp_parse_supplies': /kisskb/src/drivers/opp/of.c:588:14: note: byref variable will be forcibly initialized 588 | char name[NAME_MAX]; | ^~~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_pwm_mode': /kisskb/src/drivers/hwmon/f75375s.c:450:23: note: byref variable will be forcibly initialized 450 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_in_min': /kisskb/src/drivers/hwmon/f75375s.c:558:23: note: byref variable will be forcibly initialized 558 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_in_max': /kisskb/src/drivers/hwmon/f75375s.c:537:23: note: byref variable will be forcibly initialized 537 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_temp_max_hyst': /kisskb/src/drivers/hwmon/f75375s.c:627:23: note: byref variable will be forcibly initialized 627 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_temp_max': /kisskb/src/drivers/hwmon/f75375s.c:606:23: note: byref variable will be forcibly initialized 606 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_fan_min': /kisskb/src/drivers/hwmon/f75375s.c:290:23: note: byref variable will be forcibly initialized 290 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_pwm_enable': /kisskb/src/drivers/hwmon/f75375s.c:431:23: note: byref variable will be forcibly initialized 431 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_pwm': /kisskb/src/drivers/hwmon/f75375s.c:335:23: note: byref variable will be forcibly initialized 335 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/f75375s.c: In function 'set_fan_target': /kisskb/src/drivers/hwmon/f75375s.c:310:23: note: byref variable will be forcibly initialized 310 | unsigned long val; | ^~~ /kisskb/src/drivers/opp/of.c: In function '_of_has_opp_microwatt_property': /kisskb/src/drivers/opp/of.c:1536:30: note: byref variable will be forcibly initialized 1536 | unsigned long power, freq = 0; | ^~~~ /kisskb/src/drivers/opp/of.c: In function '_opp_add_static_v2': /kisskb/src/drivers/opp/of.c:925:13: note: byref variable will be forcibly initialized 925 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_drv.c: In function 'virtio_gpu_pci_quirk': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_drv.c:54:14: note: byref variable will be forcibly initialized 54 | char unique[20]; | ^~~~~~ /kisskb/src/drivers/opp/of.c: In function '_of_init_opp_table': /kisskb/src/drivers/opp/of.c:212:13: note: byref variable will be forcibly initialized 212 | u32 val; | ^~~ /kisskb/src/drivers/opp/of.c: In function 'dev_pm_opp_of_register_em': /kisskb/src/drivers/opp/of.c:1568:13: note: byref variable will be forcibly initialized 1568 | u32 cap; | ^~~ /kisskb/src/drivers/rtc/rtc-88pm80x.c: In function 'pm80x_rtc_read_time': /kisskb/src/drivers/rtc/rtc-88pm80x.c:102:23: note: byref variable will be forcibly initialized 102 | unsigned char buf[4]; | ^~~ /kisskb/src/drivers/rtc/rtc-88pm80x.c: In function 'pm80x_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-88pm80x.c:149:13: note: byref variable will be forcibly initialized 149 | int ret; | ^~~ /kisskb/src/drivers/rtc/rtc-88pm80x.c:147:23: note: byref variable will be forcibly initialized 147 | unsigned char buf[4]; | ^~~ /kisskb/src/drivers/rtc/rtc-88pm80x.c: In function 'pm80x_rtc_set_time': /kisskb/src/drivers/rtc/rtc-88pm80x.c:123:23: note: byref variable will be forcibly initialized 123 | unsigned char buf[4]; | ^~~ /kisskb/src/drivers/rtc/rtc-88pm80x.c: In function 'pm80x_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-88pm80x.c:175:23: note: byref variable will be forcibly initialized 175 | unsigned char buf[4]; | ^~~ /kisskb/src/drivers/rtc/rtc-88pm80x.c:173:33: note: byref variable will be forcibly initialized 173 | struct rtc_time now_tm, alarm_tm; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-88pm80x.c:173:25: note: byref variable will be forcibly initialized 173 | struct rtc_time now_tm, alarm_tm; | ^~~~~~ /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:28: 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:11: 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:182:12: note: byref variable will be forcibly initialized 182 | u8 data[] = { 0xff, 0x0, 0xdd }; | ^~~~ /kisskb/src/drivers/regulator/pfuze100-regulator.c: In function 'pfuze_identify': /kisskb/src/drivers/regulator/pfuze100-regulator.c:642:22: note: byref variable will be forcibly initialized 642 | unsigned int value; | ^~~~~ /kisskb/src/drivers/regulator/pfuze100-regulator.c: In function 'pfuze100_regulator_probe': /kisskb/src/drivers/regulator/pfuze100-regulator.c:778:21: note: byref variable will be forcibly initialized 778 | int val; | ^~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_mmu.c: In function 'v3d_mmu_insert_ptes': /kisskb/src/drivers/gpu/drm/v3d/v3d_mmu.c:93:33: note: byref variable will be forcibly initialized 93 | struct sg_dma_page_iter dma_iter; | ^~~~~~~~ /kisskb/src/drivers/edac/edac_module.c: In function 'edac_set_debug_level': /kisskb/src/drivers/edac/edac_module.c:25:23: note: byref variable will be forcibly initialized 25 | unsigned long val; | ^~~ /kisskb/src/drivers/rtc/rtc-88pm860x.c: In function 'pm860x_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-88pm860x.c:130:23: note: byref variable will be forcibly initialized 130 | unsigned char buf[8]; | ^~~ /kisskb/src/drivers/rtc/rtc-88pm860x.c: In function 'pm860x_rtc_read_time': /kisskb/src/drivers/rtc/rtc-88pm860x.c:81:23: note: byref variable will be forcibly initialized 81 | unsigned char buf[8]; | ^~~ /kisskb/src/drivers/rtc/rtc-88pm860x.c: In function 'pm860x_rtc_set_time': /kisskb/src/drivers/rtc/rtc-88pm860x.c:106:23: note: byref variable will be forcibly initialized 106 | unsigned char buf[4]; | ^~~ /kisskb/src/drivers/rtc/rtc-88pm860x.c: In function 'pm860x_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-88pm860x.c:158:23: note: byref variable will be forcibly initialized 158 | unsigned char buf[8]; | ^~~ /kisskb/src/drivers/rtc/rtc-88pm860x.c: In function 'calibrate_vrtc_work': /kisskb/src/drivers/rtc/rtc-88pm860x.c:201:23: note: byref variable will be forcibly initialized 201 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/usb/chipidea/debug.c: In function 'ci_role_write': /kisskb/src/drivers/usb/chipidea/debug.c:266:14: 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:14: note: byref variable will be forcibly initialized 80 | char buf[32]; | ^~~ /kisskb/src/drivers/usb/chipidea/debug.c:79:18: note: byref variable will be forcibly initialized 79 | unsigned mode; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c: In function 's6e8aa0_read_mtp_id': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c:822:12: note: byref variable will be forcibly initialized 822 | u8 id[3]; | ^~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c: In function 's6e8aa0_elvss_nvm_set_v142': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c:171:18: note: byref variable will be forcibly initialized 171 | const u8 d[] = { seq };\ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c:341:9: note: in expansion of macro 's6e8aa0_dcs_write_seq' 341 | s6e8aa0_dcs_write_seq(ctx, 0xd9, 0x14, 0x40, 0x0c, 0xcb, 0xce, 0x6e, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c: In function 's6e8aa0_etc_elvss_control': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c:171:18: note: byref variable will be forcibly initialized 171 | const u8 d[] = { seq };\ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c:318:9: note: in expansion of macro 's6e8aa0_dcs_write_seq' 318 | s6e8aa0_dcs_write_seq(ctx, 0xb1, 0x04, id); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c: In function 's6e8aa0_panel_cond_set_v142': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c:171:18: note: byref variable will be forcibly initialized 171 | const u8 d[] = { seq };\ | ^ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e8aa0.c:249:9: note: in expansion of macro 's6e8aa0_dcs_write_seq' 249 | s6e8aa0_dcs_write_seq(ctx, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/appledisplay.c: In function 'appledisplay_probe': /kisskb/src/drivers/usb/misc/appledisplay.c:210:14: note: byref variable will be forcibly initialized 210 | char bl_name[20]; | ^~~~~~~ /kisskb/src/drivers/usb/misc/appledisplay.c:207:41: note: byref variable will be forcibly initialized 207 | struct usb_endpoint_descriptor *endpoint; | ^~~~~~~~ /kisskb/src/drivers/usb/misc/appledisplay.c:204:37: note: byref variable will be forcibly initialized 204 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/regulator/rt4831-regulator.c: In function 'rt4831_get_error_flags': /kisskb/src/drivers/regulator/rt4831-regulator.c:52:22: note: byref variable will be forcibly initialized 52 | unsigned int val, events = 0; | ^~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'autocalibration_store': /kisskb/src/drivers/rtc/rtc-abx80x.c:399:23: note: byref variable will be forcibly initialized 399 | unsigned long autocalibration = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_read_alarm': /kisskb/src/drivers/rtc/rtc-abx80x.c:276:23: note: byref variable will be forcibly initialized 276 | unsigned char buf[7]; | ^~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_rtc_read_time': /kisskb/src/drivers/rtc/rtc-abx80x.c:170:23: note: byref variable will be forcibly initialized 170 | unsigned char buf[8]; | ^~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_rtc_set_time': /kisskb/src/drivers/rtc/rtc-abx80x.c:210:23: note: byref variable will be forcibly initialized 210 | unsigned char buf[8]; | ^~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_set_alarm': /kisskb/src/drivers/rtc/rtc-abx80x.c:308:12: note: byref variable will be forcibly initialized 308 | u8 alarm[6]; | ^~~~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_dt_trickle_cfg': /kisskb/src/drivers/rtc/rtc-abx80x.c:562:13: note: byref variable will be forcibly initialized 562 | u32 tmp; | ^~~ /kisskb/src/drivers/rtc/rtc-abx80x.c:559:21: note: byref variable will be forcibly initialized 559 | const char *diode; | ^~~~~ /kisskb/src/drivers/rtc/rtc-abx80x.c: In function 'abx80x_probe': /kisskb/src/drivers/rtc/rtc-abx80x.c:682:14: note: byref variable will be forcibly initialized 682 | char buf[7]; | ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-mtd.c: In function 'ledtrig_mtd_activity': /kisskb/src/drivers/leds/trigger/ledtrig-mtd.c:25:23: note: byref variable will be forcibly initialized 25 | unsigned long blink_delay = BLINK_DELAY; | ^~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-smbus.c: In function 'smbus_alert': /kisskb/src/drivers/i2c/i2c-smbus.c:75:35: note: byref variable will be forcibly initialized 75 | struct alert_data data; | ^~~~ /kisskb/src/drivers/watchdog/max77620_wdt.c: In function 'max77620_wdt_probe': /kisskb/src/drivers/watchdog/max77620_wdt.c:164:22: note: byref variable will be forcibly initialized 164 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/regulator/rtmv20-regulator.c: In function 'rtmv20_check_chip_exist': /kisskb/src/drivers/regulator/rtmv20-regulator.c:280:22: 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:22: 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:22: 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:21: note: byref variable will be forcibly initialized 240 | u32 temp; | ^~~~ /kisskb/src/drivers/regulator/rtmv20-regulator.c:238:24: note: byref variable will be forcibly initialized 238 | __be16 bval16; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/host1x.h:9, from /kisskb/src/drivers/gpu/drm/tegra/drm.c:8: /kisskb/src/drivers/gpu/drm/tegra/drm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/drm.c: In function 'tegra_debugfs_iova': /kisskb/src/drivers/gpu/drm/tegra/drm.c:859:28: note: byref variable will be forcibly initialized 859 | struct drm_printer p = drm_seq_file_printer(s); | ^ /kisskb/src/drivers/gpu/drm/tegra/drm.c: In function 'tegra_drm_submit': /kisskb/src/drivers/gpu/drm/tegra/drm.c:227:41: note: byref variable will be forcibly initialized 227 | struct drm_tegra_cmdbuf cmdbuf; | ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/drm.c:180:33: note: byref variable will be forcibly initialized 180 | struct drm_tegra_syncpt syncpt; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/imx/imx8qxp-pxl2dpi.c: In function 'imx8qxp_pxl2dpi_set_pixel_link_sel': /kisskb/src/drivers/gpu/drm/bridge/imx/imx8qxp-pxl2dpi.c:303:28: note: byref variable will be forcibly initialized 303 | struct of_endpoint endpoint; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/bridge/imx/imx8qxp-pxl2dpi.c:11: /kisskb/src/drivers/gpu/drm/bridge/imx/imx8qxp-pxl2dpi.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/regulator/slg51000-regulator.c: In function 'slg51000_clear_fault_log': /kisskb/src/drivers/regulator/slg51000-regulator.c:419:22: note: byref variable will be forcibly initialized 419 | unsigned int val = 0; | ^~~ /kisskb/src/drivers/regulator/slg51000-regulator.c: In function 'slg51000_irq_handler': /kisskb/src/drivers/regulator/slg51000-regulator.c:353:31: note: byref variable will be forcibly initialized 353 | unsigned int evt_otp, mask_otp; | ^~~~~~~~ /kisskb/src/drivers/regulator/slg51000-regulator.c:353:22: note: byref variable will be forcibly initialized 353 | unsigned int evt_otp, mask_otp; | ^~~~~~~ /kisskb/src/drivers/regulator/slg51000-regulator.c:351:12: note: byref variable will be forcibly initialized 351 | u8 evt[SLG51000_MAX_EVT_REGISTER][REG_MAX]; | ^~~ /kisskb/src/drivers/regulator/slg51000-regulator.c: In function 'slg51000_regulator_init': /kisskb/src/drivers/regulator/slg51000-regulator.c:249:12: note: byref variable will be forcibly initialized 249 | u8 vsel_range[2]; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/slg51000-regulator.c:248:27: note: byref variable will be forcibly initialized 248 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/i2c/i2c-slave-testunit.c: In function 'i2c_slave_testunit_work': /kisskb/src/drivers/i2c/i2c-slave-testunit.c:50:12: note: byref variable will be forcibly initialized 50 | u8 msgbuf[256]; | ^~~~~~ /kisskb/src/drivers/i2c/i2c-slave-testunit.c:49:24: note: byref variable will be forcibly initialized 49 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/rtc/rtc-as3722.c: In function 'as3722_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-as3722.c:108:12: note: byref variable will be forcibly initialized 108 | u8 as_time_array[6]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-as3722.c: In function 'as3722_rtc_read_time': /kisskb/src/drivers/rtc/rtc-as3722.c:58:12: note: byref variable will be forcibly initialized 58 | u8 as_time_array[6]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-as3722.c: In function 'as3722_rtc_set_time': /kisskb/src/drivers/rtc/rtc-as3722.c:75:12: note: byref variable will be forcibly initialized 75 | u8 as_time_array[6]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-as3722.c: In function 'as3722_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-as3722.c:126:12: note: byref variable will be forcibly initialized 126 | u8 as_time_array[6]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/ftsteutates.c: In function 'fan_alarm_store': /kisskb/src/drivers/hwmon/ftsteutates.c:482:14: 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:14: note: byref variable will be forcibly initialized 408 | long ret; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c: In function 'igt_buddy_alloc_pathological': /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:351:19: note: byref variable will be forcibly initialized 351 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:350:19: note: byref variable will be forcibly initialized 350 | LIST_HEAD(holes); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:349:19: note: byref variable will be forcibly initialized 349 | LIST_HEAD(blocks); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:348:26: note: byref variable will be forcibly initialized 348 | struct drm_buddy mm; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c: In function 'igt_buddy_alloc_pessimistic': /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:597:19: note: byref variable will be forcibly initialized 597 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:596:19: note: byref variable will be forcibly initialized 596 | LIST_HEAD(blocks); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:594:26: note: byref variable will be forcibly initialized 594 | struct drm_buddy mm; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c: In function 'igt_buddy_alloc_optimistic': /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:743:19: note: byref variable will be forcibly initialized 743 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:742:19: note: byref variable will be forcibly initialized 742 | LIST_HEAD(blocks); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:741:26: note: byref variable will be forcibly initialized 741 | struct drm_buddy mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c: In function 'igt_buddy_alloc_limit': /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:911:26: note: byref variable will be forcibly initialized 911 | struct drm_buddy mm; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:910:19: note: byref variable will be forcibly initialized 910 | LIST_HEAD(allocated); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:14: /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c: In function 'igt_mm_config': /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: 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_buddy.c:322:9: note: in expansion of macro 'DRM_RND_STATE' 322 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:322:23: note: byref variable will be forcibly initialized 322 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:26: 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_buddy.c: In function '__igt_timeout': /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:32:17: note: byref variable will be forcibly initialized 32 | va_list va; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c: In function 'igt_buddy_alloc_smoke': /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:502:27: note: byref variable will be forcibly initialized 502 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:500:27: note: byref variable will be forcibly initialized 500 | LIST_HEAD(blocks); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:14: /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:26: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:35: 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_buddy.c:479:9: note: in expansion of macro 'DRM_RND_STATE' 479 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:479:23: note: byref variable will be forcibly initialized 479 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:26: 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_buddy.c:475:26: note: byref variable will be forcibly initialized 475 | struct drm_buddy mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:473:37: note: byref variable will be forcibly initialized 473 | u64 mm_size, min_page_size, chunk_size, start = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:473:13: note: byref variable will be forcibly initialized 473 | u64 mm_size, min_page_size, chunk_size, start = 0; | ^~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c: In function 'igt_buddy_alloc_range': /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:838:27: note: byref variable will be forcibly initialized 838 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:816:19: note: byref variable will be forcibly initialized 816 | LIST_HEAD(blocks); | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:815:26: note: byref variable will be forcibly initialized 815 | struct drm_buddy mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:813:32: note: byref variable will be forcibly initialized 813 | u64 offset, size, rem, chunk_size, end; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_buddy.c:813:21: note: byref variable will be forcibly initialized 813 | u64 offset, size, rem, chunk_size, end; | ^~~~ /kisskb/src/drivers/regulator/rtq6752-regulator.c: In function 'rtq6752_get_error_flags': /kisskb/src/drivers/regulator/rtq6752-regulator.c:107:22: 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:12: note: byref variable will be forcibly initialized 177 | u8 raw_vals[] = { 0, 0 }; | ^~~~~~~~ /kisskb/src/drivers/mfd/mt6360-core.c: In function 'mt6360_regmap_read': /kisskb/src/drivers/mfd/mt6360-core.c:404:12: note: byref variable will be forcibly initialized 404 | u8 reg_addr = *(u8 *)(reg + 1); | ^~~~~~~~ /kisskb/src/drivers/mfd/mt6360-core.c: In function 'mt6360_regmap_write': /kisskb/src/drivers/mfd/mt6360-core.c:455:12: note: byref variable will be forcibly initialized 455 | u8 reg_addr = *(u8 *)(val + 1); | ^~~~~~~~ /kisskb/src/drivers/usb/chipidea/udc.c: In function 'isr_setup_packet_handler': /kisskb/src/drivers/usb/chipidea/udc.c:1148:32: note: byref variable will be forcibly initialized 1148 | struct usb_ctrlrequest req; | ^~~ /kisskb/src/drivers/mfd/mt6360-core.c: In function 'mt6360_check_vendor_info': /kisskb/src/drivers/mfd/mt6360-core.c:350:13: note: byref variable will be forcibly initialized 350 | u32 info; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-imx.c: In function 'i2c_imx_slave_finish_op': /kisskb/src/drivers/i2c/busses/i2c-imx.c:724:12: note: byref variable will be forcibly initialized 724 | u8 val = 0; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-imx.c: In function 'i2c_imx_slave_handle': /kisskb/src/drivers/i2c/busses/i2c-imx.c:749:12: note: byref variable will be forcibly initialized 749 | u8 value = 0; | ^~~~~ In file included from /kisskb/src/drivers/i2c/busses/i2c-imx.c:29: /kisskb/src/drivers/i2c/busses/i2c-imx.c: In function 'dmaengine_prep_slave_single': /kisskb/src/include/linux/dmaengine.h:964:28: note: byref variable will be forcibly initialized 964 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/i2c/busses/i2c-imx.c:24: /kisskb/src/drivers/i2c/busses/i2c-imx.c: In function 'i2c_imx_trx_complete': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-imx.c:540:17: note: in expansion of macro 'wait_event_timeout' 540 | wait_event_timeout(i2c_imx->queue, i2c_imx->i2csr & I2SR_IIF, HZ / 10); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-imx.c: In function 'i2c_imx_dma_request': /kisskb/src/drivers/i2c/busses/i2c-imx.c:354:33: note: byref variable will be forcibly initialized 354 | struct dma_slave_config dma_sconfig; | ^~~~~~~~~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_clks': /kisskb/src/drivers/opp/debugfs.c:81:14: note: byref variable will be forcibly initialized 81 | char name[12]; | ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_supplies': /kisskb/src/drivers/opp/debugfs.c:103:22: note: byref variable will be forcibly initialized 103 | char name[15]; | ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_bw': /kisskb/src/drivers/opp/debugfs.c:59:14: note: byref variable will be forcibly initialized 59 | char name[11]; | ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'bw_name_read': /kisskb/src/drivers/opp/debugfs.c:40:14: note: byref variable will be forcibly initialized 40 | char buf[64]; | ^~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_list_debug_create_link': /kisskb/src/drivers/opp/debugfs.c:188:14: note: byref variable will be forcibly initialized 188 | char name[NAME_MAX]; | ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_one': /kisskb/src/drivers/opp/debugfs.c:132:14: note: byref variable will be forcibly initialized 132 | char name[25]; /* 20 chars for 64 bit value + 5 (opp:\0) */ | ^~~~ /kisskb/src/drivers/power/supply/max77976_charger.c: In function 'max77976_get_status': /kisskb/src/drivers/power/supply/max77976_charger.c:126:22: note: byref variable will be forcibly initialized 126 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/max77976_charger.c: In function 'max77976_get_charge_type': /kisskb/src/drivers/power/supply/max77976_charger.c:164:22: note: byref variable will be forcibly initialized 164 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/max77976_charger.c: In function 'max77976_get_health': /kisskb/src/drivers/power/supply/max77976_charger.c:202:22: note: byref variable will be forcibly initialized 202 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/max77976_charger.c: In function 'max77976_get_online': /kisskb/src/drivers/power/supply/max77976_charger.c:236:22: note: byref variable will be forcibly initialized 236 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/max77976_charger.c: In function 'max77976_get_integer': /kisskb/src/drivers/power/supply/max77976_charger.c:252:22: note: byref variable will be forcibly initialized 252 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/max77976_charger.c: In function 'max77976_detect': /kisskb/src/drivers/power/supply/max77976_charger.c:395:31: note: byref variable will be forcibly initialized 395 | unsigned int id, ver, rev; | ^~~ /kisskb/src/drivers/power/supply/max77976_charger.c:395:26: note: byref variable will be forcibly initialized 395 | unsigned int id, ver, rev; | ^~~ /kisskb/src/drivers/power/supply/max77976_charger.c:395:22: note: byref variable will be forcibly initialized 395 | unsigned int id, ver, rev; | ^~ /kisskb/src/drivers/leds/trigger/ledtrig-heartbeat.c: In function 'led_invert_store': /kisskb/src/drivers/leds/trigger/ledtrig-heartbeat.c:108:23: note: byref variable will be forcibly initialized 108 | unsigned long state; | ^~~~~ /kisskb/src/drivers/regulator/tps6286x-regulator.c: In function 'tps6286x_get_mode': /kisskb/src/drivers/regulator/tps6286x-regulator.c:52:22: note: byref variable will be forcibly initialized 52 | unsigned int val; | ^~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_read_mask': /kisskb/src/drivers/power/supply/bq24190_charger.c:270:12: note: byref variable will be forcibly initialized 270 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_battery_get_online': /kisskb/src/drivers/power/supply/bq24190_charger.c:1413:12: note: byref variable will be forcibly initialized 1413 | u8 batfet_disable; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_get_field_val': /kisskb/src/drivers/power/supply/bq24190_charger.c:305:12: note: byref variable will be forcibly initialized 305 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_battery_get_temp_alert_max': /kisskb/src/drivers/power/supply/bq24190_charger.c:1437:13: note: byref variable will be forcibly initialized 1437 | int temp, ret; | ^~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_voltage': /kisskb/src/drivers/power/supply/bq24190_charger.c:1057:13: note: byref variable will be forcibly initialized 1057 | int voltage, ret; | ^~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_iinlimit': /kisskb/src/drivers/power/supply/bq24190_charger.c:1093:13: note: byref variable will be forcibly initialized 1093 | int iinlimit, ret; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_charge_type': /kisskb/src/drivers/power/supply/bq24190_charger.c:750:12: note: byref variable will be forcibly initialized 750 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_online': /kisskb/src/drivers/power/supply/bq24190_charger.c:911:21: note: byref variable will be forcibly initialized 911 | u8 pg_stat, batfet_disable; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c:911:12: note: byref variable will be forcibly initialized 911 | u8 pg_stat, batfet_disable; | ^~~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_precharge': /kisskb/src/drivers/power/supply/bq24190_charger.c:967:12: note: byref variable will be forcibly initialized 967 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_charge_term': /kisskb/src/drivers/power/supply/bq24190_charger.c:983:12: note: byref variable will be forcibly initialized 983 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_get_current': /kisskb/src/drivers/power/supply/bq24190_charger.c:1000:13: note: byref variable will be forcibly initialized 1000 | int curr, ret; | ^~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c:999:12: note: byref variable will be forcibly initialized 999 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_battery_get_status': /kisskb/src/drivers/power/supply/bq24190_charger.c:1322:12: note: byref variable will be forcibly initialized 1322 | u8 ss_reg, chrg_fault; | ^~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_write_mask': /kisskb/src/drivers/power/supply/bq24190_charger.c:287:12: note: byref variable will be forcibly initialized 287 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_charger_set_current': /kisskb/src/drivers/power/supply/bq24190_charger.c:1026:12: note: byref variable will be forcibly initialized 1026 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_set_config': /kisskb/src/drivers/power/supply/bq24190_charger.c:623:12: note: byref variable will be forcibly initialized 623 | u8 v; | ^ /kisskb/src/drivers/regulator/tps6507x-regulator.c: In function 'tps6507x_pmic_read': /kisskb/src/drivers/regulator/tps6507x-regulator.c:115:12: note: byref variable will be forcibly initialized 115 | u8 val; | ^~~ /kisskb/src/drivers/regulator/tps6507x-regulator.c: In function 'tps6507x_pmic_of_parse_cb': /kisskb/src/drivers/regulator/tps6507x-regulator.c:359:13: note: byref variable will be forcibly initialized 359 | u32 prop; | ^~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_check_status': /kisskb/src/drivers/power/supply/bq24190_charger.c:1593:24: note: byref variable will be forcibly initialized 1593 | u8 ss_reg = 0, f_reg = 0; | ^~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c:1593:12: note: byref variable will be forcibly initialized 1593 | u8 ss_reg = 0, f_reg = 0; | ^~~~~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_register_reset': /kisskb/src/drivers/power/supply/bq24190_charger.c:704:12: note: byref variable will be forcibly initialized 704 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_hw_init': /kisskb/src/drivers/power/supply/bq24190_charger.c:1687:12: note: byref variable will be forcibly initialized 1687 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_sysfs_store': /kisskb/src/drivers/power/supply/bq24190_charger.c:481:12: note: byref variable will be forcibly initialized 481 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_sysfs_show': /kisskb/src/drivers/power/supply/bq24190_charger.c:452:12: note: byref variable will be forcibly initialized 452 | u8 v; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_get_config': /kisskb/src/drivers/power/supply/bq24190_charger.c:1723:13: note: byref variable will be forcibly initialized 1723 | int v, idx; | ^ /kisskb/src/drivers/power/supply/bq24190_charger.c:1722:43: note: byref variable will be forcibly initialized 1722 | struct power_supply_battery_info *info; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c: In function 'seiko_panel_get_fixed_modes': /kisskb/src/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c:69:34: note: byref variable will be forcibly initialized 69 | struct videomode vm; | ^~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_input_current_limit_work': /kisskb/src/drivers/power/supply/bq24190_charger.c:1253:36: note: byref variable will be forcibly initialized 1253 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/bq24190_charger.c: In function 'bq24190_vbus_is_enabled': /kisskb/src/drivers/power/supply/bq24190_charger.c:547:12: note: byref variable will be forcibly initialized 547 | u8 val; | ^~~ /kisskb/src/drivers/hwmon/iio_hwmon.c: In function 'iio_hwmon_read_val': /kisskb/src/drivers/hwmon/iio_hwmon.c:48:28: note: byref variable will be forcibly initialized 48 | enum iio_chan_type type; | ^~~~ /kisskb/src/drivers/hwmon/iio_hwmon.c:43:13: note: byref variable will be forcibly initialized 43 | int result; | ^~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwmon/iio_hwmon.c:11: /kisskb/src/drivers/hwmon/iio_hwmon.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/iio_hwmon.c: In function 'iio_hwmon_probe': /kisskb/src/drivers/hwmon/iio_hwmon.c:71:28: note: byref variable will be forcibly initialized 71 | enum iio_chan_type type; | ^~~~ /kisskb/src/drivers/hwmon/g760a.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/g760a.c:143:23: note: byref variable will be forcibly initialized 143 | unsigned long val; | ^~~ /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:22: 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:22: note: byref variable will be forcibly initialized 39 | unsigned int status; | ^~~~~~ 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_get_offsets_ci_log': /kisskb/src/include/linux/trace_events.h:925:17: note: byref variable will be forcibly initialized 925 | va_list __ap; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:263:9: note: in definition of macro 'DECLARE_EVENT_CLASS' 263 | tstruct; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:43:30: note: in expansion of macro 'PARAMS' 43 | PARAMS(tstruct), \ | ^~~~~~ /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.h:29:9: note: in expansion of macro 'TP_STRUCT__entry' 29 | TP_STRUCT__entry( | ^~~~~~~~~~~~~~~~ /kisskb/src/include/trace/stages/stage5_get_offsets.h:43:34: note: in expansion of macro '__dynamic_array' 43 | #define __vstring(item, fmt, ap) __dynamic_array(char, item, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/stages/stage5_get_offsets.h:44:23: note: in expansion of macro '__trace_event_vstr_len' 44 | __trace_event_vstr_len(fmt, ap)) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:31:17: note: in expansion of macro '__vstring' 31 | __vstring(msg, vaf->fmt, vaf->va) | ^~~~~~~~~ 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/stages/stage6_event_callback.h:44:25: note: byref variable will be forcibly initialized 44 | va_list __cp_va; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:402:11: note: in definition of macro 'DECLARE_EVENT_CLASS' 402 | { assign; } \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:44:30: note: in expansion of macro 'PARAMS' 44 | PARAMS(assign), \ | ^~~~~~ /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.h:33:9: note: in expansion of macro 'TP_fast_assign' 33 | TP_fast_assign( | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:35:17: note: in expansion of macro '__assign_vstr' 35 | __assign_vstr(msg, vaf->fmt, vaf->va); | ^~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/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:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | 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, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c:26: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c:26: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c: In function 'virtio_gpu_get_capsets': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c:80:23: note: in expansion of macro 'wait_event_timeout' 80 | ret = wait_event_timeout(vgdev->resp_wq, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c:27: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c: In function 'virtio_gpu_config_changed_work_func': /kisskb/src/include/linux/virtio_config.h:484:50: note: byref variable will be forcibly initialized 484 | typeof(((structname*)0)->member) virtio_cwrite_v = \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c:52:9: note: in expansion of macro 'virtio_cwrite_le' 52 | virtio_cwrite_le(vgdev->vdev, struct virtio_gpu_config, | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c:42:9: note: in expansion of macro 'virtio_cread_le' 42 | virtio_cread_le(vgdev->vdev, struct virtio_gpu_config, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/trace.c: In function 'ci_log': /kisskb/src/drivers/usb/chipidea/trace.c:16:17: note: byref variable will be forcibly initialized 16 | va_list args; | ^~~~ /kisskb/src/drivers/usb/chipidea/trace.c:15:26: note: byref variable will be forcibly initialized 15 | struct va_format vaf; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c:26: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c: In function 'virtio_gpu_init': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c:250:9: note: in expansion of macro 'wait_event_timeout' 250 | wait_event_timeout(vgdev->resp_wq, !vgdev->display_info_pending, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c:27: /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c:232:9: note: in expansion of macro 'virtio_cread_le' 232 | virtio_cread_le(vgdev->vdev, struct virtio_gpu_config, | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:456:50: note: byref variable will be forcibly initialized 456 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c:221:9: note: in expansion of macro 'virtio_cread_le' 221 | virtio_cread_le(vgdev->vdev, struct virtio_gpu_config, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_kms.c:122:27: note: byref variable will be forcibly initialized 122 | struct virtqueue *vqs[2]; | ^~~ /kisskb/src/drivers/watchdog/rave-sp-wdt.c: In function 'rave_sp_wdt_rdu_restart': /kisskb/src/drivers/watchdog/rave-sp-wdt.c:130:12: 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:12: 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:12: 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:12: 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:12: 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:24: note: byref variable will be forcibly initialized 280 | size_t len; | ^~~ /kisskb/src/drivers/watchdog/rave-sp-wdt.c:259:16: note: byref variable will be forcibly initialized 259 | __le16 timeout = 0; | ^~~~~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c: In function 'etnaviv_cmd_validate_one': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c:152:38: note: byref variable will be forcibly initialized 152 | struct etna_validation_state state; | ^~~~~ In file included from /kisskb/src/drivers/rtc/rtc-da9052.c:16: /kisskb/src/drivers/rtc/rtc-da9052.c: In function 'da9052_group_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:144:22: note: byref variable will be forcibly initialized 144 | unsigned int tmp; | ^~~ /kisskb/src/drivers/rtc/rtc-da9052.c: In function 'da9052_read_alarm': /kisskb/src/drivers/rtc/rtc-da9052.c:59:17: note: byref variable will be forcibly initialized 59 | uint8_t v[2][5]; | ^ /kisskb/src/drivers/rtc/rtc-da9052.c: In function 'da9052_rtc_read_time': /kisskb/src/drivers/rtc/rtc-da9052.c:157:17: note: byref variable will be forcibly initialized 157 | uint8_t v[2][6]; | ^ In file included from /kisskb/src/drivers/rtc/rtc-da9052.c:16: /kisskb/src/drivers/rtc/rtc-da9052.c: In function 'da9052_reg_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:107:13: note: byref variable will be forcibly initialized 107 | int val, ret; | ^~~ /kisskb/src/drivers/rtc/rtc-da9052.c: In function 'da9052_rtc_set_time': /kisskb/src/drivers/rtc/rtc-da9052.c:199:17: note: byref variable will be forcibly initialized 199 | uint8_t v[6]; | ^ /kisskb/src/drivers/rtc/rtc-cros-ec.c: In function 'cros_ec_rtc_get': /kisskb/src/drivers/rtc/rtc-cros-ec.c:39:20: note: byref variable will be forcibly initialized 39 | } __packed msg; | ^~~ /kisskb/src/drivers/rtc/rtc-cros-ec.c: In function 'cros_ec_rtc_set': /kisskb/src/drivers/rtc/rtc-cros-ec.c:66:20: note: byref variable will be forcibly initialized 66 | } __packed msg; | ^~~ /kisskb/src/drivers/rtc/rtc-da9052.c: In function 'da9052_set_alarm': /kisskb/src/drivers/rtc/rtc-da9052.c:104:17: note: byref variable will be forcibly initialized 104 | uint8_t v[3]; | ^ /kisskb/src/drivers/rtc/rtc-cros-ec.c: In function 'cros_ec_rtc_alarm_irq_enable': /kisskb/src/drivers/rtc/rtc-cros-ec.c:206:27: note: byref variable will be forcibly initialized 206 | u32 current_time, alarm_offset, alarm_value; | ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-cros-ec.c:206:13: note: byref variable will be forcibly initialized 206 | u32 current_time, alarm_offset, alarm_value; | ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-cros-ec.c: In function 'cros_ec_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-cros-ec.c:126:27: note: byref variable will be forcibly initialized 126 | u32 current_time, alarm_offset; | ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-cros-ec.c:126:13: note: byref variable will be forcibly initialized 126 | u32 current_time, alarm_offset; | ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-cros-ec.c: In function 'cros_ec_rtc_read_time': /kisskb/src/drivers/rtc/rtc-cros-ec.c:90:13: note: byref variable will be forcibly initialized 90 | u32 time; | ^~~~ /kisskb/src/drivers/rtc/rtc-cros-ec.c: In function 'cros_ec_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-cros-ec.c:157:13: note: byref variable will be forcibly initialized 157 | u32 current_time, alarm_offset; | ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-cros-ec.c: In function 'cros_ec_rtc_probe': /kisskb/src/drivers/rtc/rtc-cros-ec.c:322:25: note: byref variable will be forcibly initialized 322 | struct rtc_time tm; | ^~ /kisskb/src/drivers/usb/misc/cypress_cy7c63.c: In function 'write_port': /kisskb/src/drivers/usb/misc/cypress_cy7c63.c:120:13: note: byref variable will be forcibly initialized 120 | int value = -1; | ^~~~~ /kisskb/src/drivers/usb/chipidea/host.c: In function 'ci_ehci_hub_control': /kisskb/src/drivers/usb/chipidea/host.c:248:25: note: byref variable will be forcibly initialized 248 | bool done = false; | ^~~~ /kisskb/src/drivers/usb/chipidea/host.c:246:25: note: byref variable will be forcibly initialized 246 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/drivers/regulator/tps65217-regulator.c:12: /kisskb/src/drivers/regulator/tps65217-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/tps65217-regulator.c: In function 'tps65217_regulator_probe': /kisskb/src/drivers/regulator/tps65217-regulator.c:220:22: note: byref variable will be forcibly initialized 220 | unsigned int val; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-mt65xx.c: In function 'mtk_i2c_set_speed': /kisskb/src/drivers/i2c/busses/i2c-mt65xx.c:852:22: note: byref variable will be forcibly initialized 852 | unsigned int l_sample_cnt; | ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mt65xx.c:851:22: note: byref variable will be forcibly initialized 851 | unsigned int l_step_cnt; | ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mt65xx.c:850:22: note: byref variable will be forcibly initialized 850 | unsigned int sample_cnt; | ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mt65xx.c:849:22: note: byref variable will be forcibly initialized 849 | unsigned int step_cnt; | ^~~~~~~~ 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:32: note: byref variable will be forcibly initialized 68 | const struct firmware *lfw; | ^~~ /kisskb/src/drivers/watchdog/ziirave_wdt.c: In function '__ziirave_firm_write_pkt': /kisskb/src/drivers/watchdog/ziirave_wdt.c:219:29: note: byref variable will be forcibly initialized 219 | u8 i, checksum = 0, packet[ZIIRAVE_FIRM_PKT_TOTAL_SIZE]; | ^~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/include/drm/drm_modes.h:30, from /kisskb/src/include/drm/drm_crtc.h:32, from /kisskb/src/include/drm/drm_encoder.h:28, from /kisskb/src/drivers/gpu/drm/v3d/v3d_drv.h:9, from /kisskb/src/drivers/gpu/drm/v3d/v3d_perfmon.c:6: /kisskb/src/drivers/gpu/drm/v3d/v3d_perfmon.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_perfmon.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/watchdog/ziirave_wdt.c: In function 'ziirave_firm_set_read_addr': /kisskb/src/drivers/watchdog/ziirave_wdt.c:187:12: 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:12: 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:32: note: byref variable will be forcibly initialized 509 | const struct firmware *fw; | ^~ /kisskb/src/drivers/cpuidle/sysfs.c: In function 'store_current_governor': /kisskb/src/drivers/cpuidle/sysfs.c:80:14: note: byref variable will be forcibly initialized 80 | char gov_name[CPUIDLE_NAME_LEN + 1]; | ^~~~~~~~ /kisskb/src/drivers/cpuidle/sysfs.c: In function 'store_state_disable': /kisskb/src/drivers/cpuidle/sysfs.c:284:22: note: byref variable will be forcibly initialized 284 | unsigned int value; | ^~~~~ /kisskb/src/drivers/usb/roles/class.c: In function 'role_store': /kisskb/src/drivers/usb/roles/class.c:243:22: note: byref variable will be forcibly initialized 243 | bool res; | ^~~ 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:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/lib/libcrc32c.c:40:9: note: in expansion of macro 'SHASH_DESC_ON_STACK' 40 | SHASH_DESC_ON_STACK(shash, tfm); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/tps65090-regulator.c: In function 'tps65090_try_enable_fet': /kisskb/src/drivers/regulator/tps65090-regulator.c:90:22: note: byref variable will be forcibly initialized 90 | unsigned int control; | ^~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/tps65090-regulator.c:16: /kisskb/src/drivers/regulator/tps65090-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/tps65090-regulator.c: In function 'tps65090_regulator_probe': /kisskb/src/drivers/regulator/tps65090-regulator.c:414:36: note: byref variable will be forcibly initialized 414 | struct of_regulator_match *tps65090_reg_matches = NULL; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_field_read': /kisskb/src/drivers/power/supply/bq24257_charger.c:214:13: note: byref variable will be forcibly initialized 214 | int val; | ^~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_fw_probe': /kisskb/src/drivers/power/supply/bq24257_charger.c:884:13: 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:14: note: byref variable will be forcibly initialized 813 | long val; | ^~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_hw_init': /kisskb/src/drivers/power/supply/bq24257_charger.c:680:30: note: byref variable will be forcibly initialized 680 | struct bq24257_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_handle_state_change': /kisskb/src/drivers/power/supply/bq24257_charger.c:603:30: note: byref variable will be forcibly initialized 603 | struct bq24257_state old_state; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_irq_handler_thread': /kisskb/src/drivers/power/supply/bq24257_charger.c:653:30: note: byref variable will be forcibly initialized 653 | struct bq24257_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_power_supply_get_property': /kisskb/src/drivers/power/supply/bq24257_charger.c:307:30: note: byref variable will be forcibly initialized 307 | struct bq24257_state state; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c: In function 'etnaviv_cmdbuf_init': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c:101:23: note: in expansion of macro 'wait_event_interruptible_timeout' 101 | ret = wait_event_interruptible_timeout(suballoc->free_event, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_core.c:13: /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_core.c:9: /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_readb': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:231:22: note: byref variable will be forcibly initialized 231 | unsigned int val = 0; | ^~~ /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:1910:12: note: byref variable will be forcibly initialized 1910 | u8 buffer[10]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1909:38: note: byref variable will be forcibly initialized 1909 | struct hdmi_vendor_infoframe frame; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:12: /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds3231_hwmon_read_temp': /kisskb/src/drivers/rtc/rtc-ds1307.c:1334:12: note: byref variable will be forcibly initialized 1334 | u8 temp_buf[2]; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1388_wdt_ping': /kisskb/src/drivers/rtc/rtc-ds1307.c:917:12: note: byref variable will be forcibly initialized 917 | u8 regs[2]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1337_read_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:417:33: note: byref variable will be forcibly initialized 417 | u8 regs[9]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'rx8130_read_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:588:20: note: byref variable will be forcibly initialized 588 | u8 ald[3], ctl[3]; | ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:588:12: note: byref variable will be forcibly initialized 588 | u8 ald[3], ctl[3]; | ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'mcp794xx_read_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:722:12: note: byref variable will be forcibly initialized 722 | u8 regs[10]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_get_time': /kisskb/src/drivers/rtc/rtc-ds1307.c:216:30: note: byref variable will be forcibly initialized 216 | unsigned int regflag; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:213:12: note: byref variable will be forcibly initialized 213 | u8 regs[7]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:211:25: note: byref variable will be forcibly initialized 211 | int tmp, ret; | ^~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:13: /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'rx8130_alarm_irq_enable': /kisskb/src/drivers/rtc/rtc-ds1307.c:672:18: note: byref variable will be forcibly initialized 672 | int ret, reg; | ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'm41txx_rtc_read_offset': /kisskb/src/drivers/rtc/rtc-ds1307.c:834:22: note: byref variable will be forcibly initialized 834 | unsigned int ctrl_reg; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds3231_clk_32khz_is_prepared': /kisskb/src/drivers/rtc/rtc-ds1307.c:1564:13: note: byref variable will be forcibly initialized 1564 | int status, ret; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds3231_clk_sqw_recalc_rate': /kisskb/src/drivers/rtc/rtc-ds1307.c:1440:13: note: byref variable will be forcibly initialized 1440 | int control, ret; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds3231_clk_sqw_is_prepared': /kisskb/src/drivers/rtc/rtc-ds1307.c:1509:13: note: byref variable will be forcibly initialized 1509 | int control, ret; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1337_set_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:455:33: note: byref variable will be forcibly initialized 455 | unsigned char regs[9]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'rx8130_set_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:627:20: note: byref variable will be forcibly initialized 627 | u8 ald[3], ctl[3]; | ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:627:12: note: byref variable will be forcibly initialized 627 | u8 ald[3], ctl[3]; | ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1388_wdt_set_timeout': /kisskb/src/drivers/rtc/rtc-ds1307.c:927:12: note: byref variable will be forcibly initialized 927 | u8 regs[2]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_set_time': /kisskb/src/drivers/rtc/rtc-ds1307.c:325:25: note: byref variable will be forcibly initialized 325 | u8 regs[7]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1388_wdt_start': /kisskb/src/drivers/rtc/rtc-ds1307.c:876:12: note: byref variable will be forcibly initialized 876 | u8 regs[2]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_irq': /kisskb/src/drivers/rtc/rtc-ds1307.c:1157:33: note: byref variable will be forcibly initialized 1157 | int stat, ret; | ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'rx8130_irq': /kisskb/src/drivers/rtc/rtc-ds1307.c:557:12: note: byref variable will be forcibly initialized 557 | u8 ctl[3]; | ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'mcp794xx_irq': /kisskb/src/drivers/rtc/rtc-ds1307.c:690:13: note: byref variable will be forcibly initialized 690 | int reg, ret; | ^~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'mcp794xx_alm_weekday': /kisskb/src/drivers/rtc/rtc-ds1307.c:761:25: note: byref variable will be forcibly initialized 761 | struct rtc_time tm_now; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'mcp794xx_set_alarm': /kisskb/src/drivers/rtc/rtc-ds1307.c:777:23: note: byref variable will be forcibly initialized 777 | unsigned char regs[10]; | ^~~~ /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:1999:21: note: byref variable will be forcibly initialized 1999 | u8 inv_val, bytes; | ^~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/rtc/rtc-ds1307.c:12: /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'frequency_test_show': /kisskb/src/drivers/rtc/rtc-ds1307.c:1217:22: note: byref variable will be forcibly initialized 1217 | unsigned int ctrl_reg; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds3231_hwmon_show_temp': /kisskb/src/drivers/rtc/rtc-ds1307.c:1357:13: note: byref variable will be forcibly initialized 1357 | s32 temp; | ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds3231_clks_register': /kisskb/src/drivers/rtc/rtc-ds1307.c:1616:38: note: byref variable will be forcibly initialized 1616 | struct clk_init_data init = ds3231_clks_init[i]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_wdt_register': /kisskb/src/drivers/rtc/rtc-ds1307.c:1681:13: note: byref variable will be forcibly initialized 1681 | int val; | ^~~ /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:1782:35: note: byref variable will be forcibly initialized 1782 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_trickle_init': /kisskb/src/drivers/rtc/rtc-ds1307.c:1282:19: note: byref variable will be forcibly initialized 1282 | u32 ohms, chargeable; | ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:1282:13: note: byref variable will be forcibly initialized 1282 | u32 ohms, chargeable; | ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'ds1307_probe': /kisskb/src/drivers/rtc/rtc-ds1307.c:1986:37: note: byref variable will be forcibly initialized 1986 | struct nvmem_config nvmem_cfg = { | ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:1725:33: note: byref variable will be forcibly initialized 1725 | unsigned char regs[8]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c:1721:33: note: byref variable will be forcibly initialized 1721 | int tmp; | ^~~ /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:1964:12: note: byref variable will be forcibly initialized 1964 | u8 buffer[30]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1963:35: note: byref variable will be forcibly initialized 1963 | struct hdmi_drm_infoframe frame; | ^~~~~ /kisskb/src/drivers/rtc/rtc-ds1307.c: In function 'frequency_test_store': /kisskb/src/drivers/rtc/rtc-ds1307.c:1197:14: note: byref variable will be forcibly initialized 1197 | bool freq_test_en; | ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1672.c: In function 'ds1672_read_time': /kisskb/src/drivers/rtc/rtc-ds1672.c:31:23: note: byref variable will be forcibly initialized 31 | unsigned char buf[4]; | ^~~ /kisskb/src/drivers/rtc/rtc-ds1672.c:30:23: note: byref variable will be forcibly initialized 30 | unsigned char addr = DS1672_REG_CONTROL; | ^~~~ /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:2587:35: note: byref variable will be forcibly initialized 2587 | struct cec_connector_info conn_info; | ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-ds1672.c: In function 'ds1672_set_time': /kisskb/src/drivers/rtc/rtc-ds1672.c:85:23: note: byref variable will be forcibly initialized 85 | unsigned char buf[6]; | ^~~ 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_get_offsets_musb_log': /kisskb/src/include/linux/trace_events.h:925:17: note: byref variable will be forcibly initialized 925 | va_list __ap; \ | ^~~~ /kisskb/src/include/trace/trace_events.h:263:9: note: in definition of macro 'DECLARE_EVENT_CLASS' 263 | tstruct; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:43:30: note: in expansion of macro 'PARAMS' 43 | PARAMS(tstruct), \ | ^~~~~~ /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.h:29:9: note: in expansion of macro 'TP_STRUCT__entry' 29 | TP_STRUCT__entry( | ^~~~~~~~~~~~~~~~ /kisskb/src/include/trace/stages/stage5_get_offsets.h:43:34: note: in expansion of macro '__dynamic_array' 43 | #define __vstring(item, fmt, ap) __dynamic_array(char, item, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/trace/stages/stage5_get_offsets.h:44:23: note: in expansion of macro '__trace_event_vstr_len' 44 | __trace_event_vstr_len(fmt, ap)) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:31:17: note: in expansion of macro '__vstring' 31 | __vstring(msg, vaf->fmt, vaf->va) | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'dw_hdmi_probe': 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_log': /kisskb/src/include/trace/stages/stage6_event_callback.h:44:25: note: byref variable will be forcibly initialized 44 | va_list __cp_va; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:402:11: note: in definition of macro 'DECLARE_EVENT_CLASS' 402 | { assign; } \ | ^~~~~~ /kisskb/src/include/trace/trace_events.h:44:30: note: in expansion of macro 'PARAMS' 44 | PARAMS(assign), \ | ^~~~~~ /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.h:33:9: note: in expansion of macro 'TP_fast_assign' 33 | TP_fast_assign( | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:35:17: note: in expansion of macro '__assign_vstr' 35 | __assign_vstr(msg, vaf->fmt, vaf->va); | ^~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(musb_log, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3596:43: note: byref variable will be forcibly initialized 3596 | struct dw_hdmi_audio_data audio; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3581:47: note: byref variable will be forcibly initialized 3581 | struct dw_hdmi_i2s_audio_data audio; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3565:43: note: byref variable will be forcibly initialized 3565 | struct dw_hdmi_audio_data audio; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3358:13: note: byref variable will be forcibly initialized 3358 | u32 val = 1; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3353:33: note: byref variable will be forcibly initialized 3353 | struct dw_hdmi_cec_data cec; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3351:37: note: byref variable will be forcibly initialized 3351 | struct platform_device_info pdevinfo; | ^~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_state': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/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_regb': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/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:385:35: note: byref variable will be forcibly initialized 385 | 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:385:35: note: byref variable will be forcibly initialized 385 | 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_isr': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/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:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | 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/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_req': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/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 'musb_dbg': /kisskb/src/drivers/usb/musb/musb_trace.c:16:17: note: byref variable will be forcibly initialized 16 | va_list args; | ^~~~ /kisskb/src/drivers/usb/musb/musb_trace.c:15:26: note: byref variable will be forcibly initialized 15 | struct va_format vaf; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-npcm7xx.c: In function 'npcm_i2c_slave_get_wr_buf': /kisskb/src/drivers/i2c/busses/i2c-npcm7xx.c:930:12: note: byref variable will be forcibly initialized 930 | u8 value; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-npcm7xx.c: In function '__npcm_i2c_init': /kisskb/src/drivers/i2c/busses/i2c-npcm7xx.c:1991:13: note: byref variable will be forcibly initialized 1991 | u32 clk_freq_hz; | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/regulator/tps65218-regulator.c:12: /kisskb/src/drivers/regulator/tps65218-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/tps65218-regulator.c: In function 'tps65218_regulator_probe': /kisskb/src/drivers/regulator/tps65218-regulator.c:310:22: note: byref variable will be forcibly initialized 310 | unsigned int val; | ^~~ 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:32: note: byref variable will be forcibly initialized 68 | const struct firmware *lfw; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-npcm7xx.c: In function 'npcm_i2c_int_slave_handler': /kisskb/src/drivers/i2c/busses/i2c-npcm7xx.c:1167:20: note: byref variable will be forcibly initialized 1167 | u8 info = 0; | ^~~~ /kisskb/src/drivers/usb/misc/emi62.c: In function 'emi62_load_firmware': /kisskb/src/drivers/usb/misc/emi62.c:83:32: note: byref variable will be forcibly initialized 83 | const struct firmware *firmware_fw = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/misc/emi62.c:82:32: note: byref variable will be forcibly initialized 82 | const struct firmware *bitstream_fw = NULL; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/emi62.c:81:32: note: byref variable will be forcibly initialized 81 | const struct firmware *loader_fw = NULL; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_field_read': /kisskb/src/drivers/power/supply/bq25890_charger.c:355:13: note: byref variable will be forcibly initialized 355 | int val; | ^~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function '__bq25890_handle_irq': /kisskb/src/drivers/power/supply/bq25890_charger.c:689:30: note: byref variable will be forcibly initialized 689 | struct bq25890_state new_state; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_pump_express_work': /kisskb/src/drivers/power/supply/bq25890_charger.c:909:25: note: byref variable will be forcibly initialized 909 | int voltage, i, ret; | ^~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_power_supply_get_property': /kisskb/src/drivers/power/supply/bq25890_charger.c:464:13: note: byref variable will be forcibly initialized 464 | int ret; | ^~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_charger_external_power_changed': /kisskb/src/drivers/power/supply/bq25890_charger.c:620:36: note: byref variable will be forcibly initialized 620 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_fw_read_u32_props': /kisskb/src/drivers/power/supply/bq25890_charger.c:1097:11: note: byref variable will be forcibly initialized 1097 | } props[] = { | ^~~~~ /kisskb/src/drivers/power/supply/bq25890_charger.c:1089:13: note: byref variable will be forcibly initialized 1089 | u32 property; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_probe': /kisskb/src/drivers/power/supply/bq25890_charger.c:1225:41: note: byref variable will be forcibly initialized 1225 | struct regulator_config cfg = { }; | ^~~ /kisskb/src/drivers/cpufreq/cpufreq_conservative.c: In function 'freq_step_store': /kisskb/src/drivers/cpufreq/cpufreq_conservative.c:228:22: note: byref variable will be forcibly initialized 228 | unsigned int input; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq_conservative.c: In function 'down_threshold_store': /kisskb/src/drivers/cpufreq/cpufreq_conservative.c:185:22: note: byref variable will be forcibly initialized 185 | unsigned int input; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq_conservative.c: In function 'up_threshold_store': /kisskb/src/drivers/cpufreq/cpufreq_conservative.c:169:22: note: byref variable will be forcibly initialized 169 | unsigned int input; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq_conservative.c: In function 'sampling_down_factor_store': /kisskb/src/drivers/cpufreq/cpufreq_conservative.c:153:22: note: byref variable will be forcibly initialized 153 | unsigned int input; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq_conservative.c: In function 'ignore_nice_load_store': /kisskb/src/drivers/cpufreq/cpufreq_conservative.c:202:22: note: byref variable will be forcibly initialized 202 | unsigned int input; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c: In function 'mv64xxx_i2c_prepare_tx': /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c:622:13: note: byref variable will be forcibly initialized 622 | u32 buf[2]; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c: In function 'mv64xxx_i2c_read_offload_rx_data': /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c:449:13: note: byref variable will be forcibly initialized 449 | u32 buf[2]; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c: In function 'mv64xxx_of_config': /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c:853:13: note: byref variable will be forcibly initialized 853 | u32 bus_freq, tclk; | ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c:13: /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c: In function 'mv64xxx_i2c_wait_for_completion': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c:568:29: note: in expansion of macro 'wait_event_timeout' 568 | time_left = wait_event_timeout(drv_data->waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mv64xxx.c:552:21: note: in expansion of macro 'wait_event_timeout' 552 | time_left = wait_event_timeout(drv_data->waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/uapi.c: In function 'tegra_drm_channel_context_close': /kisskb/src/drivers/gpu/drm/tegra/uapi.c:34:23: note: byref variable will be forcibly initialized 34 | unsigned long id; | ^~ /kisskb/src/drivers/gpu/drm/tegra/uapi.c: In function 'tegra_drm_uapi_close_file': /kisskb/src/drivers/gpu/drm/tegra/uapi.c:53:23: note: byref variable will be forcibly initialized 53 | unsigned long id; | ^~ /kisskb/src/drivers/gpu/drm/tegra/uapi.c: In function 'tegra_drm_ioctl_channel_open': /kisskb/src/drivers/gpu/drm/tegra/uapi.c:111:22: note: byref variable will be forcibly initialized 111 | bool supported; | ^~~~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-backlight.c: In function 'bl_trig_invert_store': /kisskb/src/drivers/leds/trigger/ledtrig-backlight.c:73:23: note: byref variable will be forcibly initialized 73 | unsigned long invert; | ^~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c: In function 'etnaviv_mm_show': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c:121:28: note: byref variable will be forcibly initialized 121 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c: In function 'etnaviv_mmu_show': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c:132:28: note: byref variable will be forcibly initialized 132 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c: In function 'etnaviv_open': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c:68:43: 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:581:33: note: byref variable will be forcibly initialized 581 | struct component_match *match = NULL; | ^~~~~ /kisskb/src/lib/xxhash.c: In function 'xxh32_reset': /kisskb/src/lib/xxhash.c:245:28: note: byref variable will be forcibly initialized 245 | struct xxh32_state state; | ^~~~~ /kisskb/src/lib/xxhash.c: In function 'xxh64_reset': /kisskb/src/lib/xxhash.c:259:28: note: byref variable will be forcibly initialized 259 | struct xxh64_state state; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c: In function 'anx6345_get_downstream_info': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:437:12: note: byref variable will be forcibly initialized 437 | u8 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c: In function 'anx6345_get_chip_id': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:667:35: note: byref variable will be forcibly initialized 667 | unsigned int i, idl, idh, version; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:667:30: note: byref variable will be forcibly initialized 667 | unsigned int i, idl, idh, version; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:667:25: note: byref variable will be forcibly initialized 667 | unsigned int i, idl, idh, version; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c: In function 'anx6345_dp_link_training': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:100:19: note: byref variable will be forcibly initialized 100 | u8 dp_bw, dpcd[2]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:100:12: note: byref variable will be forcibly initialized 100 | u8 dp_bw, dpcd[2]; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx6345.c:99:22: note: byref variable will be forcibly initialized 99 | unsigned int value; | ^~~~~ /kisskb/src/drivers/gpu/drm/pl111/pl111_display.c: In function 'pl111_init_clock_divider': /kisskb/src/drivers/gpu/drm/pl111/pl111_display.c:541:21: note: byref variable will be forcibly initialized 541 | const char *parent_name; | ^~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq_governor.c: In function 'sampling_rate_store': /kisskb/src/drivers/cpufreq/cpufreq_governor.c:49:22: note: byref variable will be forcibly initialized 49 | unsigned int sampling_interval; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq_governor.c: In function 'dbs_update': /kisskb/src/drivers/cpufreq/cpufreq_governor.c:139:21: note: byref variable will be forcibly initialized 139 | u64 update_time, cur_idle_time; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/firewall.c: In function 'fw_check_reg': /kisskb/src/drivers/gpu/drm/tegra/firewall.c:44:13: note: byref variable will be forcibly initialized 44 | u32 word; | ^~~~ /kisskb/src/drivers/gpu/drm/tegra/firewall.c: In function 'fw_check_regs_mask': /kisskb/src/drivers/gpu/drm/tegra/firewall.c:85:23: note: byref variable will be forcibly initialized 85 | unsigned long bmask = mask; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/firewall.c: In function 'tegra_drm_fw_validate': /kisskb/src/drivers/gpu/drm/tegra/firewall.c:158:21: note: byref variable will be forcibly initialized 158 | u32 word, opcode, offset, count, mask, class; | ^~~~ /kisskb/src/drivers/gpu/drm/tegra/firewall.c:145:35: note: byref variable will be forcibly initialized 145 | struct tegra_drm_firewall fw = { | ^~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_state': /kisskb/src/drivers/power/supply/bq25980_charger.c:567:22: note: byref variable will be forcibly initialized 567 | unsigned int ibat_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:566:22: note: byref variable will be forcibly initialized 566 | unsigned int stat4; | ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:565:22: note: byref variable will be forcibly initialized 565 | unsigned int stat3; | ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:564:22: note: byref variable will be forcibly initialized 564 | unsigned int stat2; | ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:563:22: note: byref variable will be forcibly initialized 563 | unsigned int stat1; | ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:562:22: note: byref variable will be forcibly initialized 562 | unsigned int chg_ctrl_2; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_ibat_adc': /kisskb/src/drivers/power/supply/bq25980_charger.c:521:27: note: byref variable will be forcibly initialized 521 | int ibat_adc_lsb, ibat_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:521:13: 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:27: note: byref variable will be forcibly initialized 542 | int vsys_adc_lsb, vsys_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:542:13: 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_curr_lim': /kisskb/src/drivers/power/supply/bq25980_charger.c:277:22: 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:27: note: byref variable will be forcibly initialized 479 | int ibus_adc_lsb, ibus_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:479:13: 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:27: note: byref variable will be forcibly initialized 501 | int vbus_adc_lsb, vbus_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:501:13: note: byref variable will be forcibly initialized 501 | int vbus_adc_lsb, vbus_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_const_charge_curr': /kisskb/src/drivers/power/supply/bq25980_charger.c:377:22: note: byref variable will be forcibly initialized 377 | unsigned int batocp_reg_code; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_const_charge_volt': /kisskb/src/drivers/power/supply/bq25980_charger.c:409:22: note: byref variable will be forcibly initialized 409 | unsigned int batovp_reg_code; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_state_changed': /kisskb/src/drivers/power/supply/bq25980_charger.c:814:30: note: byref variable will be forcibly initialized 814 | struct bq25980_state old_state; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_irq_handler_thread': /kisskb/src/drivers/power/supply/bq25980_charger.c:834:30: note: byref variable will be forcibly initialized 834 | struct bq25980_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_input_volt_lim': /kisskb/src/drivers/power/supply/bq25980_charger.c:323:22: 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_charger_property': /kisskb/src/drivers/power/supply/bq25980_charger.c:701:30: note: byref variable will be forcibly initialized 701 | struct bq25980_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_hw_init': /kisskb/src/drivers/power/supply/bq25980_charger.c:1082:43: note: byref variable will be forcibly initialized 1082 | struct power_supply_battery_info *bat_info; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-em3027.c: In function 'em3027_get_time': /kisskb/src/drivers/rtc/rtc-em3027.c:47:23: note: byref variable will be forcibly initialized 47 | unsigned char buf[7]; | ^~~ /kisskb/src/drivers/rtc/rtc-em3027.c:46:23: note: byref variable will be forcibly initialized 46 | unsigned char addr = EM3027_REG_WATCH_SEC; | ^~~~ /kisskb/src/drivers/rtc/rtc-em3027.c: In function 'em3027_set_time': /kisskb/src/drivers/rtc/rtc-em3027.c:83:23: note: byref variable will be forcibly initialized 83 | unsigned char buf[8]; | ^~~ 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:32: 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:32: note: byref variable will be forcibly initialized 63 | const struct firmware *firmware = NULL; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/gpu/drm/panfrost/panfrost_drv.c:6: /kisskb/src/drivers/gpu/drm/panfrost/panfrost_drv.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/panfrost/panfrost_drv.c: In function 'panfrost_copy_in_sync': /kisskb/src/drivers/gpu/drm/panfrost/panfrost_drv.c:214:35: note: byref variable will be forcibly initialized 214 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/gem.c: In function 'tegra_bo_munmap': /kisskb/src/drivers/gpu/drm/tegra/gem.c:195:26: note: byref variable will be forcibly initialized 195 | struct iosys_map map = IOSYS_MAP_INIT_VADDR(addr); | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/tegra/submit.c:5: /kisskb/src/drivers/gpu/drm/tegra/submit.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/gem.c: In function 'tegra_bo_mmap': /kisskb/src/drivers/gpu/drm/tegra/gem.c:178:26: note: byref variable will be forcibly initialized 178 | struct iosys_map map; | ^~~ /kisskb/src/drivers/gpu/drm/tegra/submit.c: In function 'submit_copy_gather_data': /kisskb/src/drivers/gpu/drm/tegra/submit.c:189:16: note: byref variable will be forcibly initialized 189 | size_t copy_len; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/submit.c: In function 'alloc_copy_user_array': /kisskb/src/drivers/gpu/drm/tegra/submit.c:163:16: note: byref variable will be forcibly initialized 163 | size_t copy_len; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/submit.c: In function 'submit_job_add_gather': /kisskb/src/drivers/gpu/drm/tegra/submit.c:361:13: note: byref variable will be forcibly initialized 361 | u32 next_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/submit.c: In function 'submit_create_job': /kisskb/src/drivers/gpu/drm/tegra/submit.c:403:35: note: byref variable will be forcibly initialized 403 | u32 i, gather_offset = 0, class; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/submit.c:403:16: note: byref variable will be forcibly initialized 403 | u32 i, gather_offset = 0, class; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/submit.c: In function 'tegra_drm_ioctl_channel_submit': /kisskb/src/drivers/gpu/drm/tegra/submit.c:604:22: note: byref variable will be forcibly initialized 604 | bool supported; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/submit.c:538:35: note: byref variable will be forcibly initialized 538 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/submit.c:523:27: note: byref variable will be forcibly initialized 523 | struct gather_bo *bo; | ^~ /kisskb/src/drivers/edac/debugfs.c: In function 'edac_create_debugfs_nodes': /kisskb/src/drivers/edac/debugfs.c:58:14: note: byref variable will be forcibly initialized 58 | char name[80]; | ^~~~ /kisskb/src/drivers/rtc/rtc-ds1685.c: In function 'ds1685_rtc_sysfs_serial_show': /kisskb/src/drivers/rtc/rtc-ds1685.c:1030:12: note: byref variable will be forcibly initialized 1030 | u8 ssn[8]; | ^~~ /kisskb/src/drivers/rtc/rtc-ds1685.c: In function 'ds1685_rtc_proc': /kisskb/src/drivers/rtc/rtc-ds1685.c:755:49: note: byref variable will be forcibly initialized 755 | u8 ctrla, ctrlb, ctrld, ctrl4a, ctrl4b, ssn[8]; | ^~~ /kisskb/src/drivers/usb/chipidea/otg_fsm.c: In function 'ci_otg_del_timer': /kisskb/src/drivers/usb/chipidea/otg_fsm.c:248:30: note: byref variable will be forcibly initialized 248 | unsigned long flags, enabled_timer_bits; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/atc260x-core.c: In function 'atc260x_device_probe': /kisskb/src/drivers/mfd/atc260x-core.c:261:22: note: byref variable will be forcibly initialized 261 | unsigned int chip_rev; | ^~~~~~~~ /kisskb/src/drivers/usb/chipidea/otg_fsm.c: In function 'ci_otg_hrtimer_func': /kisskb/src/drivers/usb/chipidea/otg_fsm.c:385:25: note: byref variable will be forcibly initialized 385 | unsigned long enabled_timer_bits; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-hym8563.c: In function 'hym8563_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-hym8563.c:183:12: note: byref variable will be forcibly initialized 183 | u8 buf[4]; | ^~~ /kisskb/src/drivers/rtc/rtc-hym8563.c: In function 'hym8563_rtc_read_time': /kisskb/src/drivers/rtc/rtc-hym8563.c:93:12: note: byref variable will be forcibly initialized 93 | u8 buf[7]; | ^~~ /kisskb/src/drivers/rtc/rtc-hym8563.c: In function 'hym8563_rtc_set_time': /kisskb/src/drivers/rtc/rtc-hym8563.c:120:12: note: byref variable will be forcibly initialized 120 | u8 buf[7]; | ^~~ /kisskb/src/drivers/rtc/rtc-hym8563.c: In function 'hym8563_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-hym8563.c:220:12: note: byref variable will be forcibly initialized 220 | u8 buf[4]; | ^~~ /kisskb/src/drivers/rtc/rtc-hym8563.c: In function 'hym8563_clkout_register_clk': /kisskb/src/drivers/rtc/rtc-hym8563.c:375:30: note: byref variable will be forcibly initialized 375 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_dump.c: In function 'etnaviv_core_dump': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_dump.c:116:35: note: byref variable will be forcibly initialized 116 | struct core_dump_iterator iter; | ^~~~ /kisskb/src/drivers/rtc/rtc-max6900.c: In function 'max6900_i2c_read_regs': /kisskb/src/drivers/rtc/rtc-max6900.c:55:24: note: byref variable will be forcibly initialized 55 | struct i2c_msg msgs[4] = { | ^~~~ /kisskb/src/drivers/rtc/rtc-max6900.c:54:12: note: byref variable will be forcibly initialized 54 | u8 reg_century_read[1] = { MAX6900_REG_CENTURY_READ }; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-max6900.c:53:12: note: byref variable will be forcibly initialized 53 | u8 reg_burst_read[1] = { MAX6900_REG_BURST_READ }; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-max6900.c: In function 'max6900_rtc_read_time': /kisskb/src/drivers/rtc/rtc-max6900.c:144:12: note: byref variable will be forcibly initialized 144 | u8 regs[MAX6900_REG_LEN]; | ^~~~ /kisskb/src/drivers/rtc/rtc-max6900.c: In function 'max6900_i2c_write_regs': /kisskb/src/drivers/rtc/rtc-max6900.c:102:24: note: byref variable will be forcibly initialized 102 | struct i2c_msg burst_msgs[1] = { | ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-max6900.c:101:12: note: byref variable will be forcibly initialized 101 | u8 i2c_burst_buf[MAX6900_BURST_LEN + 1] = { MAX6900_REG_BURST_WRITE }; | ^~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-max6900.c:94:24: note: byref variable will be forcibly initialized 94 | struct i2c_msg century_msgs[1] = { | ^~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-max6900.c:93:12: note: byref variable will be forcibly initialized 93 | u8 i2c_century_buf[1 + 1] = { MAX6900_REG_CENTURY_WRITE }; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-max6900.c: In function 'max6900_rtc_set_time': /kisskb/src/drivers/rtc/rtc-max6900.c:170:12: note: byref variable will be forcibly initialized 170 | u8 regs[MAX6900_REG_LEN]; | ^~~~ /kisskb/src/drivers/firmware/arm_scmi/bus.c: In function 'scmi_child_dev_find': /kisskb/src/drivers/firmware/arm_scmi/bus.c:66:31: note: byref variable will be forcibly initialized 66 | struct scmi_device_id id_table; | ^~~~~~~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_version_check': /kisskb/src/drivers/firmware/arm_ffa/driver.c:193:21: note: byref variable will be forcibly initialized 193 | ffa_value_t ver; | ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_rx_release': /kisskb/src/drivers/firmware/arm_ffa/driver.c:223:21: note: byref variable will be forcibly initialized 223 | ffa_value_t ret; | ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_rxtx_map': /kisskb/src/drivers/firmware/arm_ffa/driver.c:239:21: note: byref variable will be forcibly initialized 239 | ffa_value_t ret; | ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_id_get': /kisskb/src/drivers/firmware/arm_ffa/driver.c:328:21: note: byref variable will be forcibly initialized 328 | ffa_value_t id; | ^~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_mem_next_frag': /kisskb/src/drivers/firmware/arm_ffa/driver.c:416:21: note: byref variable will be forcibly initialized 416 | ffa_value_t ret; | ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_memory_reclaim': /kisskb/src/drivers/firmware/arm_ffa/driver.c:560:21: note: byref variable will be forcibly initialized 560 | ffa_value_t ret; | ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_msg_send_direct_req': /kisskb/src/drivers/firmware/arm_ffa/driver.c:346:21: note: byref variable will be forcibly initialized 346 | ffa_value_t ret; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/arm_ffa.h:9, from /kisskb/src/drivers/firmware/arm_ffa/driver.c:25: /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function '__ffa_partition_info_get': /kisskb/src/drivers/firmware/arm_ffa/driver.c:272:21: note: byref variable will be forcibly initialized 272 | ffa_value_t partition_info; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_partition_probe': /kisskb/src/drivers/firmware/arm_ffa/driver.c:302:13: note: byref variable will be forcibly initialized 302 | u32 uuid0_4[4]; | ^~~~~~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_partition_info_get': /kisskb/src/drivers/firmware/arm_ffa/driver.c:584:36: note: byref variable will be forcibly initialized 584 | struct ffa_partition_info *pbuf; | ^~~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c:583:16: note: byref variable will be forcibly initialized 583 | uuid_t uuid; | ^~~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_mem_first_frag': /kisskb/src/drivers/firmware/arm_ffa/driver.c:385:21: note: byref variable will be forcibly initialized 385 | ffa_value_t ret; | ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_setup_partitions': /kisskb/src/drivers/firmware/arm_ffa/driver.c:675:36: note: byref variable will be forcibly initialized 675 | struct ffa_partition_info *pbuf, *tpbuf; | ^~~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_rxtx_unmap': /kisskb/src/drivers/firmware/arm_ffa/driver.c:254:21: note: byref variable will be forcibly initialized 254 | ffa_value_t ret; | ^~~ /kisskb/src/drivers/firmware/arm_ffa/driver.c: In function 'ffa_device_match_uuid': /kisskb/src/drivers/firmware/arm_ffa/driver.c:659:36: note: byref variable will be forcibly initialized 659 | struct ffa_partition_info *pbuf, *tpbuf; | ^~~~ /kisskb/src/drivers/leds/trigger/ledtrig-activity.c: In function 'led_invert_store': /kisskb/src/drivers/leds/trigger/ledtrig-activity.c:167:23: 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:39: note: byref variable will be forcibly initialized 61 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pasemi-platform.c: In function 'pasemi_platform_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-pasemi-platform.c:50:13: note: byref variable will be forcibly initialized 50 | u32 frequency; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/fb.c: In function 'tegra_fb_create': /kisskb/src/drivers/gpu/drm/tegra/fb.c:145:26: note: byref variable will be forcibly initialized 145 | struct tegra_bo *planes[4]; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/v3d/v3d_trace.h:297, from /kisskb/src/drivers/gpu/drm/v3d/v3d_trace_points.c:8: /kisskb/src/drivers/gpu/drm/v3d/v3d_trace_points.c: In function 'trace_event_raw_event_v3d_submit_cl_ioctl': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/./v3d_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(v3d_submit_cl_ioctl, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_trace_points.c: In function 'trace_event_raw_event_v3d_submit_cl': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/./v3d_trace.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(v3d_submit_cl, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_trace_points.c: In function 'trace_event_raw_event_v3d_bcl_irq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/./v3d_trace.h:67:1: note: in expansion of macro 'TRACE_EVENT' 67 | TRACE_EVENT(v3d_bcl_irq, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_trace_points.c: In function 'trace_event_raw_event_v3d_rcl_irq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/./v3d_trace.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(v3d_rcl_irq, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_trace_points.c: In function 'trace_event_raw_event_v3d_tfu_irq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/./v3d_trace.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(v3d_tfu_irq, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_trace_points.c: In function 'trace_event_raw_event_v3d_csd_irq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/./v3d_trace.h:127:1: note: in expansion of macro 'TRACE_EVENT' 127 | TRACE_EVENT(v3d_csd_irq, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_trace_points.c: In function 'trace_event_raw_event_v3d_submit_tfu_ioctl': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/./v3d_trace.h:147:1: note: in expansion of macro 'TRACE_EVENT' 147 | TRACE_EVENT(v3d_submit_tfu_ioctl, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_trace_points.c: In function 'trace_event_raw_event_v3d_submit_tfu': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/./v3d_trace.h:166:1: note: in expansion of macro 'TRACE_EVENT' 166 | TRACE_EVENT(v3d_submit_tfu, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_trace_points.c: In function 'trace_event_raw_event_v3d_submit_csd_ioctl': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/./v3d_trace.h:186:1: note: in expansion of macro 'TRACE_EVENT' 186 | TRACE_EVENT(v3d_submit_csd_ioctl, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_trace_points.c: In function 'trace_event_raw_event_v3d_submit_csd': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/./v3d_trace.h:208:1: note: in expansion of macro 'TRACE_EVENT' 208 | TRACE_EVENT(v3d_submit_csd, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_trace_points.c: In function 'trace_event_raw_event_v3d_cache_clean_begin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/./v3d_trace.h:228:1: note: in expansion of macro 'TRACE_EVENT' 228 | TRACE_EVENT(v3d_cache_clean_begin, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_trace_points.c: In function 'trace_event_raw_event_v3d_cache_clean_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/./v3d_trace.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(v3d_cache_clean_end, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_trace_points.c: In function 'trace_event_raw_event_v3d_reset_begin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/./v3d_trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' 260 | TRACE_EVENT(v3d_reset_begin, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/v3d_trace_points.c: In function 'trace_event_raw_event_v3d_reset_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/v3d/./v3d_trace.h:276:1: note: in expansion of macro 'TRACE_EVENT' 276 | TRACE_EVENT(v3d_reset_end, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/drm/drm_prime.h:37, from /kisskb/src/include/drm/drm_file.h:39, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_gem.c:26: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_gem.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_gem.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_gem.c: In function 'virtio_gpu_gem_create': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_gem.c:40:13: note: byref variable will be forcibly initialized 40 | u32 handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_gem.c:38:35: note: byref variable will be forcibly initialized 38 | struct virtio_gpu_object *obj; | ^~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_gem.c: In function 'virtio_gpu_mode_dumb_create': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_gem.c:65:32: note: byref variable will be forcibly initialized 65 | struct drm_gem_object *gobj; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_drv.h:30, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vram.c:2: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vram.c: In function 'virtio_gpu_vram_mmap': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vram.c:44:9: note: in expansion of macro 'wait_event' 44 | wait_event(vgdev->resp_wq, vram->map_state != STATE_INITIALIZING); | ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pxa.c: In function 'i2c_pxa_slave_start': /kisskb/src/drivers/i2c/busses/i2c-pxa.c:647:28: note: byref variable will be forcibly initialized 647 | u8 byte = 0; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-pxa.c: In function 'i2c_pxa_slave_txempty': /kisskb/src/drivers/i2c/busses/i2c-pxa.c:616:20: note: byref variable will be forcibly initialized 616 | u8 byte = 0; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-pxa.c: In function 'i2c_pxa_slave_rxfull': /kisskb/src/drivers/i2c/busses/i2c-pxa.c:629:12: note: byref variable will be forcibly initialized 629 | u8 byte = readl(_IDBR(i2c)); | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-pxa.c: In function 'i2c_pxa_probe': /kisskb/src/drivers/i2c/busses/i2c-pxa.c:1365:28: note: byref variable will be forcibly initialized 1365 | enum pxa_i2c_types i2c_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/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-pxa.c:19: /kisskb/src/drivers/i2c/busses/i2c-pxa.c: In function 'i2c_pxa_send_mastercode': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pxa.c:836:19: note: in expansion of macro 'wait_event_timeout' 836 | timeout = wait_event_timeout(i2c->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pxa.c: In function 'i2c_pxa_do_xfer': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pxa.c:1094:19: note: in expansion of macro 'wait_event_timeout' 1094 | timeout = wait_event_timeout(i2c->wait, i2c->msg_num == 0, HZ * 5); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c: In function 'submit_reloc': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c:273:47: note: byref variable will be forcibly initialized 273 | struct etnaviv_gem_submit_bo *bo; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/drm/drm_prime.h:37, from /kisskb/src/include/drm/drm_file.h:39, 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/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /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:320:47: note: byref variable will be forcibly initialized 320 | struct etnaviv_gem_submit_bo *bo; | ^~ /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:423:31: note: byref variable will be forcibly initialized 423 | struct ww_acquire_ctx ticket; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/iowarrior.c:304:41: note: in expansion of macro 'wait_event_interruptible' 304 | int r = wait_event_interruptible(dev->read_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/iowarrior.c: In function 'iowarrior_write': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/iowarrior.c:395:42: note: in expansion of macro 'wait_event_interruptible' 395 | retval = wait_event_interruptible(dev->write_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/iowarrior.c: In function 'iowarrior_ioctl': /kisskb/src/drivers/usb/misc/iowarrior.c:547:47: note: byref variable will be forcibly initialized 547 | struct iowarrior_info info; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/misc/iowarrior.c:18: /kisskb/src/drivers/usb/misc/iowarrior.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/pl111/pl111_versatile.c: In function 'pl111_versatile_init': /kisskb/src/drivers/gpu/drm/pl111/pl111_versatile.c:474:36: note: byref variable will be forcibly initialized 474 | const struct of_device_id *clcd_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c: In function 'etnaviv_gem_prime_vmap_impl': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:80:26: note: byref variable will be forcibly initialized 80 | struct iosys_map map; | ^~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c: In function 'etnaviv_gem_prime_release': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:65:26: note: byref variable will be forcibly initialized 65 | struct iosys_map map = IOSYS_MAP_INIT_VADDR(etnaviv_obj->vaddr); | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/drm/drm_prime.h:37, 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/slab.h:763:16: note: byref variable will be forcibly initialized 763 | 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:36: note: byref variable will be forcibly initialized 107 | struct etnaviv_gem_object *etnaviv_obj; | ^~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-max77686.c: In function 'max77686_rtc_init_reg': /kisskb/src/drivers/rtc/rtc-max77686.c:671:12: note: byref variable will be forcibly initialized 671 | u8 data[2]; | ^~~~ /kisskb/src/drivers/rtc/rtc-max77686.c: In function 'max77686_rtc_set_time': /kisskb/src/drivers/rtc/rtc-max77686.c:400:12: note: byref variable will be forcibly initialized 400 | u8 data[RTC_NR_TIME]; | ^~~~ /kisskb/src/drivers/rtc/rtc-max77686.c: In function 'max77686_rtc_read_time': /kisskb/src/drivers/rtc/rtc-max77686.c:373:12: note: byref variable will be forcibly initialized 373 | u8 data[RTC_NR_TIME]; | ^~~~ /kisskb/src/drivers/rtc/rtc-max77686.c: In function 'max77686_rtc_start_alarm': /kisskb/src/drivers/rtc/rtc-max77686.c:550:25: note: byref variable will be forcibly initialized 550 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/rtc-max77686.c:548:12: note: byref variable will be forcibly initialized 548 | u8 data[RTC_NR_TIME]; | ^~~~ /kisskb/src/drivers/rtc/rtc-max77686.c: In function 'max77686_rtc_stop_alarm': /kisskb/src/drivers/rtc/rtc-max77686.c:500:25: note: byref variable will be forcibly initialized 500 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/rtc-max77686.c:498:12: note: byref variable will be forcibly initialized 498 | u8 data[RTC_NR_TIME]; | ^~~~ /kisskb/src/drivers/rtc/rtc-max77686.c: In function 'max77686_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-max77686.c:601:12: note: byref variable will be forcibly initialized 601 | u8 data[RTC_NR_TIME]; | ^~~~ /kisskb/src/drivers/rtc/rtc-max77686.c: In function 'max77686_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-max77686.c:428:22: note: byref variable will be forcibly initialized 428 | unsigned int val; | ^~~ /kisskb/src/drivers/rtc/rtc-max77686.c:427:12: note: byref variable will be forcibly initialized 427 | u8 data[RTC_NR_TIME]; | ^~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_state_changed': /kisskb/src/drivers/power/supply/bq256xx_charger.c:1136:30: note: byref variable will be forcibly initialized 1136 | struct bq256xx_state old_state; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_state': /kisskb/src/drivers/power/supply/bq256xx_charger.c:427:22: note: byref variable will be forcibly initialized 427 | unsigned int charger_status_1; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c:426:22: note: byref variable will be forcibly initialized 426 | unsigned int charger_status_0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_irq_handler_thread': /kisskb/src/drivers/power/supply/bq256xx_charger.c:1148:30: note: byref variable will be forcibly initialized 1148 | struct bq256xx_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25611d_get_chrg_volt': /kisskb/src/drivers/power/supply/bq256xx_charger.c:543:22: 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:22: 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:22: 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:22: 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:22: 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:22: 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:22: 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:22: 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:22: 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:22: 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:22: 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:22: note: byref variable will be forcibly initialized 454 | unsigned int charge_current_limit; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_hw_init': /kisskb/src/drivers/power/supply/bq256xx_charger.c:1507:43: note: byref variable will be forcibly initialized 1507 | struct power_supply_battery_info *bat_info; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_charger_property': /kisskb/src/drivers/power/supply/bq256xx_charger.c:953:30: note: byref variable will be forcibly initialized 953 | struct bq256xx_state state; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:473:26: 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:555:26: note: in expansion of macro 'wait_event_interruptible' 555 | retval = wait_event_interruptible(dev->write_wait, !dev->interrupt_out_busy); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c: In function 'ld_usb_release': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:398:17: 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c: In function 'chipone_readb': /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:235:18: note: byref variable will be forcibly initialized 235 | int ret, pval; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/include/drm/drm_modes.h:30, from /kisskb/src/include/drm/drm_crtc.h:32, from /kisskb/src/include/drm/drm_atomic_helper.h:31, from /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:7: /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c: In function 'chipone_dsi_host_attach': /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:535:43: note: byref variable will be forcibly initialized 535 | const struct mipi_dsi_device_info info = { | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c: In function 'chipone_i2c_probe': /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:717:25: note: byref variable will be forcibly initialized 717 | struct chipone *icn; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c: In function 'chipone_dsi_probe': /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:687:25: note: byref variable will be forcibly initialized 687 | struct chipone *icn; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c: In function 'chipone_dsi_read': /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:206:19: note: byref variable will be forcibly initialized 206 | const u16 reg16 = (val_size << 8) | *(u8 *)reg; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c: In function 'chipone_atomic_enable': /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:345:29: note: byref variable will be forcibly initialized 345 | u8 pol, sys_ctrl_1, id[4]; | ^~ 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:22: 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:17: 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:17: note: byref variable will be forcibly initialized 64 | uint8_t ctrl0 = 0; | ^~~~~ /kisskb/src/drivers/power/supply/tps65090-charger.c: In function 'tps65090_charger_probe': /kisskb/src/drivers/power/supply/tps65090-charger.c:234:17: note: byref variable will be forcibly initialized 234 | uint8_t status1 = 0; | ^~~~~~~ /kisskb/src/drivers/power/supply/tps65090-charger.c: In function 'tps65090_charger_isr': /kisskb/src/drivers/power/supply/tps65090-charger.c:143:17: note: byref variable will be forcibly initialized 143 | uint8_t intrsts = 0; | ^~~~~~~ /kisskb/src/drivers/power/supply/tps65090-charger.c:142:17: note: byref variable will be forcibly initialized 142 | uint8_t status1 = 0; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/misc/legousbtower.c:78: /kisskb/src/drivers/usb/misc/legousbtower.c: In function 'tower_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/legousbtower.c:530:26: note: in expansion of macro 'wait_event_interruptible_timeout' 530 | retval = wait_event_interruptible_timeout(dev->read_wait, dev->interrupt_in_done, dev->packet_timeout_jiffies); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/legousbtower.c: In function 'tower_open': /kisskb/src/drivers/usb/misc/legousbtower.c:311:34: note: byref variable will be forcibly initialized 311 | struct tower_reset_reply reset_reply; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/misc/legousbtower.c:78: /kisskb/src/drivers/usb/misc/legousbtower.c: In function 'tower_write': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/legousbtower.c:608:26: note: in expansion of macro 'wait_event_interruptible' 608 | retval = wait_event_interruptible(dev->write_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'altr_sdram_mc_err_handler': /kisskb/src/drivers/edac/altera_edac.c:85:36: note: byref variable will be forcibly initialized 85 | u32 status, err_count = 1, err_addr; | ^~~~~~~~ /kisskb/src/drivers/edac/altera_edac.c:85:21: note: byref variable will be forcibly initialized 85 | u32 status, err_count = 1, err_addr; | ^~~~~~~~~ /kisskb/src/drivers/edac/altera_edac.c:85:13: note: byref variable will be forcibly initialized 85 | u32 status, err_count = 1, err_addr; | ^~~~~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'get_total_mem': /kisskb/src/drivers/edac/altera_edac.c:209:25: note: byref variable will be forcibly initialized 209 | struct resource res; | ^~~ /kisskb/src/drivers/usb/misc/legousbtower.c: In function 'tower_release': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/legousbtower.c:418:17: note: in expansion of macro 'wait_event_interruptible_timeout' 418 | wait_event_interruptible_timeout(dev->write_wait, !dev->interrupt_out_busy, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/legousbtower.c: In function 'tower_probe': /kisskb/src/drivers/usb/misc/legousbtower.c:746:40: note: byref variable will be forcibly initialized 746 | struct tower_get_version_reply get_version_reply; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'altr_sdr_mc_err_inject_write': /kisskb/src/drivers/edac/altera_edac.c:126:18: note: byref variable will be forcibly initialized 126 | u32 reg, read_reg; | ^~~~~~~~ /kisskb/src/drivers/edac/altera_edac.c:125:20: note: byref variable will be forcibly initialized 125 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'altr_edac_device_trig': /kisskb/src/drivers/edac/altera_edac.c:592:15: note: byref variable will be forcibly initialized 592 | void *generic_ptr = edac_dci->dev; | ^~~~~~~~~~~ /kisskb/src/drivers/edac/altera_edac.c: In function 's10_edac_dberr_handler': /kisskb/src/drivers/edac/altera_edac.c:2088:38: note: byref variable will be forcibly initialized 2088 | struct arm_smccc_res result; | ^~~~~~ /kisskb/src/drivers/edac/altera_edac.c:2080:23: note: byref variable will be forcibly initialized 2080 | int err_addr, dberror; | ^~~~~~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'altr_s10_sdram_check_ecc_deps': /kisskb/src/drivers/edac/altera_edac.c:1096:30: note: byref variable will be forcibly initialized 1096 | struct arm_smccc_res result; | ^~~~~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'altr_edac_a10_irq_handler': /kisskb/src/drivers/edac/altera_edac.c:1842:23: note: byref variable will be forcibly initialized 1842 | unsigned long bits; | ^~~~ /kisskb/src/drivers/edac/altera_edac.c:1838:36: note: byref variable will be forcibly initialized 1838 | int dberr, bit, sm_offset, irq_status; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/of_address.h:6, from /kisskb/src/drivers/edac/altera_edac.c:20: /kisskb/src/drivers/edac/altera_edac.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'altr_edac_a10_device_add': /kisskb/src/drivers/edac/altera_edac.c:1899:25: note: byref variable will be forcibly initialized 1899 | struct resource res; | ^~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'altr_edac_a10_probe': /kisskb/src/drivers/edac/altera_edac.c:2163:30: note: byref variable will be forcibly initialized 2163 | int dberror, err_addr; | ^~~~~~~~ /kisskb/src/drivers/edac/altera_edac.c:2163:21: note: byref variable will be forcibly initialized 2163 | int dberror, err_addr; | ^~~~~~~ /kisskb/src/drivers/edac/altera_edac.c: In function 'altr_sdram_probe': /kisskb/src/drivers/edac/altera_edac.c:289:13: note: byref variable will be forcibly initialized 289 | u32 read_reg; | ^~~~~~~~ /kisskb/src/drivers/edac/altera_edac.c:283:30: note: byref variable will be forcibly initialized 283 | struct edac_mc_layer layers[2]; | ^~~~~~ /kisskb/src/drivers/hwmon/lineage-pem.c: In function 'pem_read_block': /kisskb/src/drivers/hwmon/lineage-pem.c:133:12: note: byref variable will be forcibly initialized 133 | u8 block_buffer[I2C_SMBUS_BLOCK_MAX]; | ^~~~~~~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_bus_n_addr_cells': /kisskb/src/drivers/of/base.c:91:13: note: byref variable will be forcibly initialized 91 | u32 cells; | ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_bus_n_size_cells': /kisskb/src/drivers/of/base.c:112:13: note: byref variable will be forcibly initialized 112 | u32 cells; | ^~~~~ /kisskb/src/drivers/of/base.c: In function '__of_device_is_available': /kisskb/src/drivers/of/base.c:614:13: note: byref variable will be forcibly initialized 614 | int statlen; | ^~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_get_cpu_hwid': /kisskb/src/drivers/of/base.c:300:17: note: byref variable will be forcibly initialized 300 | int ac, len; | ^~~ /kisskb/src/drivers/of/base.c: In function '__of_find_n_match_cpu_property': /kisskb/src/drivers/of/base.c:339:17: note: byref variable will be forcibly initialized 339 | int ac, prop_len, tid; | ^~~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_modalias_node': /kisskb/src/drivers/of/base.c:1225:13: note: byref variable will be forcibly initialized 1225 | int cplen; | ^~~~~ /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_ep.c: In function 'setup_bd_list_xfr': /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_ep.c:428:32: note: byref variable will be forcibly initialized 428 | u32 maxp, tfs, dword2, dword3; | ^~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_phandle_iterator_init': /kisskb/src/drivers/of/base.c:1294:13: note: byref variable will be forcibly initialized 1294 | int size; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_phandle_iterator_next': /kisskb/src/drivers/of/base.c:1322:18: note: byref variable will be forcibly initialized 1322 | uint32_t count = 0; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_ep.c:11: /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_ep.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/of/base.c: In function '__of_parse_phandle_with_args': /kisskb/src/drivers/of/base.c:1428:36: note: byref variable will be forcibly initialized 1428 | struct of_phandle_iterator it; | ^~ In file included from /kisskb/src/drivers/of/base.c:23: /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_get_cpu_state_node': /kisskb/src/drivers/of/base.c:458:32: note: byref variable will be forcibly initialized 458 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle_with_args_map': /kisskb/src/drivers/of/base.c:1534:24: note: byref variable will be forcibly initialized 1534 | u32 list_size, new_size; | ^~~~~~~~ /kisskb/src/drivers/of/base.c:1534:13: note: byref variable will be forcibly initialized 1534 | u32 list_size, new_size; | ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_ep.c: In function 'ep_bd_list_alloc': /kisskb/src/drivers/usb/gadget/udc/bdc/bdc_ep.c:127:20: note: byref variable will be forcibly initialized 127 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/of/base.c:1533:21: note: byref variable will be forcibly initialized 1533 | int i, ret, map_len, match; | ^~~~~~~ /kisskb/src/drivers/of/base.c:1531:16: note: byref variable will be forcibly initialized 1531 | __be32 initial_match_array[MAX_PHANDLE_ARGS]; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_count_phandle_with_args': /kisskb/src/drivers/of/base.c:1691:21: note: byref variable will be forcibly initialized 1691 | int size; | ^~~~ /kisskb/src/drivers/of/base.c:1680:36: note: byref variable will be forcibly initialized 1680 | struct of_phandle_iterator it; | ^~ /kisskb/src/drivers/of/base.c: In function 'of_update_property': /kisskb/src/drivers/of/base.c:1857:26: note: byref variable will be forcibly initialized 1857 | struct property *oldprop; | ^~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_alias_scan': /kisskb/src/drivers/of/base.c:1934:21: note: byref variable will be forcibly initialized 1934 | int id, len; | ^~ /kisskb/src/drivers/of/base.c:1913:29: note: byref variable will be forcibly initialized 1913 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_find_last_cache_level': /kisskb/src/drivers/of/base.c:2087:13: note: byref variable will be forcibly initialized 2087 | u32 cache_level = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_map_id': /kisskb/src/drivers/of/base.c:2125:13: note: byref variable will be forcibly initialized 2125 | int map_len; | ^~~~~~~ /kisskb/src/drivers/of/base.c:2124:13: note: byref variable will be forcibly initialized 2124 | u32 map_mask, masked_id; | ^~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/gpu/drm/panfrost/panfrost_device.c:7: /kisskb/src/drivers/gpu/drm/panfrost/panfrost_device.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'reclaim_vbufs': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:185:22: note: byref variable will be forcibly initialized 185 | unsigned int len; | ^~~ 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/arm64/include/asm/preempt.h:6, 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:83:27: note: byref variable will be forcibly initialized 83 | 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:31: note: byref variable will be forcibly initialized 107 | struct timespec64 ts, to = { | ^~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.h:107:27: note: byref variable will be forcibly initialized 107 | struct timespec64 ts, to = { | ^~ In file included from /kisskb/src/drivers/firmware/arm_scmi/notify.c:79: /kisskb/src/drivers/firmware/arm_scmi/notify.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/notify.c: In function 'scmi_devm_notifier_unregister': /kisskb/src/drivers/firmware/arm_scmi/notify.c:1537:37: note: byref variable will be forcibly initialized 1537 | struct scmi_notifier_devres dres; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:29: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_queue_cursor': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:464:17: note: in expansion of macro 'wait_event' 464 | wait_event(vgdev->cursorq.ack_queue, vq->num_free >= outcnt); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:447:13: note: byref variable will be forcibly initialized 447 | int idx, ret, outcnt; | ^~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:446:37: note: byref variable will be forcibly initialized 446 | struct scatterlist *sgs[1], ccmd; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:446:29: note: byref variable will be forcibly initialized 446 | struct scatterlist *sgs[1], ccmd; | ^~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_dequeue_ctrl_func': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:201:26: note: byref variable will be forcibly initialized 201 | struct list_head reclaim_list; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_dequeue_cursor_func': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:252:26: note: byref variable will be forcibly initialized 252 | struct list_head reclaim_list; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/drm/drm_prime.h:37, 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/slab.h:763:16: note: byref variable will be forcibly initialized 763 | 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/virtio/virtgpu_vq.c:29: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_queue_ctrl_sgs': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:337:17: note: in expansion of macro 'wait_event' 337 | wait_event(vgdev->ctrlq.ack_queue, vq->num_free >= elemcnt); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:319:18: note: byref variable will be forcibly initialized 319 | int ret, idx; | ^~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_queue_fenced_ctrl_buffer': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:383:29: note: byref variable will be forcibly initialized 383 | int sg_ents; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:370:49: note: byref variable will be forcibly initialized 370 | struct scatterlist *sgs[3], vcmd, vout, vresp; | ^~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:370:43: note: byref variable will be forcibly initialized 370 | struct scatterlist *sgs[3], vcmd, vout, vresp; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:370:37: note: byref variable will be forcibly initialized 370 | struct scatterlist *sgs[3], vcmd, vout, vresp; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:370:29: note: byref variable will be forcibly initialized 370 | struct scatterlist *sgs[3], vcmd, vout, vresp; | ^~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_resource_attach_backing': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:627:36: note: byref variable will be forcibly initialized 627 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_create_resource': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:494:36: note: byref variable will be forcibly initialized 494 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/firmware/arm_scmi/notify.c: In function 'scmi_process_event_payload': /kisskb/src/drivers/firmware/arm_scmi/notify.c:466:13: note: byref variable will be forcibly initialized 466 | u32 src_id, key; | ^~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_unref_resource': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:525:36: note: byref variable will be forcibly initialized 525 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_set_scanout': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:547:36: note: byref variable will be forcibly initialized 547 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_resource_flush': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:571:36: note: byref variable will be forcibly initialized 571 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_transfer_to_host_2d': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:596:36: note: byref variable will be forcibly initialized 596 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_get_display_info': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:759:36: note: byref variable will be forcibly initialized 759 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_get_capset_info': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:782:36: note: byref variable will be forcibly initialized 782 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_get_capset': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:807:36: note: byref variable will be forcibly initialized 807 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_get_edids': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:881:36: note: byref variable will be forcibly initialized 881 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_context_create': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:911:36: note: byref variable will be forcibly initialized 911 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/firmware/arm_scmi/notify.c: In function 'scmi_notify': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_context_destroy': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:929:36: note: byref variable will be forcibly initialized 929 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_context_attach_resource': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:945:36: note: byref variable will be forcibly initialized 945 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c: In function 'etnaviv_gem_new_handle': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c:584:32: note: byref variable will be forcibly initialized 584 | struct drm_gem_object *obj = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_context_detach_resource': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:963:36: note: byref variable will be forcibly initialized 963 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c: In function 'etnaviv_gem_new_private': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c:622:32: note: byref variable will be forcibly initialized 622 | 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:705:36: note: byref variable will be forcibly initialized 705 | struct etnaviv_gem_object *etnaviv_obj; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_resource_create_3d': /kisskb/src/drivers/firmware/arm_scmi/notify.c:582:34: note: byref variable will be forcibly initialized 582 | struct scmi_event_header eh; | ^~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:983:36: note: byref variable will be forcibly initialized 983 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_transfer_to_host_3d': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:1019:36: note: byref variable will be forcibly initialized 1019 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_transfer_from_host_3d': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:1056:36: note: byref variable will be forcibly initialized 1056 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/tegra/hub.c:8: /kisskb/src/drivers/gpu/drm/tegra/hub.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_submit': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:1082:36: note: byref variable will be forcibly initialized 1082 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cursor_ping': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:1110:36: note: byref variable will be forcibly initialized 1110 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_resource_assign_uuid': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:1149:36: note: byref variable will be forcibly initialized 1149 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_map': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:1202:36: note: byref variable will be forcibly initialized 1202 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_unmap': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:1227:36: note: byref variable will be forcibly initialized 1227 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_resource_create_blob': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:1246:36: note: byref variable will be forcibly initialized 1246 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c: In function 'virtio_gpu_cmd_set_scanout_blob': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_vq.c:1276:36: note: byref variable will be forcibly initialized 1276 | struct virtio_gpu_vbuffer *vbuf; | ^~~~ /kisskb/src/drivers/gpu/drm/tegra/hub.c: In function 'tegra_shared_plane_atomic_update': /kisskb/src/drivers/gpu/drm/tegra/hub.c:546:27: note: byref variable will be forcibly initialized 546 | unsigned int bpc, planes; | ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/hub.c:546:22: note: byref variable will be forcibly initialized 546 | unsigned int bpc, planes; | ^~~ /kisskb/src/drivers/gpu/drm/tegra/hub.c: In function 'tegra_display_hub_probe': /kisskb/src/drivers/gpu/drm/tegra/hub.c:1104:22: note: byref variable will be forcibly initialized 1104 | char id[8]; | ^~ In file included from /kisskb/src/drivers/cpufreq/mediatek-cpufreq-hw.c:7: /kisskb/src/drivers/cpufreq/mediatek-cpufreq-hw.c: In function 'parse_perf_domain': /kisskb/src/include/linux/cpufreq.h:1116:32: note: byref variable will be forcibly initialized 1116 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/cpufreq.h:12, from /kisskb/src/drivers/cpufreq/mediatek-cpufreq-hw.c:7: /kisskb/src/drivers/cpufreq/mediatek-cpufreq-hw.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/atc260x-i2c.c: In function 'atc260x_i2c_probe': /kisskb/src/drivers/mfd/atc260x-i2c.c:19:30: note: byref variable will be forcibly initialized 19 | struct regmap_config regmap_cfg; | ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-rk3x.c: In function 'rk3x_i2c_adapt_div': /kisskb/src/drivers/i2c/busses/i2c-rk3x.c:875:40: note: byref variable will be forcibly initialized 875 | struct rk3x_i2c_calced_timings calc; | ^~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c: In function 'drm_dp_link_apply_training': /kisskb/src/drivers/gpu/drm/tegra/dp.c:471:12: note: byref variable will be forcibly initialized 471 | u8 values[4], pattern = 0; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-rk3x.c: In function 'rk3x_i2c_clk_notifier_cb': /kisskb/src/drivers/i2c/busses/i2c-rk3x.c:929:40: note: byref variable will be forcibly initialized 929 | struct rk3x_i2c_calced_timings calc; | ^~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c: In function 'drm_dp_link_get_adjustments': /kisskb/src/drivers/gpu/drm/tegra/dp.c:552:12: note: byref variable will be forcibly initialized 552 | u8 post_cursor; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c: In function 'drm_dp_link_recover_clock': /kisskb/src/drivers/gpu/drm/tegra/dp.c:597:12: note: byref variable will be forcibly initialized 597 | u8 status[DP_LINK_STATUS_SIZE]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c: In function 'drm_dp_link_equalize_channel': /kisskb/src/drivers/gpu/drm/tegra/dp.c:647:12: note: byref variable will be forcibly initialized 647 | u8 status[DP_LINK_STATUS_SIZE]; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/i2c/busses/i2c-rk3x.c:10: /kisskb/src/drivers/i2c/busses/i2c-rk3x.c: In function 'rk3x_i2c_xfer_common': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-rk3x.c:1093:35: note: in expansion of macro 'wait_event_timeout' 1093 | timeout = wait_event_timeout(i2c->wait, !i2c->busy, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c: In function 'drm_dp_link_probe': /kisskb/src/drivers/gpu/drm/tegra/dp.c:237:20: note: byref variable will be forcibly initialized 237 | u8 supported_rates[DP_MAX_SUPPORTED_RATES * 2]; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c:172:40: note: byref variable will be forcibly initialized 172 | u8 dpcd[DP_RECEIVER_CAP_SIZE], value; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c:172:12: note: byref variable will be forcibly initialized 172 | u8 dpcd[DP_RECEIVER_CAP_SIZE], value; | ^~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c: In function 'drm_dp_link_power_up': /kisskb/src/drivers/gpu/drm/tegra/dp.c:267:12: note: byref variable will be forcibly initialized 267 | u8 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c: In function 'drm_dp_link_power_down': /kisskb/src/drivers/gpu/drm/tegra/dp.c:304:12: note: byref variable will be forcibly initialized 304 | u8 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c: In function 'drm_dp_link_configure': /kisskb/src/drivers/gpu/drm/tegra/dp.c:334:12: note: byref variable will be forcibly initialized 334 | u8 values[2], value; | ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/dp.c: In function 'drm_dp_link_train_fast': /kisskb/src/drivers/gpu/drm/tegra/dp.c:790:12: note: byref variable will be forcibly initialized 790 | u8 status[DP_LINK_STATUS_SIZE]; | ^~~~~~ /kisskb/src/drivers/clocksource/timer-probe.c: In function 'timer_probe': /kisskb/src/drivers/clocksource/timer-probe.c:19:36: note: byref variable will be forcibly initialized 19 | const struct of_device_id *match; | ^~~~~ /kisskb/src/drivers/rtc/rtc-max8925.c: In function 'max8925_rtc_read_time': /kisskb/src/drivers/rtc/rtc-max8925.c:154:23: note: byref variable will be forcibly initialized 154 | unsigned char buf[TIME_NUM]; | ^~~ /kisskb/src/drivers/rtc/rtc-max8925.c: In function 'max8925_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-max8925.c:182:23: note: byref variable will be forcibly initialized 182 | unsigned char buf[TIME_NUM]; | ^~~ /kisskb/src/drivers/rtc/rtc-max8925.c: In function 'max8925_rtc_set_time': /kisskb/src/drivers/rtc/rtc-max8925.c:168:23: note: byref variable will be forcibly initialized 168 | unsigned char buf[TIME_NUM]; | ^~~ /kisskb/src/drivers/rtc/rtc-max8925.c: In function 'max8925_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-max8925.c:220:23: note: byref variable will be forcibly initialized 220 | unsigned char buf[TIME_NUM]; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-diolan-u2c.c: In function 'diolan_usb_transfer': /kisskb/src/drivers/i2c/busses/i2c-diolan-u2c.c:99:13: 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:36: note: byref variable will be forcibly initialized 364 | u8 byte; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-diolan-u2c.c: In function 'diolan_flush_input': /kisskb/src/drivers/i2c/busses/i2c-diolan-u2c.c:203:21: note: byref variable will be forcibly initialized 203 | int actual = 0; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/scmi.h:174, from /kisskb/src/drivers/firmware/arm_scmi/driver.c:38: /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'trace_event_raw_event_scmi_fc_call': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scmi.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(scmi_fc_call, | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'trace_event_raw_event_scmi_xfer_begin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scmi.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(scmi_xfer_begin, | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'trace_event_raw_event_scmi_xfer_response_wait': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scmi.h:61:1: note: in expansion of macro 'TRACE_EVENT' 61 | TRACE_EVENT(scmi_xfer_response_wait, | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'trace_event_raw_event_scmi_xfer_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scmi.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(scmi_xfer_end, | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'trace_event_raw_event_scmi_rx_done': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scmi.h:115:1: note: in expansion of macro 'TRACE_EVENT' 115 | TRACE_EVENT(scmi_rx_done, | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'trace_event_raw_event_scmi_msg_dump': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scmi.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(scmi_msg_dump, | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'scmi_common_extended_name_get': /kisskb/src/drivers/firmware/arm_scmi/driver.c:1154:27: note: byref variable will be forcibly initialized 1154 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'scmi_common_fastchannel_init': /kisskb/src/drivers/firmware/arm_scmi/driver.c:1321:27: note: byref variable will be forcibly initialized 1321 | struct scmi_xfer *t; | ^ In file included from /kisskb/src/drivers/firmware/arm_scmi/driver.c:18: /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'scmi_remove': /kisskb/src/drivers/firmware/arm_scmi/driver.c:2478:22: note: byref variable will be forcibly initialized 2478 | int ret = 0, id; | ^~ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'version_get': /kisskb/src/drivers/firmware/arm_scmi/driver.c:1076:27: note: byref variable will be forcibly initialized 1076 | struct scmi_xfer *t; | ^ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/drivers/firmware/arm_scmi/driver.c:18: /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'do_xfer_with_response': /kisskb/src/drivers/firmware/arm_scmi/driver.c:985:36: note: byref variable will be forcibly initialized 985 | DECLARE_COMPLETION_ONSTACK(async_response); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ 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/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/smp.h:110, from /kisskb/src/include/linux/lockdep.h:14, from /kisskb/src/include/linux/mutex.h:17, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:83:27: note: byref variable will be forcibly initialized 83 | struct timespec64 ts_delta; | ^~~~~~~~ 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:31: note: byref variable will be forcibly initialized 107 | struct timespec64 ts, to = { | ^~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.h:107:27: note: byref variable will be forcibly initialized 107 | struct timespec64 ts, to = { | ^~ /kisskb/src/drivers/gpu/drm/tegra/plane.c: In function 'tegra_plane_setup_opacity': /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'scmi_probe': /kisskb/src/drivers/gpu/drm/tegra/plane.c:594:22: note: byref variable will be forcibly initialized 594 | unsigned int format; | ^~~~~~ /kisskb/src/drivers/firmware/arm_scmi/driver.c:2432:21: note: byref variable will be forcibly initialized 2432 | u32 prot_id; | ^~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/driver.c: In function 'scmi_protocol_device_request': /kisskb/src/drivers/firmware/arm_scmi/driver.c:2186:22: note: byref variable will be forcibly initialized 2186 | unsigned int id = 0; | ^~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'etnaviv_gpu_debugfs': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:889:26: note: byref variable will be forcibly initialized 889 | struct dma_debug debug; | ^~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/uapi/linux/fb.h:6, from /kisskb/src/include/linux/fb.h:7, from /kisskb/src/include/drm/drm_fb_helper.h:38, from /kisskb/src/drivers/gpu/drm/tegra/drm.h:18, from /kisskb/src/drivers/gpu/drm/tegra/output.c:12: /kisskb/src/drivers/gpu/drm/tegra/output.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/tegra/output.c: In function 'tegra_output_probe': /kisskb/src/drivers/gpu/drm/tegra/output.c:98:18: note: byref variable will be forcibly initialized 98 | int err, size; | ^~~~ /kisskb/src/drivers/gpu/drm/tegra/output.c: In function 'tegra_output_init': /kisskb/src/drivers/gpu/drm/tegra/output.c:207:43: note: byref variable will be forcibly initialized 207 | struct cec_connector_info conn_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/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'etnaviv_gpu_wait_obj_inactive': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:1266:15: note: in expansion of macro 'wait_event_interruptible_timeout' 1266 | ret = wait_event_interruptible_timeout(gpu->fence_event, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'etnaviv_gpu_submit': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:1341:40: note: byref variable will be forcibly initialized 1341 | unsigned int i, nr_events = 1, event[3]; | ^~~~~ /kisskb/src/drivers/regulator/wm8400-regulator.c: In function 'wm8400_dcdc_get_mode': /kisskb/src/drivers/regulator/wm8400-regulator.c:35:13: note: byref variable will be forcibly initialized 35 | u16 data[2]; | ^~~~ /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c: In function 'tegra194_cpufreq_init': /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c:381:13: note: byref variable will be forcibly initialized 381 | u32 clusterid; | ^~~~~~~~~ /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c: In function 'tegra234_read_counters': /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c:143:20: note: byref variable will be forcibly initialized 143 | u32 cpuid, clusterid; | ^~~~~~~~~ /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c:143:13: note: byref variable will be forcibly initialized 143 | u32 cpuid, clusterid; | ^~~~~ /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c: In function 'tegra234_get_cpu_cluster_id': /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c:89:13: note: byref variable will be forcibly initialized 89 | u64 mpidr; | ^~~~~ /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c: In function 'tegra194_get_cpu_cluster_id': /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c:173:13: note: byref variable will be forcibly initialized 173 | u64 mpidr; | ^~~~~ /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c: In function 'tegra234_set_cpu_ndiv': /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c:118:25: note: byref variable will be forcibly initialized 118 | u32 cpu, cpuid, clusterid; | ^~~~~~~~~ /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c:118:18: note: byref variable will be forcibly initialized 118 | u32 cpu, cpuid, clusterid; | ^~~~~ /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c: In function 'tegra194_calculate_speed': /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c:268:35: note: byref variable will be forcibly initialized 268 | struct read_counters_work read_counters_work; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c: In function 'tegra194_get_speed': /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c:342:13: note: byref variable will be forcibly initialized 342 | u64 ndiv; | ^~~~ /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c:340:20: note: byref variable will be forcibly initialized 340 | u32 cpuid, clusterid; | ^~~~~~~~~ /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c:340:13: note: byref variable will be forcibly initialized 340 | u32 cpuid, clusterid; | ^~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c:6: /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c: In function 'init_freq_table': /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c:451:35: note: byref variable will be forcibly initialized 451 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c:450:44: note: byref variable will be forcibly initialized 450 | struct mrq_cpu_ndiv_limits_request req; | ^~~ /kisskb/src/drivers/cpufreq/tegra194-cpufreq.c:448:45: note: byref variable will be forcibly initialized 448 | struct mrq_cpu_ndiv_limits_response resp; | ^~~~ /kisskb/src/drivers/rtc/rtc-max8998.c: In function 'max8998_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-max8998.c:140:12: note: byref variable will be forcibly initialized 140 | u8 val; | ^~~ /kisskb/src/drivers/rtc/rtc-max8998.c:139:12: note: byref variable will be forcibly initialized 139 | u8 data[8]; | ^~~~ /kisskb/src/drivers/rtc/rtc-max8998.c: In function 'max8998_rtc_read_time': /kisskb/src/drivers/rtc/rtc-max8998.c:108:12: note: byref variable will be forcibly initialized 108 | u8 data[8]; | ^~~~ /kisskb/src/drivers/rtc/rtc-max8998.c: In function 'max8998_rtc_set_time': /kisskb/src/drivers/rtc/rtc-max8998.c:123:12: note: byref variable will be forcibly initialized 123 | u8 data[8]; | ^~~~ /kisskb/src/drivers/rtc/rtc-max8998.c: In function 'max8998_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-max8998.c:197:12: note: byref variable will be forcibly initialized 197 | u8 data[8]; | ^~~~ /kisskb/src/drivers/gpu/drm/pl111/pl111_drv.c: In function 'pl111_modeset_init': /kisskb/src/drivers/gpu/drm/pl111/pl111_drv.c:99:36: note: byref variable will be forcibly initialized 99 | struct drm_bridge *tmp_bridge; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/pl111/pl111_drv.c:98:35: note: byref variable will be forcibly initialized 98 | struct drm_panel *tmp_panel; | ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-dln2.c: In function 'dln2_i2c_enable': /kisskb/src/drivers/i2c/busses/i2c-dln2.c:58:11: note: byref variable will be forcibly initialized 58 | } tx; | ^~ /kisskb/src/drivers/i2c/busses/i2c-dln2.c: In function 'dln2_i2c_read': /kisskb/src/drivers/i2c/busses/i2c-dln2.c:116:18: note: byref variable will be forcibly initialized 116 | unsigned rx_len = sizeof(*rx); | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-dln2.c:111:20: note: byref variable will be forcibly initialized 111 | } __packed tx; | ^~ /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c: In function 'pattern_trig_store_patterns_string': /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c:226:21: note: byref variable will be forcibly initialized 226 | int ccount, cr, offset = 0; | ^~ /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c: In function 'repeat_store': /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c:166:18: note: byref variable will be forcibly initialized 166 | int err, res; | ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c: In function 'pattern_init': /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c:366:22: note: byref variable will be forcibly initialized 366 | unsigned int size = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c: In function 'tegra_dc_parse_dt': /kisskb/src/drivers/gpu/drm/tegra/dc.c:3076:13: note: byref variable will be forcibly initialized 3076 | u32 value = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c: In function 'tegra_crtc_update_memory_bandwidth': /kisskb/src/drivers/gpu/drm/tegra/dc.c:1992:40: note: byref variable will be forcibly initialized 1992 | struct tegra_dc_window window, old_window; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c:1992:32: note: byref variable will be forcibly initialized 1992 | struct tegra_dc_window window, old_window; | ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c: In function 'tegra_plane_overlap_mask': /kisskb/src/drivers/gpu/drm/tegra/dc.c:2341:25: note: byref variable will be forcibly initialized 2341 | struct drm_rect rect; | ^~~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c: In function 'tegra_dc_update_voltage_state': /kisskb/src/drivers/gpu/drm/tegra/dc.c:1867:23: note: byref variable will be forcibly initialized 1867 | unsigned long rate, pstate; | ^~~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c: In function 'tegra_dc_setup_window': /kisskb/src/drivers/gpu/drm/tegra/dc.c:351:22: note: byref variable will be forcibly initialized 351 | unsigned int planes; | ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c: In function 'tegra_plane_atomic_update': /kisskb/src/drivers/gpu/drm/tegra/dc.c:734:32: note: byref variable will be forcibly initialized 734 | struct tegra_dc_window window; | ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c: In function '__tegra_cursor_atomic_update': /kisskb/src/drivers/gpu/drm/tegra/dc.c:978:33: note: byref variable will be forcibly initialized 978 | struct drm_rect src; | ^~~ /kisskb/src/drivers/gpu/drm/tegra/dc.c: In function 'tegra_dc_has_output': /kisskb/src/drivers/gpu/drm/tegra/dc.c:99:36: note: byref variable will be forcibly initialized 99 | struct of_phandle_iterator it; | ^~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'get_endpoints': /kisskb/src/drivers/usb/misc/usbtest.c:149:51: note: byref variable will be forcibly initialized 149 | struct usb_host_endpoint *int_in, *int_out; | ^~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c:149:42: note: byref variable will be forcibly initialized 149 | struct usb_host_endpoint *int_in, *int_out; | ^~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c:148:51: note: byref variable will be forcibly initialized 148 | struct usb_host_endpoint *iso_in, *iso_out; | ^~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c:148:42: note: byref variable will be forcibly initialized 148 | struct usb_host_endpoint *iso_in, *iso_out; | ^~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c:147:47: note: byref variable will be forcibly initialized 147 | struct usb_host_endpoint *in, *out; | ^~~ /kisskb/src/drivers/usb/misc/usbtest.c:147:42: note: byref variable will be forcibly initialized 147 | struct usb_host_endpoint *in, *out; | ^~ In file included from /kisskb/src/drivers/usb/misc/usbtest.c:5: /kisskb/src/drivers/usb/misc/usbtest.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/bridge/display-connector.c:7: /kisskb/src/drivers/gpu/drm/bridge/display-connector.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/display-connector.c: In function 'display_connector_probe': /kisskb/src/drivers/gpu/drm/bridge/display-connector.c:230:29: note: byref variable will be forcibly initialized 230 | const char *hdmi_type; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/display-connector.c:198:21: note: byref variable will be forcibly initialized 198 | const char *label = NULL; | ^~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'unlink_queued': /kisskb/src/drivers/usb/misc/usbtest.c:1560:33: note: byref variable will be forcibly initialized 1560 | dma_addr_t buf_dma; | ^~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c:1557:33: note: byref variable will be forcibly initialized 1557 | struct queued_ctx ctx; | ^~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'test_ctrl_queue': /kisskb/src/drivers/usb/misc/usbtest.c:1231:41: note: byref variable will be forcibly initialized 1231 | struct usb_ctrlrequest req; | ^~~ /kisskb/src/drivers/usb/misc/usbtest.c:1205:33: note: byref variable will be forcibly initialized 1205 | struct ctrl_ctx context; | ^~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'unlink1': /kisskb/src/drivers/usb/misc/usbtest.c:1438:33: note: byref variable will be forcibly initialized 1438 | struct completion completion; | ^~~~~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'simple_io': /kisskb/src/drivers/usb/misc/usbtest.c:465:33: note: byref variable will be forcibly initialized 465 | struct completion completion; | ^~~~~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'verify_halted': /kisskb/src/drivers/usb/misc/usbtest.c:1654:17: note: byref variable will be forcibly initialized 1654 | u16 status; | ^~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'verify_not_halted': /kisskb/src/drivers/usb/misc/usbtest.c:1632:17: note: byref variable will be forcibly initialized 1632 | u16 status; | ^~~~~~ 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/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/misc/usbtest.c:5: /kisskb/src/drivers/usb/misc/usbtest.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:83:27: note: byref variable will be forcibly initialized 83 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'test_queue': /kisskb/src/drivers/usb/misc/usbtest.c:2041:33: note: byref variable will be forcibly initialized 2041 | struct transfer_context context; | ^~~~~~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'usbtest_do_ioctl': /kisskb/src/drivers/usb/misc/usbtest.c:2186:33: note: byref variable will be forcibly initialized 2186 | struct usb_sg_request req; | ^~~ /kisskb/src/drivers/usb/misc/usbtest.c: In function 'usbtest_ioctl': /kisskb/src/drivers/usb/misc/usbtest.c:2666:27: note: byref variable will be forcibly initialized 2666 | struct timespec64 end; | ^~~ /kisskb/src/drivers/usb/misc/usbtest.c:2665:27: note: byref variable will be forcibly initialized 2665 | struct timespec64 start; | ^~~~~ /kisskb/src/drivers/usb/misc/usbtest.c:2663:33: note: byref variable will be forcibly initialized 2663 | struct usbtest_param_32 temp; | ^~~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'map_get_value': /kisskb/src/drivers/power/supply/test_power.c:306:14: note: byref variable will be forcibly initialized 306 | char buf[MAX_KEYLENGTH]; | ^~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'param_set_battery_capacity': /kisskb/src/drivers/power/supply/test_power.c:435:13: note: byref variable will be forcibly initialized 435 | int tmp; | ^~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'param_set_battery_voltage': /kisskb/src/drivers/power/supply/test_power.c:450:13: note: byref variable will be forcibly initialized 450 | int tmp; | ^~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'param_set_battery_charge_counter': /kisskb/src/drivers/power/supply/test_power.c:465:13: note: byref variable will be forcibly initialized 465 | int tmp; | ^~~ /kisskb/src/drivers/power/supply/test_power.c: In function 'param_set_battery_current': /kisskb/src/drivers/power/supply/test_power.c:480:13: note: byref variable will be forcibly initialized 480 | int tmp; | ^~~ /kisskb/src/drivers/usb/misc/ehset.c: In function 'ehset_probe': /kisskb/src/drivers/usb/misc/ehset.c:73:38: note: byref variable will be forcibly initialized 73 | struct usb_device_descriptor buf; | ^~~ /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c: In function 'powersave_bias_store': /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c:299:22: note: byref variable will be forcibly initialized 299 | unsigned int input; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c: In function 'up_threshold_store': /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c:227:22: note: byref variable will be forcibly initialized 227 | unsigned int input; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c: In function 'io_is_busy_store': /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c:209:22: note: byref variable will be forcibly initialized 209 | unsigned int input; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c: In function 'ignore_nice_load_store': /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c:272:22: note: byref variable will be forcibly initialized 272 | unsigned int input; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c: In function 'sampling_down_factor_store': /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c:245:22: note: byref variable will be forcibly initialized 245 | unsigned int input; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c: In function 'od_set_powersave_bias': /kisskb/src/drivers/cpufreq/cpufreq_ondemand.c:419:23: note: byref variable will be forcibly initialized 419 | cpumask_var_t done; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c: In function 'lt8912_connector_get_modes': /kisskb/src/drivers/hwmon/lm75.c: In function 'lm75_read': /kisskb/src/drivers/hwmon/lm75.c:346:22: note: byref variable will be forcibly initialized 346 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c:420:13: note: byref variable will be forcibly initialized 420 | u32 bus_format = MEDIA_BUS_FMT_RGB888_1X24; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c: In function 'lt8912_check_cable_status': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c:366:22: note: byref variable will be forcibly initialized 366 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/hwmon/lm75.c: In function 'lm75_update_interval': /kisskb/src/drivers/hwmon/lm75.c:421:22: note: byref variable will be forcibly initialized 421 | unsigned int reg; | ^~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_mc_check': /kisskb/src/drivers/edac/xgene_edac.c:178:22: note: byref variable will be forcibly initialized 178 | unsigned int pcp_lp_stat; | ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c:177:22: note: byref variable will be forcibly initialized 177 | unsigned int pcp_hp_stat; | ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_pmd_check': /kisskb/src/drivers/edac/xgene_edac.c:737:22: note: byref variable will be forcibly initialized 737 | unsigned int pcp_hp_stat; | ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_mc_is_active': /kisskb/src/drivers/edac/xgene_edac.c:311:22: note: byref variable will be forcibly initialized 311 | unsigned int reg; | ^~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_rb_report': /kisskb/src/drivers/edac/xgene_edac.c:1468:13: note: byref variable will be forcibly initialized 1468 | u32 reg; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c: In function 'lt8912_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c:466:43: note: byref variable will be forcibly initialized 466 | const struct mipi_dsi_device_info info = { .type = "lt8912", | ^~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_soc_check': /kisskb/src/drivers/edac/xgene_edac.c:1640:13: note: byref variable will be forcibly initialized 1640 | u32 reg; | ^~~ /kisskb/src/drivers/edac/xgene_edac.c:1639:13: note: byref variable will be forcibly initialized 1639 | u32 pcp_lp_stat; | ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c:1638:13: note: byref variable will be forcibly initialized 1638 | u32 pcp_hp_stat; | ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_isr': /kisskb/src/drivers/edac/xgene_edac.c:1817:22: note: byref variable will be forcibly initialized 1817 | unsigned int pcp_lp_stat; | ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c:1816:22: note: byref variable will be forcibly initialized 1816 | unsigned int pcp_hp_stat; | ^~~~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_mc_add': /kisskb/src/drivers/edac/xgene_edac.c:348:25: note: byref variable will be forcibly initialized 348 | struct resource res; | ^~~ /kisskb/src/drivers/edac/xgene_edac.c:346:34: note: byref variable will be forcibly initialized 346 | struct xgene_edac_mc_ctx tmp_ctx; | ^~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c:345:30: note: byref variable will be forcibly initialized 345 | struct edac_mc_layer layers[2]; | ^~~~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_soc_add': /kisskb/src/drivers/edac/xgene_edac.c:1729:25: note: byref variable will be forcibly initialized 1729 | struct resource res; | ^~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_pmd_create_debugfs_nodes': /kisskb/src/drivers/edac/xgene_edac.c:865:14: note: byref variable will be forcibly initialized 865 | char name[10]; | ^~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_pmd_add': /kisskb/src/drivers/edac/xgene_edac.c:895:13: note: byref variable will be forcibly initialized 895 | u32 val; | ^~~ /kisskb/src/drivers/edac/xgene_edac.c:893:13: note: byref variable will be forcibly initialized 893 | u32 pmd; | ^~~ /kisskb/src/drivers/edac/xgene_edac.c:892:14: note: byref variable will be forcibly initialized 892 | char edac_name[10]; | ^~~~~~~~~ /kisskb/src/drivers/edac/xgene_edac.c:891:25: note: byref variable will be forcibly initialized 891 | struct resource res; | ^~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_l3_create_debugfs_nodes': /kisskb/src/drivers/edac/xgene_edac.c:1169:14: note: byref variable will be forcibly initialized 1169 | char name[10]; | ^~~~ /kisskb/src/drivers/edac/xgene_edac.c: In function 'xgene_edac_l3_add': /kisskb/src/drivers/edac/xgene_edac.c:1188:25: note: byref variable will be forcibly initialized 1188 | struct resource res; | ^~~ /kisskb/src/drivers/usb/misc/trancevibrator.c: In function 'speed_store': /kisskb/src/drivers/usb/misc/trancevibrator.c:47:13: note: byref variable will be forcibly initialized 47 | int temp, retval, old; | ^~~~ /kisskb/src/drivers/rtc/rtc-mt2712.c: In function 'mt2712_rtc_read_time': /kisskb/src/drivers/rtc/rtc-mt2712.c:160:13: note: byref variable will be forcibly initialized 160 | int sec; | ^~~ /kisskb/src/drivers/rtc/rtc-mt6397.c: In function 'mtk_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-mt6397.c:155:13: note: byref variable will be forcibly initialized 155 | u16 data[RTC_OFFSET_COUNT]; | ^~~~ /kisskb/src/drivers/rtc/rtc-mt6397.c:153:20: note: byref variable will be forcibly initialized 153 | u32 irqen, pdn2; | ^~~~ /kisskb/src/drivers/rtc/rtc-mt6397.c:153:13: note: byref variable will be forcibly initialized 153 | u32 irqen, pdn2; | ^~~~~ /kisskb/src/drivers/rtc/rtc-mt6397.c: In function '__mtk_rtc_read_time': /kisskb/src/drivers/rtc/rtc-mt6397.c:66:13: note: byref variable will be forcibly initialized 66 | u16 data[RTC_OFFSET_COUNT]; | ^~~~ /kisskb/src/drivers/rtc/rtc-mt6397.c: In function 'mtk_rtc_read_time': /kisskb/src/drivers/rtc/rtc-mt6397.c:91:19: note: byref variable will be forcibly initialized 91 | int days, sec, ret; | ^~~ /kisskb/src/drivers/rtc/rtc-mt6397.c: In function 'mtk_rtc_write_trigger': /kisskb/src/drivers/rtc/rtc-mt6397.c:22:13: note: byref variable will be forcibly initialized 22 | u32 data; | ^~~~ /kisskb/src/drivers/rtc/rtc-mt6397.c: In function 'mtk_rtc_set_time': /kisskb/src/drivers/rtc/rtc-mt6397.c:123:13: note: byref variable will be forcibly initialized 123 | u16 data[RTC_OFFSET_COUNT]; | ^~~~ /kisskb/src/drivers/rtc/rtc-mt6397.c: In function 'mtk_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-mt6397.c:195:13: note: byref variable will be forcibly initialized 195 | u16 data[RTC_OFFSET_COUNT]; | ^~~~ /kisskb/src/drivers/rtc/rtc-mt6397.c: In function 'mtk_rtc_irq_handler_thread': /kisskb/src/drivers/rtc/rtc-mt6397.c:43:13: note: byref variable will be forcibly initialized 43 | u32 irqsta, irqen; | ^~~~~~ /kisskb/src/drivers/gpu/drm/panfrost/panfrost_devfreq.c: In function 'panfrost_devfreq_init': /kisskb/src/drivers/gpu/drm/panfrost/panfrost_devfreq.c:89:23: note: byref variable will be forcibly initialized 89 | unsigned long cur_freq; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/of/platform.c:13: /kisskb/src/drivers/of/platform.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/of/platform.c: In function 'of_device_make_bus_id': /kisskb/src/drivers/of/platform.c:79:13: note: byref variable will be forcibly initialized 79 | u32 mask; | ^~~~ /kisskb/src/drivers/of/platform.c: In function 'of_dev_lookup': /kisskb/src/drivers/of/platform.c:297:25: note: byref variable will be forcibly initialized 297 | struct resource res; | ^~~ /kisskb/src/drivers/of/platform.c: In function 'of_device_alloc': /kisskb/src/drivers/of/platform.c:118:31: note: byref variable will be forcibly initialized 118 | struct resource *res, temp_res; | ^~~~~~~~ /kisskb/src/drivers/of/platform.c: In function 'of_platform_notify': /kisskb/src/drivers/of/platform.c:724:14: note: byref variable will be forcibly initialized 724 | bool children_left; | ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/of/device.c:4: /kisskb/src/drivers/of/device.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/device.c: In function 'of_dma_configure_id': /kisskb/src/drivers/of/device.c:118:38: note: byref variable will be forcibly initialized 118 | const struct bus_dma_region *map = NULL; | ^~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_capacity': /kisskb/src/drivers/power/supply/ds2780_battery.c:300:12: 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:12: note: byref variable will be forcibly initialized 71 | u8 raw[2]; | ^~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_voltage': /kisskb/src/drivers/power/supply/ds2780_battery.c:159:13: note: byref variable will be forcibly initialized 159 | s16 voltage_raw; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_temperature': /kisskb/src/drivers/power/supply/ds2780_battery.c:187:13: 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:12: note: byref variable will be forcibly initialized 219 | u8 sense_res_raw, reg_msb; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c:218:13: 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:30: note: byref variable will be forcibly initialized 312 | int ret, current_uA, capacity; | ^~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c:312:18: 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:12: note: byref variable will be forcibly initialized 264 | u8 sense_res_raw; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c:263:13: 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:13: 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:12: note: byref variable will be forcibly initialized 145 | u8 raw[] = {rsgain >> 8, rsgain & 0xFF}; | ^~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_pio_pin': /kisskb/src/drivers/power/supply/ds2780_battery.c:601:12: note: byref variable will be forcibly initialized 601 | u8 new_setting; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_sense_resistor_value': /kisskb/src/drivers/power/supply/ds2780_battery.c:520:12: note: byref variable will be forcibly initialized 520 | u8 new_setting; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_pmod_enabled': /kisskb/src/drivers/power/supply/ds2780_battery.c:467:25: note: byref variable will be forcibly initialized 467 | u8 control_reg, new_setting; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c:467:12: note: byref variable will be forcibly initialized 467 | u8 control_reg, new_setting; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_pio_pin': /kisskb/src/drivers/power/supply/ds2780_battery.c:583:12: 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:13: 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:12: 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:12: 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:13: note: byref variable will be forcibly initialized 557 | u16 new_setting; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ug3105_battery.c: In function 'ug3105_probe': /kisskb/src/drivers/power/supply/ug3105_battery.c:388:13: note: byref variable will be forcibly initialized 388 | u32 curr_sense_res_uohm = 10000; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/base.c: In function 'scmi_base_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/base.c:67:27: note: byref variable will be forcibly initialized 67 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/base.c: In function 'scmi_base_vendor_id_get': /kisskb/src/drivers/firmware/arm_scmi/base.c:102:27: note: byref variable will be forcibly initialized 102 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/base.c: In function 'scmi_base_error_notify': /kisskb/src/drivers/firmware/arm_scmi/base.c:292:27: note: byref variable will be forcibly initialized 292 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/base.c: In function 'scmi_base_implementation_version_get': /kisskb/src/drivers/firmware/arm_scmi/base.c:143:27: note: byref variable will be forcibly initialized 143 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/base.c: In function 'scmi_base_implementation_list_get': /kisskb/src/drivers/firmware/arm_scmi/base.c:177:27: note: byref variable will be forcibly initialized 177 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/base.c: In function 'scmi_base_discover_agent_get': /kisskb/src/drivers/firmware/arm_scmi/base.c:267:27: note: byref variable will be forcibly initialized 267 | struct scmi_xfer *t; | ^ In file included from /kisskb/src/include/linux/scmi_protocol.h:12, from /kisskb/src/drivers/firmware/arm_scmi/base.c:11: /kisskb/src/drivers/firmware/arm_scmi/base.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/base.c: In function 'scmi_base_protocol_init': /kisskb/src/drivers/firmware/arm_scmi/base.c:378:14: note: byref variable will be forcibly initialized 378 | char name[SCMI_SHORT_NAME_MAX_SIZE]; | ^~~~ /kisskb/src/drivers/firmware/arm_scmi/base.c:377:13: note: byref variable will be forcibly initialized 377 | u32 version; | ^~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c: In function 'led_invert_store': /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c:51:23: 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:23: 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:23: 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:22: note: byref variable will be forcibly initialized 133 | unsigned int size = 0; | ^~~~ /kisskb/src/drivers/mfd/88pm800.c: In function 'device_800_init': /kisskb/src/drivers/mfd/88pm800.c:475:22: note: byref variable will be forcibly initialized 475 | unsigned int val; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-parport.c: In function 'i2c_parport_attach': /kisskb/src/drivers/i2c/busses/i2c-parport.c:268:26: note: byref variable will be forcibly initialized 268 | struct pardev_cb i2c_parport_cb; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_kms.c: In function 'tidss_dispc_modeset_init': /kisskb/src/drivers/gpu/drm/tidss/tidss_kms.c:135:36: note: byref variable will be forcibly initialized 135 | struct drm_bridge *bridge; | ^~~~~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_kms.c:134:35: note: byref variable will be forcibly initialized 134 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_kms.c:113:22: note: byref variable will be forcibly initialized 113 | unsigned int fourccs_len; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_debugfs.c: In function 'virtio_gpu_debugfs_host_visible_mm': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_debugfs.c:85:28: note: byref variable will be forcibly initialized 85 | struct drm_printer p; | ^ /kisskb/src/lib/asn1_encoder.c: In function 'asn1_encode_oid': /kisskb/src/lib/asn1_encoder.c:145:24: note: byref variable will be forcibly initialized 145 | unsigned char *d = data + 2; | ^ /kisskb/src/lib/asn1_encoder.c:144:13: note: byref variable will be forcibly initialized 144 | int data_len = end_data - data; | ^~~~~~~~ /kisskb/src/lib/asn1_encoder.c: In function 'asn1_encode_tag': /kisskb/src/lib/asn1_encoder.c:273:13: note: byref variable will be forcibly initialized 273 | int data_len = end_data - data; | ^~~~~~~~ /kisskb/src/lib/asn1_encoder.c: In function 'asn1_encode_octet_string': /kisskb/src/lib/asn1_encoder.c:332:13: note: byref variable will be forcibly initialized 332 | int data_len = end_data - data; | ^~~~~~~~ /kisskb/src/lib/asn1_encoder.c: In function 'asn1_encode_sequence': /kisskb/src/lib/asn1_encoder.c:376:13: note: byref variable will be forcibly initialized 376 | int data_len = end_data - data; | ^~~~~~~~ /kisskb/src/lib/asn1_encoder.c: In function 'asn1_encode_boolean': /kisskb/src/lib/asn1_encoder.c:429:13: note: byref variable will be forcibly initialized 429 | int data_len = end_data - data; | ^~~~~~~~ /kisskb/src/drivers/usb/misc/usbsevseg.c: In function 'update_display_visual': /kisskb/src/drivers/usb/misc/usbsevseg.c:110:23: note: byref variable will be forcibly initialized 110 | unsigned char buffer[MAXLEN] = {0}; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_object.c:26: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_object.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_object.c: In function 'virtio_gpu_object_create': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_object.c:220:22: note: byref variable will be forcibly initialized 220 | unsigned int nents; | ^~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_object.c:219:38: note: byref variable will be forcibly initialized 219 | struct virtio_gpu_mem_entry *ents; | ^~~~ /kisskb/src/drivers/usb/chipidea/ci_hdrc_msm.c: In function 'ci_hdrc_msm_mux_phy': /kisskb/src/drivers/usb/chipidea/ci_hdrc_msm.c:144:32: note: byref variable will be forcibly initialized 144 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/cpufreq/armada-37xx-cpufreq.c: In function 'armada37xx_cpufreq_avs_configure': /kisskb/src/drivers/cpufreq/armada-37xx-cpufreq.c:227:13: note: byref variable will be forcibly initialized 227 | u32 l0_vdd_min; | ^~~~~~~~~~ /kisskb/src/drivers/cpufreq/armada-37xx-cpufreq.c: In function 'armada37xx_cpufreq_dvfs_setup': /kisskb/src/drivers/cpufreq/armada-37xx-cpufreq.c:137:13: note: byref variable will be forcibly initialized 137 | u32 cpu_tbg_sel; | ^~~~~~~~~~~ /kisskb/src/drivers/cpufreq/armada-37xx-cpufreq.c: In function 'armada37xx_cpufreq_driver_init': /kisskb/src/drivers/cpufreq/armada-37xx-cpufreq.c:405:41: note: byref variable will be forcibly initialized 405 | struct cpufreq_dt_platform_data pdata; | ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_level_limits_notify': /kisskb/src/drivers/firmware/arm_scmi/perf.c:511:27: note: byref variable will be forcibly initialized 511 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_mb_level_set': /kisskb/src/drivers/firmware/arm_scmi/perf.c:431:27: note: byref variable will be forcibly initialized 431 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_mb_limits_set': /kisskb/src/drivers/firmware/arm_scmi/perf.c:340:27: note: byref variable will be forcibly initialized 340 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_mb_level_get': /kisskb/src/drivers/firmware/arm_scmi/perf.c:472:27: note: byref variable will be forcibly initialized 472 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_mb_limits_get': /kisskb/src/drivers/firmware/arm_scmi/perf.c:386:27: note: byref variable will be forcibly initialized 386 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/perf.c:158:27: note: byref variable will be forcibly initialized 158 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_domain_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/perf.c:196:27: note: byref variable will be forcibly initialized 196 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_dev_domain_id': /kisskb/src/drivers/firmware/arm_scmi/perf.c:561:32: note: byref variable will be forcibly initialized 561 | struct of_phandle_args clkspec; | ^~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/firmware/arm_scmi/perf.c:14: /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_describe_levels_get': /kisskb/src/drivers/firmware/arm_scmi/perf.c:313:32: note: byref variable will be forcibly initialized 313 | struct scmi_perf_ipriv ppriv = { | ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_dvfs_freq_get': /kisskb/src/drivers/firmware/arm_scmi/perf.c:631:13: note: byref variable will be forcibly initialized 631 | u32 level; | ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/perf.c: In function 'scmi_perf_protocol_init': /kisskb/src/drivers/firmware/arm_scmi/perf.c:808:13: note: byref variable will be forcibly initialized 808 | u32 version; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_plane.c: In function 'virtio_gpu_primary_plane_update': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_plane.c:175:25: note: byref variable will be forcibly initialized 175 | struct drm_rect rect; | ^~~~ /kisskb/src/drivers/gpu/drm/tegra/hdmi.c: In function 'tegra_hdmi_setup_avi_infoframe': /kisskb/src/drivers/gpu/drm/tegra/hdmi.c:707:12: note: byref variable will be forcibly initialized 707 | u8 buffer[17]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/hdmi.c:706:35: note: byref variable will be forcibly initialized 706 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/hdmi.c: In function 'tegra_hdmi_setup_audio_infoframe': /kisskb/src/drivers/gpu/drm/tegra/hdmi.c:747:12: note: byref variable will be forcibly initialized 747 | u8 buffer[14]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/hdmi.c:746:37: note: byref variable will be forcibly initialized 746 | struct hdmi_audio_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/hdmi.c: In function 'tegra_hdmi_setup_stereo_infoframe': /kisskb/src/drivers/gpu/drm/tegra/hdmi.c:796:12: note: byref variable will be forcibly initialized 796 | u8 buffer[10]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/hdmi.c:795:38: note: byref variable will be forcibly initialized 795 | struct hdmi_vendor_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/hdmi.c: In function 'tegra_hdmi_setup_audio': /kisskb/src/drivers/gpu/drm/tegra/hdmi.c:484:40: note: byref variable will be forcibly initialized 484 | struct tegra_hdmi_audio_config config; | ^~~~~~ /kisskb/src/drivers/usb/misc/yurex.c: In function 'yurex_write': /kisskb/src/drivers/usb/misc/yurex.c:431:14: 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:14: 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:41: note: byref variable will be forcibly initialized 194 | struct usb_endpoint_descriptor *endpoint; | ^~~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-transient.c: In function 'transient_state_store': /kisskb/src/drivers/leds/trigger/ledtrig-transient.c:135:23: note: byref variable will be forcibly initialized 135 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-transient.c: In function 'transient_duration_store': /kisskb/src/drivers/leds/trigger/ledtrig-transient.c:108:23: 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:23: note: byref variable will be forcibly initialized 57 | unsigned long state; | ^~~~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/lm85.c:894:14: 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:14: 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:14: 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:14: 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:14: 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:14: 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:14: 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:14: 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:14: 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:14: 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:23: 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:23: 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:23: 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:23: note: byref variable will be forcibly initialized 741 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/lm85.c:697:23: 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:23: note: byref variable will be forcibly initialized 575 | unsigned long val; | ^~~ /kisskb/src/drivers/power/supply/bq27xxx_battery.c: In function 'bq27xxx_battery_settings': /kisskb/src/drivers/power/supply/bq27xxx_battery.c:1477:43: note: byref variable will be forcibly initialized 1477 | struct power_supply_battery_info *info; | ^~~~ /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:24: 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:23: note: byref variable will be forcibly initialized 71 | unsigned char start = 0x00; | ^~~~~ In file included from /kisskb/src/drivers/of/property.c:24: /kisskb/src/drivers/of/property.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/property.c: In function 'parse_suffix_prop_cells': /kisskb/src/drivers/of/property.c:1252:32: note: byref variable will be forcibly initialized 1252 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_gpio_compat': /kisskb/src/drivers/of/property.c:1350:32: note: byref variable will be forcibly initialized 1350 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_prop_cells': /kisskb/src/drivers/of/property.c:1198:32: note: byref variable will be forcibly initialized 1198 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_fwnode_get_reference_args': /kisskb/src/drivers/of/property.c:984:32: note: byref variable will be forcibly initialized 984 | struct of_phandle_args of_args; | ^~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_interrupts': /kisskb/src/drivers/of/property.c:1372:32: note: byref variable will be forcibly initialized 1372 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/clock.c: In function 'scmi_clk_rate_notify': /kisskb/src/drivers/firmware/arm_scmi/clock.c:477:27: note: byref variable will be forcibly initialized 477 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u8_array': /kisskb/src/drivers/of/property.c:222:16: note: byref variable will be forcibly initialized 222 | size_t sz, count; | ^~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u16_array': /kisskb/src/drivers/of/property.c:272:16: note: byref variable will be forcibly initialized 272 | size_t sz, count; | ^~ /kisskb/src/drivers/firmware/arm_scmi/clock.c: In function 'scmi_clock_rate_get': /kisskb/src/drivers/firmware/arm_scmi/clock.c:332:27: note: byref variable will be forcibly initialized 332 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u32_array': /kisskb/src/drivers/of/property.c:319:16: note: byref variable will be forcibly initialized 319 | size_t sz, count; | ^~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u64_array': /kisskb/src/drivers/of/property.c:397:16: note: byref variable will be forcibly initialized 397 | size_t sz, count; | ^~ /kisskb/src/drivers/firmware/arm_scmi/clock.c: In function 'scmi_clock_config_set': /kisskb/src/drivers/firmware/arm_scmi/clock.c:401:27: note: byref variable will be forcibly initialized 401 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/clock.c: In function 'scmi_clock_rate_set': /kisskb/src/drivers/firmware/arm_scmi/clock.c:354:27: note: byref variable will be forcibly initialized 354 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/clock.c: In function 'scmi_clock_protocol_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/clock.c:115:27: note: byref variable will be forcibly initialized 115 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/of/property.c: In function 'of_graph_get_port_by_id': /kisskb/src/drivers/of/property.c:619:21: note: byref variable will be forcibly initialized 619 | u32 port_id = 0; | ^~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/clock.c: In function 'scmi_clock_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/clock.c:141:27: note: byref variable will be forcibly initialized 141 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/of/property.c: In function 'of_graph_get_endpoint_by_regs': /kisskb/src/drivers/of/property.c:714:28: note: byref variable will be forcibly initialized 714 | struct of_endpoint endpoint; | ^~~~~~~~ In file included from /kisskb/src/drivers/firmware/arm_scmi/protocols.h:14, from /kisskb/src/drivers/firmware/arm_scmi/clock.c:12: /kisskb/src/drivers/firmware/arm_scmi/clock.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/tegra/dsi.c:11: /kisskb/src/drivers/gpu/drm/tegra/dsi.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/firmware/arm_scmi/clock.c: In function 'scmi_clock_describe_rates_get': /kisskb/src/drivers/firmware/arm_scmi/clock.c:298:31: note: byref variable will be forcibly initialized 298 | struct scmi_clk_ipriv cpriv = { | ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/clock.c: In function 'scmi_clock_protocol_init': /kisskb/src/drivers/firmware/arm_scmi/clock.c:571:13: note: byref variable will be forcibly initialized 571 | u32 version; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/dsi.c: In function 'tegra_dsi_host_transfer': /kisskb/src/drivers/gpu/drm/tegra/dsi.c:1326:32: note: byref variable will be forcibly initialized 1326 | struct mipi_dsi_packet packet; | ^~~~~~ 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/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c: In function 'etnaviv_iommu_insert_exact': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c:228:19: note: byref variable will be forcibly initialized 228 | LIST_HEAD(scan_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/cpufreq/cpufreq-dt.c: In function 'dt_cpufreq_early_init': /kisskb/src/drivers/cpufreq/cpufreq-dt.c:196:21: note: byref variable will be forcibly initialized 196 | const char *reg_name[] = { NULL, NULL }; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c: In function 'etnaviv_iommu_find_iova': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c:150:34: note: byref variable will be forcibly initialized 150 | struct list_head list; | ^~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c:149:36: note: byref variable will be forcibly initialized 149 | struct drm_mm_scan scan; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_auth.c: In function 'drm_new_set_master': /kisskb/src/drivers/gpu/drm/drm_auth.c:167:28: note: byref variable will be forcibly initialized 167 | struct drm_master *old_master; | ^~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/power.c: In function 'scmi_power_request_notify': /kisskb/src/drivers/firmware/arm_scmi/power.c:213:27: note: byref variable will be forcibly initialized 213 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/power.c: In function 'scmi_power_state_get': /kisskb/src/drivers/firmware/arm_scmi/power.c:169:27: note: byref variable will be forcibly initialized 169 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/power.c: In function 'scmi_power_state_set': /kisskb/src/drivers/firmware/arm_scmi/power.c:147:27: note: byref variable will be forcibly initialized 147 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/power.c: In function 'scmi_power_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/power.c:78:27: note: byref variable will be forcibly initialized 78 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/edac/dmc520_edac.c: In function 'dmc520_handle_dram_ecc_errors': /kisskb/src/drivers/edac/dmc520_edac.c:370:31: note: byref variable will be forcibly initialized 370 | struct ecc_error_info info; | ^~~~ /kisskb/src/drivers/edac/dmc520_edac.c:369:14: note: byref variable will be forcibly initialized 369 | char message[DMC520_MSG_BUF_SIZE]; | ^~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/power.c: In function 'scmi_power_domain_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/power.c:107:27: note: byref variable will be forcibly initialized 107 | struct scmi_xfer *t; | ^ In file included from /kisskb/src/include/linux/scmi_protocol.h:12, from /kisskb/src/drivers/firmware/arm_scmi/power.c:11: /kisskb/src/drivers/firmware/arm_scmi/power.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/power.c: In function 'scmi_power_protocol_init': /kisskb/src/drivers/firmware/arm_scmi/power.c:300:13: note: byref variable will be forcibly initialized 300 | u32 version; | ^~~~~~~ /kisskb/src/drivers/edac/dmc520_edac.c: In function 'dmc520_edac_probe': /kisskb/src/drivers/edac/dmc520_edac.c:478:30: note: byref variable will be forcibly initialized 478 | struct edac_mc_layer layers[1]; | ^~~~~~ In file included from /kisskb/src/drivers/power/supply/da9052-battery.c:20: /kisskb/src/drivers/power/supply/da9052-battery.c: In function 'da9052_group_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:144:22: note: byref variable will be forcibly initialized 144 | unsigned int tmp; | ^~~ /kisskb/src/drivers/power/supply/da9052-battery.c: In function 'da9052_reg_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:107:13: note: byref variable will be forcibly initialized 107 | int val, ret; | ^~~ /kisskb/src/drivers/power/supply/da9052-battery.c: In function 'da9052_bat_check_status': /kisskb/src/drivers/power/supply/da9052-battery.c:225:13: note: byref variable will be forcibly initialized 225 | int chg_end_current; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/da9052-battery.c:224:13: note: byref variable will be forcibly initialized 224 | int chg_current; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/da9052-battery.c:220:12: note: byref variable will be forcibly initialized 220 | u8 v[2] = {0, 0}; | ^ /kisskb/src/drivers/power/supply/da9052-battery.c: In function 'da9052_bat_read_capacity': /kisskb/src/drivers/power/supply/da9052-battery.c:356:13: note: byref variable will be forcibly initialized 356 | int bat_voltage; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/da9052-battery.c: In function 'da9052_bat_check_health': /kisskb/src/drivers/power/supply/da9052-battery.c:410:13: note: byref variable will be forcibly initialized 410 | int capacity; | ^~~~~~~~ /kisskb/src/drivers/power/supply/da9052-battery.c:409:13: note: byref variable will be forcibly initialized 409 | int bat_illegal; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/da9052-battery.c: In function 'da9052_bat_get_property': /kisskb/src/drivers/power/supply/da9052-battery.c:497:13: note: byref variable will be forcibly initialized 497 | int illegal; | ^~~~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | 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_req': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 213 | DECLARE_EVENT_CLASS(udc_log_req, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/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/usb/gadget/udc/trace.c: In function 'trace_event_raw_event_udc_log_ep': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 139 | DECLARE_EVENT_CLASS(udc_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/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/gpu/drm/virtio/virtgpu_ioctl.c: In function 'virtio_gpu_create_context_locked': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c:75:14: note: byref variable will be forcibly initialized 75 | char dbgname[TASK_COMM_LEN]; | ^~~~~~~ In file included from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/include/linux/sync_file.h:20, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c:29: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c: In function 'virtio_gpu_get_caps_ioctl': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c:590:15: note: in expansion of macro 'wait_event_timeout' 590 | ret = wait_event_timeout(vgdev->resp_wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c:544:42: note: byref variable will be forcibly initialized 544 | struct virtio_gpu_drv_cap_cache *cache_ent; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/drm/drm_prime.h:37, from /kisskb/src/include/drm/drm_file.h:39, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c:32: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c: In function 'virtio_gpu_getparam_ioctl': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c:271:13: note: byref variable will be forcibly initialized 271 | int value; | ^~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c: In function 'virtio_gpu_resource_create_blob_ioctl': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c:671:35: note: byref variable will be forcibly initialized 671 | struct virtio_gpu_object *bo; | ^~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c:669:14: note: byref variable will be forcibly initialized 669 | bool host3d_blob = false; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c:668:14: note: byref variable will be forcibly initialized 668 | bool guest_blob = false; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c:667:18: note: byref variable will be forcibly initialized 667 | uint32_t handle = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c: In function 'virtio_gpu_resource_create_ioctl': /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c:313:18: note: byref variable will be forcibly initialized 313 | uint32_t handle = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_ioctl.c:311:35: note: byref variable will be forcibly initialized 311 | struct virtio_gpu_object *qobj; | ^~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_calc_pll': /kisskb/src/drivers/mfd/sm501.c:454:14: 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:14: note: byref variable will be forcibly initialized 491 | long best_diff = 999999999; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358762.c: In function 'tc358762_write': /kisskb/src/drivers/gpu/drm/bridge/tc358762.c:82:12: note: byref variable will be forcibly initialized 82 | u8 data[6]; | ^~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_read_model_data': /kisskb/src/drivers/power/supply/max17042_battery.c:567:13: note: byref variable will be forcibly initialized 567 | u32 tmp; | ^~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_write_verify_reg': /kisskb/src/drivers/power/supply/max17042_battery.c:511:13: note: byref variable will be forcibly initialized 511 | u32 read_value; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_reset_vfsoc0_reg': /kisskb/src/drivers/power/supply/max17042_battery.c:695:22: note: byref variable will be forcibly initialized 695 | unsigned int vfSoc; | ^~~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_load_new_capacity_params': /kisskb/src/drivers/power/supply/max17042_battery.c:706:41: note: byref variable will be forcibly initialized 706 | u32 full_cap0, rep_cap, dq_acc, vfSoc; | ^~~~~ /kisskb/src/drivers/power/supply/max17042_battery.c:706:13: note: byref variable will be forcibly initialized 706 | u32 full_cap0, rep_cap, dq_acc, vfSoc; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_get_temperature': /kisskb/src/drivers/power/supply/max17042_battery.c:97:13: note: byref variable will be forcibly initialized 97 | u32 data; | ^~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_get_battery_health': /kisskb/src/drivers/power/supply/max17042_battery.c:177:13: note: byref variable will be forcibly initialized 177 | u32 val; | ^~~ /kisskb/src/drivers/power/supply/max17042_battery.c:176:13: note: byref variable will be forcibly initialized 176 | int temp, vavg, vbatt, ret; | ^~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_set_soc_threshold': /kisskb/src/drivers/power/supply/max17042_battery.c:856:13: note: byref variable will be forcibly initialized 856 | u32 soc, soc_tr; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/power/supply/max17042_battery.c:11: /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_thread_handler': /kisskb/src/drivers/power/supply/max17042_battery.c:872:13: note: byref variable will be forcibly initialized 872 | u32 val; | ^~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_set_property': /kisskb/src/drivers/power/supply/max17042_battery.c:446:13: note: byref variable will be forcibly initialized 446 | u32 data; | ^~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_get_default_pdata': /kisskb/src/drivers/power/supply/max17042_battery.c:956:18: note: byref variable will be forcibly initialized 956 | int ret, misc_cfg; | ^~~~~~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_get_of_pdata': /kisskb/src/drivers/power/supply/max17042_battery.c:914:13: note: byref variable will be forcibly initialized 914 | u32 prop; | ^~~~ /kisskb/src/drivers/usb/musb/musb_debugfs.c: In function 'musb_softconnect_write': /kisskb/src/drivers/usb/musb/musb_debugfs.c:268:33: note: byref variable will be forcibly initialized 268 | char buf[2]; | ^~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_get_status': /kisskb/src/drivers/power/supply/max17042_battery.c:115:13: note: byref variable will be forcibly initialized 115 | u32 data; | ^~~~ /kisskb/src/drivers/power/supply/max17042_battery.c:113:31: note: byref variable will be forcibly initialized 113 | int ret, charge_full, charge_now; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/max17042_battery.c:113:18: note: byref variable will be forcibly initialized 113 | int ret, charge_full, charge_now; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_get_property': /kisskb/src/drivers/power/supply/max17042_battery.c:237:13: note: byref variable will be forcibly initialized 237 | u32 data; | ^~~~ /kisskb/src/drivers/power/supply/max17042_battery.c: In function 'max17042_probe': /kisskb/src/drivers/power/supply/max17042_battery.c:1045:13: note: byref variable will be forcibly initialized 1045 | u32 val; | ^~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_set_clock': /kisskb/src/drivers/usb/musb/musb_debugfs.c: In function 'musb_test_mode_write': /kisskb/src/drivers/usb/musb/musb_debugfs.c:169:33: note: byref variable will be forcibly initialized 169 | char buf[24]; | ^~~ /kisskb/src/drivers/mfd/sm501.c:520:28: note: byref variable will be forcibly initialized 520 | struct sm501_clock to; | ^~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_init_dev': /kisskb/src/drivers/mfd/sm501.c:1301:25: note: byref variable will be forcibly initialized 1301 | resource_size_t mem_avail; | ^~~~~~~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_find_clock': /kisskb/src/drivers/mfd/sm501.c:645:28: note: byref variable will be forcibly initialized 645 | struct sm501_clock to; | ^~ /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:32: note: byref variable will be forcibly initialized 114 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/usb/gadget/udc/dummy_hcd.c: In function 'dummy_g_get_frame': /kisskb/src/drivers/usb/gadget/udc/dummy_hcd.c:845:27: note: byref variable will be forcibly initialized 845 | struct timespec64 ts64; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_cache.c: In function 'memcpy_fallback': /kisskb/src/drivers/gpu/drm/drm_cache.c:230:22: note: byref variable will be forcibly initialized 230 | char bounce[MEMCPY_BOUNCE_SIZE]; | ^~~~~~ /kisskb/src/drivers/usb/gadget/udc/dummy_hcd.c: In function 'dummy_timer': /kisskb/src/drivers/usb/gadget/udc/dummy_hcd.c:1885:57: note: byref variable will be forcibly initialized 1885 | struct usb_ctrlrequest setup; | ^~~~~ /kisskb/src/drivers/usb/gadget/udc/dummy_hcd.c:1837:41: note: byref variable will be forcibly initialized 1837 | int status = -EINPROGRESS; | ^~~~~~ In file included from /kisskb/src/include/linux/clk-provider.h:9, from /kisskb/src/drivers/gpu/drm/tegra/sor.c:7: /kisskb/src/drivers/gpu/drm/tegra/sor.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/tegra/sor.c: In function 'tegra_clk_sor_pad_register': /kisskb/src/drivers/gpu/drm/tegra/sor.c:597:30: note: byref variable will be forcibly initialized 597 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clocksource/dw_apb_timer_of.c: In function 'add_clocksource': /kisskb/src/drivers/clocksource/dw_apb_timer_of.c:117:13: note: byref variable will be forcibly initialized 117 | u32 rate; | ^~~~ /kisskb/src/drivers/clocksource/dw_apb_timer_of.c:115:23: note: byref variable will be forcibly initialized 115 | void __iomem *iobase; | ^~~~~~ /kisskb/src/drivers/clocksource/dw_apb_timer_of.c: In function 'add_clockevent': /kisskb/src/drivers/clocksource/dw_apb_timer_of.c:89:18: note: byref variable will be forcibly initialized 89 | u32 irq, rate; | ^~~~ /kisskb/src/drivers/clocksource/dw_apb_timer_of.c:87:23: note: byref variable will be forcibly initialized 87 | void __iomem *iobase; | ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/sor.c: In function 'tegra_sor_hdmi_setup_avi_infoframe': /kisskb/src/drivers/gpu/drm/tegra/sor.c:1914:35: note: byref variable will be forcibly initialized 1914 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/sor.c:1913:12: note: byref variable will be forcibly initialized 1913 | u8 buffer[HDMI_INFOFRAME_SIZE(AVI)]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/tegra/sor.c: In function 'tegra_sor_hdmi_enable_audio_infoframe': In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/cpufreq/armada-8k-cpufreq.c:14: /kisskb/src/drivers/cpufreq/armada-8k-cpufreq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/sor.c:2020:37: note: byref variable will be forcibly initialized 2020 | struct hdmi_audio_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/sor.c:2019:12: note: byref variable will be forcibly initialized 2019 | u8 buffer[HDMI_INFOFRAME_SIZE(AUDIO)]; | ^~~~~~ /kisskb/src/drivers/cpufreq/armada-8k-cpufreq.c: In function 'armada_8k_cpufreq_init': /kisskb/src/drivers/cpufreq/armada-8k-cpufreq.c:149:32: note: byref variable will be forcibly initialized 149 | struct cpumask shared_cpus; | ^~~~~~~~~~~ /kisskb/src/drivers/cpufreq/armada-8k-cpufreq.c:128:24: note: byref variable will be forcibly initialized 128 | struct cpumask cpus; | ^~~~ /kisskb/src/drivers/firmware/arm_scmi/reset.c: In function 'scmi_reset_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/reset.c:74:27: note: byref variable will be forcibly initialized 74 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/gpu/drm/tegra/sor.c: In function 'tegra_sor_compute_config': /kisskb/src/drivers/gpu/drm/tegra/sor.c:1158:33: note: byref variable will be forcibly initialized 1158 | struct tegra_sor_params params; | ^~~~~~ /kisskb/src/drivers/firmware/arm_scmi/reset.c: In function 'scmi_reset_notify': /kisskb/src/drivers/firmware/arm_scmi/reset.c:226:27: note: byref variable will be forcibly initialized 226 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/reset.c: In function 'scmi_reset_domain_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/reset.c:99:27: note: byref variable will be forcibly initialized 99 | struct scmi_xfer *t; | ^ In file included from /kisskb/src/include/linux/scmi_protocol.h:12, from /kisskb/src/drivers/firmware/arm_scmi/reset.c:11: /kisskb/src/drivers/firmware/arm_scmi/reset.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/reset.c: In function 'scmi_reset_protocol_init': /kisskb/src/drivers/firmware/arm_scmi/reset.c:311:13: note: byref variable will be forcibly initialized 311 | u32 version; | ^~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/reset.c: In function 'scmi_domain_reset': /kisskb/src/drivers/firmware/arm_scmi/reset.c:166:27: note: byref variable will be forcibly initialized 166 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/of/dynamic.c: In function '__of_attach_node': /kisskb/src/drivers/of/dynamic.c:207:13: 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:33: note: byref variable will be forcibly initialized 192 | struct of_reconfig_data pr; | ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_notify': /kisskb/src/drivers/of/dynamic.c:539:35: note: byref variable will be forcibly initialized 539 | struct of_changeset_entry ce_inverted; | ^~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c:538:33: note: byref variable will be forcibly initialized 538 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/gpu/drm/tegra/sor.c: In function 'tegra_sor_dp_enable': /kisskb/src/drivers/of/dynamic.c: In function 'of_attach_node': /kisskb/src/drivers/of/dynamic.c:237:33: note: byref variable will be forcibly initialized 237 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_apply': /kisskb/src/drivers/of/dynamic.c:572:26: 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:35: note: byref variable will be forcibly initialized 664 | struct of_changeset_entry ce_inverted; | ^~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c: In function 'of_detach_node': /kisskb/src/drivers/of/dynamic.c:290:33: note: byref variable will be forcibly initialized 290 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/gpu/drm/tegra/sor.c:2723:33: note: byref variable will be forcibly initialized 2723 | struct tegra_sor_config config; | ^~~~~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_apply': /kisskb/src/drivers/of/dynamic.c:770:18: 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:18: note: byref variable will be forcibly initialized 863 | int ret, ret_reply; | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_trace.h:52, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_trace_points.c:5: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_trace_points.c: In function 'trace_event_raw_event_virtio_gpu_cmd': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/virtio/virtgpu_trace.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(virtio_gpu_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/sor.c: In function 'tegra_sor_parse_dt': /kisskb/src/drivers/gpu/drm/tegra/sor.c:3652:13: note: byref variable will be forcibly initialized 3652 | u32 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/sor.c:3650:13: note: byref variable will be forcibly initialized 3650 | u32 xbar_cfg[5]; | ^~~~~~~~ /kisskb/src/drivers/power/supply/da9150-fg.c: In function 'da9150_fg_write_attr': /kisskb/src/drivers/power/supply/da9150-fg.c:111:12: note: byref variable will be forcibly initialized 111 | u8 buf[DA9150_QIF_LONG_SIZE]; | ^~~ /kisskb/src/drivers/power/supply/da9150-fg.c: In function 'da9150_fg_read_attr': /kisskb/src/drivers/power/supply/da9150-fg.c:92:12: note: byref variable will be forcibly initialized 92 | u8 buf[DA9150_QIF_LONG_SIZE]; | ^~~ /kisskb/src/drivers/power/supply/da9150-fg.c: In function 'da9150_fg_soc_changed': /kisskb/src/drivers/power/supply/da9150-fg.c:344:36: note: byref variable will be forcibly initialized 344 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_request_notify': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:700:27: note: byref variable will be forcibly initialized 700 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_config_set': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:789:27: note: byref variable will be forcibly initialized 789 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_config_get': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:764:27: note: byref variable will be forcibly initialized 764 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_trip_point_config': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:740:27: note: byref variable will be forcibly initialized 740 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:226:27: note: byref variable will be forcibly initialized 226 | struct scmi_xfer *t; | ^ In file included from /kisskb/src/include/linux/scmi_protocol.h:12, from /kisskb/src/drivers/firmware/arm_scmi/sensors.c:12: /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensors_protocol_init': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:1096:13: note: byref variable will be forcibly initialized 1096 | u32 version; | ^~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_update_intervals': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:346:32: note: byref variable will be forcibly initialized 346 | struct scmi_sens_ipriv upriv = { | ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_axis_extended_names_get': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:484:27: note: byref variable will be forcibly initialized 484 | struct scmi_apriv apriv = { | ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_reading_get_timestamped': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:896:27: note: byref variable will be forcibly initialized 896 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_reading_get': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:832:27: note: byref variable will be forcibly initialized 832 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/sensors.c: In function 'scmi_sensor_axis_description': /kisskb/src/drivers/firmware/arm_scmi/sensors.c:520:27: note: byref variable will be forcibly initialized 520 | struct scmi_apriv apriv = { | ^~~~~ /kisskb/src/drivers/usb/misc/usb251xb.c: In function 'usb251xb_get_ports_field': /kisskb/src/drivers/usb/misc/usb251xb.c:388:13: note: byref variable will be forcibly initialized 388 | u32 port; | ^~~~ /kisskb/src/drivers/rtc/rtc-pcf50633.c: In function 'pcf50633_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-pcf50633.c:174:30: note: byref variable will be forcibly initialized 174 | struct pcf50633_time pcf_tm; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-pcf50633.c: In function 'pcf50633_rtc_read_time': /kisskb/src/drivers/rtc/rtc-pcf50633.c:106:30: note: byref variable will be forcibly initialized 106 | struct pcf50633_time pcf_tm; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-pcf50633.c: In function 'pcf50633_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pcf50633.c:137:30: note: byref variable will be forcibly initialized 137 | struct pcf50633_time pcf_tm; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-pcf50633.c: In function 'pcf50633_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-pcf50633.c:197:30: note: byref variable will be forcibly initialized 197 | struct pcf50633_time pcf_tm; | ^~~~~~ /kisskb/src/drivers/usb/misc/usb251xb.c: In function 'usb251xb_connect': /kisskb/src/drivers/usb/misc/usb251xb.c:354:22: note: byref variable will be forcibly initialized 354 | char wbuf[USB251XB_I2C_WRITE_SZ + 1]; | ^~~~ /kisskb/src/drivers/usb/misc/usb251xb.c:290:14: note: byref variable will be forcibly initialized 290 | char i2c_wb[USB251XB_I2C_REG_SZ]; | ^~~~~~ /kisskb/src/drivers/usb/misc/usb251xb.c: In function 'usb251xb_get_ofdata': /kisskb/src/drivers/usb/misc/usb251xb.c:406:14: note: byref variable will be forcibly initialized 406 | char str[USB251XB_STRING_BUFSIZE / 2]; | ^~~ /kisskb/src/drivers/usb/misc/usb251xb.c:404:13: note: byref variable will be forcibly initialized 404 | u32 property_u32 = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-cros-ec-tunnel.c: In function 'ec_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-cros-ec-tunnel.c:247:13: note: byref variable will be forcibly initialized 247 | u32 remote_bus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/misc/lvstest.c: In function 'u2_timeout_store': /kisskb/src/drivers/usb/misc/lvstest.c:203:23: 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:23: 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:41: note: byref variable will be forcibly initialized 397 | struct usb_endpoint_descriptor *endpoint; | ^~~~~~~~ /kisskb/src/drivers/usb/misc/usb3503.c: In function 'usb3503_probe': /kisskb/src/drivers/usb/misc/usb3503.c:172:21: note: byref variable will be forcibly initialized 172 | u32 rate = 0; | ^~~~ /kisskb/src/drivers/usb/misc/usb3503.c:166:13: note: byref variable will be forcibly initialized 166 | int len; | ^~~ /kisskb/src/drivers/usb/misc/usb3503.c:163:13: note: byref variable will be forcibly initialized 163 | u32 mode = USB3503_MODE_HUB; | ^~~~ /kisskb/src/drivers/usb/misc/usb4604.c: In function 'usb4604_connect': /kisskb/src/drivers/usb/misc/usb4604.c:42:12: note: byref variable will be forcibly initialized 42 | u8 connect_cmd[] = { 0xaa, 0x55, 0x00 }; | ^~~~~~~~~~~ /kisskb/src/drivers/of/fdt.c: In function 'populate_properties': /kisskb/src/drivers/of/fdt.c:126:21: note: byref variable will be forcibly initialized 126 | u32 sz; | ^~ /kisskb/src/drivers/of/fdt.c:125:29: note: byref variable will be forcibly initialized 125 | const char *pname; | ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'populate_node': /kisskb/src/drivers/of/fdt.c:215:13: note: byref variable will be forcibly initialized 215 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c: In function 'unflatten_dt_nodes': /kisskb/src/drivers/of/fdt.c:293:29: note: byref variable will be forcibly initialized 293 | struct device_node *nps[FDT_MAX_DEPTH]; | ^~~ /kisskb/src/drivers/of/fdt.c:291:25: note: byref variable will be forcibly initialized 291 | 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:775:13: note: byref variable will be forcibly initialized 775 | int cplen; | ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'of_fdt_limit_memory': /kisskb/src/drivers/of/fdt.c:47:13: note: byref variable will be forcibly initialized 47 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c: In function 'of_scan_flat_dt': /kisskb/src/drivers/of/fdt.c:684:29: note: byref variable will be forcibly initialized 684 | 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:922:13: note: byref variable will be forcibly initialized 922 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c: In function 'of_flat_dt_match_machine': /kisskb/src/drivers/of/fdt.c:879:21: note: byref variable will be forcibly initialized 879 | int size; | ^~~~ /kisskb/src/drivers/of/fdt.c:865:28: note: byref variable will be forcibly initialized 865 | const char *const *compat; | ^~~~~~ /kisskb/src/drivers/of/fdt.c: In function '__reserved_mem_reserve_reg': /kisskb/src/drivers/of/fdt.c:507:23: note: byref variable will be forcibly initialized 507 | const __be32 *prop; | ^~~~ /kisskb/src/drivers/of/fdt.c:506:13: note: byref variable will be forcibly initialized 506 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_fdt_scan_reserved_mem': /kisskb/src/drivers/of/fdt.c:637:19: note: byref variable will be forcibly initialized 637 | u64 base, size; | ^~~~ /kisskb/src/drivers/of/fdt.c:637:13: note: byref variable will be forcibly initialized 637 | 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:992:13: note: byref variable will be forcibly initialized 992 | int len, i; | ^~~ /kisskb/src/drivers/of/fdt.c:991:23: note: byref variable will be forcibly initialized 991 | const __be32 *prop, *endp; | ^~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_check_for_elfcorehdr': /kisskb/src/drivers/of/fdt.c:955:13: note: byref variable will be forcibly initialized 955 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c:954:23: note: byref variable will be forcibly initialized 954 | const __be32 *prop; | ^~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_scan_chosen': /kisskb/src/drivers/of/fdt.c:1162:13: note: byref variable will be forcibly initialized 1162 | int l, node; | ^ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_scan_memory': /kisskb/src/drivers/of/fdt.c:1115:21: note: byref variable will be forcibly initialized 1115 | int l; | ^ /kisskb/src/drivers/of/fdt.c:1114:31: note: byref variable will be forcibly initialized 1114 | const __be32 *reg, *endp; | ^~~ /kisskb/src/drivers/firmware/arm_scmi/system.c: In function 'scmi_system_request_notify': /kisskb/src/drivers/firmware/arm_scmi/system.c:42:27: note: byref variable will be forcibly initialized 42 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/system.c: In function 'scmi_system_protocol_init': /kisskb/src/drivers/firmware/arm_scmi/system.c:129:13: note: byref variable will be forcibly initialized 129 | u32 version; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/drm/drm_prime.h:37, from /kisskb/src/drivers/gpu/drm/virtio/virtgpu_prime.c:25: /kisskb/src/drivers/gpu/drm/virtio/virtgpu_prime.c: In function 'virtgpu_virtio_get_uuid': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/virtio/virtgpu_prime.c:37:9: note: in expansion of macro 'wait_event' 37 | wait_event(vgdev->resp_wq, bo->uuid_state != STATE_INITIALIZING); | ^~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/voltage.c: In function 'scmi_protocol_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/voltage.c:75:27: note: byref variable will be forcibly initialized 75 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/voltage.c: In function 'scmi_voltage_config_set': /kisskb/src/drivers/firmware/arm_scmi/voltage.c:287:27: note: byref variable will be forcibly initialized 287 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/voltage.c: In function '__scmi_voltage_get_u32': /kisskb/src/drivers/firmware/arm_scmi/voltage.c:264:27: note: byref variable will be forcibly initialized 264 | struct scmi_xfer *t; | ^ In file included from /kisskb/src/include/linux/scmi_protocol.h:12, from /kisskb/src/drivers/firmware/arm_scmi/voltage.c:9: /kisskb/src/drivers/firmware/arm_scmi/voltage.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/voltage.c: In function 'scmi_voltage_levels_get': /kisskb/src/drivers/firmware/arm_scmi/voltage.c:188:32: note: byref variable will be forcibly initialized 188 | struct scmi_volt_ipriv vpriv = { | ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/voltage.c: In function 'scmi_voltage_descriptors_get': /kisskb/src/drivers/firmware/arm_scmi/voltage.c:213:27: note: byref variable will be forcibly initialized 213 | struct scmi_xfer *td; | ^~ /kisskb/src/drivers/firmware/arm_scmi/voltage.c: In function 'scmi_voltage_protocol_init': /kisskb/src/drivers/firmware/arm_scmi/voltage.c:403:13: note: byref variable will be forcibly initialized 403 | u32 version; | ^~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/voltage.c: In function 'scmi_voltage_level_set': /kisskb/src/drivers/firmware/arm_scmi/voltage.c:322:27: note: byref variable will be forcibly initialized 322 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/powercap.c: In function 'scmi_powercap_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/powercap.c:139:27: note: byref variable will be forcibly initialized 139 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/powercap.c: In function 'scmi_powercap_notify': /kisskb/src/drivers/firmware/arm_scmi/powercap.c:632:26: note: byref variable will be forcibly initialized 632 | u32 low, high; | ^~~~ /kisskb/src/drivers/firmware/arm_scmi/powercap.c:632:21: note: byref variable will be forcibly initialized 632 | u32 low, high; | ^~~ /kisskb/src/drivers/firmware/arm_scmi/powercap.c:613:27: note: byref variable will be forcibly initialized 613 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/powercap.c: In function 'scmi_powercap_xfer_cap_get': /kisskb/src/drivers/firmware/arm_scmi/powercap.c:299:27: note: byref variable will be forcibly initialized 299 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/powercap.c: In function 'scmi_powercap_xfer_pai_get': /kisskb/src/drivers/firmware/arm_scmi/powercap.c:407:27: note: byref variable will be forcibly initialized 407 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/powercap.c: In function 'scmi_powercap_xfer_pai_set': /kisskb/src/drivers/firmware/arm_scmi/powercap.c:448:27: note: byref variable will be forcibly initialized 448 | struct scmi_xfer *t; | ^ In file included from /kisskb/src/include/linux/scmi_protocol.h:12, from /kisskb/src/drivers/firmware/arm_scmi/powercap.c:13: /kisskb/src/drivers/firmware/arm_scmi/powercap.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/powercap.c: In function 'scmi_powercap_xfer_cap_set': /kisskb/src/drivers/firmware/arm_scmi/powercap.c:341:27: note: byref variable will be forcibly initialized 341 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/powercap.c: In function 'scmi_powercap_measurements_get': /kisskb/src/drivers/firmware/arm_scmi/powercap.c:495:27: note: byref variable will be forcibly initialized 495 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/powercap.c: In function 'scmi_powercap_domain_attributes_get': /kisskb/src/drivers/firmware/arm_scmi/powercap.c:181:27: note: byref variable will be forcibly initialized 181 | struct scmi_xfer *t; | ^ /kisskb/src/drivers/firmware/arm_scmi/powercap.c: In function 'scmi_powercap_protocol_init': /kisskb/src/drivers/firmware/arm_scmi/powercap.c:808:13: note: byref variable will be forcibly initialized 808 | u32 version; | ^~~~~~~ /kisskb/src/drivers/power/supply/pcf50633-charger.c: In function 'set_chglim': /kisskb/src/drivers/power/supply/pcf50633-charger.c:217:23: 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:23: note: byref variable will be forcibly initialized 184 | unsigned long ma; | ^~ /kisskb/src/drivers/power/supply/pcf50633-charger.c: In function 'pcf50633_mbc_probe': /kisskb/src/drivers/power/supply/pcf50633-charger.c:385:36: note: byref variable will be forcibly initialized 385 | struct power_supply_config usb_psy_cfg; | ^~~~~~~~~~~ /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c: In function 'brcm_avs_get_pmap': /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c:361:13: note: byref variable will be forcibly initialized 361 | u32 args[AVS_MAX_CMD_ARGS]; | ^~~~ /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c: In function 'show_brcm_avs_pmap': /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c:680:21: note: byref variable will be forcibly initialized 680 | struct pmap pmap; | ^~~~ /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c:679:28: note: byref variable will be forcibly initialized 679 | unsigned int ndiv, pdiv; | ^~~~ /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c:679:22: note: byref variable will be forcibly initialized 679 | unsigned int ndiv, pdiv; | ^~~~ /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c:677:58: note: byref variable will be forcibly initialized 677 | unsigned int mdiv_p0, mdiv_p1, mdiv_p2, mdiv_p3, mdiv_p4; | ^~~~~~~ /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c:677:49: note: byref variable will be forcibly initialized 677 | unsigned int mdiv_p0, mdiv_p1, mdiv_p2, mdiv_p3, mdiv_p4; | ^~~~~~~ /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c:677:40: note: byref variable will be forcibly initialized 677 | unsigned int mdiv_p0, mdiv_p1, mdiv_p2, mdiv_p3, mdiv_p4; | ^~~~~~~ /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c:677:31: note: byref variable will be forcibly initialized 677 | unsigned int mdiv_p0, mdiv_p1, mdiv_p2, mdiv_p3, mdiv_p4; | ^~~~~~~ /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c:677:22: note: byref variable will be forcibly initialized 677 | unsigned int mdiv_p0, mdiv_p1, mdiv_p2, mdiv_p3, mdiv_p4; | ^~~~~~~ /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c: In function 'show_brcm_avs_mode': /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c:666:21: note: byref variable will be forcibly initialized 666 | struct pmap pmap; | ^~~~ /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c: In function 'brcm_avs_get_pstate': /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c:390:13: note: byref variable will be forcibly initialized 390 | u32 args[AVS_MAX_CMD_ARGS]; | ^~~~ /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c: In function 'show_brcm_avs_pstate': /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c:655:22: note: byref variable will be forcibly initialized 655 | unsigned int pstate; | ^~~~~~ /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c: In function 'brcm_avs_set_pmap': /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c:378:13: note: byref variable will be forcibly initialized 378 | u32 args[AVS_MAX_CMD_ARGS]; | ^~~~ /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c: In function 'brcm_avs_set_pstate': /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c:403:13: note: byref variable will be forcibly initialized 403 | u32 args[AVS_MAX_CMD_ARGS]; | ^~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/cpufreq.h:12, from /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c:44: /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c: In function 'brcm_avs_get_freq_table': /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c:429:22: note: byref variable will be forcibly initialized 429 | unsigned int pstate; | ^~~~~~ /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c: In function 'brcm_avs_cpufreq_init': /kisskb/src/drivers/cpufreq/brcmstb-avs-cpufreq.c:637:30: note: byref variable will be forcibly initialized 637 | unsigned int pstate; | ^~~~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_set_ctrl': /kisskb/src/drivers/rtc/rtc-pcf8583.c:123:23: note: byref variable will be forcibly initialized 123 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_read_mem': /kisskb/src/drivers/rtc/rtc-pcf8583.c:135:24: note: byref variable will be forcibly initialized 135 | struct i2c_msg msgs[2] = { | ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:134:23: note: byref variable will be forcibly initialized 134 | unsigned char addr[1]; | ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_get_datetime': /kisskb/src/drivers/rtc/rtc-pcf8583.c:52:24: note: byref variable will be forcibly initialized 52 | struct i2c_msg msgs[2] = { | ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:51:31: note: byref variable will be forcibly initialized 51 | unsigned char buf[8], addr[1] = { 1 }; | ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:51:23: note: byref variable will be forcibly initialized 51 | unsigned char buf[8], addr[1] = { 1 }; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_rtc_read_time': /kisskb/src/drivers/rtc/rtc-pcf8583.c:188:31: note: byref variable will be forcibly initialized 188 | unsigned char new_ctrl = ctrl & ~(CTRL_STOP | CTRL_HOLD); | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:176:24: note: byref variable will be forcibly initialized 176 | struct rtc_mem mem = { | ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:175:29: note: byref variable will be forcibly initialized 175 | unsigned char ctrl, year[2]; | ^~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_set_datetime': /kisskb/src/drivers/rtc/rtc-pcf8583.c:89:23: note: byref variable will be forcibly initialized 89 | unsigned char buf[8]; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_write_mem': /kisskb/src/drivers/rtc/rtc-pcf8583.c:159:23: note: byref variable will be forcibly initialized 159 | unsigned char buf[9]; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c: In function 'pcf8583_rtc_set_time': /kisskb/src/drivers/rtc/rtc-pcf8583.c:231:24: note: byref variable will be forcibly initialized 231 | struct rtc_mem cmos_check = { | ^~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:226:24: note: byref variable will be forcibly initialized 226 | struct rtc_mem cmos_year = { | ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:225:32: note: byref variable will be forcibly initialized 225 | unsigned char year[2], chk; | ^~~ /kisskb/src/drivers/rtc/rtc-pcf8583.c:225:23: note: byref variable will be forcibly initialized 225 | unsigned char year[2], chk; | ^~~~ In file included from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/drivers/gpu/drm/drm_file.c:35: /kisskb/src/drivers/gpu/drm/drm_file.c: In function 'drm_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_file.c:601:31: note: in expansion of macro 'wait_event_interruptible' 601 | ret = wait_event_interruptible(file_priv->event_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'get_string': /kisskb/src/drivers/power/supply/max1721x_battery.c:229:22: note: byref variable will be forcibly initialized 229 | unsigned int val; | ^~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'get_sn_string': /kisskb/src/drivers/power/supply/max1721x_battery.c:247:22: note: byref variable will be forcibly initialized 247 | unsigned int val[3]; | ^~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'max1721x_battery_get_property': /kisskb/src/drivers/power/supply/max1721x_battery.c:132:22: note: byref variable will be forcibly initialized 132 | unsigned int reg = 0; | ^~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'devm_w1_max1721x_add_device': /kisskb/src/drivers/power/supply/max1721x_battery.c:396:30: note: byref variable will be forcibly initialized 396 | unsigned int dev_name; | ^~~~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-lc.c: In function 'mlxreg_lc_enable_disable': /kisskb/src/drivers/platform/mellanox/mlxreg-lc.c:480:13: note: byref variable will be forcibly initialized 480 | u32 regval; | ^~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-lc.c: In function 'mlxreg_lc_power_on_off': /kisskb/src/drivers/platform/mellanox/mlxreg-lc.c:460:13: note: byref variable will be forcibly initialized 460 | u32 regval; | ^~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-lc.c: In function 'mlxreg_lc_completion_notify': /kisskb/src/drivers/platform/mellanox/mlxreg-lc.c:646:13: note: byref variable will be forcibly initialized 646 | u32 regval; | ^~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-lc.c: In function 'mlxreg_lc_config_init': /kisskb/src/drivers/platform/mellanox/mlxreg-lc.c:719:13: note: byref variable will be forcibly initialized 719 | u32 regval; | ^~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-lc.c:718:13: note: byref variable will be forcibly initialized 718 | int lsb, err; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dma-buf.h:19, from /kisskb/src/drivers/gpu/drm/drm_gem.c:28: /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_gem.c:46: /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:543:13: note: byref variable will be forcibly initialized 543 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_get_pages': /kisskb/src/drivers/gpu/drm/drm_gem.c:530:24: note: byref variable will be forcibly initialized 530 | struct pagevec pvec; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_put_pages': /kisskb/src/drivers/gpu/drm/drm_gem.c:598:24: note: byref variable will be forcibly initialized 598 | struct pagevec pvec; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_object_lookup': /kisskb/src/drivers/gpu/drm/drm_gem.c:727:32: note: byref variable will be forcibly initialized 727 | struct drm_gem_object *obj = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_open_ioctl': /kisskb/src/drivers/gpu/drm/drm_gem.c:863:13: note: byref variable will be forcibly initialized 863 | u32 handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c: In function 'tc358768_write': /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:182:13: 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:18: note: byref variable will be forcibly initialized 214 | u32 tmp, orig; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c: In function 'tc358768_dsi_host_transfer': /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:460:32: note: byref variable will be forcibly initialized 460 | struct mipi_dsi_packet packet; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c: In function 'tc358768_dsi_host_attach': /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:381:27: note: byref variable will be forcibly initialized 381 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:380:28: note: byref variable will be forcibly initialized 380 | struct drm_bridge *bridge; | ^~~~~~ /kisskb/src/drivers/mailbox/mailbox.c: In function 'mbox_request_channel': /kisskb/src/drivers/mailbox/mailbox.c:341:32: note: byref variable will be forcibly initialized 341 | struct of_phandle_args spec; | ^~~~ /kisskb/src/drivers/of/fdt_address.c: In function 'fdt_translate_one': /kisskb/src/drivers/of/fdt_address.c:115:13: note: byref variable will be forcibly initialized 115 | int rlen; | ^~~~ /kisskb/src/drivers/of/fdt_address.c: In function 'fdt_translate_address': /kisskb/src/drivers/of/fdt_address.c:169:26: note: byref variable will be forcibly initialized 169 | int na, ns, pna, pns; | ^~~ /kisskb/src/drivers/of/fdt_address.c:169:21: note: byref variable will be forcibly initialized 169 | int na, ns, pna, pns; | ^~~ /kisskb/src/drivers/of/fdt_address.c:169:17: note: byref variable will be forcibly initialized 169 | int na, ns, pna, pns; | ^~ /kisskb/src/drivers/of/fdt_address.c:169:13: note: byref variable will be forcibly initialized 169 | int na, ns, pna, pns; | ^~ /kisskb/src/drivers/of/fdt_address.c:168:16: note: byref variable will be forcibly initialized 168 | __be32 addr[OF_MAX_ADDR_CELLS]; | ^~~~ /kisskb/src/drivers/of/fdt_address.c:165:21: note: byref variable will be forcibly initialized 165 | int parent, len; | ^~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'dispc_k2g_vp_write_csc': /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:2430:13: note: byref variable will be forcibly initialized 2430 | u32 regval[DISPC_CSC_REGVAL_LEN]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'dispc_k3_vp_write_csc': /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:2496:13: note: byref variable will be forcibly initialized 2496 | u32 regval[DISPC_CSC_REGVAL_LEN]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'dispc_k2g_vid_write_csc': /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:1396:13: note: byref variable will be forcibly initialized 1396 | u32 regval[DISPC_CSC_REGVAL_LEN]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'dispc_k3_vid_write_csc': /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:1419:13: note: byref variable will be forcibly initialized 1419 | u32 regval[DISPC_CSC_REGVAL_LEN]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'dispc_k2g_vp_set_ctm': /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:2446:39: note: byref variable will be forcibly initialized 2446 | struct dispc_csc_coef cpr; | ^~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'dispc_k3_vp_set_ctm': /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:2512:39: note: byref variable will be forcibly initialized 2512 | struct dispc_csc_coef csc; | ^~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:9: /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'dispc_plane_check': /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:1925:37: note: byref variable will be forcibly initialized 1925 | struct dispc_scaling_params scaling; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c: In function 'dispc_plane_setup': /kisskb/src/drivers/gpu/drm/tidss/tidss_dispc.c:1997:37: note: byref variable will be forcibly initialized 1997 | struct dispc_scaling_params scale; | ^~~~~ /kisskb/src/drivers/hwmon/lm90.c: In function 'pec_store': /kisskb/src/drivers/hwmon/lm90.c:1285:14: note: byref variable will be forcibly initialized 1285 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm90.c: In function 'lm90_probe_channel_from_dt': /kisskb/src/drivers/hwmon/lm90.c:2676:13: note: byref variable will be forcibly initialized 2676 | s32 val; | ^~~ /kisskb/src/drivers/hwmon/lm90.c:2675:13: note: byref variable will be forcibly initialized 2675 | u32 id; | ^~ /kisskb/src/drivers/cpufreq/imx-cpufreq-dt.c: In function 'imx_cpufreq_dt_probe': /kisskb/src/drivers/cpufreq/imx-cpufreq-dt.c:86:25: note: byref variable will be forcibly initialized 86 | u32 cell_value, supported_hw[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/imx-cpufreq-dt.c:86:13: note: byref variable will be forcibly initialized 86 | u32 cell_value, supported_hw[2]; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/of/irq.c:23: /kisskb/src/drivers/of/irq.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/irq.c: In function '__of_msi_map_id': /kisskb/src/drivers/of/irq.c:635:13: note: byref variable will be forcibly initialized 635 | u32 id_out = id_in; | ^~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_find_parent': /kisskb/src/drivers/of/irq.c:57:17: 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:120:13: note: byref variable will be forcibly initialized 120 | int imaplen, match, i, rc = -EINVAL; | ^~~~~~~ /kisskb/src/drivers/of/irq.c:119:52: note: byref variable will be forcibly initialized 119 | u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:119:36: note: byref variable will be forcibly initialized 119 | u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; | ^~~~~~~~~~ /kisskb/src/drivers/of/irq.c:119:13: note: byref variable will be forcibly initialized 119 | u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; | ^~~~~~~ /kisskb/src/drivers/of/irq.c:118:43: note: byref variable will be forcibly initialized 118 | const __be32 *tmp, *imap, *imask, dummy_imask[] = { [0 ... MAX_PHANDLE_ARGS] = cpu_to_be32(~0) }; | ^~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:116:16: note: byref variable will be forcibly initialized 116 | __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:333:13: note: byref variable will be forcibly initialized 333 | u32 intsize; | ^~~~~~~ /kisskb/src/drivers/of/irq.c: In function 'irq_of_parse_and_map': /kisskb/src/drivers/of/irq.c:38:32: note: byref variable will be forcibly initialized 38 | struct of_phandle_args oirq; | ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_get': /kisskb/src/drivers/of/irq.c:433:32: note: byref variable will be forcibly initialized 433 | struct of_phandle_args oirq; | ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_to_resource': /kisskb/src/drivers/of/irq.c:402:29: note: byref variable will be forcibly initialized 402 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_count': /kisskb/src/drivers/of/irq.c:478:32: note: byref variable will be forcibly initialized 478 | struct of_phandle_args irq; | ^~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_init': /kisskb/src/drivers/of/irq.c:527:42: note: byref variable will be forcibly initialized 527 | struct list_head intc_desc_list, intc_parent_list; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:527:26: note: byref variable will be forcibly initialized 527 | struct list_head intc_desc_list, intc_parent_list; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:524:36: note: byref variable will be forcibly initialized 524 | 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:678:29: note: byref variable will be forcibly initialized 678 | struct device_node *np = NULL; | ^~ /kisskb/src/drivers/of/irq.c: In function 'of_msi_get_domain': /kisskb/src/drivers/of/irq.c:713:40: note: byref variable will be forcibly initialized 713 | struct of_phandle_args args; | ^~~~ 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:543:13: note: byref variable will be forcibly initialized 543 | int idx; | ^~~ /kisskb/src/drivers/usb/gadget/udc/net2272.c: In function 'net2272_handle_stat0_irqs': /kisskb/src/drivers/usb/gadget/udc/net2272.c:1727:19: note: byref variable will be forcibly initialized 1727 | } u; | ^ /kisskb/src/drivers/gpu/drm/drm_ioctl.c: In function 'drm_ioctl': /kisskb/src/drivers/gpu/drm/drm_ioctl.c:814:14: note: byref variable will be forcibly initialized 814 | char stack_kdata[128]; | ^~~~~~~~~~~ /kisskb/src/lib/string.c: In function 'strscpy': /kisskb/src/lib/string.c:201:34: note: byref variable will be forcibly initialized 201 | unsigned long c, data; | ^~~~ /kisskb/src/lib/string.c:177:37: note: byref variable will be forcibly initialized 177 | const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; | ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-r7301.c: In function 'rtc7301_read': /kisskb/src/drivers/rtc/rtc-r7301.c:67:22: note: byref variable will be forcibly initialized 67 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/leds.h:12, from /kisskb/src/drivers/leds/led-core.c:11: /kisskb/src/drivers/leds/led-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/rtc/rtc-pl031.c: In function 'pl031_stv2_tm_to_time': /kisskb/src/drivers/rtc/rtc-pl031.c:128:33: note: byref variable will be forcibly initialized 128 | struct rtc_time calc_tm; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-pl031.c: In function 'pl031_stv2_set_time': /kisskb/src/drivers/rtc/rtc-pl031.c:179:23: note: byref variable will be forcibly initialized 179 | unsigned long bcd_year; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-pl031.c:178:23: note: byref variable will be forcibly initialized 178 | unsigned long time; | ^~~~ /kisskb/src/drivers/rtc/rtc-pl031.c: In function 'pl031_stv2_set_alarm': /kisskb/src/drivers/rtc/rtc-pl031.c:210:23: note: byref variable will be forcibly initialized 210 | unsigned long bcd_year; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-pl031.c:209:23: note: byref variable will be forcibly initialized 209 | unsigned long time; | ^~~~ In file included 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/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/led-core.c: In function 'led_compose_name': /kisskb/src/drivers/leds/led-core.c:446:22: note: byref variable will be forcibly initialized 446 | char tmp_buf[LED_MAX_NAME_SIZE]; | ^~~~~~~ /kisskb/src/drivers/power/supply/gpio-charger.c: In function 'gpio_charger_get_type': /kisskb/src/drivers/power/supply/gpio-charger.c:140:21: note: byref variable will be forcibly initialized 140 | const char *chargetype; | ^~~~~~~~~~ /kisskb/src/drivers/leds/led-core.c: In function 'led_init_default_state_get': /kisskb/src/drivers/leds/led-core.c:483:21: note: byref variable will be forcibly initialized 483 | const char *state = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358775.c: In function 'd2l_read': /kisskb/src/drivers/gpu/drm/bridge/tc358775.c:331:12: note: byref variable will be forcibly initialized 331 | u8 buf_addr[2]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358775.c: In function 'd2l_write': /kisskb/src/drivers/gpu/drm/bridge/tc358775.c:352:12: note: byref variable will be forcibly initialized 352 | u8 data[6]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358775.c: In function 'tc_bridge_enable': /kisskb/src/drivers/gpu/drm/bridge/tc358775.c:382:13: note: byref variable will be forcibly initialized 382 | u32 val = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358775.c: In function 'tc_attach_host': /kisskb/src/drivers/gpu/drm/bridge/tc358775.c:608:43: note: byref variable will be forcibly initialized 608 | const struct mipi_dsi_device_info info = { .type = "tc358775", | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_write_reg': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:181:16: note: byref variable will be forcibly initialized 181 | __be32 data_be = cpu_to_be32p(data); | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_set_sda': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:365:13: 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:13: 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:13: 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:13: 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:16: 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:13: 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:13: 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:13: 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:13: 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:19: note: byref variable will be forcibly initialized 218 | u32 mode, dummy = 0; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c:218:13: 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:13: note: byref variable will be forcibly initialized 190 | u32 interrupt = 0; | ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c:189:56: 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:39: 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:13: note: byref variable will be forcibly initialized 189 | u32 mode = I2C_MODE_ENHANCED, extended_status, watermark; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_reset_engine': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:441:19: note: byref variable will be forcibly initialized 441 | u32 mode, dummy = 0; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c:441:13: 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:19: note: byref variable will be forcibly initialized 409 | u32 stat, dummy = 0; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c:409:13: 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:13: note: byref variable will be forcibly initialized 480 | u32 stat; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c:479:13: note: byref variable will be forcibly initialized 479 | u32 cmd = I2C_CMD_WITH_STOP; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_wait': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:577:13: note: byref variable will be forcibly initialized 577 | u32 status = 0; | ^~~~~~ /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:13: 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:29: note: byref variable will be forcibly initialized 682 | u32 port_no, ports, stat; | ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_one': /kisskb/src/drivers/of/address.c:399:22: 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:26: note: byref variable will be forcibly initialized 481 | int na, ns, pna, pns; | ^~~ /kisskb/src/drivers/of/address.c:481:21: note: byref variable will be forcibly initialized 481 | int na, ns, pna, pns; | ^~~ /kisskb/src/drivers/of/address.c:481:17: note: byref variable will be forcibly initialized 481 | int na, ns, pna, pns; | ^~ /kisskb/src/drivers/of/address.c:481:13: note: byref variable will be forcibly initialized 481 | int na, ns, pna, pns; | ^~ /kisskb/src/drivers/of/address.c:480:16: note: byref variable will be forcibly initialized 480 | __be32 addr[OF_MAX_ADDR_CELLS]; | ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_get_dma_parent': /kisskb/src/drivers/of/address.c:584:32: note: byref variable will be forcibly initialized 584 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/address.c: In function 'parser_init': /kisskb/src/drivers/of/address.c:676:13: note: byref variable will be forcibly initialized 676 | int rlen; | ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_ioport': /kisskb/src/drivers/of/address.c:775:29: note: byref variable will be forcibly initialized 775 | struct device_node *host; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/of/address.c:4: /kisskb/src/drivers/of/address.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_address': /kisskb/src/drivers/of/address.c:568:29: note: byref variable will be forcibly initialized 568 | struct device_node *host; | ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_dma_address': /kisskb/src/drivers/of/address.c:612:29: note: byref variable will be forcibly initialized 612 | struct device_node *host; | ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_get_address': /kisskb/src/drivers/of/address.c:634:29: note: byref variable will be forcibly initialized 634 | int onesize, i, na, ns; | ^~ /kisskb/src/drivers/of/address.c:634:25: note: byref variable will be forcibly initialized 634 | int onesize, i, na, ns; | ^~ /kisskb/src/drivers/of/address.c:631:22: note: byref variable will be forcibly initialized 631 | unsigned int psize; | ^~~~~ /kisskb/src/drivers/usb/misc/brcmstb-usb-pinmap.c: In function 'brcmstb_usb_pinmap_probe': /kisskb/src/drivers/usb/misc/brcmstb-usb-pinmap.c:256:13: note: byref variable will be forcibly initialized 256 | int in_count; | ^~~~~~~~ /kisskb/src/drivers/usb/misc/brcmstb-usb-pinmap.c:255:13: note: byref variable will be forcibly initialized 255 | int out_count; | ^~~~~~~~~ /kisskb/src/drivers/of/address.c: In function '__of_address_to_resource': /kisskb/src/drivers/of/address.c:801:26: note: byref variable will be forcibly initialized 801 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/of/address.c:800:25: note: byref variable will be forcibly initialized 800 | unsigned int flags; | ^~~~~ /kisskb/src/drivers/of/address.c:799:25: note: byref variable will be forcibly initialized 799 | u64 size; | ^~~~ /kisskb/src/drivers/power/supply/twl4030_charger.c: In function 'twl4030bci_state': /kisskb/src/drivers/power/supply/twl4030_charger.c:764:12: note: byref variable will be forcibly initialized 764 | u8 state; | ^~~~~ /kisskb/src/drivers/power/supply/twl4030_charger.c: In function 'twl4030bci_read_adc_val': /kisskb/src/drivers/power/supply/twl4030_charger.c:187:12: note: byref variable will be forcibly initialized 187 | u8 val; | ^~~ /kisskb/src/drivers/power/supply/twl4030_charger.c: In function 'twl4030_charger_get_current': /kisskb/src/drivers/power/supply/twl4030_charger.c:744:12: note: byref variable will be forcibly initialized 744 | u8 bcictl1; | ^~~~~~~ /kisskb/src/drivers/power/supply/twl4030_charger.c: In function 'ac_available': /kisskb/src/drivers/power/supply/twl4030_charger.c:96:13: note: byref variable will be forcibly initialized 96 | int val, err; | ^~~ /kisskb/src/drivers/of/address.c: In function 'of_iomap': /kisskb/src/drivers/of/address.c:860:25: note: byref variable will be forcibly initialized 860 | struct resource res; | ^~~ /kisskb/src/drivers/power/supply/twl4030_charger.c: In function 'twl4030_clear_set': /kisskb/src/drivers/power/supply/twl4030_charger.c:159:12: note: byref variable will be forcibly initialized 159 | u8 val = 0; | ^~~ /kisskb/src/drivers/of/address.c: In function 'of_io_request_and_map': /kisskb/src/drivers/of/address.c:889:25: note: byref variable will be forcibly initialized 889 | struct resource res; | ^~~ /kisskb/src/drivers/power/supply/twl4030_charger.c: In function 'twl4030_charger_update_current': /kisskb/src/drivers/power/supply/twl4030_charger.c:245:12: note: byref variable will be forcibly initialized 245 | u8 boot_bci; | ^~~~~~~~ /kisskb/src/drivers/power/supply/twl4030_charger.c:243:21: note: byref variable will be forcibly initialized 243 | u8 bcictl1, oldreg, fullreg; | ^~~~~~ /kisskb/src/drivers/power/supply/twl4030_charger.c:243:12: note: byref variable will be forcibly initialized 243 | u8 bcictl1, oldreg, fullreg; | ^~~~~~~ /kisskb/src/drivers/of/address.c: In function 'of_dma_get_range': /kisskb/src/drivers/of/address.c:939:13: note: byref variable will be forcibly initialized 939 | int len, num_ranges = 0; | ^~~ /kisskb/src/drivers/of/address.c:937:25: note: byref variable will be forcibly initialized 937 | struct of_range range; | ^~~~~ /kisskb/src/drivers/of/address.c:936:32: note: byref variable will be forcibly initialized 936 | struct of_range_parser parser; | ^~~~~~ /kisskb/src/drivers/of/address.c: In function 'of_dma_get_max_cpu_address': /kisskb/src/drivers/of/address.c:1017:13: note: byref variable will be forcibly initialized 1017 | int len; | ^~~ /kisskb/src/drivers/of/address.c:1014:25: note: byref variable will be forcibly initialized 1014 | struct of_range range; | ^~~~~ /kisskb/src/drivers/of/address.c:1011:32: note: byref variable will be forcibly initialized 1011 | struct of_range_parser parser; | ^~~~~~ /kisskb/src/drivers/power/supply/twl4030_charger.c: In function 'twl4030_bci_interrupt': /kisskb/src/drivers/power/supply/twl4030_charger.c:608:19: note: byref variable will be forcibly initialized 608 | u8 irqs1, irqs2; | ^~~~~ /kisskb/src/drivers/power/supply/twl4030_charger.c:608:12: note: byref variable will be forcibly initialized 608 | u8 irqs1, irqs2; | ^~~~~ /kisskb/src/drivers/power/supply/twl4030_charger.c: In function 'twl4030_bci_parse_dt': /kisskb/src/drivers/power/supply/twl4030_charger.c:934:13: note: byref variable will be forcibly initialized 934 | u32 num; | ^~~ /kisskb/src/drivers/power/supply/twl4030_charger.c: In function 'twl4030_bci_get_property': /kisskb/src/drivers/power/supply/twl4030_charger.c:869:28: note: byref variable will be forcibly initialized 869 | u8 bcictl1; | ^~~~~~~ /kisskb/src/drivers/power/supply/twl4030_charger.c:807:20: note: byref variable will be forcibly initialized 807 | u8 s; | ^ In file included from /kisskb/src/drivers/leds/led-class.c:22: /kisskb/src/drivers/leds/led-class.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/leds/led-class.c: In function 'brightness_store': /kisskb/src/drivers/leds/led-class.c:42:23: note: byref variable will be forcibly initialized 42 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/led-class.c: In function 'led_classdev_register_ext': /kisskb/src/drivers/leds/led-class.c:340:14: note: byref variable will be forcibly initialized 340 | char final_name[LED_MAX_NAME_SIZE]; | ^~~~~~~~~~ /kisskb/src/drivers/leds/led-class.c:339:14: note: byref variable will be forcibly initialized 339 | char composed_name[LED_MAX_NAME_SIZE]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/onboard_usb_hub.c: In function 'onboard_hub_remove_usbdev': /kisskb/src/drivers/usb/misc/onboard_usb_hub.c:170:14: note: byref variable will be forcibly initialized 170 | char link_name[64]; | ^~~~~~~~~ In file included from /kisskb/src/drivers/usb/misc/onboard_usb_hub.c:16: /kisskb/src/drivers/usb/misc/onboard_usb_hub.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/usb/misc/onboard_usb_hub.c: In function 'onboard_hub_add_usbdev': /kisskb/src/drivers/usb/misc/onboard_usb_hub.c:134:14: note: byref variable will be forcibly initialized 134 | char link_name[64]; | ^~~~~~~~~ /kisskb/src/drivers/usb/misc/onboard_usb_hub.c: In function 'always_powered_in_suspend_store': /kisskb/src/drivers/usb/misc/onboard_usb_hub.c:200:14: note: byref variable will be forcibly initialized 200 | bool val; | ^~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'offset_store': /kisskb/src/drivers/hwmon/lm95234.c:424:14: 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:14: 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:14: 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:14: 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:23: 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:23: note: byref variable will be forcibly initialized 463 | unsigned long val; | ^~~ /kisskb/src/drivers/gpu/drm/tegra/gr3d.c: In function 'gr3d_init_power': /kisskb/src/drivers/gpu/drm/tegra/gr3d.c:388:25: note: byref variable will be forcibly initialized 388 | struct device **opp_virt_devs, *pd_dev; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-dlpc3433.c: In function 'dlpc_atomic_enable': /kisskb/src/drivers/gpu/drm/bridge/ti-dlpc3433.c:115:22: note: byref variable will be forcibly initialized 115 | unsigned int devid; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-dlpc3433.c:114:14: note: byref variable will be forcibly initialized 114 | char buf[MAX_BYTE_SIZE]; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/include/drm/drm_modes.h:30, from /kisskb/src/include/drm/drm_crtc.h:32, from /kisskb/src/include/drm/drm_atomic_helper.h:31, from /kisskb/src/drivers/gpu/drm/bridge/ti-dlpc3433.c:11: /kisskb/src/drivers/gpu/drm/bridge/ti-dlpc3433.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-dlpc3433.c: In function 'dlpc_host_attach': /kisskb/src/drivers/gpu/drm/bridge/ti-dlpc3433.c:317:37: note: byref variable will be forcibly initialized 317 | struct mipi_dsi_device_info info = { | ^~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c: In function 'mlxreg_hotplug_udev_event_send': /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:83:14: note: byref variable will be forcibly initialized 83 | char label[MLXREG_CORE_LABEL_MAX_SIZE] = { 0 }; | ^~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:82:14: note: byref variable will be forcibly initialized 82 | char event_str[MLXREG_CORE_LABEL_MAX_SIZE + 2]; | ^~~~~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c: In function 'mlxreg_hotplug_work_helper': /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:336:13: note: byref variable will be forcibly initialized 336 | u32 regval, bit; | ^~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:335:23: note: byref variable will be forcibly initialized 335 | unsigned long asserted; | ^~~~~~~~ In file included from /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:9: /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c: In function 'mlxreg_hotplug_attr_init': /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:248:13: note: byref variable will be forcibly initialized 248 | u32 regval; | ^~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:247:23: note: byref variable will be forcibly initialized 247 | unsigned long mask; | ^~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c: In function 'mlxreg_hotplug_attr_show': /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:215:13: note: byref variable will be forcibly initialized 215 | u32 regval; | ^~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c: In function 'mlxreg_hotplug_health_work_helper': /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:404:13: note: byref variable will be forcibly initialized 404 | u32 regval; | ^~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c: In function 'mlxreg_hotplug_work_handler': /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:504:13: note: byref variable will be forcibly initialized 504 | u32 regval, aggr_asserted; | ^~~~~~ /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c: In function 'mlxreg_hotplug_set_irq': /kisskb/src/drivers/platform/mellanox/mlxreg-hotplug.c:584:13: note: byref variable will be forcibly initialized 584 | u32 regval; | ^~~~~~ /kisskb/src/drivers/of/resolver.c: In function 'update_usages_of_a_phandle_reference': /kisskb/src/drivers/of/resolver.c:78:13: note: byref variable will be forcibly initialized 78 | int offset, len; | ^~~~~~ /kisskb/src/drivers/of/resolver.c: In function 'of_resolve_phandles': /kisskb/src/drivers/of/resolver.c:268:21: note: byref variable will be forcibly initialized 268 | const char *refpath; | ^~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/leds/led-triggers.c:11: /kisskb/src/drivers/leds/led-triggers.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/led-triggers.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/led-triggers.c: In function 'led_trigger_snprintf': /kisskb/src/drivers/leds/led-triggers.c:81:17: 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:15: note: byref variable will be forcibly initialized 161 | char *envp[2]; | ^~~~ /kisskb/src/drivers/mfd/cros_ec_dev.c: In function 'ec_device_probe': /kisskb/src/drivers/mfd/cros_ec_dev.c:148:39: note: byref variable will be forcibly initialized 148 | struct ec_response_pchg_count pchg_count; | ^~~~~~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'unittest_data_add': /kisskb/src/drivers/of/unittest.c:1424:29: note: byref variable will be forcibly initialized 1424 | struct device_node *unittest_data_node = NULL, *np; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_find_node_by_name': /kisskb/src/drivers/of/unittest.c:69:21: note: byref variable will be forcibly initialized 69 | const char *options, *name; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/drivers/of/unittest.c:8: /kisskb/src/drivers/of/unittest.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_parse_phandle_with_args': /kisskb/src/drivers/of/unittest.c:385:32: note: byref variable will be forcibly initialized 385 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/firmware/arm_scmi/optee.c: In function 'get_capabilities': /kisskb/src/drivers/firmware/arm_scmi/optee.c:186:13: note: byref variable will be forcibly initialized 186 | u32 tee_session; | ^~~~~~~~~~~ /kisskb/src/drivers/mailbox/tegra-hsp.c: In function 'tegra_hsp_sm_recv128': /kisskb/src/drivers/mailbox/tegra-hsp.c:427:13: note: byref variable will be forcibly initialized 427 | u32 value[4]; | ^~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_parse_phandle_with_args_map': /kisskb/src/drivers/of/unittest.c:541:32: note: byref variable will be forcibly initialized 541 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/firmware/arm_scmi/optee.c: In function 'scmi_optee_chan_available': /kisskb/src/drivers/firmware/arm_scmi/optee.c:332:13: note: byref variable will be forcibly initialized 332 | u32 channel_id; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/firmware/arm_scmi/optee.c:7: /kisskb/src/drivers/firmware/arm_scmi/optee.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/firmware/arm_scmi/optee.c: In function 'setup_static_shmem': /kisskb/src/drivers/firmware/arm_scmi/optee.c:370:25: note: byref variable will be forcibly initialized 370 | struct resource res; | ^~~ /kisskb/src/drivers/mailbox/tegra-hsp.c: In function 'tegra_hsp_doorbell_irq': /kisskb/src/drivers/mailbox/tegra-hsp.c:187:31: note: byref variable will be forcibly initialized 187 | unsigned long master, value; | ^~~~~ /kisskb/src/drivers/mailbox/tegra-hsp.c: In function 'tegra_hsp_sm_send128': /kisskb/src/drivers/mailbox/tegra-hsp.c:410:13: note: byref variable will be forcibly initialized 410 | u32 value[4]; | ^~~~~ /kisskb/src/drivers/firmware/arm_scmi/optee.c: In function 'scmi_optee_chan_setup': /kisskb/src/drivers/firmware/arm_scmi/optee.c:414:18: note: byref variable will be forcibly initialized 414 | uint32_t channel_id; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mailbox_controller.h:9, from /kisskb/src/drivers/mailbox/tegra-hsp.c:9: /kisskb/src/drivers/mailbox/tegra-hsp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_printf': /kisskb/src/drivers/of/unittest.c:308:14: note: byref variable will be forcibly initialized 308 | char phandle_str[16] = ""; | ^~~~~~~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_property_string': /kisskb/src/drivers/of/unittest.c:685:21: note: byref variable will be forcibly initialized 685 | const char *strings[4]; | ^~~~~~~ /kisskb/src/drivers/mailbox/tegra-hsp.c: In function 'tegra_hsp_shared_irq': /kisskb/src/drivers/mailbox/tegra-hsp.c:225:28: note: byref variable will be forcibly initialized 225 | unsigned long bit, mask; | ^~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_changeset': /kisskb/src/drivers/of/unittest.c:799:29: note: byref variable will be forcibly initialized 799 | struct of_changeset chgset; | ^~~~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_parse_interrupts': /kisskb/src/drivers/of/unittest.c:1007:32: note: byref variable will be forcibly initialized 1007 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_parse_interrupts_extended': /kisskb/src/drivers/of/unittest.c:1084:32: note: byref variable will be forcibly initialized 1084 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/unittest.c: In function 'of_unittest_dma_ranges_one': /kisskb/src/drivers/of/unittest.c:898:38: note: byref variable will be forcibly initialized 898 | const struct bus_dma_region *map = NULL; | ^~~ /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'store_fast_charge_timer': /kisskb/src/drivers/power/supply/max14577_charger.c:542:23: note: byref variable will be forcibly initialized 542 | unsigned long val; | ^~~ In file included from /kisskb/src/drivers/power/supply/max14577_charger.c:11: /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_read_reg': /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized 444 | unsigned int val; | ^~~ /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'show_fast_charge_timer': /kisskb/src/drivers/power/supply/max14577_charger.c:512:12: note: byref variable will be forcibly initialized 512 | u8 reg_data; | ^~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c: In function 'udc_create_dma_chain': /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_get_charger_state': /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c:762:20: note: byref variable will be forcibly initialized 762 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/power/supply/max14577_charger.c:51:12: note: byref variable will be forcibly initialized 51 | u8 reg_data; | ^~~~~~~~ /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_get_charge_type': /kisskb/src/drivers/power/supply/max14577_charger.c:99:18: note: byref variable will be forcibly initialized 99 | int ret, charging; | ^~~~~~~~ /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_init_fast_charge': /kisskb/src/drivers/power/supply/max14577_charger.c:304:12: note: byref variable will be forcibly initialized 304 | u8 reg_data; | ^~~~~~~~ /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_get_battery_health': /kisskb/src/drivers/power/supply/max14577_charger.c:164:12: note: byref variable will be forcibly initialized 164 | u8 reg_data; | ^~~~~~~~ /kisskb/src/drivers/power/supply/max14577_charger.c: In function 'max14577_get_online': /kisskb/src/drivers/power/supply/max14577_charger.c:124:12: note: byref variable will be forcibly initialized 124 | u8 reg_data; | ^~~~~~~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function '__reserved_mem_alloc_size': /kisskb/src/drivers/of/of_reserved_mem.c:90:23: note: byref variable will be forcibly initialized 90 | const __be32 *prop; | ^~~~ /kisskb/src/drivers/of/of_reserved_mem.c:89:13: note: byref variable will be forcibly initialized 89 | int len; | ^~~ /kisskb/src/drivers/of/of_reserved_mem.c:88:21: note: byref variable will be forcibly initialized 88 | phys_addr_t base = 0, align = 0, size; | ^~~~ In file included from /kisskb/src/drivers/of/of_reserved_mem.c:15: /kisskb/src/drivers/of/of_reserved_mem.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function 'fdt_init_reserved_mem': /kisskb/src/drivers/of/of_reserved_mem.c:262:21: note: byref variable will be forcibly initialized 262 | int len; | ^~~ 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:406:19: note: byref variable will be forcibly initialized 406 | LIST_HEAD(release_list); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c: In function 'udc_probe': /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c:3130:25: note: byref variable will be forcibly initialized 3130 | char tmp[128]; | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_rgb_current': /kisskb/src/drivers/leds/leds-bd2802.c:487:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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/leds/leds-bd2802.c: In function 'bd2802_store_reg0x0d': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: 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:23: 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/leds/leds-bd2802.c: In function 'bd2802_store_reg0x0b': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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/mailbox/imx-mailbox.c: In function 'imx_mu_seco_rxdb': /kisskb/src/drivers/mailbox/imx-mailbox.c:426:35: note: byref variable will be forcibly initialized 426 | struct imx_sc_rpc_msg_max msg; | ^~~ /kisskb/src/drivers/mailbox/imx-mailbox.c: In function 'imx_mu_generic_rx': /kisskb/src/drivers/mailbox/imx-mailbox.c:239:13: note: byref variable will be forcibly initialized 239 | u32 dat; | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x02': /kisskb/src/drivers/leds/leds-bd2802.c:323:23: 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:23: 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:23: 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"); | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/drivers/usb/chipidea/ci_hdrc_tegra.c:9: /kisskb/src/drivers/usb/chipidea/ci_hdrc_tegra.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ 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:543:13: note: byref variable will be forcibly initialized 543 | int idx; | ^~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c: In function 'rc5t619_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-rc5t619.c:231:22: note: byref variable will be forcibly initialized 231 | unsigned int ctrl1; | ^~~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c:228:22: note: byref variable will be forcibly initialized 228 | unsigned int buff_cent; | ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c:227:12: note: byref variable will be forcibly initialized 227 | u8 buff[6]; | ^~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c: In function 'rc5t619_rtc_read_time': /kisskb/src/drivers/rtc/rtc-rc5t619.c:123:22: note: byref variable will be forcibly initialized 123 | unsigned int ctrl2; | ^~~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c:122:22: note: byref variable will be forcibly initialized 122 | unsigned int ctrl1; | ^~~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c:119:12: note: byref variable will be forcibly initialized 119 | u8 buff[7]; | ^~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c: In function 'rc5t619_rtc_pon_setup': /kisskb/src/drivers/rtc/rtc-rc5t619.c:93:22: note: byref variable will be forcibly initialized 93 | unsigned int reg_data; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c: In function 'rc5t619_rtc_set_time': /kisskb/src/drivers/rtc/rtc-rc5t619.c:169:22: note: byref variable will be forcibly initialized 169 | unsigned int ctrl2; | ^~~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c:168:22: note: byref variable will be forcibly initialized 168 | unsigned int ctrl1; | ^~~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c:165:12: note: byref variable will be forcibly initialized 165 | u8 buff[7]; | ^~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c: In function 'rc5t619_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-rc5t619.c:278:22: note: byref variable will be forcibly initialized 278 | unsigned int ctrl1; | ^~~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c:275:12: note: byref variable will be forcibly initialized 275 | u8 buff[6]; | ^~~~ /kisskb/src/drivers/rtc/rtc-rc5t619.c: In function 'rc5t619_rtc_probe': /kisskb/src/drivers/rtc/rtc-rc5t619.c:355:22: note: byref variable will be forcibly initialized 355 | unsigned int ctrl2; | ^~~~~ /kisskb/src/drivers/mailbox/zynqmp-ipi-mailbox.c: In function 'zynqmp_ipi_interrupt': /kisskb/src/drivers/mailbox/zynqmp-ipi-mailbox.c:154:30: note: byref variable will be forcibly initialized 154 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/mailbox/zynqmp-ipi-mailbox.c: In function 'zynqmp_ipi_shutdown': /kisskb/src/drivers/mailbox/zynqmp-ipi-mailbox.c:364:30: note: byref variable will be forcibly initialized 364 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/gpu/drm/tegra/vic.c: In function 'vic_load_firmware': /kisskb/src/drivers/gpu/drm/tegra/vic.c:236:20: note: byref variable will be forcibly initialized 236 | dma_addr_t iova; | ^~~~ /kisskb/src/drivers/mailbox/zynqmp-ipi-mailbox.c: In function 'zynqmp_ipi_startup': /kisskb/src/drivers/mailbox/zynqmp-ipi-mailbox.c:322:30: note: byref variable will be forcibly initialized 322 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/mailbox/zynqmp-ipi-mailbox.c: In function 'zynqmp_ipi_last_tx_done': /kisskb/src/drivers/mailbox/zynqmp-ipi-mailbox.c:234:30: note: byref variable will be forcibly initialized 234 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/mailbox/zynqmp-ipi-mailbox.c: In function 'zynqmp_ipi_peek_data': /kisskb/src/drivers/mailbox/zynqmp-ipi-mailbox.c:194:30: note: byref variable will be forcibly initialized 194 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/mailbox/zynqmp-ipi-mailbox.c: In function 'zynqmp_ipi_send_data': /kisskb/src/drivers/mailbox/zynqmp-ipi-mailbox.c:272:30: note: byref variable will be forcibly initialized 272 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/mailbox/zynqmp-ipi-mailbox.c: In function 'zynqmp_ipi_mbox_probe': /kisskb/src/drivers/mailbox/zynqmp-ipi-mailbox.c:479:25: note: byref variable will be forcibly initialized 479 | struct resource res; | ^~~ /kisskb/src/drivers/cpufreq/mediatek-cpufreq.c: In function 'mtk_cpufreq_init': /kisskb/src/drivers/cpufreq/mediatek-cpufreq.c:580:41: note: byref variable will be forcibly initialized 580 | struct cpufreq_frequency_table *freq_table; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/cpufreq.h:17, from /kisskb/src/drivers/cpufreq/mediatek-cpufreq.c:9: /kisskb/src/drivers/cpufreq/mediatek-cpufreq.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/cpufreq/mediatek-cpufreq.c: In function 'mtk_cpufreq_opp_notifier': /kisskb/src/drivers/cpufreq/mediatek-cpufreq.c:324:23: note: byref variable will be forcibly initialized 324 | unsigned long freq, volt; | ^~~~ /kisskb/src/drivers/cpufreq/mediatek-cpufreq.c: In function 'mtk_cpufreq_set_target': /kisskb/src/drivers/cpufreq/mediatek-cpufreq.c:209:14: note: byref variable will be forcibly initialized 209 | long freq_hz, pre_freq_hz; | ^~~~~~~ /kisskb/src/drivers/cpufreq/mediatek-cpufreq.c: In function 'mtk_cpu_dvfs_info_init': /kisskb/src/drivers/cpufreq/mediatek-cpufreq.c:391:23: note: byref variable will be forcibly initialized 391 | unsigned long rate; | ^~~~ In file included from /kisskb/src/include/linux/amba/bus.h:15, from /kisskb/src/drivers/mailbox/arm_mhuv2.c:28: /kisskb/src/drivers/mailbox/arm_mhuv2.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c: In function 'mhuv2_tx_init': /kisskb/src/drivers/mailbox/arm_mhuv2.c:252:21: note: byref variable will be forcibly initialized 252 | u32 _regval; \ | ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:996:25: note: in expansion of macro 'writel_relaxed_bitfield' 996 | writel_relaxed_bitfield(1, &mhu->send->int_en, struct int_en_t, chcomb); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:244:21: note: byref variable will be forcibly initialized 244 | u32 _regval; \ | ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:976:22: note: in expansion of macro 'readl_relaxed_bitfield' 976 | mhu->minor = readl_relaxed_bitfield(&mhu->send->aidr, struct aidr_t, arch_minor_rev); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:244:21: note: byref variable will be forcibly initialized 244 | u32 _regval; \ | ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:975:24: note: in expansion of macro 'readl_relaxed_bitfield' 975 | mhu->windows = readl_relaxed_bitfield(&mhu->send->mhu_cfg, struct mhu_cfg_t, num_ch); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c: In function 'drm_sysfs_lease_event': /kisskb/src/drivers/gpu/drm/drm_sysfs.c:383:15: note: byref variable will be forcibly initialized 383 | char *envp[] = { event_string, NULL }; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c: In function 'drm_sysfs_hotplug_event': /kisskb/src/drivers/gpu/drm/drm_sysfs.c:404:15: 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_hotplug_event': /kisskb/src/drivers/gpu/drm/drm_sysfs.c:424:15: note: byref variable will be forcibly initialized 424 | char *envp[] = { hotplug_str, conn_id, NULL }; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c:423:43: note: byref variable will be forcibly initialized 423 | char hotplug_str[] = "HOTPLUG=1", conn_id[21]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c:423:14: note: byref variable will be forcibly initialized 423 | char hotplug_str[] = "HOTPLUG=1", conn_id[21]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c: In function 'drm_sysfs_connector_status_event': /kisskb/src/drivers/gpu/drm/drm_sysfs.c:452:15: note: byref variable will be forcibly initialized 452 | char *envp[4] = { hotplug_str, conn_id, prop_id, NULL }; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c:451:56: note: byref variable will be forcibly initialized 451 | char hotplug_str[] = "HOTPLUG=1", conn_id[21], prop_id[21]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c:451:43: note: byref variable will be forcibly initialized 451 | char hotplug_str[] = "HOTPLUG=1", conn_id[21], prop_id[21]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c:451:14: note: byref variable will be forcibly initialized 451 | char hotplug_str[] = "HOTPLUG=1", conn_id[21], prop_id[21]; | ^~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c: In function 'mhuv2_rx_init': /kisskb/src/drivers/mailbox/arm_mhuv2.c:252:21: note: byref variable will be forcibly initialized 252 | u32 _regval; \ | ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:1051:17: note: in expansion of macro 'writel_relaxed_bitfield' 1051 | writel_relaxed_bitfield(1, &mhu->recv->int_en, struct int_en_t, chcomb); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:244:21: note: byref variable will be forcibly initialized 244 | u32 _regval; \ | ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:1030:22: note: in expansion of macro 'readl_relaxed_bitfield' 1030 | mhu->minor = readl_relaxed_bitfield(&mhu->recv->aidr, struct aidr_t, arch_minor_rev); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:244:21: note: byref variable will be forcibly initialized 244 | u32 _regval; \ | ^~~~~~~ /kisskb/src/drivers/mailbox/arm_mhuv2.c:1029:24: note: in expansion of macro 'readl_relaxed_bitfield' 1029 | mhu->windows = readl_relaxed_bitfield(&mhu->recv->mhu_cfg, struct mhu_cfg_t, num_ch); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_reserve_node': /kisskb/src/drivers/gpu/drm/drm_mm.c:454:24: note: byref variable will be forcibly initialized 454 | u64 adj_start, adj_end; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:454:13: note: byref variable will be forcibly initialized 454 | u64 adj_start, adj_end; | ^~~~~~~~~ /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:32: note: byref variable will be forcibly initialized 546 | u64 col_start, col_end; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:546:21: note: byref variable will be forcibly initialized 546 | u64 col_start, col_end; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/ltc4151.c: In function 'ltc4151_probe': /kisskb/src/drivers/hwmon/ltc4151.c:163:13: note: byref variable will be forcibly initialized 163 | u32 shunt; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_scan_add_block': /kisskb/src/drivers/gpu/drm/drm_mm.c:786:24: note: byref variable will be forcibly initialized 786 | u64 col_start, col_end; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:786:13: note: byref variable will be forcibly initialized 786 | u64 col_start, col_end; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_scan_color_evict': /kisskb/src/drivers/gpu/drm/drm_mm.c:916:25: note: byref variable will be forcibly initialized 916 | u64 hole_start, hole_end; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:916:13: note: byref variable will be forcibly initialized 916 | u64 hole_start, hole_end; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c: In function 'tfp410_parse_timings': /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c:230:13: note: byref variable will be forcibly initialized 230 | u32 deskew = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c:229:13: note: byref variable will be forcibly initialized 229 | u32 bus_width = 24; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c:228:13: note: byref variable will be forcibly initialized 228 | u32 pclk_sample = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c: In function 'tfp410_i2c_probe': /kisskb/src/drivers/gpu/drm/bridge/ti-tfp410.c:385:13: note: byref variable will be forcibly initialized 385 | int reg; | ^~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_read_temp': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:583:22: note: byref variable will be forcibly initialized 583 | unsigned int temp; | ^~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_read_alarm': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:353:12: note: byref variable will be forcibly initialized 353 | u8 regs[8]; | ^~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c:351:32: note: byref variable will be forcibly initialized 351 | unsigned int controls, flags; | ^~~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c:351:22: note: byref variable will be forcibly initialized 351 | unsigned int controls, flags; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_read_time': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:309:12: note: byref variable will be forcibly initialized 309 | u8 regs[RV3029_WATCH_SECTION_LEN] = { 0, }; | ^~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c:307:22: note: byref variable will be forcibly initialized 307 | unsigned int sr; | ^~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_set_time': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:424:12: note: byref variable will be forcibly initialized 424 | u8 regs[8]; | ^~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_set_alarm': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:396:12: note: byref variable will be forcibly initialized 396 | u8 regs[8]; | ^~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_ioctl': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:449:13: note: byref variable will be forcibly initialized 449 | int sr, ret = 0; | ^~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_handle_irq': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:268:29: note: byref variable will be forcibly initialized 268 | unsigned int flags, controls; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c:268:22: note: byref variable will be forcibly initialized 268 | unsigned int flags, controls; | ^~~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_eeprom_busywait': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:124:22: note: byref variable will be forcibly initialized 124 | unsigned int sr; | ^~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_eeprom_enter': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:153:22: note: byref variable will be forcibly initialized 153 | unsigned int sr; | ^~ /kisskb/src/drivers/leds/leds-lm355x.c: In function 'pattern_store': /kisskb/src/drivers/leds/leds-lm355x.c:360:22: note: byref variable will be forcibly initialized 360 | unsigned int state; | ^~~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_eeprom_write': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:216:22: note: byref variable will be forcibly initialized 216 | unsigned int tmp; | ^~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_eeprom_update_bits': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:249:12: note: byref variable will be forcibly initialized 249 | u8 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/i2c.h:13, from /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi83.c:31: /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi83.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_trickle_config': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:549:13: note: byref variable will be forcibly initialized 549 | u32 ohms; | ^~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_hwmon_set_update_interval': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:616:23: note: byref variable will be forcibly initialized 616 | unsigned long interval_ms; | ^~~~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_hwmon_show_update_interval': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:643:12: note: byref variable will be forcibly initialized 643 | u8 eectrl; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi83.c: In function 'sn65dsi83_host_attach': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi83.c:616:43: note: byref variable will be forcibly initialized 616 | const struct mipi_dsi_device_info info = { | ^~~~ /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_hwmon_show_temp': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:600:18: note: byref variable will be forcibly initialized 600 | int ret, temp_mC; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi83.c: In function 'sn65dsi83_atomic_enable': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi83.c:337:16: note: byref variable will be forcibly initialized 337 | __le16 le16val; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi83.c:336:22: note: byref variable will be forcibly initialized 336 | unsigned int pval; | ^~~~ /kisskb/src/drivers/leds/leds-blinkm.c: In function 'blinkm_detect': /kisskb/src/drivers/leds/leds-blinkm.c:525:12: note: byref variable will be forcibly initialized 525 | u8 tmpargs[7]; | ^~~~~~~ /kisskb/src/drivers/leds/leds-blinkm.c: In function 'store_color_common': /kisskb/src/drivers/leds/leds-blinkm.c:158:12: note: byref variable will be forcibly initialized 158 | u8 value; | ^~~~~ /kisskb/src/drivers/leds/leds-blinkm.c: In function 'blinkm_probe': /kisskb/src/drivers/leds/leds-blinkm.c:574:14: note: byref variable will be forcibly initialized 574 | char blinkm_led_name[28]; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/platform_mhu.c: In function 'platform_mhu_rx_interrupt': /kisskb/src/drivers/mailbox/platform_mhu.c:50:13: note: byref variable will be forcibly initialized 50 | u32 val; | ^~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_init': /kisskb/src/drivers/rtc/rtc-rx8010.c:175:12: note: byref variable will be forcibly initialized 175 | u8 ctrl[2]; | ^~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_read_alarm': /kisskb/src/drivers/rtc/rtc-rx8010.c:229:13: note: byref variable will be forcibly initialized 229 | int flagreg, err; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c:228:12: note: byref variable will be forcibly initialized 228 | u8 alarmvals[3]; | ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_get_time': /kisskb/src/drivers/rtc/rtc-rx8010.c:111:13: note: byref variable will be forcibly initialized 111 | int flagreg, err; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c:110:12: note: byref variable will be forcibly initialized 110 | u8 date[RX8010_YEAR - RX8010_SEC + 1]; | ^~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_set_time': /kisskb/src/drivers/rtc/rtc-rx8010.c:140:12: note: byref variable will be forcibly initialized 140 | u8 date[RX8010_YEAR - RX8010_SEC + 1]; | ^~~~ /kisskb/src/drivers/rtc/rtc-rx8581.c: In function 'rx85x1_nvram_read': /kisskb/src/drivers/rtc/rtc-rx8581.c:213:22: note: byref variable will be forcibly initialized 213 | unsigned int tmp_val; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_set_alarm': /kisskb/src/drivers/rtc/rtc-rx8010.c:255:12: note: byref variable will be forcibly initialized 255 | u8 alarmvals[3]; | ^~~~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8581.c: In function 'rx8581_rtc_read_time': /kisskb/src/drivers/rtc/rtc-rx8581.c:74:22: note: byref variable will be forcibly initialized 74 | unsigned int data; | ^~~~ /kisskb/src/drivers/rtc/rtc-rx8581.c:73:23: note: byref variable will be forcibly initialized 73 | unsigned char date[7]; | ^~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_ioctl': /kisskb/src/drivers/rtc/rtc-rx8010.c:341:18: note: byref variable will be forcibly initialized 341 | int tmp, flagreg, err; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8010.c: In function 'rx8010_irq_1_handler': /kisskb/src/drivers/rtc/rtc-rx8010.c:74:13: note: byref variable will be forcibly initialized 74 | int flagreg, err; | ^~~~~~~ /kisskb/src/drivers/rtc/rtc-rx8581.c: In function 'rx8581_rtc_set_time': /kisskb/src/drivers/rtc/rtc-rx8581.c:140:23: note: byref variable will be forcibly initialized 140 | unsigned char buf[7]; | ^~~ /kisskb/src/drivers/mailbox/mailbox-altera.c: In function 'altera_mbox_rx_data': /kisskb/src/drivers/mailbox/mailbox-altera.c:120:13: note: byref variable will be forcibly initialized 120 | u32 data[2]; | ^~~~ /kisskb/src/drivers/rtc/rtc-sd3078.c: In function 'sd3078_rtc_read_time': /kisskb/src/drivers/rtc/rtc-sd3078.c:86:23: note: byref variable will be forcibly initialized 86 | unsigned char rtc_data[NUM_TIME_REGS] = {0}; | ^~~~~~~~ /kisskb/src/drivers/rtc/rtc-sd3078.c: In function 'sd3078_rtc_set_time': /kisskb/src/drivers/rtc/rtc-sd3078.c:124:23: note: byref variable will be forcibly initialized 124 | unsigned char rtc_data[NUM_TIME_REGS]; | ^~~~~~~~ /kisskb/src/drivers/mfd/lp873x.c: In function 'lp873x_probe': /kisskb/src/drivers/mfd/lp873x.c:32:22: note: byref variable will be forcibly initialized 32 | unsigned int otpid; | ^~~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'device_attr_store': /kisskb/src/drivers/power/supply/max77693_charger.c:260:23: 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:22: note: byref variable will be forcibly initialized 35 | unsigned int data; | ^~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'max77693_get_charge_type': /kisskb/src/drivers/power/supply/max77693_charger.c:76:22: 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:22: 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:22: 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:22: 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:22: 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:22: 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:22: note: byref variable will be forcibly initialized 395 | unsigned int data, val; | ^~~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-lm3532.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-lm3532.c: In function 'lm3532_parse_als': /kisskb/src/drivers/leds/leds-lm3532.c:487:13: note: byref variable will be forcibly initialized 487 | int als_impedance; | ^~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-lm3532.c:486:13: note: byref variable will be forcibly initialized 486 | int als_avg_time; | ^~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-lm3532.c: In function 'lm3532_parse_node': /kisskb/src/drivers/leds/leds-lm3532.c:578:38: note: byref variable will be forcibly initialized 578 | struct led_init_data idata = { | ^~~~~ /kisskb/src/drivers/leds/leds-lm3532.c:550:13: note: byref variable will be forcibly initialized 550 | u32 ramp_time; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-lm3532.c:549:13: note: byref variable will be forcibly initialized 549 | int control_bank; | ^~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'cros_ec_wait_until_complete': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:142:20: note: byref variable will be forcibly initialized 142 | } __packed buf; | ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'cros_ec_query_all': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:499:13: note: byref variable will be forcibly initialized 499 | u32 ver_mask; | ^~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'get_keyboard_state_event': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:734:12: note: byref variable will be forcibly initialized 734 | u8 buffer[sizeof(struct cros_ec_command) + | ^~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'get_next_event': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:713:20: note: byref variable will be forcibly initialized 713 | } __packed buf; | ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'cros_ec_get_sensor_count': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:911:12: note: byref variable will be forcibly initialized 911 | u8 status; | ^~~~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_read_reg': /kisskb/src/drivers/hwmon/ltc2992.c:189:12: note: byref variable will be forcibly initialized 189 | u8 regvals[4]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_crtc_init_with_planes': /kisskb/src/drivers/gpu/drm/drm_crtc.c:359:17: note: byref variable will be forcibly initialized 359 | 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:390:17: note: byref variable will be forcibly initialized 390 | va_list ap; | ^~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_write_reg': /kisskb/src/drivers/hwmon/ltc2992.c:207:12: note: byref variable will be forcibly initialized 207 | u8 regvals[4]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_crtc_check_viewport': /kisskb/src/drivers/gpu/drm/drm_crtc.c:608:23: note: byref variable will be forcibly initialized 608 | int hdisplay, vdisplay; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c:608:13: note: byref variable will be forcibly initialized 608 | int hdisplay, vdisplay; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_mode_setcrtc': /kisskb/src/drivers/gpu/drm/drm_crtc.c:647:40: note: byref variable will be forcibly initialized 647 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c:645:29: note: byref variable will be forcibly initialized 645 | struct drm_mode_set set; | ^~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_parse_dt': /kisskb/src/drivers/hwmon/ltc2992.c:859:13: note: byref variable will be forcibly initialized 859 | u32 val; | ^~~ /kisskb/src/drivers/hwmon/ltc2992.c:858:13: note: byref variable will be forcibly initialized 858 | u32 addr; | ^~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_set': /kisskb/src/drivers/hwmon/ltc2992.c:262:23: note: byref variable will be forcibly initialized 262 | unsigned long gpio_ctrl; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_get': /kisskb/src/drivers/hwmon/ltc2992.c:219:23: note: byref variable will be forcibly initialized 219 | unsigned long gpio_status; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/max14656_charger_detector.c: In function 'max14656_irq_worker': /kisskb/src/drivers/power/supply/max14656_charger_detector.c:139:12: note: byref variable will be forcibly initialized 139 | u8 buf[REG_TOTAL_NUM]; | ^~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_set_multiple': /kisskb/src/drivers/hwmon/ltc2992.c:284:23: note: byref variable will be forcibly initialized 284 | unsigned long gpio_ctrl = 0; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c:283:23: note: byref variable will be forcibly initialized 283 | unsigned long gpio_ctrl_io = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/max14656_charger_detector.c: In function 'max14656_hw_init': /kisskb/src/drivers/power/supply/max14656_charger_detector.c:172:17: note: byref variable will be forcibly initialized 172 | uint8_t val = 0; | ^~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_get_multiple': /kisskb/src/drivers/hwmon/ltc2992.c:238:23: note: byref variable will be forcibly initialized 238 | unsigned long gpio_status; | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/tegra/trace.h:68, from /kisskb/src/drivers/gpu/drm/tegra/trace.c:2: /kisskb/src/drivers/gpu/drm/tegra/trace.c: In function 'trace_event_raw_event_register_access': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/tegra/trace.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(register_access, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-lm3642.c: In function 'torch_pin_store': /kisskb/src/drivers/leds/leds-lm3642.c:176:22: 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:22: note: byref variable will be forcibly initialized 223 | unsigned int state; | ^~~~~ /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c: In function 'pxa27x_change_configuration': /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c:2080:32: note: byref variable will be forcibly initialized 2080 | struct usb_ctrlrequest req ; | ^~~ /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c: In function 'pxa27x_change_interface': /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c:2110:33: note: byref variable will be forcibly initialized 2110 | struct usb_ctrlrequest req; | ^~~ /kisskb/src/drivers/mailbox/arm_mhu_db.c: In function 'mhu_db_mbox_irq_to_channel': /kisskb/src/drivers/mailbox/arm_mhu_db.c:97:23: note: byref variable will be forcibly initialized 97 | unsigned long bits; | ^~~~ In file included from /kisskb/src/include/linux/amba/bus.h:15, from /kisskb/src/drivers/mailbox/arm_mhu_db.c:9: /kisskb/src/drivers/mailbox/arm_mhu_db.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mailbox/arm_mhu_db.c: In function 'mhu_db_probe': /kisskb/src/drivers/mailbox/arm_mhu_db.c:250:13: note: byref variable will be forcibly initialized 250 | u32 cell_count; | ^~~~~~~~~~ /kisskb/src/drivers/mailbox/arm_mhu.c: In function 'mhu_rx_interrupt': /kisskb/src/drivers/mailbox/arm_mhu.c:44:13: note: byref variable will be forcibly initialized 44 | u32 val; | ^~~ /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c: In function 'nuke': /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c:769:33: note: byref variable will be forcibly initialized 769 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/tegra/nvdec.c: In function 'nvdec_probe': /kisskb/src/drivers/gpu/drm/tegra/nvdec.c:362:13: note: byref variable will be forcibly initialized 362 | u32 host_class; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/max127.c: In function 'max127_select_channel': /kisskb/src/drivers/hwmon/max127.c:56:24: note: byref variable will be forcibly initialized 56 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/hwmon/max127.c: In function 'max127_read_channel': /kisskb/src/drivers/hwmon/max127.c:76:24: note: byref variable will be forcibly initialized 76 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/hwmon/max127.c:75:12: note: byref variable will be forcibly initialized 75 | u8 i2c_data[MAX127_DATA_LEN]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/tegra/nvdec.c: In function 'nvdec_load_firmware': /kisskb/src/drivers/gpu/drm/tegra/nvdec.c:196:20: note: byref variable will be forcibly initialized 196 | dma_addr_t iova; | ^~~~ /kisskb/src/drivers/hwmon/max127.c: In function 'max127_read_input': /kisskb/src/drivers/hwmon/max127.c:119:14: note: byref variable will be forcibly initialized 119 | long raw; | ^~~ /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c: In function 'handle_ep0_ctrl_req': /kisskb/src/drivers/gpu/drm/panfrost/panfrost_job.c: In function 'panfrost_reset': /kisskb/src/drivers/gpu/drm/panfrost/panfrost_job.c:606:23: note: byref variable will be forcibly initialized 606 | u32 js_state, js_state_mask = 0xffffffff; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c:1822:11: note: byref variable will be forcibly initialized 1822 | } u; | ^ /kisskb/src/drivers/gpu/drm/panfrost/panfrost_job.c: In function 'panfrost_job_push': /kisskb/src/drivers/gpu/drm/panfrost/panfrost_job.c:277:31: note: byref variable will be forcibly initialized 277 | struct ww_acquire_ctx acquire_ctx; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c: In function 'handle_ep': /kisskb/src/drivers/usb/gadget/udc/pxa27x_udc.c:2023:33: note: byref variable will be forcibly initialized 2023 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/panfrost/panfrost_job.c: In function 'panfrost_job_open': /kisskb/src/drivers/gpu/drm/panfrost/panfrost_job.c:857:35: note: byref variable will be forcibly initialized 857 | struct drm_gpu_scheduler *sched; | ^~~~~ /kisskb/src/drivers/firmware/psci/psci.c: In function 'get_set_conduit_method': /kisskb/src/drivers/firmware/psci/psci.c:279:21: note: byref variable will be forcibly initialized 279 | const char *method; | ^~~~~~ /kisskb/src/drivers/firmware/psci/psci.c: In function '__invoke_psci_fn_smc': /kisskb/src/drivers/firmware/psci/psci.c:124:30: note: byref variable will be forcibly initialized 124 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/firmware/psci/psci.c: In function '__invoke_psci_fn_hvc': /kisskb/src/drivers/firmware/psci/psci.c:114:30: note: byref variable will be forcibly initialized 114 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/firmware/psci/psci.c: In function 'psci_0_1_init': /kisskb/src/drivers/firmware/psci/psci.c:554:13: note: byref variable will be forcibly initialized 554 | u32 id; | ^~ /kisskb/src/drivers/firmware/psci/psci.c: In function 'psci_dt_init': /kisskb/src/drivers/firmware/psci/psci.c:616:36: note: byref variable will be forcibly initialized 616 | const struct of_device_id *matched_np; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_is_jack_det_active': /kisskb/src/drivers/mfd/arizona-core.c:513:22: note: byref variable will be forcibly initialized 513 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_underclocked': /kisskb/src/drivers/mfd/arizona-core.c:120:22: note: byref variable will be forcibly initialized 120 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_poll_reg': /kisskb/src/drivers/mfd/arizona-core.c:252:22: note: byref variable will be forcibly initialized 252 | unsigned int val = 0; | ^~~ /kisskb/src/drivers/hwmon/mcp3021.c: In function 'mcp3021_read': /kisskb/src/drivers/hwmon/mcp3021.c:65:16: note: byref variable will be forcibly initialized 65 | __be16 buf; | ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'wm5102_apply_hardware_patch': /kisskb/src/drivers/mfd/arizona-core.c:399:37: note: byref variable will be forcibly initialized 399 | struct arizona_sysclk_state state; | ^~~~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'wm5110_apply_sleep_patch': /kisskb/src/drivers/mfd/arizona-core.c:440:37: note: byref variable will be forcibly initialized 440 | struct arizona_sysclk_state state; | ^~~~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_overclocked': /kisskb/src/drivers/mfd/arizona-core.c:160:22: note: byref variable will be forcibly initialized 160 | unsigned int val[3]; | ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_dev_init': /kisskb/src/drivers/mfd/arizona-core.c:945:27: note: byref variable will be forcibly initialized 945 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/mfd/arizona-core.c:945:22: note: byref variable will be forcibly initialized 945 | unsigned int reg, val; | ^~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/cpufreq.h:12, from /kisskb/src/drivers/cpufreq/tegra186-cpufreq.c:6: /kisskb/src/drivers/cpufreq/tegra186-cpufreq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/cpufreq/tegra186-cpufreq.c: In function 'init_vhint_table': /kisskb/src/drivers/cpufreq/tegra186-cpufreq.c:138:20: note: byref variable will be forcibly initialized 138 | dma_addr_t phys; | ^~~~ /kisskb/src/drivers/cpufreq/tegra186-cpufreq.c:135:35: note: byref variable will be forcibly initialized 135 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/cpufreq/tegra186-cpufreq.c:134:38: note: byref variable will be forcibly initialized 134 | struct mrq_cpu_vhint_request req; | ^~~ /kisskb/src/drivers/rtc/rtc-tps6586x.c: In function 'tps6586x_rtc_read_alarm': /kisskb/src/drivers/rtc/rtc-tps6586x.c:189:12: note: byref variable will be forcibly initialized 189 | u8 buff[3]; | ^~~~ /kisskb/src/drivers/rtc/rtc-tps6586x.c: In function 'tps6586x_rtc_read_time': /kisskb/src/drivers/rtc/rtc-tps6586x.c:61:12: note: byref variable will be forcibly initialized 61 | u8 buff[6]; | ^~~~ /kisskb/src/drivers/rtc/rtc-tps6586x.c: In function 'tps6586x_rtc_set_time': /kisskb/src/drivers/rtc/rtc-tps6586x.c:87:12: note: byref variable will be forcibly initialized 87 | u8 buff[5]; | ^~~~ /kisskb/src/drivers/rtc/rtc-tps6586x.c: In function 'tps6586x_rtc_set_alarm': /kisskb/src/drivers/rtc/rtc-tps6586x.c:144:12: note: byref variable will be forcibly initialized 144 | u8 rbuff[6]; | ^~~~~ /kisskb/src/drivers/rtc/rtc-tps6586x.c:143:12: note: byref variable will be forcibly initialized 143 | u8 buff[3]; | ^~~~ /kisskb/src/drivers/leds/leds-lp3952.c: In function 'lp3952_get_label': /kisskb/src/drivers/leds/leds-lp3952.c:98:21: note: byref variable will be forcibly initialized 98 | const char *str; | ^~~ /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:13: 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:13: note: byref variable will be forcibly initialized 490 | u32 num; | ^~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_cmdline_res_mode': /kisskb/src/drivers/gpu/drm/drm_modes.c:1557:15: note: byref variable will be forcibly initialized 1557 | 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:1615:15: note: byref variable will be forcibly initialized 1615 | 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:1667:27: note: byref variable will be forcibly initialized 1667 | unsigned int deg, margin, rotation = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:1667:22: note: byref variable will be forcibly initialized 1667 | unsigned int deg, margin, rotation = 0; | ^~~ In file included from /kisskb/src/include/linux/random.h:109, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:43, from /kisskb/src/include/linux/rcupdate.h:30, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/firmware/smccc/smccc.c:12: /kisskb/src/drivers/firmware/smccc/smccc.c: In function 'smccc_probe_trng': /kisskb/src/arch/arm64/include/asm/archrandom.h:16:30: note: byref variable will be forcibly initialized 16 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'of_get_drm_display_mode': /kisskb/src/drivers/gpu/drm/drm_modes.c:715:26: note: byref variable will be forcibly initialized 715 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'of_get_drm_panel_display_mode': /kisskb/src/drivers/gpu/drm/drm_modes.c:751:26: note: byref variable will be forcibly initialized 751 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/drm_modes.c:750:31: note: byref variable will be forcibly initialized 750 | struct display_timing timing; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:749:27: note: byref variable will be forcibly initialized 749 | u32 width_mm = 0, height_mm = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:749:13: note: byref variable will be forcibly initialized 749 | u32 width_mm = 0, height_mm = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_get_hv_timing': /kisskb/src/drivers/gpu/drm/drm_modes.c:842:33: note: byref variable will be forcibly initialized 842 | struct drm_display_mode adjusted; | ^~~~~~~~ /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:1793:36: note: byref variable will be forcibly initialized 1793 | char *bpp_end_ptr = NULL, *refresh_end_ptr = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:1793:15: note: byref variable will be forcibly initialized 1793 | char *bpp_end_ptr = NULL, *refresh_end_ptr = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c: In function 'cmdq_task_exec_done': /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c:195:29: note: byref variable will be forcibly initialized 195 | struct cmdq_cb_data data; | ^~~~ /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c: In function 'cmdq_mbox_flush': /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c:446:29: note: byref variable will be forcibly initialized 446 | struct cmdq_cb_data data; | ^~~~ /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c: In function 'cmdq_irq_handler': /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c:276:23: note: byref variable will be forcibly initialized 276 | unsigned long irq_status, flags = 0L; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c:8: /kisskb/src/drivers/mailbox/mtk-cmdq-mailbox.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /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:673:29: note: byref variable will be forcibly initialized 673 | 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:1054:32: note: byref variable will be forcibly initialized 1054 | struct mipi_dsi_packet packet; | ^~~~~~ /kisskb/src/drivers/power/supply/max77650-charger.c: In function 'max77650_charger_get_property': /kisskb/src/drivers/power/supply/max77650-charger.c:195:17: note: byref variable will be forcibly initialized 195 | int rv, reg; | ^~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c: In function 'of_hwspin_lock_get_id': /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:343:32: note: byref variable will be forcibly initialized 343 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:341:32: note: byref variable will be forcibly initialized 341 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/power/supply/max77650-charger.c: In function 'max77650_charger_check_status': /kisskb/src/drivers/power/supply/max77650-charger.c:161:17: note: byref variable will be forcibly initialized 161 | int rv, reg; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c: In function 'cdns_dsi_bridge_enable': /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c:800:29: note: byref variable will be forcibly initialized 800 | struct cdns_dsi_cfg dsi_cfg; | ^~~~~~~ /kisskb/src/drivers/power/supply/max77650-charger.c: In function 'max77650_charger_probe': /kisskb/src/drivers/power/supply/max77650-charger.c:286:22: note: byref variable will be forcibly initialized 286 | unsigned int prop; | ^~~~ /kisskb/src/drivers/hwspinlock/hwspinlock_core.c: In function 'hwspin_lock_request': /kisskb/src/drivers/hwspinlock/hwspinlock_core.c:711:28: note: byref variable will be forcibly initialized 711 | struct hwspinlock *hwlock; | ^~~~~~ /kisskb/src/drivers/leds/leds-lt3593.c: In function 'lt3593_led_probe': /kisskb/src/drivers/leds/leds-lt3593.c:70:21: note: byref variable will be forcibly initialized 70 | const char *tmp; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, 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 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_do_probe_ddc_edid': /kisskb/src/drivers/gpu/drm/drm_edid.c:2114:32: note: byref variable will be forcibly initialized 2114 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:2102:23: note: byref variable will be forcibly initialized 2102 | unsigned char segment = block >> 1; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:2101:23: note: byref variable will be forcibly initialized 2101 | unsigned char start = block * EDID_LENGTH; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_hdmi_mandatory_stereo_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:4482:26: note: byref variable will be forcibly initialized 4482 | struct list_head stereo_modes; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_match_cea_mode_clock_tolerance': /kisskb/src/drivers/gpu/drm/drm_edid.c:4062:41: note: byref variable will be forcibly initialized 4062 | struct drm_display_mode cea_mode; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_for_each_detailed_block': /kisskb/src/drivers/gpu/drm/drm_edid.c:2949:30: note: byref variable will be forcibly initialized 2949 | struct drm_edid_iter edid_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'get_monitor_name': /kisskb/src/drivers/gpu/drm/drm_edid.c:5247:21: note: byref variable will be forcibly initialized 5247 | const char *edid_name = NULL; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_hbreak': /kisskb/src/drivers/gpu/drm/drm_edid.c:3023:39: note: byref variable will be forcibly initialized 3023 | const struct detailed_timing *descriptor = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_m': /kisskb/src/drivers/gpu/drm/drm_edid.c:3047:39: note: byref variable will be forcibly initialized 3047 | const struct detailed_timing *descriptor = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_2c': /kisskb/src/drivers/gpu/drm/drm_edid.c:3035:39: note: byref variable will be forcibly initialized 3035 | const struct detailed_timing *descriptor = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_k': /kisskb/src/drivers/gpu/drm/drm_edid.c:3059:39: note: byref variable will be forcibly initialized 3059 | const struct detailed_timing *descriptor = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_2j': /kisskb/src/drivers/gpu/drm/drm_edid.c:3071:39: note: byref variable will be forcibly initialized 3071 | const struct detailed_timing *descriptor = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function '_drm_edid_to_sad': /kisskb/src/drivers/gpu/drm/drm_edid.c:5391:28: note: byref variable will be forcibly initialized 5391 | struct cea_db_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function '_drm_edid_to_speaker_allocation': /kisskb/src/drivers/gpu/drm/drm_edid.c:5444:28: note: byref variable will be forcibly initialized 5444 | struct cea_db_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function '_drm_detect_hdmi_monitor': /kisskb/src/drivers/gpu/drm/drm_edid.c:5531:28: note: byref variable will be forcibly initialized 5531 | struct cea_db_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function '_drm_detect_monitor_audio': /kisskb/src/drivers/gpu/drm/drm_edid.c:5573:28: note: byref variable will be forcibly initialized 5573 | struct cea_db_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:5571:30: note: byref variable will be forcibly initialized 5571 | struct drm_edid_iter edid_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chrontel-ch7033.c: In function 'ch7033_probe': /kisskb/src/drivers/gpu/drm/bridge/chrontel-ch7033.c:536:22: note: byref variable will be forcibly initialized 536 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_update_mso': /kisskb/src/drivers/gpu/drm/drm_edid.c:6081:31: note: byref variable will be forcibly initialized 6081 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_cvt_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:3761:18: note: byref variable will be forcibly initialized 3761 | const u8 empty[3] = { 0, 0, 0 }; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_displayid_detailed_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:6286:31: note: byref variable will be forcibly initialized 6286 | struct displayid_iter iter; | ^~~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-lp50xx.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t 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/drivers/leds/leds-lp50xx.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_cea_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:5087:28: note: byref variable will be forcibly initialized 5087 | struct cea_db_iter iter; | ^~~~ /kisskb/src/drivers/leds/leds-lp50xx.c: In function 'lp50xx_probe_leds': /kisskb/src/drivers/leds/leds-lp50xx.c:398:13: note: byref variable will be forcibly initialized 398 | int led_number; | ^~~~~~~~~~ /kisskb/src/drivers/leds/leds-lp50xx.c: In function 'lp50xx_probe_dt': /kisskb/src/drivers/leds/leds-lp50xx.c:450:13: note: byref variable will be forcibly initialized 450 | u32 color_id; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_parse_cea_ext': /kisskb/src/drivers/gpu/drm/drm_edid.c:5927:28: note: byref variable will be forcibly initialized 5927 | struct cea_db_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:5925:30: note: byref variable will be forcibly initialized 5925 | struct drm_edid_iter edid_iter; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/panfrost/panfrost_mmu.c:9: /kisskb/src/drivers/gpu/drm/panfrost/panfrost_mmu.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_eld': /kisskb/src/drivers/gpu/drm/drm_edid.c:5318:28: note: byref variable will be forcibly initialized 5318 | struct cea_db_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_monitor_supports_rb': /kisskb/src/drivers/gpu/drm/drm_edid.c:2996:22: note: byref variable will be forcibly initialized 2996 | bool ret = false; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function '_drm_update_tile_info': /kisskb/src/drivers/gpu/drm/drm_edid.c:6937:31: note: byref variable will be forcibly initialized 6937 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'edid_block_dump': /kisskb/src/drivers/gpu/drm/drm_edid.c:1945:14: note: byref variable will be forcibly initialized 1945 | char prefix[20]; | ^~~~~~ /kisskb/src/drivers/leds/leds-lp8860.c: In function 'lp8860_fault_check': /kisskb/src/drivers/leds/leds-lp8860.c:183:22: note: byref variable will be forcibly initialized 183 | unsigned int read_buf; | ^~~~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_read_temp': /kisskb/src/drivers/hwmon/tps23861.c:128:22: note: byref variable will be forcibly initialized 128 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/leds/leds-lp8860.c: In function 'lp8860_init': /kisskb/src/drivers/leds/leds-lp8860.c:241:22: note: byref variable will be forcibly initialized 241 | unsigned int read_buf; | ^~~~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_operating_mode': /kisskb/src/drivers/hwmon/tps23861.c:377:22: note: byref variable will be forcibly initialized 377 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_detect_status': /kisskb/src/drivers/hwmon/tps23861.c:415:22: note: byref variable will be forcibly initialized 415 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_class_status': /kisskb/src/drivers/hwmon/tps23861.c:453:22: note: byref variable will be forcibly initialized 453 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/leds/leds-lp8860.c: In function 'lp8860_probe': /kisskb/src/drivers/leds/leds-lp8860.c:385:30: note: byref variable will be forcibly initialized 385 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_poe_plus_status': /kisskb/src/drivers/hwmon/tps23861.c:484:22: note: byref variable will be forcibly initialized 484 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_read_voltage': /kisskb/src/drivers/hwmon/tps23861.c:143:16: note: byref variable will be forcibly initialized 143 | __le16 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_read_current': /kisskb/src/drivers/hwmon/tps23861.c:169:16: note: byref variable will be forcibly initialized 169 | __le16 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_port_resistance': /kisskb/src/drivers/hwmon/tps23861.c:497:16: note: byref variable will be forcibly initialized 497 | __le16 regval; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_probe_ddc': /kisskb/src/drivers/gpu/drm/drm_edid.c:2529:23: note: byref variable will be forcibly initialized 2529 | unsigned char out; | ^~~ /kisskb/src/drivers/hwmon/tps23861.c: In function 'tps23861_probe': /kisskb/src/drivers/hwmon/tps23861.c:553:13: note: byref variable will be forcibly initialized 553 | u32 shunt_resistor; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function '_drm_do_get_edid': /kisskb/src/drivers/gpu/drm/drm_edid.c:2293:16: note: byref variable will be forcibly initialized 2293 | size_t alloc_size = EDID_LENGTH; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_read_custom': /kisskb/src/drivers/gpu/drm/drm_edid.c:2591:16: note: byref variable will be forcibly initialized 2591 | size_t size = 0; | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/mfd/arizona-irq.c:11: /kisskb/src/drivers/mfd/arizona-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/arizona-irq.c: In function 'arizona_irq_thread': /kisskb/src/drivers/mfd/arizona-irq.c:100:22: note: byref variable will be forcibly initialized 100 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_has_cta_extension': /kisskb/src/drivers/gpu/drm/drm_edid.c:3945:13: note: byref variable will be forcibly initialized 3945 | int ext_index = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:3944:31: note: byref variable will be forcibly initialized 3944 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_match_cea_mode': /kisskb/src/drivers/gpu/drm/drm_edid.c:4103:41: note: byref variable will be forcibly initialized 4103 | struct drm_display_mode cea_mode; | ^~~~~~~~ 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:4232:19: note: byref variable will be forcibly initialized 4232 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_get_monitor_name': /kisskb/src/drivers/gpu/drm/drm_edid.c:5280:33: note: byref variable will be forcibly initialized 5280 | struct drm_edid drm_edid = { | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:5279:22: note: byref variable will be forcibly initialized 5279 | char buf[13]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_sad': /kisskb/src/drivers/gpu/drm/drm_edid.c:5434:25: note: byref variable will be forcibly initialized 5434 | struct drm_edid drm_edid; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_speaker_allocation': /kisskb/src/drivers/gpu/drm/drm_edid.c:5480:25: note: byref variable will be forcibly initialized 5480 | struct drm_edid drm_edid; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_detect_hdmi_monitor': /kisskb/src/drivers/gpu/drm/drm_edid.c:5563:25: note: byref variable will be forcibly initialized 5563 | struct drm_edid drm_edid; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_detect_monitor_audio': /kisskb/src/drivers/gpu/drm/drm_edid.c:5625:25: note: byref variable will be forcibly initialized 5625 | struct drm_edid drm_edid; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_connector_update_edid_property': /kisskb/src/drivers/gpu/drm/drm_edid.c:6507:25: note: byref variable will be forcibly initialized 6507 | struct drm_edid drm_edid; | ^~~~~~~~ /kisskb/src/drivers/firmware/smccc/kvm_guest.c: In function 'kvm_init_hyp_services': /kisskb/src/drivers/firmware/smccc/kvm_guest.c:18:13: note: byref variable will be forcibly initialized 18 | u32 val[4]; | ^~~ /kisskb/src/drivers/firmware/smccc/kvm_guest.c:17:30: note: byref variable will be forcibly initialized 17 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_add_edid_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:6529:25: note: byref variable will be forcibly initialized 6529 | struct drm_edid drm_edid; | ^~~~~~~~ /kisskb/src/drivers/power/supply/max8998_charger.c: In function 'max8998_battery_get_property': /kisskb/src/drivers/power/supply/max8998_charger.c:37:12: note: byref variable will be forcibly initialized 37 | u8 reg; | ^~~ /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:20: note: byref variable will be forcibly initialized 408 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c:406:13: 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:18: 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:1240:14: note: byref variable will be forcibly initialized 1240 | char name[14]; | ^~~~ /kisskb/src/drivers/usb/gadget/udc/fotg210-udc.c: In function 'fotg210_irq': /kisskb/src/drivers/usb/gadget/udc/fotg210-udc.c:940:40: note: byref variable will be forcibly initialized 940 | struct usb_ctrlrequest ctrl; | ^~~~ In file included from /kisskb/src/include/linux/mailbox_client.h:10, from /kisskb/src/drivers/firmware/tegra/bpmp.c:8: /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_const_charge_current': /kisskb/src/drivers/power/supply/bq2515x_charger.c:452:22: note: byref variable will be forcibly initialized 452 | unsigned int pchrgctrl; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:451:22: note: byref variable will be forcibly initialized 451 | unsigned int ichg_reg_code; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_batt_reg': /kisskb/src/drivers/power/supply/bq2515x_charger.c:633:13: note: byref variable will be forcibly initialized 633 | int vbat_reg_code; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_precharge_current': /kisskb/src/drivers/power/supply/bq2515x_charger.c:506:22: 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:13: note: byref variable will be forcibly initialized 658 | int ilimctrl; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_charge_disable': /kisskb/src/drivers/power/supply/bq2515x_charger.c:422:13: note: byref variable will be forcibly initialized 422 | int icctrl2; | ^~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_wake_up': /kisskb/src/drivers/power/supply/bq2515x_charger.c:272:13: note: byref variable will be forcibly initialized 272 | int val; | ^~~ In file included from /kisskb/src/include/linux/mailbox_client.h:11, from /kisskb/src/drivers/firmware/tegra/bpmp.c:8: /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_set_precharge_current': /kisskb/src/drivers/power/supply/bq2515x_charger.c:529:22: note: byref variable will be forcibly initialized 529 | unsigned int pchrgctrl; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_hw_init': /kisskb/src/drivers/power/supply/bq2515x_charger.c:948:43: note: byref variable will be forcibly initialized 948 | struct power_supply_battery_info *bat_info; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_update_ps_status': /kisskb/src/drivers/power/supply/bq2515x_charger.c:299:22: note: byref variable will be forcibly initialized 299 | unsigned int val; | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_ping': /kisskb/src/drivers/firmware/tegra/bpmp.c:547:35: note: byref variable will be forcibly initialized 547 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_charging_status': /kisskb/src/drivers/firmware/tegra/bpmp.c:546:33: note: byref variable will be forcibly initialized 546 | struct mrq_ping_request request; | ^~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:572:22: note: byref variable will be forcibly initialized 572 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:545:34: note: byref variable will be forcibly initialized 545 | struct mrq_ping_response response; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_battery_voltage_now': /kisskb/src/drivers/power/supply/bq2515x_charger.c:336:13: note: byref variable will be forcibly initialized 336 | int vbat_lsb; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:335:13: note: byref variable will be forcibly initialized 335 | int vbat_msb; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_get_firmware_tag_old': /kisskb/src/drivers/firmware/tegra/bpmp.c:586:20: note: byref variable will be forcibly initialized 586 | dma_addr_t phys; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:584:35: note: byref variable will be forcibly initialized 584 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:583:38: note: byref variable will be forcibly initialized 583 | struct mrq_query_tag_request request; | ^~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_battery_current_now': /kisskb/src/drivers/power/supply/bq2515x_charger.c:365:22: 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:41: note: byref variable will be forcibly initialized 364 | unsigned int icharge_range = 0, pchrgctrl; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:363:22: note: byref variable will be forcibly initialized 363 | unsigned int ichg_reg_code, reg_code; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:360:13: note: byref variable will be forcibly initialized 360 | int ichg_lsb; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:359:13: 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:22: note: byref variable will be forcibly initialized 699 | unsigned int flag3; | ^~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:698:22: note: byref variable will be forcibly initialized 698 | unsigned int stat1; | ^~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_handle_mrq': /kisskb/src/drivers/firmware/tegra/bpmp.c:442:13: note: byref variable will be forcibly initialized 442 | u32 zero = 0; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_mrq_handle_ping': /kisskb/src/drivers/firmware/tegra/bpmp.c:533:34: note: byref variable will be forcibly initialized 533 | struct mrq_ping_response response; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_mrq_is_supported': /kisskb/src/drivers/firmware/tegra/bpmp.c:507:35: note: byref variable will be forcibly initialized 507 | struct tegra_bpmp_message msg = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:506:39: note: byref variable will be forcibly initialized 506 | struct mrq_query_abi_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:505:38: note: byref variable will be forcibly initialized 505 | struct mrq_query_abi_request req = { .mrq = cpu_to_le32(mrq) }; | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_get_firmware_tag': /kisskb/src/drivers/firmware/tegra/bpmp.c:623:43: note: byref variable will be forcibly initialized 623 | struct tegra_bpmp_message msg = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:622:50: note: byref variable will be forcibly initialized 622 | struct mrq_query_fw_tag_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_probe': /kisskb/src/drivers/firmware/tegra/bpmp.c:691:14: note: byref variable will be forcibly initialized 691 | char tag[TAG_SZ]; | ^~~ In file included from /kisskb/src/drivers/hwmon/nct6775-core.c:55: /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_read_value': /kisskb/src/drivers/hwmon/nct6775.h:186:22: note: byref variable will be forcibly initialized 186 | unsigned int tmp; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_update_fan_div': /kisskb/src/drivers/hwmon/nct6775-core.c:1167:13: note: byref variable will be forcibly initialized 1167 | u16 i; | ^ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_write_fan_div': /kisskb/src/drivers/hwmon/nct6775-core.c:1144:13: note: byref variable will be forcibly initialized 1144 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_update_pwm': /kisskb/src/drivers/hwmon/nct6775-core.c:1310:25: note: byref variable will be forcibly initialized 1310 | u16 fanmodecfg, reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:1310:13: note: byref variable will be forcibly initialized 1310 | u16 fanmodecfg, reg; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_update_pwm_limits': /kisskb/src/drivers/hwmon/nct6775-core.c:1394:18: note: byref variable will be forcibly initialized 1394 | u16 reg, reg_t; | ^~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:1394:13: note: byref variable will be forcibly initialized 1394 | u16 reg, reg_t; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'find_temp_source': /kisskb/src/drivers/hwmon/nct6775-core.c:1680:21: note: byref variable will be forcibly initialized 1680 | u16 src; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'pwm_update_registers': /kisskb/src/drivers/hwmon/nct6775-core.c:2511:13: note: byref variable will be forcibly initialized 2511 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'add_temp_sensors': /kisskb/src/drivers/hwmon/nct6775-core.c:3375:13: note: byref variable will be forcibly initialized 3375 | u16 src; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_init_device': /kisskb/src/drivers/hwmon/nct6775-core.c:3314:18: note: byref variable will be forcibly initialized 3314 | u16 tmp, diode; | ^~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:3314:13: note: byref variable will be forcibly initialized 3314 | u16 tmp, diode; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/hwmon/nct6775-core.c:43: /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_store_beep': /kisskb/src/drivers/hwmon/nct6775-core.c:1739:23: note: byref variable will be forcibly initialized 1739 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_temp_beep': /kisskb/src/drivers/hwmon/nct6775-core.c:1792:23: note: byref variable will be forcibly initialized 1792 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_fan_pulses': /kisskb/src/drivers/hwmon/nct6775-core.c:2018:13: note: byref variable will be forcibly initialized 2018 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2016:23: note: byref variable will be forcibly initialized 2016 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_in_reg': /kisskb/src/drivers/hwmon/nct6775-core.c:1645:23: note: byref variable will be forcibly initialized 1645 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_auto_temp': /kisskb/src/drivers/hwmon/nct6775-core.c:3156:23: note: byref variable will be forcibly initialized 3156 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_auto_pwm': /kisskb/src/drivers/hwmon/nct6775-core.c:3067:13: note: byref variable will be forcibly initialized 3067 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:3065:23: note: byref variable will be forcibly initialized 3065 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/nct6775-core.c:2459:13: note: byref variable will be forcibly initialized 2459 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2454:23: note: byref variable will be forcibly initialized 2454 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_weight_temp': /kisskb/src/drivers/hwmon/nct6775-core.c:2979:23: note: byref variable will be forcibly initialized 2979 | unsigned long val; | ^~~ /kisskb/src/drivers/platform/chrome/cros_ec.c: In function 'cros_ec_handle_event': /kisskb/src/drivers/platform/chrome/cros_ec.c:61:14: note: byref variable will be forcibly initialized 61 | bool ec_has_more_events; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec.c:60:14: note: byref variable will be forcibly initialized 60 | bool wake_event; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_fan_time': /kisskb/src/drivers/hwmon/nct6775-core.c:3030:23: note: byref variable will be forcibly initialized 3030 | unsigned long val; | ^~~ /kisskb/src/drivers/platform/chrome/cros_ec.c: In function 'cros_ec_sleep_event': /kisskb/src/drivers/platform/chrome/cros_ec.c:111:20: note: byref variable will be forcibly initialized 111 | } __packed buf; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_speed_tolerance': /kisskb/src/drivers/hwmon/nct6775-core.c:2918:23: note: byref variable will be forcibly initialized 2918 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_target_speed': /kisskb/src/drivers/hwmon/nct6775-core.c:2811:23: note: byref variable will be forcibly initialized 2811 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_target_temp': /kisskb/src/drivers/hwmon/nct6775-core.c:2772:23: note: byref variable will be forcibly initialized 2772 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_temp_tolerance': /kisskb/src/drivers/hwmon/nct6775-core.c:2852:23: note: byref variable will be forcibly initialized 2852 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/nct6775-core.c:2580:13: note: byref variable will be forcibly initialized 2580 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2578:23: note: byref variable will be forcibly initialized 2578 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_pwm_mode': /kisskb/src/drivers/hwmon/nct6775-core.c:2388:13: note: byref variable will be forcibly initialized 2388 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2386:23: note: byref variable will be forcibly initialized 2386 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_temp_offset': /kisskb/src/drivers/hwmon/nct6775-core.c:2163:14: note: byref variable will be forcibly initialized 2163 | long val; | ^~~ In file included from /kisskb/src/include/linux/hwmon-sysfs.h:10, from /kisskb/src/drivers/hwmon/nct6775-core.c:48: /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_init_fan_common': /kisskb/src/drivers/hwmon/nct6775-core.c:1223:13: note: byref variable will be forcibly initialized 1223 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/nct6775-core.c:1906:23: note: byref variable will be forcibly initialized 1906 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_temp': /kisskb/src/drivers/hwmon/nct6775-core.c:2131:14: note: byref variable will be forcibly initialized 2131 | long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_update_device': /kisskb/src/drivers/hwmon/nct6775-core.c:1601:29: note: byref variable will be forcibly initialized 1601 | u16 beep; | ^~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:1589:29: note: byref variable will be forcibly initialized 1589 | u16 alarm; | ^~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:1487:13: note: byref variable will be forcibly initialized 1487 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_temp_type': /kisskb/src/drivers/hwmon/nct6775-core.c:2203:19: note: byref variable will be forcibly initialized 2203 | u16 vbat, diode; | ^~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2203:13: note: byref variable will be forcibly initialized 2203 | u16 vbat, diode; | ^~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2200:23: note: byref variable will be forcibly initialized 2200 | unsigned long val; | ^~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c: In function 'make_qualifier': /kisskb/src/drivers/usb/gadget/legacy/inode.c:1280:49: note: byref variable will be forcibly initialized 1280 | struct usb_qualifier_descriptor qual; | ^~~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'show_pwm': /kisskb/src/drivers/hwmon/nct6775-core.c:2426:13: note: byref variable will be forcibly initialized 2426 | u16 pwm; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_pwm_weight_temp_sel': /kisskb/src/drivers/hwmon/nct6775-core.c:2714:13: note: byref variable will be forcibly initialized 2714 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2712:23: note: byref variable will be forcibly initialized 2712 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'store_pwm_temp_sel': /kisskb/src/drivers/hwmon/nct6775-core.c:2662:13: note: byref variable will be forcibly initialized 2662 | u16 reg; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:2660:23: note: byref variable will be forcibly initialized 2660 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c: In function 'nct6775_probe': /kisskb/src/drivers/hwmon/nct6775-core.c:4142:21: note: byref variable will be forcibly initialized 4142 | u16 tmp; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:3413:38: note: byref variable will be forcibly initialized 3413 | struct sensor_template_group tsi_temp_tg; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:3407:13: note: byref variable will be forcibly initialized 3407 | u16 src; | ^~~ /kisskb/src/drivers/hwmon/nct6775-core.c:3406:19: note: byref variable will be forcibly initialized 3406 | int mask, available; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-core.c:3406:13: note: byref variable will be forcibly initialized 3406 | int mask, available; | ^~~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c: In function 'ep_config': /kisskb/src/drivers/usb/gadget/legacy/inode.c:724:33: note: byref variable will be forcibly initialized 724 | u32 tag; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/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:332:37: note: byref variable will be forcibly initialized 332 | DECLARE_COMPLETION_ONSTACK (done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c: In function 'lt9211_read_chipid': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:113:12: note: byref variable will be forcibly initialized 113 | u8 chipid[3]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c: In function 'lt9211_autodetect_rx': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:226:12: note: byref variable will be forcibly initialized 226 | u8 bc[3]; | ^~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:224:12: note: byref variable will be forcibly initialized 224 | u8 buf[5]; | ^~~ 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/bridge/lontium-lt9211.c:16: /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c: In function 'dev_config': /kisskb/src/drivers/usb/gadget/legacy/inode.c:1800:33: note: byref variable will be forcibly initialized 1800 | u32 tag; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c: In function 'lt9211_configure_plls': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:328:22: note: byref variable will be forcibly initialized 328 | unsigned int pval; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c: In function 'lt9211_parse_dt': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:632:27: note: byref variable will be forcibly initialized 632 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:630:28: note: byref variable will be forcibly initialized 630 | struct drm_bridge *panel_bridge; | ^~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-max8997.c: In function 'max8997_led_probe': /kisskb/src/drivers/leds/leds-max8997.c:238:14: note: byref variable will be forcibly initialized 238 | char name[20]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c: In function 'lt9211_host_attach': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:676:43: note: byref variable will be forcibly initialized 676 | const struct mipi_dsi_device_info info = { | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c: In function 'lt9211_configure_tx': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:423:22: note: byref variable will be forcibly initialized 423 | unsigned int pval; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:411:35: note: byref variable will be forcibly initialized 411 | const struct reg_sequence system_lt9211_tx_pll_seq[] = { | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9211.c:396:35: note: byref variable will be forcibly initialized 396 | const struct reg_sequence system_lt9211_tx_dig_seq[] = { | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c:1064:26: note: in expansion of macro 'wait_event_interruptible' 1064 | retval = wait_event_interruptible (dev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c:969:34: note: in expansion of macro 'wait_event_interruptible' 969 | retval = wait_event_interruptible (dev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /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:22: note: byref variable will be forcibly initialized 1334 | 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:22: 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:22: 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:22: note: byref variable will be forcibly initialized 994 | unsigned int v; | ^ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'smb347_get_battery_info': /kisskb/src/drivers/power/supply/smb347-charger.c:1284:43: note: byref variable will be forcibly initialized 1284 | struct power_supply_battery_info *info; | ^~~~ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'smb347_get_charging_status': /kisskb/src/drivers/clocksource/arm_arch_timer.c: In function 'arch_timer_mem_of_init': /kisskb/src/drivers/clocksource/arm_arch_timer.c:1551:21: note: byref variable will be forcibly initialized 1551 | u32 n; | ^ /kisskb/src/drivers/clocksource/arm_arch_timer.c:1537:25: note: byref variable will be forcibly initialized 1537 | struct resource res; | ^~~ /kisskb/src/drivers/power/supply/smb347-charger.c:1048:22: note: byref variable will be forcibly initialized 1048 | unsigned int val; | ^~~ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'smb347_update_ps_status': /kisskb/src/drivers/power/supply/smb347-charger.c:311:22: note: byref variable will be forcibly initialized 311 | unsigned int val; | ^~~ /kisskb/src/drivers/clocksource/arm_arch_timer.c: In function 'kvm_arch_ptp_get_crosststamp': /kisskb/src/drivers/clocksource/arm_arch_timer.c:1751:30: note: byref variable will be forcibly initialized 1751 | struct arm_smccc_res hvc_res; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/gadget/legacy/g_ffs.c:11: /kisskb/src/drivers/usb/gadget/legacy/g_ffs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'smb347_interrupt': /kisskb/src/drivers/power/supply/smb347-charger.c:797:52: 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:41: 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:30: 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:22: note: byref variable will be forcibly initialized 797 | unsigned int stat_c, irqstat_c, irqstat_d, irqstat_e; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/power/supply/cros_usbpd-charger.c:8: /kisskb/src/drivers/power/supply/cros_usbpd-charger.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/cros_usbpd-charger.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/cros_usbpd-charger.c: In function 'cros_usbpd_charger_get_power_info': /kisskb/src/drivers/power/supply/cros_usbpd-charger.c:187:44: note: byref variable will be forcibly initialized 187 | struct ec_params_usb_pd_power_info req; | ^~~ /kisskb/src/drivers/power/supply/cros_usbpd-charger.c:186:46: note: byref variable will be forcibly initialized 186 | struct ec_response_usb_pd_power_info resp; | ^~~~ /kisskb/src/drivers/power/supply/cros_usbpd-charger.c: In function 'cros_usbpd_charger_set_ext_power_limit': /kisskb/src/drivers/power/supply/cros_usbpd-charger.c:332:50: note: byref variable will be forcibly initialized 332 | struct ec_params_external_power_limit_v1 req; | ^~~ /kisskb/src/drivers/power/supply/cros_usbpd-charger.c: In function 'cros_usbpd_charger_get_usbpd_num_ports': /kisskb/src/drivers/power/supply/cros_usbpd-charger.c:143:41: note: byref variable will be forcibly initialized 143 | struct ec_response_usb_pd_ports resp; | ^~~~ /kisskb/src/drivers/power/supply/cros_usbpd-charger.c: In function 'cros_usbpd_charger_get_num_ports': /kisskb/src/drivers/power/supply/cros_usbpd-charger.c:129:46: note: byref variable will be forcibly initialized 129 | struct ec_response_charge_port_count resp; | ^~~~ /kisskb/src/drivers/power/supply/cros_usbpd-charger.c: In function 'cros_usbpd_charger_get_discovery_info': /kisskb/src/drivers/power/supply/cros_usbpd-charger.c:158:46: note: byref variable will be forcibly initialized 158 | struct ec_params_usb_pd_info_request req; | ^~~ /kisskb/src/drivers/power/supply/cros_usbpd-charger.c:157:49: note: byref variable will be forcibly initialized 157 | struct ec_params_usb_pd_discovery_entry resp; | ^~~~ /kisskb/src/drivers/power/supply/cros_usbpd-charger.c: In function 'cros_usbpd_charger_probe': /kisskb/src/drivers/power/supply/cros_usbpd-charger.c:612:44: note: byref variable will be forcibly initialized 612 | struct power_supply_config psy_cfg = {}; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/drm_trace.h:74, from /kisskb/src/drivers/gpu/drm/drm_trace_points.c:5: /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'trace_event_raw_event_drm_vblank_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'trace_event_raw_event_drm_vblank_event_queued': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'trace_event_raw_event_drm_vblank_event_delivered': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/platform/chrome/cros_ec_trace.h:83, from /kisskb/src/drivers/platform/chrome/cros_ec_trace.c:215: /kisskb/src/drivers/platform/chrome/cros_ec_trace.c: In function 'trace_event_raw_event_cros_ec_request_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:21:1: note: in expansion of macro 'TRACE_EVENT' 21 | TRACE_EVENT(cros_ec_request_start, | ^~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_trace.c: In function 'trace_event_raw_event_cros_ec_request_done': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/./cros_ec_trace.h:44:1: note: in expansion of macro 'TRACE_EVENT' 44 | TRACE_EVENT(cros_ec_request_done, | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/smccc/soc_id.c: In function 'smccc_soc_init': /kisskb/src/drivers/firmware/smccc/soc_id.c:37:30: note: byref variable will be forcibly initialized 37 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_read_temp': /kisskb/src/drivers/hwmon/mr75203.c:146:19: note: byref variable will be forcibly initialized 146 | u32 stat, nbs; | ^~~ /kisskb/src/drivers/hwmon/mr75203.c:146:13: note: byref variable will be forcibly initialized 146 | u32 stat, nbs; | ^~~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_read_in': /kisskb/src/drivers/hwmon/mr75203.c:184:16: note: byref variable will be forcibly initialized 184 | u32 n, stat; | ^~~~ /kisskb/src/drivers/hwmon/mr75203.c:184:13: note: byref variable will be forcibly initialized 184 | u32 n, stat; | ^ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwmon/mr75203.c:16: /kisskb/src/drivers/hwmon/mr75203.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_init': /kisskb/src/drivers/hwmon/mr75203.c:265:24: note: byref variable will be forcibly initialized 265 | u32 clk_synth, val; | ^~~ /kisskb/src/drivers/leds/leds-tca6507.c: In function 'set_times': /kisskb/src/drivers/leds/leds-tca6507.c:315:17: note: byref variable will be forcibly initialized 315 | int c1, c2; | ^~ /kisskb/src/drivers/leds/leds-tca6507.c:315:13: note: byref variable will be forcibly initialized 315 | int c1, c2; | ^~ /kisskb/src/drivers/leds/leds-tca6507.c: In function 'led_prepare': /kisskb/src/drivers/leds/leds-tca6507.c:384:17: note: byref variable will be forcibly initialized 384 | int c1, c2; | ^~ /kisskb/src/drivers/leds/leds-tca6507.c:384:13: note: byref variable will be forcibly initialized 384 | int c1, c2; | ^~ In file included from /kisskb/src/drivers/hwmon/mr75203.c:12: /kisskb/src/drivers/hwmon/mr75203.c: In function 'mr75203_probe': /kisskb/src/include/linux/hwmon.h:419:39: note: byref variable will be forcibly initialized 419 | (&(struct hwmon_channel_info) { \ | ^ /kisskb/src/drivers/hwmon/mr75203.c:576:23: note: in expansion of macro 'HWMON_CHANNEL_INFO' 576 | pvt_info[0] = HWMON_CHANNEL_INFO(chip, HWMON_C_REGISTER_TZ); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/hwmon.h:421:36: note: byref variable will be forcibly initialized 421 | .config = (u32 []) { \ | ^ /kisskb/src/drivers/hwmon/mr75203.c:576:23: note: in expansion of macro 'HWMON_CHANNEL_INFO' 576 | pvt_info[0] = HWMON_CHANNEL_INFO(chip, HWMON_C_REGISTER_TZ); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/mr75203.c:518:45: note: byref variable will be forcibly initialized 518 | u32 ts_num, vm_num, pd_num, ch_num, val, index, i; | ^~~ /kisskb/src/drivers/leds/leds-tca6507.c: In function 'tca6507_work': /kisskb/src/drivers/leds/leds-tca6507.c:350:12: note: byref variable will be forcibly initialized 350 | u8 file[TCA6507_REG_CNT]; | ^~~~ In file included from /kisskb/src/include/linux/leds.h:12, from /kisskb/src/drivers/leds/leds-tca6507.c:76: /kisskb/src/drivers/leds/leds-tca6507.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-tca6507.c: In function 'tca6507_led_dt_init': /kisskb/src/drivers/leds/leds-tca6507.c:688:21: note: byref variable will be forcibly initialized 688 | u32 reg; | ^~~ /kisskb/src/drivers/leds/leds-tca6507.c:687:33: note: byref variable will be forcibly initialized 687 | struct led_info led; | ^~~ /kisskb/src/drivers/leds/leds-syscon.c: In function 'syscon_led_probe': /kisskb/src/drivers/leds/leds-syscon.c:92:29: note: byref variable will be forcibly initialized 92 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/gpu/drm/bridge/lvds-codec.c:8: /kisskb/src/drivers/gpu/drm/bridge/lvds-codec.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | 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:123:13: note: byref variable will be forcibly initialized 123 | u32 val; | ^~~ /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:1199:13: note: byref variable will be forcibly initialized 1199 | 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:1161:13: note: byref variable will be forcibly initialized 1161 | 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:1123:13: note: byref variable will be forcibly initialized 1123 | 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:1080:12: note: byref variable will be forcibly initialized 1080 | 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:1037:12: note: byref variable will be forcibly initialized 1037 | 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:951:12: note: byref variable will be forcibly initialized 951 | 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:908:12: note: byref variable will be forcibly initialized 908 | 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:994:13: note: byref variable will be forcibly initialized 994 | u16 num; | ^~~ /kisskb/src/drivers/rpmsg/rpmsg_ctrl.c: In function 'rpmsg_ctrldev_ioctl': /kisskb/src/drivers/rpmsg/rpmsg_ctrl.c:80:35: note: byref variable will be forcibly initialized 80 | struct rpmsg_channel_info chinfo; | ^~~~~~ /kisskb/src/drivers/rpmsg/rpmsg_ctrl.c:79:36: note: byref variable will be forcibly initialized 79 | struct rpmsg_endpoint_info eptinfo; | ^~~~~~~ In file included from /kisskb/src/drivers/hwmon/npcm750-pwm-fan.c:5: /kisskb/src/drivers/hwmon/npcm750-pwm-fan.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/npcm750-pwm-fan.c: In function 'npcm7xx_en_pwm_fan': /kisskb/src/drivers/hwmon/npcm750-pwm-fan.c:867:13: note: byref variable will be forcibly initialized 867 | u32 pwm_port; | ^~~~~~~~ /kisskb/src/drivers/hwmon/npcm750-pwm-fan.c: In function 'npcm7xx_pwm_fan_probe': /kisskb/src/drivers/hwmon/npcm750-pwm-fan.c:915:14: note: byref variable will be forcibly initialized 915 | char name[20]; | ^~~~ /kisskb/src/drivers/hwmon/nct6775-platform.c: In function 'clear_caseopen': /kisskb/src/drivers/hwmon/nct6775-platform.c:715:23: note: byref variable will be forcibly initialized 715 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6775-platform.c: In function 'sensors_nct6775_platform_init': /kisskb/src/drivers/hwmon/nct6775-platform.c:1101:33: note: byref variable will be forcibly initialized 1101 | struct nct6775_sio_data sio_data; | ^~~~~~~~ /kisskb/src/drivers/hwmon/nct6775-platform.c:1100:25: note: byref variable will be forcibly initialized 1100 | struct resource res; | ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_i2c.c: In function 'cros_ec_pkt_xfer_i2c': /kisskb/src/drivers/platform/chrome/cros_ec_i2c.c:62:24: note: byref variable will be forcibly initialized 62 | struct i2c_msg i2c_msg[2]; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/extcon/extcon.c:17: /kisskb/src/drivers/extcon/extcon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_i2c.c: In function 'cros_ec_cmd_xfer_i2c': /kisskb/src/drivers/platform/chrome/cros_ec_i2c.c:199:24: note: byref variable will be forcibly initialized 199 | struct i2c_msg i2c_msg[2]; | ^~~~~~~ In file included from /kisskb/src/drivers/extcon/extcon.c:23: /kisskb/src/drivers/extcon/extcon.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/extcon/extcon.c: In function 'extcon_sync': /kisskb/src/drivers/extcon/extcon.c:424:15: note: byref variable will be forcibly initialized 424 | char *envp[3]; | ^~~~ /kisskb/src/drivers/extcon/extcon.c:422:14: note: byref variable will be forcibly initialized 422 | char state_buf[120]; | ^~~~~~~~~ /kisskb/src/drivers/extcon/extcon.c:421:14: note: byref variable will be forcibly initialized 421 | char name_buf[120]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/panfrost/panfrost_perfcnt.c: In function 'panfrost_perfcnt_enable_locked': /kisskb/src/drivers/gpu/drm/panfrost/panfrost_perfcnt.c:77:26: note: byref variable will be forcibly initialized 77 | struct iosys_map map; | ^~~ /kisskb/src/drivers/gpu/drm/panfrost/panfrost_perfcnt.c: In function 'panfrost_perfcnt_disable_locked': /kisskb/src/drivers/gpu/drm/panfrost/panfrost_perfcnt.c:185:26: note: byref variable will be forcibly initialized 185 | struct iosys_map map = IOSYS_MAP_INIT_VADDR(perfcnt->buf); | ^~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_gem_prime_export': /kisskb/src/drivers/gpu/drm/drm_prime.c:885:36: note: byref variable will be forcibly initialized 885 | struct dma_buf_export_info exp_info = { | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_prime_sg_to_page_array': /kisskb/src/drivers/gpu/drm/drm_prime.c:1006:29: note: byref variable will be forcibly initialized 1006 | 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:1032:33: note: byref variable will be forcibly initialized 1032 | struct sg_dma_page_iter dma_iter; | ^~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/power/supply/cros_peripheral_charger.c:8: /kisskb/src/drivers/power/supply/cros_peripheral_charger.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/cros_peripheral_charger.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/cros_peripheral_charger.c: In function 'cros_pchg_get_status': /kisskb/src/drivers/power/supply/cros_peripheral_charger.c:127:33: note: byref variable will be forcibly initialized 127 | struct ec_response_pchg rsp; | ^~~ /kisskb/src/drivers/power/supply/cros_peripheral_charger.c:126:31: note: byref variable will be forcibly initialized 126 | struct ec_params_pchg req; | ^~~ /kisskb/src/drivers/power/supply/cros_peripheral_charger.c: In function 'cros_pchg_port_count': /kisskb/src/drivers/power/supply/cros_peripheral_charger.c:109:39: note: byref variable will be forcibly initialized 109 | struct ec_response_pchg_count rsp; | ^~~ /kisskb/src/drivers/power/supply/cros_peripheral_charger.c: In function 'cros_pchg_cmd_ver_check': /kisskb/src/drivers/power/supply/cros_peripheral_charger.c:91:45: note: byref variable will be forcibly initialized 91 | struct ec_response_get_cmd_versions rsp; | ^~~ /kisskb/src/drivers/power/supply/cros_peripheral_charger.c:90:46: note: byref variable will be forcibly initialized 90 | struct ec_params_get_cmd_versions_v1 req; | ^~~ /kisskb/src/drivers/power/supply/cros_peripheral_charger.c: In function 'cros_pchg_probe': /kisskb/src/drivers/power/supply/cros_peripheral_charger.c:311:44: note: byref variable will be forcibly initialized 311 | struct power_supply_config psy_cfg = {}; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_do_descs': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2196:13: note: byref variable will be forcibly initialized 2196 | 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:2347:39: note: byref variable will be forcibly initialized 2347 | enum ffs_os_desc_type type; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '__ffs_data_got_descs': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2482:32: note: byref variable will be forcibly initialized 2482 | struct ffs_desc_helper helper; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ 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:2646:27: note: byref variable will be forcibly initialized 2646 | 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/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ 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:3130:19: note: byref variable will be forcibly initialized 3130 | 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/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_ioctl': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1339:48: note: byref variable will be forcibly initialized 1339 | struct usb_endpoint_descriptor desc1, *desc; | ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:1308:23: note: in expansion of macro 'wait_event_interruptible' 1308 | ret = wait_event_interruptible( | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '__ffs_ep0_read_events': /kisskb/src/drivers/usb/gadget/function/f_fs.c:477:37: note: byref variable will be forcibly initialized 477 | struct usb_functionfs_event events[ARRAY_SIZE(ffs->ev.types)]; | ^~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/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:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:905:16: note: in expansion of macro '__wait_event_interruptible_locked' 905 | ? 0 : __wait_event_interruptible_locked(wq, condition, 1, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:550:21: note: in expansion of macro 'wait_event_interruptible_exclusive_locked_irq' 550 | if (wait_event_interruptible_exclusive_locked_irq(ffs->ev.waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_io': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:964:23: note: in expansion of macro 'wait_event_interruptible' 964 | 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:1193:28: note: byref variable will be forcibly initialized 1193 | 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:1230:28: note: byref variable will be forcibly initialized 1230 | struct ffs_io_data io_data, *p = &io_data; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_fs_parse_param': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1516:32: note: byref variable will be forcibly initialized 1516 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/drivers/leds/leds-wm831x-status.c: In function 'wm831x_status_probe': /kisskb/src/drivers/leds/leds-wm831x-status.c:212:36: note: byref variable will be forcibly initialized 212 | struct wm831x_status_pdata pdata; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/nxp-ptn3460.c: In function 'ptn3460_write_byte': /kisskb/src/drivers/gpu/drm/bridge/nxp-ptn3460.c:75:14: note: byref variable will be forcibly initialized 75 | char buf[2]; | ^~~ /kisskb/src/drivers/usb/gadget/udc/gr_udc.c: In function 'gr_alloc_dma_desc': /kisskb/src/drivers/usb/gadget/udc/gr_udc.c:234:20: note: byref variable will be forcibly initialized 234 | dma_addr_t paddr; | ^~~~~ /kisskb/src/drivers/usb/gadget/udc/gr_udc.c: In function 'gr_ep0_respond_u16': /kisskb/src/drivers/usb/gadget/udc/gr_udc.c:848:16: note: byref variable will be forcibly initialized 848 | __le16 le_response = cpu_to_le16(response); | ^~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/gr_udc.c: In function 'gr_ep0_setup': /kisskb/src/drivers/usb/gadget/udc/gr_udc.c:1050:11: note: byref variable will be forcibly initialized 1050 | } u; | ^ /kisskb/src/drivers/usb/gadget/udc/gr_udc.c: In function 'gr_udc_init': /kisskb/src/drivers/usb/gadget/udc/gr_udc.c:2039:13: note: byref variable will be forcibly initialized 2039 | u32 bufsize; | ^~~~~~~ /kisskb/src/drivers/hwmon/pc87427.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/pc87427.c:613:23: note: byref variable will be forcibly initialized 613 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/pc87427.c: In function 'pwm_enable_store': /kisskb/src/drivers/hwmon/pc87427.c:583:23: note: byref variable will be forcibly initialized 583 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/pc87427.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/pc87427.c:431:23: note: byref variable will be forcibly initialized 431 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/pc87427.c: In function 'pc87427_init': /kisskb/src/drivers/hwmon/pc87427.c:1297:33: note: byref variable will be forcibly initialized 1297 | struct pc87427_sio_data sio_data; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:6: /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /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:1305:14: note: byref variable will be forcibly initialized 1305 | char name[14]; | ^~~~ /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:20: note: byref variable will be forcibly initialized 406 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:402:13: note: byref variable will be forcibly initialized 402 | int is_last; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:401:18: note: byref variable will be forcibly initialized 401 | unsigned count; | ^~~~~ /kisskb/src/drivers/leds/leds-aw2013.c: In function 'aw2013_probe_dt': /kisskb/src/drivers/leds/leds-aw2013.c:277:21: note: byref variable will be forcibly initialized 277 | u32 imax; | ^~~~ /kisskb/src/drivers/leds/leds-aw2013.c:276:21: note: byref variable will be forcibly initialized 276 | u32 source; | ^~~~~~ /kisskb/src/drivers/leds/leds-aw2013.c:275:38: note: byref variable will be forcibly initialized 275 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-aw2013.c: In function 'aw2013_probe': /kisskb/src/drivers/leds/leds-aw2013.c:331:22: note: byref variable will be forcibly initialized 331 | unsigned int chipid; | ^~~~~~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_init': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:434:29: note: byref variable will be forcibly initialized 434 | struct usb_raw_init arg; | ^~~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_event_fetch': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:567:30: note: byref variable will be forcibly initialized 567 | struct usb_raw_event arg; | ^~~ /kisskb/src/drivers/leds/leds-88pm860x.c: In function 'pm860x_led_dt_init': /kisskb/src/drivers/leds/leds-88pm860x.c:119:13: 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:23: note: byref variable will be forcibly initialized 71 | unsigned char buf[3]; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_chip_state': /kisskb/src/drivers/power/supply/bd99954-charger.c:446:21: note: byref variable will be forcibly initialized 446 | int i, ret, tmp; | ^~~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_ep0_write': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:710:30: note: byref variable will be forcibly initialized 710 | struct usb_raw_ep_io io; | ^~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_ep0_read': /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_batt_present': /kisskb/src/drivers/power/supply/bd99954-charger.c:234:18: note: byref variable will be forcibly initialized 234 | int ret, tmp; | ^~~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:724:30: note: byref variable will be forcibly initialized 724 | struct usb_raw_ep_io io; | ^~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_batt_voltage': /kisskb/src/drivers/power/supply/bd99954-charger.c:245:18: note: byref variable will be forcibly initialized 245 | int ret, tmp; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_batt_current': /kisskb/src/drivers/power/supply/bd99954-charger.c:258:18: note: byref variable will be forcibly initialized 258 | int ret, tmp; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_charge_type': /kisskb/src/drivers/power/supply/bd99954-charger.c:211:18: note: byref variable will be forcibly initialized 211 | int ret, tmp; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_batt_health': /kisskb/src/drivers/power/supply/bd99954-charger.c:184:18: note: byref variable will be forcibly initialized 184 | int ret, tmp; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_get_prop_batt_temp': /kisskb/src/drivers/power/supply/bd99954-charger.c:271:18: note: byref variable will be forcibly initialized 271 | int ret, tmp; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:12: /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_process_ep_io': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:1012:36: note: byref variable will be forcibly initialized 1012 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_irq_handler_thread': /kisskb/src/drivers/power/supply/bd99954-charger.c:538:33: note: byref variable will be forcibly initialized 538 | int sub_status, sub_mask; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:538:21: note: byref variable will be forcibly initialized 538 | int sub_status, sub_mask; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:485:30: note: byref variable will be forcibly initialized 485 | struct bd9995x_state state; | ^~~~~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_ep_write': /kisskb/src/drivers/power/supply/bd99954-charger.c:484:23: note: byref variable will be forcibly initialized 484 | unsigned long tmp; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:483:26: note: byref variable will be forcibly initialized 483 | int ret, status, mask, i; | ^~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:483:18: note: byref variable will be forcibly initialized 483 | int ret, status, mask, i; | ^~~~~~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:1094:30: note: byref variable will be forcibly initialized 1094 | struct usb_raw_ep_io io; | ^~ /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c: In function 'raw_ioctl_ep_read': /kisskb/src/drivers/usb/gadget/legacy/raw_gadget.c:1108:30: note: byref variable will be forcibly initialized 1108 | struct usb_raw_ep_io io; | ^~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function '__bd9995x_chip_reset': /kisskb/src/drivers/power/supply/bd99954-charger.c:608:13: note: byref variable will be forcibly initialized 608 | u16 tmp = ALLRST | OTPLD; | ^~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:606:18: note: byref variable will be forcibly initialized 606 | int ret, state; | ^~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_hw_init': /kisskb/src/drivers/power/supply/bd99954-charger.c:637:30: note: byref variable will be forcibly initialized 637 | struct bd9995x_state state; | ^~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_power_supply_get_property': /kisskb/src/drivers/power/supply/bd99954-charger.c:284:18: note: byref variable will be forcibly initialized 284 | int ret, tmp; | ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'trace_event_raw_event_devfreq_monitor': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' 39 | TRACE_EVENT(devfreq_monitor, | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c: In function 'bd9995x_fw_probe': /kisskb/src/drivers/power/supply/bd99954-charger.c:889:14: note: byref variable will be forcibly initialized 889 | bool found; | ^~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:888:13: note: byref variable will be forcibly initialized 888 | int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:886:13: note: byref variable will be forcibly initialized 886 | u32 property; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bd99954-charger.c:885:43: note: byref variable will be forcibly initialized 885 | struct power_supply_battery_info *info; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/devfreq/devfreq.c:13: /kisskb/src/drivers/devfreq/devfreq.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_write_unlocked': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:205:30: note: byref variable will be forcibly initialized 205 | 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:190:30: note: byref variable will be forcibly initialized 190 | 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:218:12: note: byref variable will be forcibly initialized 218 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_i2c_bypass_deselect': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:944:12: note: byref variable will be forcibly initialized 944 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_i2c_bypass_select': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:898:12: note: byref variable will be forcibly initialized 898 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_detect': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:253:22: note: byref variable will be forcibly initialized 253 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'find_available_min_freq': /kisskb/src/drivers/devfreq/devfreq.c:89:23: 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:23: note: byref variable will be forcibly initialized 103 | unsigned long max_freq = ULONG_MAX; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_bridge_attach': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:424:13: note: byref variable will be forcibly initialized 424 | u32 bus_format = MEDIA_BUS_FMT_RGB888_1X24; | ^~~~~~~~~~ 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/drivers/devfreq/devfreq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'set_freq_table': /kisskb/src/drivers/devfreq/devfreq.c:182:23: note: byref variable will be forcibly initialized 182 | unsigned long freq; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_interrupt': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:862:22: note: byref variable will be forcibly initialized 862 | 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:748:28: note: byref variable will be forcibly initialized 748 | 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:549:12: note: byref variable will be forcibly initialized 549 | u8 infoframe_buf[HDMI_INFOFRAME_SIZE(AUDIO)]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:544:12: note: byref variable will be forcibly initialized 544 | u8 i2s_config_reg = SII902X_TPI_I2S_SD_DIRECTION_MSB_FIRST; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'timer_store': /kisskb/src/drivers/devfreq/devfreq.c:1831:14: note: byref variable will be forcibly initialized 1831 | char str_timer[DEVFREQ_NAME_LEN + 1]; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_audio_codec_init': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:795:12: note: byref variable will be forcibly initialized 795 | u8 lanes[4]; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8622.c: In function 'ps8622_set': /kisskb/src/drivers/gpu/drm/bridge/parade-ps8622.c:71:12: note: byref variable will be forcibly initialized 71 | u8 data[] = {reg, val}; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8622.c:70:24: note: byref variable will be forcibly initialized 70 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_init': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:1006:12: note: byref variable will be forcibly initialized 1006 | u8 chipid[4]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:1005:22: note: byref variable will be forcibly initialized 1005 | unsigned int status = 0; | ^~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'polling_interval_store': /kisskb/src/drivers/devfreq/devfreq.c:1799:22: note: byref variable will be forcibly initialized 1799 | unsigned int value; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_bridge_mode_set': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:367:35: note: byref variable will be forcibly initialized 367 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:366:12: note: byref variable will be forcibly initialized 366 | u8 buf[HDMI_INFOFRAME_SIZE(AVI)]; | ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'cur_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1541:23: note: byref variable will be forcibly initialized 1541 | unsigned long freq; | ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'governor_store': /kisskb/src/drivers/devfreq/devfreq.c:1417:14: note: byref variable will be forcibly initialized 1417 | char str_governor[DEVFREQ_NAME_LEN + 1]; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/thermal.h:13, from /kisskb/src/include/linux/devfreq_cooling.h:14, from /kisskb/src/drivers/devfreq/devfreq.c:14: /kisskb/src/drivers/devfreq/devfreq.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'trans_stat_store': /kisskb/src/drivers/devfreq/devfreq.c:1743:18: note: byref variable will be forcibly initialized 1743 | int err, value; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'max_freq_store': /kisskb/src/drivers/devfreq/devfreq.c:1609:23: note: byref variable will be forcibly initialized 1609 | unsigned long value; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'min_freq_store': /kisskb/src/drivers/devfreq/devfreq.c:1568:23: note: byref variable will be forcibly initialized 1568 | unsigned long value; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_summary_show': /kisskb/src/drivers/devfreq/devfreq.c:1924:43: note: byref variable will be forcibly initialized 1924 | unsigned long cur_freq, min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1924:33: note: byref variable will be forcibly initialized 1924 | unsigned long cur_freq, min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'max_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1649:33: note: byref variable will be forcibly initialized 1649 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1649:23: note: byref variable will be forcibly initialized 1649 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'min_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1595:33: note: byref variable will be forcibly initialized 1595 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1595:23: note: byref variable will be forcibly initialized 1595 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_set_target': /kisskb/src/drivers/devfreq/devfreq.c:351:23: note: byref variable will be forcibly initialized 351 | unsigned long cur_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:350:30: note: byref variable will be forcibly initialized 350 | struct devfreq_freqs freqs; | ^~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c: In function 'cros_typec_get_cmd_version': /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:1023:45: note: byref variable will be forcibly initialized 1023 | struct ec_response_get_cmd_versions resp; | ^~~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:1022:46: note: byref variable will be forcibly initialized 1022 | struct ec_params_get_cmd_versions_v1 req_v1; | ^~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c: In function 'cros_typec_parse_port_props': /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:93:21: note: byref variable will be forcibly initialized 93 | const char *buf; | ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c: In function 'cros_typec_register_port_altmodes': /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:293:35: note: byref variable will be forcibly initialized 293 | struct typec_altmode_desc desc; | ^~~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c: In function 'cros_typec_enable_usb4': /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:521:31: note: byref variable will be forcibly initialized 521 | struct enter_usb_data data; | ^~~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c: In function 'cros_typec_enable_tbt': /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:428:39: note: byref variable will be forcibly initialized 428 | struct typec_thunderbolt_data data; | ^~~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c: In function 'cros_typec_enable_dp': /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:480:39: note: byref variable will be forcibly initialized 480 | struct typec_displayport_data dp_data; | ^~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_update_target': /kisskb/src/drivers/devfreq/devfreq.c:405:33: note: byref variable will be forcibly initialized 405 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:405:23: note: byref variable will be forcibly initialized 405 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c: In function 'cros_typec_register_altmodes': /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:690:35: note: byref variable will be forcibly initialized 690 | struct typec_altmode_desc desc; | ^~~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c: In function 'cros_typec_handle_sop_disc': /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:851:42: note: byref variable will be forcibly initialized 851 | struct ec_params_typec_discovery req = { | ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c: In function 'cros_typec_handle_sop_prime_disc': /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:777:42: note: byref variable will be forcibly initialized 777 | struct ec_params_typec_discovery req = { | ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:776:32: note: byref variable will be forcibly initialized 776 | struct typec_plug_desc p_desc; | ^~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_monitor_resume': /kisskb/src/drivers/devfreq/devfreq.c:560:23: note: byref variable will be forcibly initialized 560 | unsigned long freq; | ^~~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c: In function 'cros_typec_init_ports': /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:334:13: note: byref variable will be forcibly initialized 334 | u32 port_num = 0; | ^~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c: In function 'cros_typec_configure_mux': /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:552:41: note: byref variable will be forcibly initialized 552 | struct ec_params_usb_pd_mux_ack mux_ack; | ^~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:549:42: note: byref variable will be forcibly initialized 549 | struct ec_params_usb_pd_mux_info req = { | ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:548:44: note: byref variable will be forcibly initialized 548 | struct ec_response_usb_pd_mux_info resp; | ^~~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c: In function 'cros_typec_handle_status': /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:908:39: note: byref variable will be forcibly initialized 908 | struct ec_params_typec_status req = { | ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:907:41: note: byref variable will be forcibly initialized 907 | struct ec_response_typec_status resp; | ^~~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c: In function 'cros_typec_port_update': /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:977:46: note: byref variable will be forcibly initialized 977 | struct ec_response_usb_pd_control_v2 resp; | ^~~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:976:41: note: byref variable will be forcibly initialized 976 | struct ec_params_usb_pd_control req; | ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_add_device': /kisskb/src/drivers/devfreq/devfreq.c:789:33: note: byref variable will be forcibly initialized 789 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:789:23: note: byref variable will be forcibly initialized 789 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_typec.c: In function 'cros_typec_probe': /kisskb/src/drivers/platform/chrome/cros_ec_typec.c:1090:41: note: byref variable will be forcibly initialized 1090 | struct ec_response_usb_pd_ports resp; | ^~~~ In file included from /kisskb/src/drivers/memory/mtk-smi.c:13: /kisskb/src/drivers/memory/mtk-smi.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/firmware/arm_scpi.c:21: /kisskb/src/drivers/firmware/arm_scpi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dev_domain_id': /kisskb/src/drivers/firmware/arm_scpi.c:656:32: note: byref variable will be forcibly initialized 656 | struct of_phandle_args clkspec; | ^~~~~~~ In file included from /kisskb/src/include/linux/mailbox_client.h:10, from /kisskb/src/drivers/firmware/arm_scpi.c:27: /kisskb/src/drivers/firmware/arm_scpi.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/drivers/firmware/arm_scpi.c:21: /kisskb/src/drivers/firmware/arm_scpi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'legacy_scpi_clk_set_val': /kisskb/src/drivers/firmware/arm_scpi.c:575:13: note: byref variable will be forcibly initialized 575 | int stat; | ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dvfs_set_idx': /kisskb/src/drivers/firmware/arm_scpi.c:599:25: note: byref variable will be forcibly initialized 599 | struct dvfs_set dvfs = {domain, index}; | ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c:598:13: note: byref variable will be forcibly initialized 598 | int stat; | ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_device_get_power_state': /kisskb/src/drivers/firmware/arm_scpi.c:763:16: note: byref variable will be forcibly initialized 763 | __le16 id = cpu_to_le16(dev_id); | ^~ /kisskb/src/drivers/firmware/arm_scpi.c:762:12: note: byref variable will be forcibly initialized 762 | u8 pstate; | ^~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_sensor_get_capability': /kisskb/src/drivers/firmware/arm_scpi.c:712:16: note: byref variable will be forcibly initialized 712 | __le16 cap; | ^~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dvfs_get_idx': /kisskb/src/drivers/firmware/arm_scpi.c:588:12: note: byref variable will be forcibly initialized 588 | u8 dvfs_idx; | ^~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_device_set_power_state': /kisskb/src/drivers/firmware/arm_scpi.c:773:31: note: byref variable will be forcibly initialized 773 | struct dev_pstate_set dev_set = { | ^~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:772:13: note: byref variable will be forcibly initialized 772 | int stat; | ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_clk_set_val': /kisskb/src/drivers/firmware/arm_scpi.c:563:13: note: byref variable will be forcibly initialized 563 | int stat; | ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_clk_get_range': /kisskb/src/drivers/firmware/arm_scpi.c:536:16: note: byref variable will be forcibly initialized 536 | __le16 le_clk_id = cpu_to_le16(clk_id); | ^~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:535:29: note: byref variable will be forcibly initialized 535 | struct clk_get_info clk; | ^~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_clk_get_val': /kisskb/src/drivers/firmware/arm_scpi.c:551:16: note: byref variable will be forcibly initialized 551 | __le16 le_clk_id = cpu_to_le16(clk_id); | ^~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:550:16: note: byref variable will be forcibly initialized 550 | __le32 rate; | ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dvfs_get_info': /kisskb/src/drivers/firmware/arm_scpi.c:616:26: note: byref variable will be forcibly initialized 616 | struct dvfs_info buf; | ^~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_sensor_get_info': /kisskb/src/drivers/firmware/arm_scpi.c:726:34: note: byref variable will be forcibly initialized 726 | struct _scpi_sensor_info _info; | ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:725:16: note: byref variable will be forcibly initialized 725 | __le16 id = cpu_to_le16(sensor_id); | ^~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_sensor_get_value': /kisskb/src/drivers/firmware/arm_scpi.c:742:16: note: byref variable will be forcibly initialized 742 | __le64 value; | ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:741:16: note: byref variable will be forcibly initialized 741 | __le16 id = cpu_to_le16(sensor); | ^~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_init_versions': /kisskb/src/drivers/firmware/arm_scpi.c:809:33: note: byref variable will be forcibly initialized 809 | struct scp_capabilities caps; | ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_probe': /kisskb/src/drivers/firmware/arm_scpi.c:913:25: note: byref variable will be forcibly initialized 913 | struct resource res; | ^~~ /kisskb/src/drivers/memory/pl172.c: In function 'pl172_timing_prop': /kisskb/src/drivers/memory/pl172.c:62:13: note: byref variable will be forcibly initialized 62 | u32 val; | ^~~ /kisskb/src/drivers/memory/pl172.c: In function 'pl172_setup_static': /kisskb/src/drivers/memory/pl172.c:86:13: note: byref variable will be forcibly initialized 86 | u32 cfg; | ^~~ /kisskb/src/drivers/memory/pl172.c: In function 'pl172_parse_cs_config': /kisskb/src/drivers/memory/pl172.c:174:13: note: byref variable will be forcibly initialized 174 | u32 cs; | ^~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'do_feature_check_call': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:198:13: note: byref variable will be forcibly initialized 198 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'feature_config_id_store': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1595:13: note: byref variable will be forcibly initialized 1595 | u32 config_id; | ^~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'get_set_conduit_method': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:443:21: note: byref variable will be forcibly initialized 443 | const char *method; | ^~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'do_fw_call_smc': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:134:30: note: byref variable will be forcibly initialized 134 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'do_fw_call_hvc': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:164:30: note: byref variable will be forcibly initialized 164 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_get_trustzone_version': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:415:13: note: byref variable will be forcibly initialized 415 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_get_api_version': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:365:13: note: byref variable will be forcibly initialized 365 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_get_chipid': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:393:13: note: byref variable will be forcibly initialized 393 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_clock_getstate': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:528:13: note: byref variable will be forcibly initialized 528 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_clock_getdivider': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:568:13: note: byref variable will be forcibly initialized 568 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_clock_getrate': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:609:13: note: byref variable will be forcibly initialized 609 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_clock_getparent': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:648:13: note: byref variable will be forcibly initialized 648 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'ggs_store': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1453:14: note: byref variable will be forcibly initialized 1453 | long value; | ^~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'ggs_show': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1439:13: note: byref variable will be forcibly initialized 1439 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'pggs_store': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1521:14: note: byref variable will be forcibly initialized 1521 | long value; | ^~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'pggs_show': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1507:13: note: byref variable will be forcibly initialized 1507 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'health_status_store': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1415:22: note: byref variable will be forcibly initialized 1415 | unsigned int value; | ^~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_reset_get_status': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:886:13: note: byref variable will be forcibly initialized 886 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_fpga_get_status': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:931:13: note: byref variable will be forcibly initialized 931 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_pinctrl_get_function': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:983:13: note: byref variable will be forcibly initialized 983 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_pinctrl_get_config': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1026:13: note: byref variable will be forcibly initialized 1026 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_bootmode_read': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1070:13: note: byref variable will be forcibly initialized 1070 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_aes_engine': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1210:13: note: byref variable will be forcibly initialized 1210 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'feature_config_value_store': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1633:13: note: byref variable will be forcibly initialized 1633 | u32 value; | ^~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'feature_config_value_show': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1618:13: note: byref variable will be forcibly initialized 1618 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modeset_lock.c: In function '__drm_stack_depot_print': /kisskb/src/drivers/gpu/drm/drm_modeset_lock.c:95:24: note: byref variable will be forcibly initialized 95 | unsigned long *entries; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modeset_lock.c:94:28: note: byref variable will be forcibly initialized 94 | struct drm_printer p = drm_debug_printer("drm_modeset_lock"); | ^ /kisskb/src/drivers/gpu/drm/drm_modeset_lock.c: In function '__drm_stack_depot_save': /kisskb/src/drivers/gpu/drm/drm_modeset_lock.c:84:23: note: byref variable will be forcibly initialized 84 | unsigned long entries[8]; | ^~~~~~~ In file included from /kisskb/src/include/linux/leds.h:12, from /kisskb/src/drivers/leds/leds-bcm6328.c:9: /kisskb/src/drivers/leds/leds-bcm6328.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-bcm6328.c: In function 'bcm6328_hwled': /kisskb/src/drivers/leds/leds-bcm6328.c:301:21: note: byref variable will be forcibly initialized 301 | u32 sel; | ^~~ /kisskb/src/drivers/leds/leds-bcm6328.c:274:21: 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:21: 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:21: note: byref variable will be forcibly initialized 441 | u32 reg; | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debug_close': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:158:35: note: byref variable will be forcibly initialized 158 | struct mrq_debug_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debug_open': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:118:35: note: byref variable will be forcibly initialized 118 | struct tegra_bpmp_message msg = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:117:35: note: byref variable will be forcibly initialized 117 | struct mrq_debug_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'bpmp_debug_show': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:325:26: note: byref variable will be forcibly initialized 325 | uint32_t fd = 0, len = 0; | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:325:18: note: byref variable will be forcibly initialized 325 | uint32_t fd = 0, len = 0; | ^~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:313:35: note: byref variable will be forcibly initialized 313 | struct mrq_debug_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:308:14: note: byref variable will be forcibly initialized 308 | char fnamebuf[256]; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debugfs_dumpdir': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:565:35: note: byref variable will be forcibly initialized 565 | struct tegra_bpmp_message msg = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:564:37: note: byref variable will be forcibly initialized 564 | struct mrq_debugfs_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debugfs_read': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:506:35: note: byref variable will be forcibly initialized 506 | struct tegra_bpmp_message msg = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:505:37: note: byref variable will be forcibly initialized 505 | struct mrq_debugfs_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:496:36: note: byref variable will be forcibly initialized 496 | struct mrq_debugfs_request req = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debugfs_write': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:543:35: note: byref variable will be forcibly initialized 543 | struct tegra_bpmp_message msg = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:534:42: note: byref variable will be forcibly initialized 534 | const struct mrq_debugfs_request req = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debug_write': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:262:26: note: byref variable will be forcibly initialized 262 | uint32_t fd = 0, len = 0; | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:262:18: note: byref variable will be forcibly initialized 262 | uint32_t fd = 0, len = 0; | ^~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:250:35: note: byref variable will be forcibly initialized 250 | struct mrq_debug_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'bpmp_debug_store': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:372:14: note: byref variable will be forcibly initialized 372 | char fnamebuf[256]; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'mrq_debug_read': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:199:26: note: byref variable will be forcibly initialized 199 | uint32_t fd = 0, len = 0; | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:199:18: note: byref variable will be forcibly initialized 199 | uint32_t fd = 0, len = 0; | ^~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:187:35: note: byref variable will be forcibly initialized 187 | struct mrq_debug_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'bpmp_populate_debugfs_inband': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:420:21: note: byref variable will be forcibly initialized 420 | const char *name; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:418:23: note: byref variable will be forcibly initialized 418 | struct seqbuf seqbuf; | ^~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:416:25: note: byref variable will be forcibly initialized 416 | uint32_t dsize, attrs = 0; | ^~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:416:18: note: byref variable will be forcibly initialized 416 | uint32_t dsize, attrs = 0; | ^~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'bpmp_populate_dir': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:702:21: note: byref variable will be forcibly initialized 702 | const char *name; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:701:21: note: byref variable will be forcibly initialized 701 | uint32_t d, t; | ^ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:701:18: note: byref variable will be forcibly initialized 701 | uint32_t d, t; | ^ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'bpmp_populate_debugfs_shmem': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:754:16: note: byref variable will be forcibly initialized 754 | size_t nbytes; | ^~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:753:20: note: byref variable will be forcibly initialized 753 | dma_addr_t phys; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:751:23: note: byref variable will be forcibly initialized 751 | struct seqbuf seqbuf; | ^~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'debugfs_show': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:600:21: note: byref variable will be forcibly initialized 600 | size_t len, nbytes; | ^~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:598:14: note: byref variable will be forcibly initialized 598 | char buf[256]; | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:597:30: note: byref variable will be forcibly initialized 597 | dma_addr_t dataphys, namephys; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:597:20: note: byref variable will be forcibly initialized 597 | dma_addr_t dataphys, namephys; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c: In function 'debugfs_store': /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:649:14: note: byref variable will be forcibly initialized 649 | char fnamebuf[256]; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:648:30: note: byref variable will be forcibly initialized 648 | dma_addr_t dataphys, namephys; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp-debugfs.c:648:20: note: byref variable will be forcibly initialized 648 | dma_addr_t dataphys, namephys; | ^~~~~~~~ /kisskb/src/drivers/clocksource/timer-sp804.c: In function 'sp804_of_init': /kisskb/src/drivers/clocksource/timer-sp804.c:258:13: note: byref variable will be forcibly initialized 258 | u32 irq_num = 0; | ^~~~~~~ /kisskb/src/drivers/iio/accel/adxl313_core.c: In function 'adxl313_setup': /kisskb/src/drivers/iio/accel/adxl313_core.c:226:22: note: byref variable will be forcibly initialized 226 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/accel/adxl313_core.c: In function 'adxl313_read_raw': /kisskb/src/drivers/iio/accel/adxl313_core.c:147:22: note: byref variable will be forcibly initialized 147 | unsigned int regval; | ^~~~~~ 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/platform/chrome/cros_ec_chardev.c:14: /kisskb/src/drivers/platform/chrome/cros_ec_chardev.c: In function 'cros_ec_chardev_fetch_event': /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:816:16: note: in expansion of macro '__wait_event_interruptible_locked' 816 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_chardev.c:141:15: note: in expansion of macro 'wait_event_interruptible_locked' 141 | err = wait_event_interruptible_locked(priv->wait_event, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_chardev.c: In function 'cros_ec_chardev_read': /kisskb/src/drivers/platform/chrome/cros_ec_chardev.c:203:14: note: byref variable will be forcibly initialized 203 | char msg[sizeof(struct ec_response_get_version) + | ^~~ /kisskb/src/drivers/rpmsg/rpmsg_ns.c: In function 'rpmsg_ns_cb': /kisskb/src/drivers/rpmsg/rpmsg_ns.c:36:35: note: byref variable will be forcibly initialized 36 | struct rpmsg_channel_info chinfo; | ^~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_chardev.c: In function 'cros_ec_chardev_ioctl_xcmd': /kisskb/src/drivers/platform/chrome/cros_ec_chardev.c:277:32: note: byref variable will be forcibly initialized 277 | struct cros_ec_command u_cmd; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/include/drm/drm_modes.h:30, from /kisskb/src/include/drm/drm_crtc.h:32, 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/gadget/udc/udc-xilinx.c: In function 'xudc_handle_setup': /kisskb/src/drivers/usb/gadget/udc/udc-xilinx.c:1750:32: note: byref variable will be forcibly initialized 1750 | struct usb_ctrlrequest setup; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:655:16: note: byref variable will be forcibly initialized 655 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/sch56xx-common.c: In function 'sch56xx_init': /kisskb/src/drivers/hwmon/sch56xx-common.c:561:21: note: byref variable will be forcibly initialized 561 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/mfd/madera-core.c: In function 'madera_wait_for_boot_noack': /kisskb/src/drivers/mfd/madera-core.c:214:22: note: byref variable will be forcibly initialized 214 | unsigned int val = 0; | ^~~ /kisskb/src/drivers/mfd/madera-core.c: In function 'madera_dev_init': /kisskb/src/drivers/mfd/madera-core.c:458:22: note: byref variable will be forcibly initialized 458 | unsigned int hwid; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function '__drm_state_dump': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1704:40: note: byref variable will be forcibly initialized 1704 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_state_info': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1761:28: note: byref variable will be forcibly initialized 1761 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/drm_bridge.c: In function 'select_bus_fmt_recursive': /kisskb/src/drivers/gpu/drm/drm_bridge.c:851:22: note: byref variable will be forcibly initialized 851 | 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:972:25: note: byref variable will be forcibly initialized 972 | unsigned int i, num_out_bus_fmts; | ^~~~~~~~~~~~~~~~ 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/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_atomic_add_affected_connectors': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1223:40: note: byref variable will be forcibly initialized 1223 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function '__drm_atomic_helper_set_config': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1574:23: note: byref variable will be forcibly initialized 1574 | int hdisplay, vdisplay; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c:1574:13: note: byref variable will be forcibly initialized 1574 | int hdisplay, vdisplay; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_atomic_commit': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1430:28: note: byref variable will be forcibly initialized 1430 | struct drm_printer p = drm_info_printer(state->dev->dev); | ^ /kisskb/src/drivers/extcon/extcon-sm5502.c: In function 'sm5502_muic_get_cable_type': /kisskb/src/drivers/extcon/extcon-sm5502.c:361:39: note: byref variable will be forcibly initialized 361 | unsigned int cable_type, adc, dev_type1; | ^~~~~~~~~ /kisskb/src/drivers/extcon/extcon-sm5502.c:361:34: note: byref variable will be forcibly initialized 361 | 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:644:22: note: byref variable will be forcibly initialized 644 | unsigned int reg_data, vendor_id, version_id; | ^~~~~~~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'store_risefalltime': /kisskb/src/drivers/leds/leds-lm3533.c:370:12: 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:18: note: byref variable will be forcibly initialized 246 | unsigned t; | ^ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_read_notify': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:308:26: note: byref variable will be forcibly initialized 308 | struct glink_msg msg; | ^~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'show_risefalltime': /kisskb/src/drivers/leds/leds-lm3533.c:340:12: note: byref variable will be forcibly initialized 340 | u8 val; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'rpmsg_name_show': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1669:21: note: byref variable will be forcibly initialized 1669 | const char *name; | ^~~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'show_linear': /kisskb/src/drivers/leds/leds-lm3533.c:507:12: 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:12: 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:12: note: byref variable will be forcibly initialized 408 | u8 val; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_match_channel': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1415:21: note: byref variable will be forcibly initialized 1415 | const char *name; | ^~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_close_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1567:35: note: byref variable will be forcibly initialized 1567 | 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:1459:13: note: byref variable will be forcibly initialized 1459 | int lcid; | ^~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_data': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:819:20: note: byref variable will be forcibly initialized 819 | } __packed hdr; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_native_intr': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1007:26: note: byref variable will be forcibly initialized 1007 | struct glink_msg msg; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c:348:17: note: in expansion of macro 'wait_event_timeout' 348 | 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:381:26: note: byref variable will be forcibly initialized 381 | 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:663:24: note: byref variable will be forcibly initialized 663 | 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:477:26: note: byref variable will be forcibly initialized 477 | 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:393:26: note: byref variable will be forcibly initialized 393 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'store_pwm': /kisskb/src/drivers/leds/leds-lm3533.c:576:12: 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:12: 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:23: 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:18: 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/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_close_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:489:26: note: byref variable will be forcibly initialized 489 | struct glink_msg req; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_close': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1533:35: note: byref variable will be forcibly initialized 1533 | struct rpmsg_channel_info chinfo; | ^~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_intent_req_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:632:26: note: byref variable will be forcibly initialized 632 | 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:370:26: note: byref variable will be forcibly initialized 370 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_bridge_detect': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1631:13: note: byref variable will be forcibly initialized 1631 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_irq_handler': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1849:21: note: byref variable will be forcibly initialized 1849 | u32 stat = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1838:13: note: byref variable will be forcibly initialized 1838 | u32 val; | ^~~ /kisskb/src/drivers/leds/leds-lm3533.c:427:18: 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:12: note: byref variable will be forcibly initialized 134 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_probe_dpi_bridge_endpoint': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1928:27: note: byref variable will be forcibly initialized 1928 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_open_req': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:436:20: note: byref variable will be forcibly initialized 436 | } __packed req; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_probe_edp_bridge_endpoint': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1956:27: note: byref variable will be forcibly initialized 1956 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_probe_bridge_endpoint': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1988:28: note: byref variable will be forcibly initialized 1988 | struct of_endpoint endpoint; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:23: /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_get_display_props': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:732:12: note: byref variable will be forcibly initialized 732 | u8 reg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_create_ept': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1167:13: note: byref variable will be forcibly initialized 1167 | int cid; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_done_work': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:508:20: note: byref variable will be forcibly initialized 508 | } __packed cmd; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_channel_release': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:249:13: note: byref variable will be forcibly initialized 249 | int iid; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_announce_create': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1204:16: note: byref variable will be forcibly initialized 1204 | __be32 defaults[] = { cpu_to_be32(SZ_1K), cpu_to_be32(5) }; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_poll_timeout': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:336:22: note: byref variable will be forcibly initialized 336 | unsigned int val; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_request_intent': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_wait_link_training': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:957:13: note: byref variable will be forcibly initialized 957 | u32 value; | ^~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1259:20: note: byref variable will be forcibly initialized 1259 | } __packed cmd; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function '__qcom_glink_send': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1299:20: note: byref variable will be forcibly initialized 1299 | } __packed req; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1294:13: note: byref variable will be forcibly initialized 1294 | int iid = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_aux_read_data': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:365:13: note: byref variable will be forcibly initialized 365 | 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:395:13: note: byref variable will be forcibly initialized 395 | u32 auxstatus; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_mipi_dsi_host_attach': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1885:43: note: byref variable will be forcibly initialized 1885 | const struct mipi_dsi_device_info info = { | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_edp_bridge_attach': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1684:13: note: byref variable will be forcibly initialized 1684 | u32 bus_format = MEDIA_BUS_FMT_RGB888_1X24; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_main_link_enable': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:981:12: note: byref variable will be forcibly initialized 981 | u8 tmp[DP_LINK_STATUS_SIZE]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:979:13: note: byref variable will be forcibly initialized 979 | u32 value; | ^~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_native_remove': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1799:13: note: byref variable will be forcibly initialized 1799 | int cid; | ^~~ /kisskb/src/drivers/hwmon/sht21.c: In function 'eic_read': /kisskb/src/drivers/hwmon/sht21.c:165:24: note: byref variable will be forcibly initialized 165 | struct i2c_msg msgs[2] = { | ^~~~ /kisskb/src/drivers/hwmon/sht21.c:163:12: note: byref variable will be forcibly initialized 163 | u8 rx[8]; | ^~ /kisskb/src/drivers/hwmon/sht21.c:162:12: note: byref variable will be forcibly initialized 162 | u8 tx[2]; | ^~ /kisskb/src/drivers/rpmsg/qcom_glink_ssr.c: In function 'qcom_glink_ssr_notifier_call': /kisskb/src/drivers/rpmsg/qcom_glink_ssr.c:103:31: note: byref variable will be forcibly initialized 103 | struct do_cleanup_msg msg; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:611:17: note: in expansion of macro 'wait_event_interruptible' 611 | wait_event_interruptible(dev->tx_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function 'drm_encoder_get_crtc': /kisskb/src/drivers/gpu/drm/drm_encoder.c:252:40: note: byref variable will be forcibly initialized 252 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function 'drm_encoder_init': /kisskb/src/drivers/gpu/drm/drm_encoder.c:163:17: note: byref variable will be forcibly initialized 163 | va_list ap; | ^~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'printer_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:492:17: note: in expansion of macro 'wait_event_interruptible' 492 | wait_event_interruptible(dev->rx_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function '__drmm_encoder_alloc': /kisskb/src/drivers/gpu/drm/drm_encoder.c:221:17: note: byref variable will be forcibly initialized 221 | va_list ap; | ^~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'printer_fsync': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:710:17: 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:13: 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:15: note: byref variable will be forcibly initialized 1520 | dev_t devt; | ^~~~ /kisskb/src/drivers/hwmon/sch5636.c: In function 'sch5636_probe': /kisskb/src/drivers/hwmon/sch5636.c:396:14: note: byref variable will be forcibly initialized 396 | char id[4]; | ^~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'set_property_atomic': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:518:40: note: byref variable will be forcibly initialized 518 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'set_property_legacy': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:486:40: note: byref variable will be forcibly initialized 486 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c:485:33: note: byref variable will be forcibly initialized 485 | struct drm_mode_object *ref; | ^~~ /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:394:26: note: byref variable will be forcibly initialized 394 | 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:438:40: note: byref variable will be forcibly initialized 438 | struct drm_modeset_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/usb/gadget/function/f_hid.c:9: /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hidg_intout_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:301:21: note: in expansion of macro 'wait_event_interruptible' 301 | if (wait_event_interruptible(hidg->read_queue, READ_COND_INTOUT)) | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/of_platform.h:9, from /kisskb/src/drivers/firmware/scpi_pm_domain.c:11: /kisskb/src/drivers/firmware/scpi_pm_domain.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/scpi_pm_domain.c: In function 'scpi_pm_domain_probe': /kisskb/src/drivers/firmware/scpi_pm_domain.c:72:18: note: byref variable will be forcibly initialized 72 | int ret, num_domains, i; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hidg_ssreport_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:370:21: 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:17: 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:17: 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:17: 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:17: 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 'hidg_setup': /kisskb/src/drivers/usb/gadget/function/f_hid.c:715:47: note: byref variable will be forcibly initialized 715 | struct hid_descriptor hidg_desc_copy = hidg_desc; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:618:9: note: in expansion of macro '___wait_event' 618 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:626:25: note: in expansion of macro '__wait_event_interruptible_exclusive' 626 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:444:21: 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 'ghid_setup': /kisskb/src/drivers/usb/gadget/function/f_hid.c:1320:15: note: byref variable will be forcibly initialized 1320 | dev_t dev; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/include/drm/drm_modes.h:30, from /kisskb/src/include/drm/drm_crtc.h:32, 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:634:16: note: byref variable will be forcibly initialized 634 | 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:40: note: byref variable will be forcibly initialized 955 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/usb/gadget/composite.c: In function 'bos_desc': /kisskb/src/drivers/usb/gadget/composite.c:679:41: note: byref variable will be forcibly initialized 679 | struct usb_dcd_config_params dcd_config_params; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_fb_release': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:777:35: note: byref variable will be forcibly initialized 777 | struct drm_mode_rmfb_work arg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_mode_rmfb': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:465:43: note: byref variable will be forcibly initialized 465 | struct drm_mode_rmfb_work arg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_framebuffer_info': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:1208:28: note: byref variable will be forcibly initialized 1208 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_is_hpd_detect': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:617:13: note: byref variable will be forcibly initialized 617 | 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:453:18: note: byref variable will be forcibly initialized 453 | 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:483:31: note: byref variable will be forcibly initialized 483 | unsigned int swreset, cpdesire; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:483:22: note: byref variable will be forcibly initialized 483 | 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:937:22: note: byref variable will be forcibly initialized 937 | 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:519:22: note: byref variable will be forcibly initialized 519 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:11: /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_bridge_mode_set': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:789:12: note: byref variable will be forcibly initialized 789 | u8 buf[HDMI_INFOFRAME_SIZE(AVI)]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it661221_set_ncts': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:1135:30: note: byref variable will be forcibly initialized 1135 | unsigned int val; | ^~~ /kisskb/src/drivers/leds/leds-lp3944.c: In function 'lp3944_led_set': /kisskb/src/drivers/leds/leds-lp3944.c:171:12: note: byref variable will be forcibly initialized 171 | u8 val = 0; | ^~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_unregister_all': /kisskb/src/drivers/gpu/drm/drm_connector.c:611:40: note: byref variable will be forcibly initialized 611 | 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:622:40: note: byref variable will be forcibly initialized 622 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_set_tile_property': /kisskb/src/drivers/gpu/drm/drm_connector.c:2052:14: note: byref variable will be forcibly initialized 2052 | char tile[256]; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_get_cmdline_mode': /kisskb/src/drivers/gpu/drm/drm_connector.c:156:15: note: byref variable will be forcibly initialized 156 | char *option = NULL; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_property_set_ioctl': /kisskb/src/drivers/gpu/drm/drm_connector.c:2519:42: note: byref variable will be forcibly initialized 2519 | 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:2585:34: note: byref variable will be forcibly initialized 2585 | struct drm_mode_modeinfo u_mode; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_mode_get_tile_group': /kisskb/src/drivers/gpu/drm/drm_connector.c:2830:13: note: byref variable will be forcibly initialized 2830 | int id; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/ras/ras_event.h:428, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_mc_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_arm_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(arm_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_aer_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_memory_failure_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:399:1: note: in expansion of macro 'TRACE_EVENT' 399 | TRACE_EVENT(memory_failure_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_non_standard_event': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/include/drm/drm_modes.h:30, from /kisskb/src/include/drm/drm_crtc.h:32, 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwtracing/intel_th/core.c: In function 'intel_th_subdevice_alloc': /kisskb/src/drivers/hwtracing/intel_th/core.c:620:25: note: byref variable will be forcibly initialized 620 | struct resource res[3]; | ^~~ /kisskb/src/drivers/hwtracing/intel_th/core.c: In function 'active_store': /kisskb/src/drivers/hwtracing/intel_th/core.c:309:23: note: byref variable will be forcibly initialized 309 | unsigned long val; | ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c: In function 'version_show': /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c:159:31: note: byref variable will be forcibly initialized 159 | uint32_t version = 0, flags = 0; | ^~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c:159:18: note: byref variable will be forcibly initialized 159 | uint32_t version = 0, flags = 0; | ^~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c: In function 'sequence_store': /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c:384:22: note: byref variable will be forcibly initialized 384 | unsigned int num; | ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c: In function 'brightness_store': /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c:181:22: note: byref variable will be forcibly initialized 181 | unsigned int val; | ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c: In function 'led_rgb_store': /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c:222:22: note: byref variable will be forcibly initialized 222 | unsigned int val[4]; | ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c: In function 'interval_msec_store': /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c:43:23: note: byref variable will be forcibly initialized 43 | unsigned long msec; | ^~~~ /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c: In function 'userspace_control_store': /kisskb/src/drivers/platform/chrome/cros_ec_lightbar.c:493:14: note: byref variable will be forcibly initialized 493 | bool enable; | ^~~~~~ /kisskb/src/drivers/hwmon/stts751.c: In function 'stts751_read_chip_config': /kisskb/src/drivers/hwmon/stts751.c:702:13: note: byref variable will be forcibly initialized 702 | int tmp; | ^~~ /kisskb/src/drivers/hwmon/stts751.c: In function 'interval_store': /kisskb/src/drivers/hwmon/stts751.c:596:23: note: byref variable will be forcibly initialized 596 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/stts751.c: In function 'hyst_store': /kisskb/src/drivers/hwmon/stts751.c:479:14: note: byref variable will be forcibly initialized 479 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/stts751.c: In function 'therm_store': /kisskb/src/drivers/hwmon/stts751.c:437:14: note: byref variable will be forcibly initialized 437 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/stts751.c: In function 'max_store': /kisskb/src/drivers/hwmon/stts751.c:527:14: note: byref variable will be forcibly initialized 527 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/stts751.c: In function 'min_store': /kisskb/src/drivers/hwmon/stts751.c:561:14: note: byref variable will be forcibly initialized 561 | long temp; | ^~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c:12: /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c: In function 'glink_rpm_probe': /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c:266:25: note: byref variable will be forcibly initialized 266 | struct resource r; | ^ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_universal_plane_init': /kisskb/src/drivers/gpu/drm/drm_plane.c:388:17: note: byref variable will be forcibly initialized 388 | va_list ap; | ^~ /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c: In function 'glink_rpm_tx_write': /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c:157:14: note: byref variable will be forcibly initialized 157 | char padding[8] = {0}; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function '__drmm_universal_plane_alloc': /kisskb/src/drivers/gpu/drm/drm_plane.c:422:17: note: byref variable will be forcibly initialized 422 | va_list ap; | ^~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'setplane_internal': /kisskb/src/drivers/gpu/drm/drm_plane.c:936:40: note: byref variable will be forcibly initialized 936 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_cursor_common': /kisskb/src/drivers/gpu/drm/drm_plane.c:1100:40: note: byref variable will be forcibly initialized 1100 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_cursor_ioctl': /kisskb/src/drivers/gpu/drm/drm_plane.c:1179:33: note: byref variable will be forcibly initialized 1179 | struct drm_mode_cursor2 new_req; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_page_flip_ioctl': /kisskb/src/drivers/gpu/drm/drm_plane.c:1209:40: note: byref variable will be forcibly initialized 1209 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_policy_get_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:785:30: note: byref variable will be forcibly initialized 785 | struct stp_policy_id id = { | ^~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pm_runtime.h:11, from /kisskb/src/drivers/hwtracing/stm/core.c:10: /kisskb/src/drivers/hwtracing/stm/core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_open': /kisskb/src/drivers/hwtracing/stm/core.c:489:22: note: byref variable will be forcibly initialized 489 | unsigned int major = imajor(inode); | ^~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_output_assign': /kisskb/src/drivers/hwtracing/stm/core.c:285:40: note: byref variable will be forcibly initialized 285 | unsigned int midx, cidx, mend, cend; | ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:34: note: byref variable will be forcibly initialized 285 | unsigned int midx, cidx, mend, cend; | ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:28: note: byref variable will be forcibly initialized 285 | unsigned int midx, cidx, mend, cend; | ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:22: note: byref variable will be forcibly initialized 285 | unsigned int midx, cidx, mend, cend; | ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_policy_set_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:731:13: note: byref variable will be forcibly initialized 731 | u32 size; | ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:729:15: note: byref variable will be forcibly initialized 729 | char *ids[] = { NULL, NULL }; | ^~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:803:13: note: byref variable will be forcibly initialized 803 | u64 options; | ^~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_write': /kisskb/src/drivers/hwtracing/stm/core.c:635:23: note: byref variable will be forcibly initialized 635 | char *ids[] = { comm, "default", NULL }; | ^~~ /kisskb/src/drivers/hwtracing/stm/core.c:634:22: note: byref variable will be forcibly initialized 634 | char comm[sizeof(current->comm)]; | ^~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp-debug.c: In function 'zynqmp_pm_argument_value': /kisskb/src/drivers/firmware/xilinx/zynqmp-debug.c:49:13: note: byref variable will be forcibly initialized 49 | u64 value; | ^~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp-debug.c: In function 'process_api_request': /kisskb/src/drivers/firmware/xilinx/zynqmp-debug.c:88:13: note: byref variable will be forcibly initialized 88 | u32 pm_api_version; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp-debug.c: In function 'zynqmp_pm_debugfs_api_write': /kisskb/src/drivers/firmware/xilinx/zynqmp-debug.c:155:13: note: byref variable will be forcibly initialized 155 | u32 pm_api_ret[4] = {0, 0, 0, 0}; | ^~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp-debug.c:153:13: note: byref variable will be forcibly initialized 153 | u64 pm_api_arg[4] = {0, 0, 0, 0}; | ^~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp-debug.c:152:13: note: byref variable will be forcibly initialized 152 | u32 pm_id = 0; | ^~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp-debug.c:150:15: note: byref variable will be forcibly initialized 150 | char *kern_buff, *tmp_buff; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/hwtracing/stm/core.c:10: /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_source_link_add': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1040:9: note: in expansion of macro 'rcu_assign_pointer' 1040 | rcu_assign_pointer(src->link, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1000:9: note: in expansion of macro 'rcu_assign_pointer' 1000 | rcu_assign_pointer(src->link, stm); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:992:15: note: byref variable will be forcibly initialized 992 | char *ids[] = { NULL, "default", NULL }; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, 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/hwtracing/stm/core.c:10: /kisskb/src/drivers/hwtracing/stm/core.c: In function '__stm_source_link_drop': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1089:9: note: in expansion of macro 'rcu_assign_pointer' 1089 | rcu_assign_pointer(src->link, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c: In function 'tusb320_check_signature': /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c:76:18: 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:18: note: byref variable will be forcibly initialized 191 | unsigned reg; | ^~~ /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c: In function 'tusb320_extcon_probe': /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c:238:22: note: byref variable will be forcibly initialized 238 | unsigned int revision; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/include/drm/drm_modes.h:30, from /kisskb/src/include/drm/drm_crtc.h:32, 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c: In function 'drm_mode_gamma_set_ioctl': /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c:366:40: note: byref variable will be forcibly initialized 366 | struct drm_modeset_acquire_ctx ctx; | ^~~ /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:535:35: note: byref variable will be forcibly initialized 535 | struct drm_prop_enum_list enum_list[max_t(int, DRM_COLOR_ENCODING_MAX, | ^~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_get_status': /kisskb/src/drivers/iio/accel/adxl372.c:578:16: note: byref variable will be forcibly initialized 578 | __be32 buf; | ^~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_read_threshold_value': /kisskb/src/drivers/iio/accel/adxl372.c:318:16: 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:13: 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:16: note: byref variable will be forcibly initialized 356 | __be16 regval; | ^~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_arrange_axis_data': /kisskb/src/drivers/iio/accel/adxl372.c:603:17: note: byref variable will be forcibly initialized 603 | __be16 axis_sample[3]; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_set_activity_threshold': /kisskb/src/drivers/iio/accel/adxl372.c:449:23: 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:22: note: byref variable will be forcibly initialized 681 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_trigger_handler': /kisskb/src/drivers/iio/accel/adxl372.c:640:13: note: byref variable will be forcibly initialized 640 | u16 fifo_entries; | ^~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c:639:21: note: byref variable will be forcibly initialized 639 | u8 status1, status2; | ^~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c:639:12: note: byref variable will be forcibly initialized 639 | u8 status1, status2; | ^~~~~~~ In file included from /kisskb/src/drivers/hwtracing/intel_th/gth.c:12: /kisskb/src/drivers/hwtracing/intel_th/gth.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'limit_store': /kisskb/src/drivers/hwmon/sht3x.c:346:14: 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:13: 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:13: note: byref variable will be forcibly initialized 391 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'heater_enable_show': /kisskb/src/drivers/hwmon/sht3x.c:508:14: 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/hwtracing/intel_th/gth.c: In function 'output_attr_store': /kisskb/src/drivers/hwmon/sht3x.c:493:14: note: byref variable will be forcibly initialized 493 | char buffer[SHT3X_WORD_LEN + SHT3X_CRC8_LEN]; | ^~~~~~ /kisskb/src/drivers/hwtracing/intel_th/gth.c:351:22: note: byref variable will be forcibly initialized 351 | unsigned int config; | ^~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'temp1_alarm_show': /kisskb/src/drivers/hwmon/sht3x.c:478:14: 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:23: note: byref variable will be forcibly initialized 225 | unsigned char buf[SHT3X_RESPONSE_LENGTH]; | ^~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'limits_update': /kisskb/src/drivers/hwmon/sht3x.c:292:14: note: byref variable will be forcibly initialized 292 | char buffer[SHT3X_RESPONSE_LENGTH]; | ^~~~~~ /kisskb/src/drivers/hwtracing/intel_th/gth.c: In function 'master_attr_store': /kisskb/src/drivers/hwtracing/intel_th/gth.c:171:23: note: byref variable will be forcibly initialized 171 | int old_port, port; | ^~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'update_interval_store': /kisskb/src/drivers/hwmon/sht3x.c:562:13: 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:14: note: byref variable will be forcibly initialized 527 | bool status; | ^~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/leds/leds-mc13783.c:17: /kisskb/src/drivers/leds/leds-mc13783.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-mc13783.c: In function 'mc13xxx_led_probe_dt': /kisskb/src/drivers/leds/leds-mc13783.c:145:21: note: byref variable will be forcibly initialized 145 | u32 tmp; | ^~~ /kisskb/src/drivers/leds/leds-mc13783.c:144:29: note: byref variable will be forcibly initialized 144 | const char *str; | ^~~ /kisskb/src/drivers/leds/leds-mlxreg.c: In function 'mlxreg_led_get_hw': /kisskb/src/drivers/leds/leds-mlxreg.c:104:13: note: byref variable will be forcibly initialized 104 | u32 regval; | ^~~~~~ /kisskb/src/drivers/leds/leds-mlxreg.c: In function 'mlxreg_led_store_hw': /kisskb/src/drivers/leds/leds-mlxreg.c:66:13: note: byref variable will be forcibly initialized 66 | u32 regval; | ^~~~~~ /kisskb/src/drivers/leds/leds-mlxreg.c: In function 'mlxreg_led_config': /kisskb/src/drivers/leds/leds-mlxreg.c:192:13: note: byref variable will be forcibly initialized 192 | u32 regval; | ^~~~~~ /kisskb/src/drivers/iio/accel/adxl372_i2c.c: In function 'adxl372_i2c_probe': /kisskb/src/drivers/iio/accel/adxl372_i2c.c:25:22: note: byref variable will be forcibly initialized 25 | unsigned int regval; | ^~~~~~ In file included from /kisskb/src/drivers/devfreq/devfreq-event.c:18: /kisskb/src/drivers/devfreq/devfreq-event.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/mfd/tps65217.c:14: /kisskb/src/drivers/mfd/tps65217.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/tps65217.c: In function 'tps65217_irq_thread': /kisskb/src/drivers/mfd/tps65217.c:107:22: note: byref variable will be forcibly initialized 107 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/mfd/tps65217.c: In function 'tps65217_update_bits': /kisskb/src/drivers/mfd/tps65217.c:255:22: note: byref variable will be forcibly initialized 255 | unsigned int data; | ^~~~ /kisskb/src/drivers/mfd/tps65217.c: In function 'tps65217_probe': /kisskb/src/drivers/mfd/tps65217.c:314:22: note: byref variable will be forcibly initialized 314 | unsigned int version; | ^~~~~~~ /kisskb/src/drivers/hwmon/sy7636a-hwmon.c: In function 'sy7636a_read': /kisskb/src/drivers/hwmon/sy7636a-hwmon.c:25:18: note: byref variable will be forcibly initialized 25 | int ret, reg_val; | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_print.c:37: /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_vprintf': /kisskb/src/include/drm/drm_print.h:108:26: note: byref variable will be forcibly initialized 108 | struct va_format vaf = { .fmt = fmt, .va = va }; | ^~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_printf': /kisskb/src/drivers/gpu/drm/drm_print.c:199:17: note: byref variable will be forcibly initialized 199 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_dev_printk': /kisskb/src/drivers/gpu/drm/drm_print.c:242:17: note: byref variable will be forcibly initialized 242 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_dev_dbg': /kisskb/src/drivers/gpu/drm/drm_print.c:263:17: note: byref variable will be forcibly initialized 263 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function '__drm_dbg': /kisskb/src/drivers/gpu/drm/drm_print.c:286:17: note: byref variable will be forcibly initialized 286 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function '__drm_err': /kisskb/src/drivers/gpu/drm/drm_print.c:305:17: note: byref variable will be forcibly initialized 305 | va_list args; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/pid_namespace.h:7, from /kisskb/src/include/linux/ptrace.h:10, from /kisskb/src/include/linux/elfcore.h:11, 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/tee/optee/core.c:9: /kisskb/src/drivers/tee/optee/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/nvmem/core.c:9: /kisskb/src/drivers/nvmem/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_add_cells_from_of': /kisskb/src/drivers/nvmem/core.c:689:13: note: byref variable will be forcibly initialized 689 | int len; | ^~~ In file included from /kisskb/src/drivers/nvmem/core.c:19: /kisskb/src/drivers/nvmem/core.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_prepare_write_buffer': /kisskb/src/drivers/nvmem/core.c:1475:12: note: byref variable will be forcibly initialized 1475 | u8 v, *p, *buf, *b, pbyte, pbits; | ^ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_read': /kisskb/src/drivers/nvmem/core.c:1764:17: note: byref variable will be forcibly initialized 1764 | ssize_t len; | ^~~ /kisskb/src/drivers/nvmem/core.c:1762:33: note: byref variable will be forcibly initialized 1762 | struct nvmem_cell_entry cell; | ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_write': /kisskb/src/drivers/nvmem/core.c:1793:33: note: byref variable will be forcibly initialized 1793 | struct nvmem_cell_entry cell; | ^~~~ 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/drivers/leds/leds-max77650.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-max77650.c: In function 'max77650_led_probe': /kisskb/src/drivers/leds/leds-max77650.c:88:38: note: byref variable will be forcibly initialized 88 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-max77650.c:70:13: note: byref variable will be forcibly initialized 70 | u32 reg; | ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_common': /kisskb/src/drivers/nvmem/core.c:1571:16: note: byref variable will be forcibly initialized 1571 | size_t len; | ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_variable_le_u32': /kisskb/src/drivers/nvmem/core.c:1699:16: note: byref variable will be forcibly initialized 1699 | size_t len; | ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_variable_le_u64': /kisskb/src/drivers/nvmem/core.c:1730:16: note: byref variable will be forcibly initialized 1730 | size_t len; | ^~~ /kisskb/src/drivers/extcon/extcon-adc-jack.c: In function 'adc_jack_handler': /kisskb/src/drivers/extcon/extcon-adc-jack.c:61:18: note: byref variable will be forcibly initialized 61 | int ret, adc_val; | ^~~~~~~ /kisskb/src/drivers/hwmon/thmc50.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/thmc50.c:186:14: note: byref variable will be forcibly initialized 186 | long val; | ^~~ /kisskb/src/drivers/hwmon/thmc50.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/thmc50.c:216:14: note: byref variable will be forcibly initialized 216 | long val; | ^~~ /kisskb/src/drivers/hwmon/thmc50.c: In function 'analog_out_store': /kisskb/src/drivers/hwmon/thmc50.c:132:23: note: byref variable will be forcibly initialized 132 | unsigned long tmp; | ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_sysfs.c: In function 'kb_wake_angle_store': /kisskb/src/drivers/platform/chrome/cros_ec_sysfs.c:280:13: note: byref variable will be forcibly initialized 280 | u16 angle; | ^~~~~ /kisskb/src/drivers/iio/accel/bma400_core.c: In function 'bma400_get_accel_reg': /kisskb/src/drivers/iio/accel/bma400_core.c:311:16: note: byref variable will be forcibly initialized 311 | __le16 raw_accel; | ^~~~~~~~~ /kisskb/src/drivers/iio/accel/bma400_core.c: In function 'bma400_get_temp_reg': /kisskb/src/drivers/iio/accel/bma400_core.c:286:22: note: byref variable will be forcibly initialized 286 | unsigned int raw_temp; | ^~~~~~~~ /kisskb/src/drivers/iio/accel/bma400_core.c: In function 'bma400_get_power_mode': /kisskb/src/drivers/iio/accel/bma400_core.c:601:22: note: byref variable will be forcibly initialized 601 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/accel/bma400_core.c: In function 'bma400_get_accel_output_data_rate': /kisskb/src/drivers/iio/accel/bma400_core.c:355:22: note: byref variable will be forcibly initialized 355 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/accel/bma400_core.c: In function 'bma400_get_accel_oversampling_ratio': /kisskb/src/drivers/iio/accel/bma400_core.c:445:22: note: byref variable will be forcibly initialized 445 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/accel/bma400_core.c: In function 'bma400_get_accel_scale': /kisskb/src/drivers/iio/accel/bma400_core.c:559:22: note: byref variable will be forcibly initialized 559 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/accel/bma400_core.c: In function 'bma400_set_accel_output_data_rate': /kisskb/src/drivers/iio/accel/bma400_core.c:407:22: note: byref variable will be forcibly initialized 407 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/accel/bma400_core.c: In function 'bma400_set_accel_scale': /kisskb/src/drivers/iio/accel/bma400_core.c:577:22: note: byref variable will be forcibly initialized 577 | unsigned int acc_config; | ^~~~~~~~~~ /kisskb/src/drivers/iio/accel/bma400_core.c: In function 'bma400_set_accel_oversampling_ratio': /kisskb/src/drivers/iio/accel/bma400_core.c:490:22: note: byref variable will be forcibly initialized 490 | unsigned int acc_config; | ^~~~~~~~~~ /kisskb/src/drivers/iio/accel/bma400_core.c: In function 'bma400_set_power_mode': /kisskb/src/drivers/iio/accel/bma400_core.c:617:22: note: byref variable will be forcibly initialized 617 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/accel/bma400_core.c: In function 'bma400_activity_event_en': /kisskb/src/drivers/iio/accel/bma400_core.c:1049:35: note: byref variable will be forcibly initialized 1049 | int ret, reg, msk, value, field_value; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/accel/bma400_core.c: In function 'bma400_read_raw': /kisskb/src/drivers/iio/accel/bma400_core.c:832:22: note: byref variable will be forcibly initialized 832 | unsigned int activity; | ^~~~~~~~ /kisskb/src/drivers/iio/accel/bma400_core.c: In function 'bma400_init': /kisskb/src/drivers/iio/accel/bma400_core.c:737:22: note: byref variable will be forcibly initialized 737 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/accel/bma400_core.c: In function 'bma400_trigger_handler': /kisskb/src/drivers/iio/accel/bma400_core.c:1302:18: note: byref variable will be forcibly initialized 1302 | int ret, temp; | ^~~~ /kisskb/src/drivers/iio/accel/bma400_core.c: In function 'bma400_interrupt': /kisskb/src/drivers/iio/accel/bma400_core.c:1338:22: note: byref variable will be forcibly initialized 1338 | unsigned int act, ev_dir = IIO_EV_DIR_NONE; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_config_desc_MaxPower_store': /kisskb/src/drivers/usb/gadget/configfs.c:516:13: note: byref variable will be forcibly initialized 516 | u16 val; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_idProduct_store': /kisskb/src/drivers/usb/gadget/configfs.c:160:13: note: byref variable will be forcibly initialized 160 | u16 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u16' 171 | 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(idProduct, u16); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_idVendor_store': /kisskb/src/drivers/usb/gadget/configfs.c:160:13: note: byref variable will be forcibly initialized 160 | u16 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u16' 171 | 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(idVendor, u16); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bcdUSB_store': /kisskb/src/drivers/usb/gadget/configfs.c:215:13: note: byref variable will be forcibly initialized 215 | u16 bcdUSB; | ^~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bcdDevice_store': /kisskb/src/drivers/usb/gadget/configfs.c:198:13: note: byref variable will be forcibly initialized 198 | u16 bcdDevice; | ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'ext_prop_type_store': /kisskb/src/drivers/usb/gadget/configfs.c:956:12: note: byref variable will be forcibly initialized 956 | u8 type; | ^~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'os_desc_b_vendor_code_store': /kisskb/src/drivers/usb/gadget/configfs.c:824:12: note: byref variable will be forcibly initialized 824 | 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:539:12: note: byref variable will be forcibly initialized 539 | u8 val; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bMaxPacketSize0_store': /kisskb/src/drivers/usb/gadget/configfs.c:147:12: note: byref variable will be forcibly initialized 147 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' 171 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:177:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 177 | 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:147:12: note: byref variable will be forcibly initialized 147 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' 171 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:176:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 176 | 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:147:12: note: byref variable will be forcibly initialized 147 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' 171 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:175:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 175 | 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:147:12: note: byref variable will be forcibly initialized 147 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' 171 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:174:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 174 | GI_DEVICE_DESC_SIMPLE_RW(bDeviceClass, u8); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-tlc591xx.c: In function 'tlc591xx_probe': /kisskb/src/drivers/leds/leds-tlc591xx.c:189:38: note: byref variable will be forcibly initialized 189 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-tlc591xx.c:155:25: note: byref variable will be forcibly initialized 155 | int err, count, reg; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/gadget/configfs.c:3: /kisskb/src/drivers/usb/gadget/configfs.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/usb/gadget/configfs.c:10: /kisskb/src/drivers/usb/gadget/configfs.c: In function 'ext_prop_make': /kisskb/src/drivers/usb/gadget/configfs.c:1069:19: note: byref variable will be forcibly initialized 1069 | 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 'config_desc_make': /kisskb/src/drivers/usb/gadget/configfs.c:683:12: note: byref variable will be forcibly initialized 683 | u8 num; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:681:14: note: byref variable will be forcibly initialized 681 | char buf[MAX_NAME_LEN]; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'function_make': /kisskb/src/drivers/usb/gadget/configfs.c:587:14: note: byref variable will be forcibly initialized 587 | char buf[MAX_NAME_LEN]; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'os_desc_use_store': /kisskb/src/drivers/usb/gadget/configfs.c:800:14: note: byref variable will be forcibly initialized 800 | bool use; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'check_user_usb_string': /kisskb/src/drivers/usb/gadget/configfs.c:16:13: note: byref variable will be forcibly initialized 16 | u16 num; | ^~~ 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:1197:19: note: byref variable will be forcibly initialized 1197 | 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/hwtracing/intel_th/pti.c: In function 'clock_divider_store': /kisskb/src/drivers/hwtracing/intel_th/pti.c:121:23: note: byref variable will be forcibly initialized 121 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/intel_th/pti.c: In function 'freerunning_clock_store': /kisskb/src/drivers/hwtracing/intel_th/pti.c:93:23: note: byref variable will be forcibly initialized 93 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/intel_th/pti.c: In function 'mode_store': /kisskb/src/drivers/hwtracing/intel_th/pti.c:61:23: note: byref variable will be forcibly initialized 61 | unsigned long val; | ^~~ /kisskb/src/drivers/devfreq/governor_userspace.c: In function 'set_freq_store': /kisskb/src/drivers/devfreq/governor_userspace.c:39:23: note: byref variable will be forcibly initialized 39 | unsigned long wanted; | ^~~~~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'win_switch_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:2063:23: note: byref variable will be forcibly initialized 2063 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'wrap_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1832:23: note: byref variable will be forcibly initialized 1832 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'intel_th_msc_read': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1553:47: note: byref variable will be forcibly initialized 1553 | struct msc_win_to_user_struct u = { | ^ /kisskb/src/drivers/tee/optee/call.c: In function 'optee_close_session_helper': /kisskb/src/drivers/tee/optee/call.c:369:15: note: byref variable will be forcibly initialized 369 | u_int offs; | ^~~~ /kisskb/src/drivers/tee/optee/call.c:368:25: note: byref variable will be forcibly initialized 368 | struct tee_shm *shm; | ^~~ /kisskb/src/drivers/tee/optee/call.c:366:37: note: byref variable will be forcibly initialized 366 | struct optee_shm_arg_entry *entry; | ^~~~~ /kisskb/src/drivers/tee/optee/call.c: In function 'optee_open_session': /kisskb/src/drivers/tee/optee/call.c:291:15: note: byref variable will be forcibly initialized 291 | u_int offs; | ^~~~ /kisskb/src/drivers/tee/optee/call.c:290:16: note: byref variable will be forcibly initialized 290 | uuid_t client_uuid; | ^~~~~~~~~~~ /kisskb/src/drivers/tee/optee/call.c:287:25: note: byref variable will be forcibly initialized 287 | struct tee_shm *shm; | ^~~ /kisskb/src/drivers/tee/optee/call.c:286:37: note: byref variable will be forcibly initialized 286 | struct optee_shm_arg_entry *entry; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/hwtracing/intel_th/msu.c:11: /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:655:16: note: byref variable will be forcibly initialized 655 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tee/optee/call.c: In function 'optee_invoke_func': /kisskb/src/drivers/tee/optee/call.c:411:15: note: byref variable will be forcibly initialized 411 | u_int offs; | ^~~~ /kisskb/src/drivers/tee/optee/call.c:410:25: note: byref variable will be forcibly initialized 410 | struct tee_shm *shm; | ^~~ /kisskb/src/drivers/tee/optee/call.c:407:37: note: byref variable will be forcibly initialized 407 | struct optee_shm_arg_entry *entry; | ^~~~~ /kisskb/src/drivers/tee/optee/call.c: In function 'optee_cancel_req': /kisskb/src/drivers/tee/optee/call.c:461:15: note: byref variable will be forcibly initialized 461 | u_int offs; | ^~~~ /kisskb/src/drivers/tee/optee/call.c:460:25: note: byref variable will be forcibly initialized 460 | struct tee_shm *shm; | ^~~ /kisskb/src/drivers/tee/optee/call.c:457:37: note: byref variable will be forcibly initialized 457 | struct optee_shm_arg_entry *entry; | ^~~~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'nr_pages_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1991:23: note: byref variable will be forcibly initialized 1991 | unsigned long val, *win = NULL, *rewin; | ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'mode_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1883:13: note: byref variable will be forcibly initialized 1883 | int i, ret; | ^ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_update_bits': /kisskb/src/drivers/mfd/tps65218.c:84:22: note: byref variable will be forcibly initialized 84 | unsigned int data; | ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_strict': /kisskb/src/drivers/mfd/tps65218.c:208:13: note: byref variable will be forcibly initialized 208 | u32 strict; | ^~~~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_uvlo': /kisskb/src/drivers/mfd/tps65218.c:251:13: note: byref variable will be forcibly initialized 251 | u32 uvlo; | ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_uv_hyst': /kisskb/src/drivers/mfd/tps65218.c:230:13: note: byref variable will be forcibly initialized 230 | u32 hyst; | ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_probe': /kisskb/src/drivers/mfd/tps65218.c:288:22: note: byref variable will be forcibly initialized 288 | unsigned int chipid; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/siox.h:66, from /kisskb/src/drivers/siox/siox-core.c:37: /kisskb/src/drivers/siox/siox-core.c: In function 'trace_event_raw_event_siox_set_data': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(siox_set_data, | ^~~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'trace_event_raw_event_siox_get_data': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(siox_get_data, | ^~~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'poll_interval_ns_store': /kisskb/src/drivers/siox/siox-core.c:646:13: 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:12: note: byref variable will be forcibly initialized 599 | u8 statustype = 0; | ^~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c:598:29: note: byref variable will be forcibly initialized 598 | size_t inbytes = 0, outbytes = 0; | ^~~~~~~~ /kisskb/src/drivers/siox/siox-core.c:598:16: note: byref variable will be forcibly initialized 598 | size_t inbytes = 0, outbytes = 0; | ^~~~~~~ /kisskb/src/drivers/siox/siox-core.c:597:14: 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:13: note: byref variable will be forcibly initialized 568 | int active; | ^~~~~~ /kisskb/src/drivers/devfreq/governor_passive.c: In function 'get_target_freq_with_cpufreq': /kisskb/src/drivers/devfreq/governor_passive.c:85:32: note: byref variable will be forcibly initialized 85 | unsigned long dev_min, dev_max; | ^~~~~~~ /kisskb/src/drivers/devfreq/governor_passive.c:85:23: note: byref variable will be forcibly initialized 85 | unsigned long dev_min, dev_max; | ^~~~~~~ /kisskb/src/drivers/devfreq/governor_passive.c:84:28: note: byref variable will be forcibly initialized 84 | unsigned long cpu, cpu_cur, cpu_min, cpu_max, cpu_percent; | ^~~~~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_version': /kisskb/src/drivers/tee/tee_core.c:273:39: note: byref variable will be forcibly initialized 273 | struct tee_ioctl_version_data vers; | ^~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_cancel': /kisskb/src/drivers/tee/tee_core.c:607:37: note: byref variable will be forcibly initialized 607 | struct tee_ioctl_cancel_arg arg; | ^~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_close_session': /kisskb/src/drivers/tee/tee_core.c:623:44: note: byref variable will be forcibly initialized 623 | struct tee_ioctl_close_session_arg arg; | ^~~ /kisskb/src/drivers/tee/tee_core.c: In function 'params_to_supp': /kisskb/src/drivers/tee/tee_core.c:641:40: note: byref variable will be forcibly initialized 641 | struct tee_ioctl_param ip; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/cdev.h:8, from /kisskb/src/drivers/tee/tee_core.c:8: /kisskb/src/drivers/tee/tee_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'uuid_v5': /kisskb/src/drivers/tee/tee_core.c:147:23: note: byref variable will be forcibly initialized 147 | unsigned char hash[SHA1_DIGEST_SIZE]; | ^~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_shm_alloc': /kisskb/src/drivers/tee/tee_core.c:290:41: note: byref variable will be forcibly initialized 290 | struct tee_ioctl_shm_alloc_data data; | ^~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'params_from_supp': /kisskb/src/drivers/tee/tee_core.c:736:40: note: byref variable will be forcibly initialized 736 | struct tee_ioctl_param ip; | ^~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_supp_send': /kisskb/src/drivers/tee/tee_core.c:779:35: note: byref variable will be forcibly initialized 779 | struct tee_ioctl_buf_data buf; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/intel_th.h:11, from /kisskb/src/drivers/hwtracing/intel_th/msu-sink.c:8: /kisskb/src/drivers/hwtracing/intel_th/msu-sink.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_shm_register': /kisskb/src/drivers/tee/tee_core.c:326:44: note: byref variable will be forcibly initialized 326 | struct tee_ioctl_shm_register_data data; | ^~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'implementation_id_show': /kisskb/src/drivers/tee/tee_core.c:969:39: note: byref variable will be forcibly initialized 969 | struct tee_ioctl_version_data vers; | ^~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'params_from_user': /kisskb/src/drivers/tee/tee_core.c:364:40: note: byref variable will be forcibly initialized 364 | struct tee_ioctl_param ip; | ^~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_open_session': /kisskb/src/drivers/tee/tee_core.c:471:43: note: byref variable will be forcibly initialized 471 | struct tee_ioctl_open_session_arg arg; | ^~~ /kisskb/src/drivers/tee/tee_core.c:469:35: note: byref variable will be forcibly initialized 469 | struct tee_ioctl_buf_data buf; | ^~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_invoke': /kisskb/src/drivers/tee/tee_core.c:550:37: note: byref variable will be forcibly initialized 550 | struct tee_ioctl_invoke_arg arg; | ^~~ /kisskb/src/drivers/tee/tee_core.c:548:35: note: byref variable will be forcibly initialized 548 | struct tee_ioctl_buf_data buf; | ^~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_supp_recv': /kisskb/src/drivers/tee/tee_core.c:686:13: note: byref variable will be forcibly initialized 686 | u32 func; | ^~~~ /kisskb/src/drivers/tee/tee_core.c:685:13: note: byref variable will be forcibly initialized 685 | u32 num_params; | ^~~~~~~~~~ /kisskb/src/drivers/tee/tee_core.c:682:35: note: byref variable will be forcibly initialized 682 | struct tee_ioctl_buf_data buf; | ^~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_session_calc_client_uuid': /kisskb/src/drivers/tee/tee_core.c:201:15: note: byref variable will be forcibly initialized 201 | gid_t ns_grp = (gid_t)-1; | ^~~~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_client_open_context': /kisskb/src/drivers/tee/tee_core.c:1109:31: note: byref variable will be forcibly initialized 1109 | struct match_dev_data match_data = { vers ? vers : &v, data, match }; | ^~~~~~~~~~ /kisskb/src/drivers/tee/tee_core.c:1108:39: note: byref variable will be forcibly initialized 1108 | struct tee_ioctl_version_data v; | ^ In file included from /kisskb/src/drivers/extcon/extcon-max14577.c:16: /kisskb/src/drivers/extcon/extcon-max14577.c: In function 'max14577_read_reg': /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized 444 | unsigned int val; | ^~~ /kisskb/src/drivers/extcon/extcon-max14577.c: In function 'max14577_muic_adc_handler': /kisskb/src/drivers/extcon/extcon-max14577.c:359:14: note: byref variable will be forcibly initialized 359 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max14577.c: In function 'max14577_muic_chg_handler': /kisskb/src/drivers/extcon/extcon-max14577.c:430:14: note: byref variable will be forcibly initialized 430 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max14577.c: In function 'max14577_muic_detect_accessory': /kisskb/src/drivers/extcon/extcon-max14577.c:608:14: note: byref variable will be forcibly initialized 608 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max14577.c: In function 'max14577_muic_probe': /kisskb/src/drivers/extcon/extcon-max14577.c:665:12: note: byref variable will be forcibly initialized 665 | u8 id; | ^~ /kisskb/src/drivers/extcon/extcon-max14577.c:662:14: note: byref variable will be forcibly initialized 662 | bool attached; | ^~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/interconnect/imx/imx.c:11: /kisskb/src/drivers/interconnect/imx/imx.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/interconnect/imx/imx.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/interconnect/imx/imx.c:15: /kisskb/src/drivers/interconnect/imx/imx.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/tee/tee_shm.c:6: /kisskb/src/drivers/tee/tee_shm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/extcon/extcon-fsa9480.c: In function 'fsa9480_read_irq': /kisskb/src/drivers/extcon/extcon-fsa9480.c:191:12: 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:18: 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:13: note: byref variable will be forcibly initialized 247 | int intr = 0; | ^~~~ /kisskb/src/drivers/platform/chrome/cros_ec_debugfs.c: In function 'cros_ec_uptime_read': /kisskb/src/drivers/platform/chrome/cros_ec_debugfs.c:275:14: note: byref variable will be forcibly initialized 275 | char read_buf[32]; | ^~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_debugfs.c: In function 'cros_ec_pdinfo_read': /kisskb/src/drivers/platform/chrome/cros_ec_debugfs.c:208:20: note: byref variable will be forcibly initialized 208 | } __packed ec_buf; | ^~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_debugfs.c:199:14: note: byref variable will be forcibly initialized 199 | char read_buf[EC_USB_PD_MAX_PORTS * 40], *p = read_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/debugfs.h:15, from /kisskb/src/drivers/platform/chrome/cros_ec_debugfs.c:7: /kisskb/src/drivers/platform/chrome/cros_ec_debugfs.c: In function 'cros_ec_console_log_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_debugfs.c:145:23: note: in expansion of macro 'wait_event_interruptible' 145 | ret = wait_event_interruptible(cros_ec_debugfs_log_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c: In function 'sys_t_policy_clocksync_interval_store': /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:213:22: note: byref variable will be forcibly initialized 213 | unsigned int ms; | ^~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c: In function 'sys_t_policy_ts_interval_store': /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:182:22: note: byref variable will be forcibly initialized 182 | unsigned int ms; | ^~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c: In function 'sys_t_clock_sync': /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:268:13: note: byref variable will be forcibly initialized 268 | u64 payload[2]; /* Clock value and frequency */ | ^~~~~~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:267:29: note: byref variable will be forcibly initialized 267 | const unsigned char nil = 0; | ^~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:266:13: note: byref variable will be forcibly initialized 266 | u32 header = CLOCK_SYNC_HEADER; | ^~~~~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c: In function 'sys_t_write': /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:343:21: note: byref variable will be forcibly initialized 343 | u64 ts = ktime_get_real_ns(); | ^~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:333:21: note: byref variable will be forcibly initialized 333 | u16 length = count; | ^~~~~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:295:12: note: byref variable will be forcibly initialized 295 | u8 uuid[UUID_SIZE]; | ^~~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:294:13: note: byref variable will be forcibly initialized 294 | u32 header = DATA_HEADER; | ^~~~~~ /kisskb/src/drivers/hwtracing/stm/p_sys-t.c:293:29: note: byref variable will be forcibly initialized 293 | const unsigned char nil = 0; | ^~~ /kisskb/src/drivers/hwtracing/stm/policy.c: In function 'stp_policy_node_channels_store': /kisskb/src/drivers/hwtracing/stm/policy.c:148:29: note: byref variable will be forcibly initialized 148 | unsigned int first, last; | ^~~~ /kisskb/src/drivers/hwtracing/stm/policy.c:148:22: note: byref variable will be forcibly initialized 148 | unsigned int first, last; | ^~~~~ /kisskb/src/drivers/hwtracing/stm/policy.c: In function 'stp_policy_node_masters_store': /kisskb/src/drivers/hwtracing/stm/policy.c:101:29: note: byref variable will be forcibly initialized 101 | unsigned int first, last; | ^~~~ /kisskb/src/drivers/hwtracing/stm/policy.c:101:22: note: byref variable will be forcibly initialized 101 | unsigned int first, last; | ^~~~~ /kisskb/src/drivers/hwtracing/stm/policy.c: In function 'stp_policy_make': /kisskb/src/drivers/hwtracing/stm/policy.c:386:43: note: byref variable will be forcibly initialized 386 | const struct stm_protocol_driver *pdrv; | ^~~~ /kisskb/src/drivers/hwtracing/stm/policy.c:385:40: note: byref variable will be forcibly initialized 385 | const struct config_item_type *pdrv_node_type; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/policy.c: In function '__stp_policy_node_lookup': /kisskb/src/drivers/hwtracing/stm/policy.c:496:23: note: byref variable will be forcibly initialized 496 | char *start, *end = s; | ^~~ /kisskb/src/drivers/iio/accel/bmc150-accel-core.c: In function 'bmc150_accel_get_temp': /kisskb/src/drivers/iio/accel/bmc150-accel-core.c:643:22: note: byref variable will be forcibly initialized 643 | unsigned int value; | ^~~~~ /kisskb/src/drivers/iio/accel/bmc150-accel-core.c: In function 'bmc150_accel_handle_roc_event': /kisskb/src/drivers/iio/accel/bmc150-accel-core.c:1315:22: note: byref variable will be forcibly initialized 1315 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/accel/bmc150-accel-core.c: In function 'bmc150_accel_get_axis': /kisskb/src/drivers/iio/accel/bmc150-accel-core.c:667:16: note: byref variable will be forcibly initialized 667 | __le16 raw_val; | ^~~~~~~ /kisskb/src/drivers/iio/accel/bmc150-accel-core.c: In function 'bmc150_accel_chip_init': /kisskb/src/drivers/iio/accel/bmc150-accel-core.c:1597:22: note: byref variable will be forcibly initialized 1597 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/accel/bmc150-accel-core.c: In function '__bmc150_accel_fifo_flush': /kisskb/src/drivers/iio/accel/bmc150-accel-core.c:989:22: note: byref variable will be forcibly initialized 989 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/accel/bmc150-accel-core.c:986:13: note: byref variable will be forcibly initialized 986 | u16 buffer[BMC150_ACCEL_FIFO_LENGTH * 3]; | ^~~~~~ /kisskb/src/drivers/iio/adc/ad799x.c: In function 'ad799x_write_frequency': /kisskb/src/drivers/iio/adc/ad799x.c:347:14: note: byref variable will be forcibly initialized 347 | long val; | ^~~ /kisskb/src/drivers/platform/chrome/cros_usbpd_notify.c: In function 'cros_usbpd_get_event_and_notify': /kisskb/src/drivers/platform/chrome/cros_usbpd_notify.c:59:46: note: byref variable will be forcibly initialized 59 | struct ec_response_host_event_status host_event_status; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/tmp108.c: In function 'tmp108_read': /kisskb/src/drivers/hwmon/tmp108.c:95:22: note: byref variable will be forcibly initialized 95 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tmp108.c: In function 'tmp108_write': /kisskb/src/drivers/hwmon/tmp108.c:194:13: note: byref variable will be forcibly initialized 194 | u32 regval, mask; | ^~~~~~ /kisskb/src/drivers/hwmon/tmp108.c: In function 'tmp108_probe': /kisskb/src/drivers/hwmon/tmp108.c:332:13: note: byref variable will be forcibly initialized 332 | u32 config; | ^~~~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_add_subdevice_pdata': /kisskb/src/drivers/mfd/mc13xxx-core.c:368:14: note: byref variable will be forcibly initialized 368 | char buf[30]; | ^~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_irq_status': /kisskb/src/drivers/mfd/mc13xxx-core.c:144:21: note: byref variable will be forcibly initialized 144 | u32 stat; | ^~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c:134:21: note: byref variable will be forcibly initialized 134 | u32 mask; | ^~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_adc_do_conversion': /kisskb/src/drivers/mfd/mc13xxx-core.c:256:25: note: byref variable will be forcibly initialized 256 | u32 adc0, adc1, old_adc0; | ^~~~~~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_common_init': /kisskb/src/drivers/mfd/mc13xxx-core.c:426:13: note: byref variable will be forcibly initialized 426 | u32 revision; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/envelope-detector.c: In function 'envelope_store_comp_interval': /kisskb/src/drivers/iio/adc/envelope-detector.c:285:23: note: byref variable will be forcibly initialized 285 | unsigned long interval; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/envelope-detector.c: In function 'envelope_detector_probe': /kisskb/src/drivers/iio/adc/envelope-detector.c:328:28: note: byref variable will be forcibly initialized 328 | enum iio_chan_type type; | ^~~~ /kisskb/src/drivers/iio/adc/envelope-detector.c: In function 'envelope_store_invert': /kisskb/src/drivers/iio/adc/envelope-detector.c:245:23: note: byref variable will be forcibly initialized 245 | unsigned long invert; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_get_last_vbltimestamp': /kisskb/src/drivers/gpu/drm/drm_vblank.c:875:13: note: byref variable will be forcibly initialized 875 | int max_error = (int) drm_timestamp_precision * 1000; | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_vblank.c:34: /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drmm_kmalloc_array': /kisskb/src/include/drm/drm_managed.h:79:16: note: byref variable will be forcibly initialized 79 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_vblank_reply': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1726:17: note: byref variable will be forcibly initialized 1726 | ktime_t now; | ^~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_reset_vblank_timestamp': /kisskb/src/drivers/gpu/drm/drm_vblank.c:235:17: note: byref variable will be forcibly initialized 235 | ktime_t t_vblank; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_vblank_restore': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1475:17: 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:17: note: byref variable will be forcibly initialized 284 | ktime_t t_vblank; | ^~~~~~~~ /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:19: note: byref variable will be forcibly initialized 703 | int vpos, hpos, i; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:703:13: note: byref variable will be forcibly initialized 703 | int vpos, hpos, i; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:700:24: note: byref variable will be forcibly initialized 700 | ktime_t stime, etime; | ^~~~~ /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: In function 'drm_crtc_send_vblank_event': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1088:17: note: byref variable will be forcibly initialized 1088 | ktime_t now; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_getresources': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:104:40: note: byref variable will be forcibly initialized 104 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_queue_vblank_event': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1625:17: 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:17: note: byref variable will be forcibly initialized 1896 | ktime_t now; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_config_reset': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:188:40: note: byref variable will be forcibly initialized 188 | 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:435:33: note: byref variable will be forcibly initialized 435 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:434:39: note: byref variable will be forcibly initialized 434 | struct ww_acquire_ctx resv_ctx; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:433:48: note: byref variable will be forcibly initialized 433 | 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:541:36: note: byref variable will be forcibly initialized 541 | struct drm_printer p = drm_debug_printer("[leaked fb]"); | ^ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:481:40: note: byref variable will be forcibly initialized 481 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/drm_vblank.c:28: /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_one_vblank': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:1265:15: note: in expansion of macro 'wait_event_timeout' 1265 | ret = wait_event_timeout(vblank->queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_vblank_off': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1306:17: note: byref variable will be forcibly initialized 1306 | 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:1856:24: note: in expansion of macro 'wait_event_interruptible_timeout' 1856 | wait = wait_event_interruptible_timeout(vblank->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_get_sequence_ioctl': /kisskb/src/drivers/gpu/drm/drm_vblank.c:2028:17: 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:17: note: byref variable will be forcibly initialized 2084 | ktime_t now; | ^~~ /kisskb/src/drivers/mfd/da9062-core.c: In function 'da9062_get_device_type': /kisskb/src/drivers/mfd/da9062-core.c:327:24: 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:13: 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_clear_fault_log': /kisskb/src/drivers/mfd/da9062-core.c:294:13: note: byref variable will be forcibly initialized 294 | int fault_log; | ^~~~~~~~~ /kisskb/src/drivers/mfd/da9062-core.c: In function 'da9062_i2c_probe': /kisskb/src/drivers/mfd/da9062-core.c:632:13: note: byref variable will be forcibly initialized 632 | u32 trigger_type = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/extcon/extcon-ptn5150.c: In function 'ptn5150_init_dev_type': /kisskb/src/drivers/extcon/extcon-ptn5150.c:183:22: note: byref variable will be forcibly initialized 183 | unsigned int reg_data, vendor_id, version_id; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-ptn5150.c: In function 'ptn5150_check_state': /kisskb/src/drivers/extcon/extcon-ptn5150.c:74:35: note: byref variable will be forcibly initialized 74 | unsigned int port_status, reg_data, vbus; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-ptn5150.c: In function 'ptn5150_irq_work': /kisskb/src/drivers/extcon/extcon-ptn5150.c:121:22: note: byref variable will be forcibly initialized 121 | unsigned int int_status; | ^~~~~~~~~~ /kisskb/src/drivers/extcon/extcon-max77693.c: In function 'max77693_muic_dock_handler': /kisskb/src/drivers/extcon/extcon-max77693.c:455:14: note: byref variable will be forcibly initialized 455 | bool cable_attached; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/extcon/extcon-max77693.c: In function 'max77693_muic_adc_ground_handler': /kisskb/src/drivers/extcon/extcon-max77693.c:579:14: note: byref variable will be forcibly initialized 579 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max77693.c: In function 'max77693_muic_adc_handler': /kisskb/src/drivers/extcon/extcon-max77693.c:658:14: 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:14: note: byref variable will be forcibly initialized 768 | bool cable_attached; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/extcon/extcon-max77693.c:767:14: 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:14: 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:22: note: byref variable will be forcibly initialized 1080 | unsigned int id; | ^~ /kisskb/src/drivers/extcon/extcon-max77693.c:1077:14: note: byref variable will be forcibly initialized 1077 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_vrm': /kisskb/src/drivers/hwmon/vt1211.c:868:23: note: byref variable will be forcibly initialized 868 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_pwm_auto_point_pwm': /kisskb/src/drivers/hwmon/vt1211.c:836:23: note: byref variable will be forcibly initialized 836 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_pwm': /kisskb/src/drivers/hwmon/vt1211.c:636:23: note: byref variable will be forcibly initialized 636 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_fan': /kisskb/src/drivers/hwmon/vt1211.c:530:23: note: byref variable will be forcibly initialized 530 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_pwm_auto_point_temp': /kisskb/src/drivers/hwmon/vt1211.c:774:14: note: byref variable will be forcibly initialized 774 | long val; | ^~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_temp': /kisskb/src/drivers/hwmon/vt1211.c:453:14: note: byref variable will be forcibly initialized 453 | long val; | ^~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'set_in': /kisskb/src/drivers/hwmon/vt1211.c:379:14: note: byref variable will be forcibly initialized 379 | long val; | ^~~ /kisskb/src/drivers/hwmon/vt1211.c: In function 'vt1211_init': /kisskb/src/drivers/hwmon/vt1211.c:1316:24: note: byref variable will be forcibly initialized 1316 | unsigned short address = 0; | ^~~~~~~ /kisskb/src/drivers/tee/optee/supp.c: In function 'optee_supp_release': /kisskb/src/drivers/tee/optee/supp.c:40:13: note: byref variable will be forcibly initialized 40 | int id; | ^~ /kisskb/src/drivers/tee/optee/supp.c: In function 'optee_supp_recv': /kisskb/src/drivers/tee/optee/supp.c:237:16: note: byref variable will be forcibly initialized 237 | size_t num_meta; | ^~~~~~~~ /kisskb/src/drivers/tee/optee/supp.c:236:13: note: byref variable will be forcibly initialized 236 | int id; | ^~ /kisskb/src/drivers/tee/optee/supp.c: In function 'optee_supp_send': /kisskb/src/drivers/tee/optee/supp.c:346:16: note: byref variable will be forcibly initialized 346 | size_t num_meta; | ^~~~~~~~ /kisskb/src/drivers/devfreq/imx8m-ddrc.c: In function 'imx8m_ddrc_init_freq_info': /kisskb/src/drivers/devfreq/imx8m-ddrc.c:286:30: note: byref variable will be forcibly initialized 286 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/devfreq/imx8m-ddrc.c: In function 'imx8m_ddrc_smc_set_freq': /kisskb/src/drivers/devfreq/imx8m-ddrc.c:103:30: note: byref variable will be forcibly initialized 103 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/devfreq/imx8m-ddrc.c: In function 'imx8m_ddrc_check_opps': /kisskb/src/drivers/devfreq/imx8m-ddrc.c:334:23: note: byref variable will be forcibly initialized 334 | unsigned long freq; | ^~~~ /kisskb/src/drivers/tee/optee/rpc.c: In function 'handle_rpc_func_cmd_get_time': /kisskb/src/drivers/tee/optee/rpc.c:17:27: note: byref variable will be forcibly initialized 17 | struct timespec64 ts; | ^~ 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/tee/optee/rpc.c:9: /kisskb/src/drivers/tee/optee/rpc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tee/optee/rpc.c: In function 'optee_rpc_cmd_alloc_suppl': /kisskb/src/drivers/tee/optee/rpc.c:213:26: note: byref variable will be forcibly initialized 213 | struct tee_param param; | ^~~~~ /kisskb/src/drivers/tee/optee/rpc.c: In function 'optee_rpc_cmd_free_suppl': /kisskb/src/drivers/tee/optee/rpc.c:235:26: note: byref variable will be forcibly initialized 235 | struct tee_param param; | ^~~~~ /kisskb/src/drivers/spmi/spmi-mtk-pmif.c: In function 'pmif_spmi_write_cmd': /kisskb/src/drivers/spmi/spmi-mtk-pmif.c:379:13: note: byref variable will be forcibly initialized 379 | u32 data, cmd; | ^~~~ /kisskb/src/drivers/spmi/spmi-mtk-pmif.c: In function 'pmif_spmi_read_cmd': /kisskb/src/drivers/spmi/spmi-mtk-pmif.c:316:13: note: byref variable will be forcibly initialized 316 | u32 data, cmd; | ^~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/spmi/spmi.c: In function 'of_spmi_register_devices': /kisskb/src/drivers/spmi/spmi.c:486:21: note: byref variable will be forcibly initialized 486 | u32 reg[2]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_fence_add_wait': /kisskb/src/drivers/extcon/extcon-max8997.c: In function 'max8997_muic_chg_handler': /kisskb/src/drivers/extcon/extcon-max8997.c:464:14: note: byref variable will be forcibly initialized 464 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:244:27: note: byref variable will be forcibly initialized 244 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/extcon/extcon-max8997.c: In function 'max8997_muic_adc_handler': /kisskb/src/drivers/extcon/extcon-max8997.c:386:14: note: byref variable will be forcibly initialized 386 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max8997.c: In function 'max8997_muic_detect_dev': /kisskb/src/drivers/extcon/extcon-max8997.c:581:14: note: byref variable will be forcibly initialized 581 | bool attached; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/drivers/gpu/drm/drm_syncobj.c:189: /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'kmalloc_array': /kisskb/src/drivers/extcon/extcon-max8997.c: In function 'max8997_muic_probe': /kisskb/src/drivers/extcon/extcon-max8997.c:639:14: note: byref variable will be forcibly initialized 639 | bool attached; | ^~~~~~~~ /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_array_wait_timeout': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1011:35: note: byref variable will be forcibly initialized 1011 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/tee/tee_shm_pool.c: In function 'pool_op_gen_alloc': /kisskb/src/drivers/tee/tee_shm_pool.c:18:35: note: byref variable will be forcibly initialized 18 | struct genpool_data_align data = { .align = a }; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'syncobj_wait_syncobj_func': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:952:27: note: byref variable will be forcibly initialized 952 | struct dma_fence *fence; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/gpu/drm/drm_syncobj.c:189: /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_add_point': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:303:9: note: in expansion of macro 'rcu_assign_pointer' 303 | rcu_assign_pointer(syncobj->fence, &chain->base); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_replace_fence': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:335:9: note: in expansion of macro 'rcu_assign_pointer' 335 | rcu_assign_pointer(syncobj->fence, fence); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_find_fence': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:388:35: note: byref variable will be forcibly initialized 388 | struct syncobj_wait_entry wait; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_export_sync_file': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:709:27: note: byref variable will be forcibly initialized 709 | struct dma_fence *fence; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_syncobj.c:187: /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_transfer_to_timeline': /kisskb/src/include/linux/dma-fence-unwrap.h:70:41: note: byref variable will be forcibly initialized 70 | struct dma_fence_unwrap __c[ARRAY_SIZE(__f)]; \ | ^~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:875:17: note: in expansion of macro 'dma_fence_unwrap_merge' 875 | fence = dma_fence_unwrap_merge(tmp); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dma-fence-unwrap.h:69:35: note: byref variable will be forcibly initialized 69 | struct dma_fence *__f[] = { __VA_ARGS__ }; \ | ^~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:875:17: note: in expansion of macro 'dma_fence_unwrap_merge' 875 | fence = dma_fence_unwrap_merge(tmp); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:861:35: note: byref variable will be forcibly initialized 861 | struct dma_fence *fence, *tmp; | ^~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_transfer_to_binary': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:902:27: note: byref variable will be forcibly initialized 902 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_create_as_handle': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:562:29: note: byref variable will be forcibly initialized 562 | struct drm_syncobj *syncobj; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_array_wait': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1157:18: note: byref variable will be forcibly initialized 1157 | 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:1245:30: note: byref variable will be forcibly initialized 1245 | 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:1278:30: note: byref variable will be forcibly initialized 1278 | 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:1313:30: note: byref variable will be forcibly initialized 1313 | struct drm_syncobj **syncobjs; | ^~~~~~~~ /kisskb/src/drivers/devfreq/tegra30-devfreq.c: In function 'tegra_devfreq_probe': /kisskb/src/drivers/devfreq/tegra30-devfreq.c:842:21: note: byref variable will be forcibly initialized 842 | const char *clk_names[] = { "actmon", NULL }; | ^~~~~~~~~ /kisskb/src/drivers/devfreq/tegra30-devfreq.c:835:13: note: byref variable will be forcibly initialized 835 | u32 hw_version = BIT(tegra_sku_info.soc_speedo_id); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_signal_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1346:30: note: byref variable will be forcibly initialized 1346 | 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:1382:30: note: byref variable will be forcibly initialized 1382 | 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:1478:26: note: byref variable will be forcibly initialized 1478 | uint64_t point; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1454:30: note: byref variable will be forcibly initialized 1454 | struct drm_syncobj **syncobjs; | ^~~~~~~~ In file included from /kisskb/src/include/linux/counter.h:12, from /kisskb/src/drivers/counter/counter-sysfs.c:6: /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_events_queue_size_write': /kisskb/src/drivers/counter/counter-sysfs.c:804:27: note: byref variable will be forcibly initialized 804 | DECLARE_KFIFO_PTR(events, struct counter_event); | ^~~~~~ /kisskb/src/include/linux/kfifo.h:110:64: note: in definition of macro 'DECLARE_KFIFO_PTR' 110 | #define DECLARE_KFIFO_PTR(fifo, type) STRUCT_KFIFO_PTR(type) fifo | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u64_show': /kisskb/src/drivers/counter/counter-sysfs.c:291:13: note: byref variable will be forcibly initialized 291 | u64 data = 0; | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u32_show': /kisskb/src/drivers/counter/counter-sysfs.c:169:13: note: byref variable will be forcibly initialized 169 | u32 data = 0; | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u8_show': /kisskb/src/drivers/counter/counter-sysfs.c:100:12: note: byref variable will be forcibly initialized 100 | u8 data = 0; | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_signal_attrs_create': /kisskb/src/drivers/counter/counter-sysfs.c:595:29: note: byref variable will be forcibly initialized 595 | struct counter_comp comp; | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_sysfs_synapses_add': /kisskb/src/drivers/counter/counter-sysfs.c:663:37: note: byref variable will be forcibly initialized 663 | struct counter_comp comp; | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_count_attrs_create': /kisskb/src/drivers/counter/counter-sysfs.c:709:29: note: byref variable will be forcibly initialized 709 | struct counter_comp comp; | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u64_store': /kisskb/src/drivers/counter/counter-sysfs.c:319:13: note: byref variable will be forcibly initialized 319 | u64 data = 0; | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u32_store': /kisskb/src/drivers/counter/counter-sysfs.c:234:13: note: byref variable will be forcibly initialized 234 | u32 data = 0; | ^~~~ In file included from /kisskb/src/include/linux/cdev.h:8, from /kisskb/src/include/linux/counter.h:9, from /kisskb/src/drivers/counter/counter-sysfs.c:6: /kisskb/src/drivers/counter/counter-sysfs.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/counter/counter-sysfs.c: In function 'counter_comp_u8_store': /kisskb/src/drivers/counter/counter-sysfs.c:133:12: note: byref variable will be forcibly initialized 133 | u8 data = 0; | ^~~~ /kisskb/src/drivers/counter/counter-sysfs.c:132:14: note: byref variable will be forcibly initialized 132 | bool bool_data = 0; | ^~~~~~~~~ /kisskb/src/drivers/iio/adc/mt6360-adc.c: In function 'mt6360_adc_read_channel': /kisskb/src/drivers/iio/adc/mt6360-adc.c:69:12: note: byref variable will be forcibly initialized 69 | u8 rpt[3]; | ^~~ /kisskb/src/drivers/iio/adc/mt6360-adc.c:68:16: note: byref variable will be forcibly initialized 68 | __be16 adc_enable; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/max77686.c: In function 'max77686_i2c_probe': /kisskb/src/drivers/mfd/max77686.c:164:22: note: byref variable will be forcibly initialized 164 | unsigned int data; | ^~~~ /kisskb/src/drivers/iio/adc/mt6360-adc.c: In function 'mt6360_adc_read_scale': /kisskb/src/drivers/iio/adc/mt6360-adc.c:146:22: note: byref variable will be forcibly initialized 146 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/adc/mt6360-adc.c: In function 'mt6360_adc_reset': /kisskb/src/drivers/iio/adc/mt6360-adc.c:289:16: note: byref variable will be forcibly initialized 289 | __be16 adc_enable; | ^~~~~~~~~~ /kisskb/src/drivers/iio/adc/mt6360-adc.c: In function 'mt6360_adc_trigger_handler': /kisskb/src/drivers/iio/adc/mt6360-adc.c:268:25: note: byref variable will be forcibly initialized 268 | int i = 0, bit, val, ret; | ^~~ /kisskb/src/drivers/iio/adc/mt6360-adc.c:267:11: note: byref variable will be forcibly initialized 267 | } data __aligned(8); | ^~~~ In file included from /kisskb/src/drivers/mfd/max14577.c:17: /kisskb/src/drivers/mfd/max14577.c: In function 'max14577_read_reg': /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized 444 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/max14577.c: In function 'max14577_print_dev_type': /kisskb/src/drivers/mfd/max14577.c:266:12: note: byref variable will be forcibly initialized 266 | u8 reg_data, vendor_id, device_id; | ^~~~~~~~ /kisskb/src/drivers/mfd/max14577.c: In function 'max77836_init': /kisskb/src/drivers/mfd/max14577.c:298:12: note: byref variable will be forcibly initialized 298 | u8 intsrc_mask; | ^~~~~~~~~~~ /kisskb/src/drivers/slimbus/core.c: In function 'of_register_slim_devices': /kisskb/src/drivers/slimbus/core.c:209:30: note: byref variable will be forcibly initialized 209 | int manf_id, prod_code; | ^~~~~~~~~ /kisskb/src/drivers/slimbus/core.c:209:21: note: byref variable will be forcibly initialized 209 | int manf_id, prod_code; | ^~~~~~~ /kisskb/src/drivers/slimbus/core.c:208:21: note: byref variable will be forcibly initialized 208 | int reg[2], ret; | ^~~ /kisskb/src/drivers/slimbus/core.c:206:35: note: byref variable will be forcibly initialized 206 | struct slim_eaddr e_addr; | ^~~~~~ /kisskb/src/drivers/slimbus/core.c: In function 'slim_device_alloc_laddr': /kisskb/src/drivers/slimbus/core.c:430:12: note: byref variable will be forcibly initialized 430 | u8 laddr; | ^~~~~ /kisskb/src/drivers/dax/bus.c: In function 'align_store': /kisskb/src/drivers/dax/bus.c:1158:23: note: byref variable will be forcibly initialized 1158 | unsigned long val, align_save; | ^~~ /kisskb/src/drivers/dax/bus.c: In function 'range_parse': /kisskb/src/drivers/dax/bus.c:1069:23: note: byref variable will be forcibly initialized 1069 | char *start, *end, *str; | ^~~ /kisskb/src/drivers/dax/bus.c:1068:28: note: byref variable will be forcibly initialized 1068 | unsigned long long addr = 0; | ^~~~ /kisskb/src/drivers/dax/bus.c: In function 'do_id_store': /kisskb/src/drivers/dax/bus.c:69:14: note: byref variable will be forcibly initialized 69 | char devname[DAX_NAME_LEN]; | ^~~~~~~ /kisskb/src/drivers/dax/bus.c:68:33: note: byref variable will be forcibly initialized 68 | unsigned int region_id, id; | ^~ /kisskb/src/drivers/dax/bus.c:68:22: note: byref variable will be forcibly initialized 68 | unsigned int region_id, id; | ^~~~~~~~~ /kisskb/src/drivers/dax/bus.c: In function 'mapping_store': /kisskb/src/drivers/dax/bus.c:1102:22: note: byref variable will be forcibly initialized 1102 | struct range r; | ^ /kisskb/src/drivers/dax/bus.c: In function 'dev_dax_resize': /kisskb/src/drivers/dax/bus.c:965:68: note: byref variable will be forcibly initialized 965 | resource_size_t avail = dax_region_avail_size(dax_region), to_alloc; | ^~~~~~~~ /kisskb/src/drivers/dax/bus.c: In function 'size_store': /kisskb/src/drivers/dax/bus.c:1039:28: note: byref variable will be forcibly initialized 1039 | unsigned long long val; | ^~~ /kisskb/src/drivers/dax/bus.c: In function 'create_store': /kisskb/src/drivers/dax/bus.c:352:37: note: byref variable will be forcibly initialized 352 | struct dev_dax_data data = { | ^~~~ /kisskb/src/drivers/dax/bus.c:336:13: note: byref variable will be forcibly initialized 336 | int val; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_ec_cmd': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2638:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2638 | KUNIT_EXPECT_EQ(test, data[2], 0xbb); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2637:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2637 | KUNIT_EXPECT_EQ(test, data[1], 0xcc); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2636:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2636 | KUNIT_EXPECT_EQ(test, data[0], 0xdd); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2633:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2633 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, ARRAY_SIZE(out)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2632:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2632 | KUNIT_EXPECT_EQ(test, mock->msg.insize, ARRAY_SIZE(in)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2631:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2631 | KUNIT_EXPECT_EQ(test, mock->msg.command, 0x77); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2630:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2630 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0x88); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2628:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 2628 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2622:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2622 | KUNIT_EXPECT_EQ(test, ret, 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2614:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 2614 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2601:20: note: byref variable will be forcibly initialized 2601 | u8 out[3], in[2]; | ^~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2601:12: note: byref variable will be forcibly initialized 2601 | u8 out[3], in[2]; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_get_sensor_count_xfer_error': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2526:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2526 | KUNIT_EXPECT_EQ(test, data->cmd, MOTIONSENSE_CMD_DUMP); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2523:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2523 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(*data)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2522:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2522 | KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_motion_sense)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2521:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2521 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_MOTION_SENSE_CMD); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2520:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2520 | KUNIT_EXPECT_EQ(test, mock->msg.version, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2518:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 2518 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2511:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2511 | KUNIT_EXPECT_EQ(test, ret, -EPROTO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2507:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 2507 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/device.c: In function 'get_devices': /kisskb/src/drivers/tee/optee/device.c:28:26: note: byref variable will be forcibly initialized 28 | struct tee_param param[4]; | ^~~~~ /kisskb/src/drivers/tee/optee/device.c:27:37: note: byref variable will be forcibly initialized 27 | struct tee_ioctl_invoke_arg inv_arg; | ^~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2496:28: note: byref variable will be forcibly initialized 2496 | struct cros_ec_dev ec; | ^~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_get_sensor_count_normal': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2486:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2486 | KUNIT_EXPECT_EQ(test, data->cmd, MOTIONSENSE_CMD_DUMP); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/device.c: In function '__optee_enumerate_devices': /kisskb/src/drivers/tee/optee/device.c:98:13: note: byref variable will be forcibly initialized 98 | u32 shm_size = 0, idx, num_devices = 0; | ^~~~~~~~ /kisskb/src/drivers/tee/optee/device.c:94:43: note: byref variable will be forcibly initialized 94 | struct tee_ioctl_open_session_arg sess_arg; | ^~~~~~~~ /kisskb/src/drivers/tee/optee/device.c:91:22: note: byref variable will be forcibly initialized 91 | const uuid_t pta_uuid = | ^~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2483:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2483 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(*data)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2482:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2482 | KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_motion_sense)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2481:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2481 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_MOTION_SENSE_CMD); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2480:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2480 | KUNIT_EXPECT_EQ(test, mock->msg.version, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2478:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 2478 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2471:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2471 | KUNIT_EXPECT_EQ(test, ret, 0xbf); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2464:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 2464 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2451:28: note: byref variable will be forcibly initialized 2451 | struct cros_ec_dev ec; | ^~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_get_sensor_count_legacy': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2590:25: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2590 | KUNIT_EXPECT_EQ(test, cros_kunit_readmem_mock_offset, EC_MEMMAP_ACC_STATUS); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2585:25: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2585 | KUNIT_EXPECT_EQ(test, data->cmd, MOTIONSENSE_CMD_DUMP); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2582:25: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2582 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(*data)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2580:25: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2580 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2579:25: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2579 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_MOTION_SENSE_CMD); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2578:25: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2578 | KUNIT_EXPECT_EQ(test, mock->msg.version, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2576:25: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 2576 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2569:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2569 | KUNIT_EXPECT_EQ(test, ret, test_data[i].expected_result); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2562:25: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 2562 | KUNIT_ASSERT_PTR_NE(test, cros_kunit_readmem_mock_data, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2556:25: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 2556 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2536:28: note: byref variable will be forcibly initialized 2536 | struct cros_ec_dev ec; | ^~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_check_features_not_cached': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2441:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2441 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2440:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2440 | KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_get_features)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2439:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2439 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_FEATURES); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2438:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2438 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2436:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 2436 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2428:25: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 2428 | KUNIT_EXPECT_FALSE(test, ret); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2425:25: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 2425 | KUNIT_EXPECT_TRUE(test, ret); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2413:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 2413 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2398:28: note: byref variable will be forcibly initialized 2398 | struct cros_ec_dev ec; | ^~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_is_active': /kisskb/src/drivers/iio/accel/fxls8962af-core.c:242:22: note: byref variable will be forcibly initialized 242 | 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:365:22: note: byref variable will be forcibly initialized 365 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_read_samp_freq': In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_check_features_cached': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2386:25: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 2386 | KUNIT_EXPECT_FALSE(test, ret); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2383:25: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 2383 | KUNIT_EXPECT_TRUE(test, ret); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2373:28: note: byref variable will be forcibly initialized 2373 | struct cros_ec_dev ec; | ^~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_get_host_event_wrong_event_size': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2351:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2351 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_get_host_event_not_host_event': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2337:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2337 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_get_host_event_no_mkbp_event': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2324:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2324 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c:401:22: note: byref variable will be forcibly initialized 401 | unsigned int reg; | ^~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_get_host_event_normal': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2367:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2367 | KUNIT_EXPECT_EQ(test, ret, EC_HOST_EVENT_MASK(EC_HOST_EVENT_RTC)); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_get_next_event_mkbp_event_ec_suspended': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2114:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2114 | KUNIT_EXPECT_EQ(test, ret, -EHOSTDOWN); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_cmd_xfer_status_return_error': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2052:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2052 | KUNIT_EXPECT_EQ(test, ret, map[i]); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2049:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 2049 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2014:32: note: byref variable will be forcibly initialized 2014 | struct cros_ec_command msg; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_cmd_xfer_status_xfer_error': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2005:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2005 | KUNIT_EXPECT_EQ(test, ret, -EPROTO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2001:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 2001 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1994:32: note: byref variable will be forcibly initialized 1994 | struct cros_ec_command msg; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_cmd_xfer_status_normal': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1985:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1985 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1981:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1981 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1974:32: note: byref variable will be forcibly initialized 1974 | struct cros_ec_command msg; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_cmd_xfer_in_progress_return0': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1965:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1965 | KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1963:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1963 | KUNIT_EXPECT_EQ(test, ret, -EPROTO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1959:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1959 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1953:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1953 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1944:32: note: byref variable will be forcibly initialized 1944 | struct cros_ec_command msg; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_cmd_xfer_in_progress_return_error': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1935:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1935 | KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1933:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1933 | KUNIT_EXPECT_EQ(test, msg.result, EC_RES_INVALID_COMMAND); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1931:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1931 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1927:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1927 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1921:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1921 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1912:32: note: byref variable will be forcibly initialized 1912 | struct cros_ec_command msg; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_cmd_xfer_in_progress_xfer_error': /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_get_out': /kisskb/src/drivers/iio/accel/fxls8962af-core.c:256:16: note: byref variable will be forcibly initialized 256 | __le16 raw_val; | ^~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1903:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1903 | KUNIT_EXPECT_EQ(test, ret, -EIO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1899:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1899 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1893:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1893 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1886:32: note: byref variable will be forcibly initialized 1886 | struct cros_ec_command msg; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_cmd_xfer_in_progress_retries_status_processing': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1877:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1877 | KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 51); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1874:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1874 | KUNIT_EXPECT_EQ(test, ret, -EAGAIN); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1866:25: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1866 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1856:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1856 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1847:32: note: byref variable will be forcibly initialized 1847 | struct cros_ec_command msg; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_cmd_xfer_in_progress_retries_eagain': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1838:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1838 | KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 51); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1835:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1835 | KUNIT_EXPECT_EQ(test, ret, -EAGAIN); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1828:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1828 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1819:32: note: byref variable will be forcibly initialized 1819 | struct cros_ec_command msg; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_cmd_xfer_in_progress_normal': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1810:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1810 | KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1807:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1807 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1805:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1805 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1804:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1804 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_COMMS_STATUS); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1803:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1803 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1801:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1801 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1795:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1795 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1790:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1790 | KUNIT_EXPECT_EQ(test, msg.result, EC_RES_SUCCESS); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1788:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1788 | KUNIT_EXPECT_EQ(test, ret, sizeof(struct ec_response_get_comms_status)); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_reset': /kisskb/src/drivers/iio/accel/fxls8962af-core.c:785:22: note: byref variable will be forcibly initialized 785 | unsigned int reg; | ^~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1781:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1781 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1773:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1773 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1764:32: note: byref variable will be forcibly initialized 1764 | struct cros_ec_command msg; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_cmd_xfer_protocol_v2_no_op': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1755:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1755 | KUNIT_EXPECT_EQ(test, ret, -EIO); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1746:32: note: byref variable will be forcibly initialized 1746 | struct cros_ec_command msg; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_cmd_xfer_protocol_v2_normal': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1738:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1738 | KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1737:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1737 | KUNIT_EXPECT_EQ(test, cros_kunit_ec_cmd_xfer_mock_called, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1735:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1735 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1726:32: note: byref variable will be forcibly initialized 1726 | struct cros_ec_command msg; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_cmd_xfer_protocol_v3_no_op': /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_event_interrupt': /kisskb/src/drivers/iio/accel/fxls8962af-core.c:989:22: note: byref variable will be forcibly initialized 989 | unsigned int reg; | ^~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1718:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1718 | KUNIT_EXPECT_EQ(test, ret, -EIO); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1709:32: note: byref variable will be forcibly initialized 1709 | struct cros_ec_command msg; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_cmd_xfer_protocol_v3_normal': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1701:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1701 | KUNIT_EXPECT_EQ(test, cros_kunit_ec_pkt_xfer_mock_called, 1); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1700:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1700 | KUNIT_EXPECT_EQ(test, cros_kunit_ec_cmd_xfer_mock_called, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1698:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1698 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1689:32: note: byref variable will be forcibly initialized 1689 | struct cros_ec_command msg; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_cmd_xfer_excess_msg_outsize_with_passthru': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1681:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1681 | KUNIT_EXPECT_EQ(test, ret, -EMSGSIZE); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1669:20: note: byref variable will be forcibly initialized 1669 | } __packed buf; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_cmd_xfer_excess_msg_outsize_without_passthru': /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_irq_setup': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1658:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1658 | KUNIT_EXPECT_EQ(test, ret, -EMSGSIZE); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c:1093:33: note: byref variable will be forcibly initialized 1093 | enum fxls8962af_int_pin int_pin; | ^~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1646:20: note: byref variable will be forcibly initialized 1646 | } __packed buf; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_cmd_xfer_excess_msg_insize': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1634:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1634 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1633:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1633 | KUNIT_EXPECT_EQ(test, mock->msg.insize, 0xee); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1632:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1632 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_HELLO); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_fifo_flush': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1631:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1631 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c:932:22: note: byref variable will be forcibly initialized 932 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c:930:13: note: byref variable will be forcibly initialized 930 | u16 buffer[FXLS8962AF_FIFO_LENGTH * 3]; | ^~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1629:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1629 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1625:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1625 | KUNIT_EXPECT_EQ(test, ret, 0xcc); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1621:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1621 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1608:20: note: byref variable will be forcibly initialized 1608 | } __packed buf; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_cmd_xfer_normal': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1595:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1595 | KUNIT_EXPECT_EQ(test, buf.data[3], 0x33); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1594:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1594 | KUNIT_EXPECT_EQ(test, buf.data[2], 0xcc); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1593:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1593 | KUNIT_EXPECT_EQ(test, buf.data[1], 0x55); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1592:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1592 | KUNIT_EXPECT_EQ(test, buf.data[0], 0xaa); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1590:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1590 | KUNIT_EXPECT_EQ(test, data[1], 0xaa); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1589:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1589 | KUNIT_EXPECT_EQ(test, data[0], 0x55); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1586:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1586 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1585:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1585 | KUNIT_EXPECT_EQ(test, mock->msg.insize, 4); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1584:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1584 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_HELLO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1583:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1583 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1581:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1581 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1575:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1575 | KUNIT_EXPECT_EQ(test, ret, 4); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1565:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1565 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1548:20: note: byref variable will be forcibly initialized 1548 | } __packed buf; | ^~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_interrupt': /kisskb/src/drivers/iio/accel/fxls8962af-core.c:1028:22: note: byref variable will be forcibly initialized 1028 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_core_probe': /kisskb/src/drivers/iio/accel/fxls8962af-core.c:1158:22: note: byref variable will be forcibly initialized 1158 | unsigned int reg; | ^~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_query_all_default_wake_mask_return0': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1535:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1535 | KUNIT_EXPECT_EQ(test, mask & EC_HOST_EVENT_MASK(EC_HOST_EVENT_BATTERY_STATUS), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1534:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1534 | KUNIT_EXPECT_EQ(test, mask & EC_HOST_EVENT_MASK(EC_HOST_EVENT_PD_MCU), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1533:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1533 | KUNIT_EXPECT_EQ(test, mask & EC_HOST_EVENT_MASK(EC_HOST_EVENT_BATTERY), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1532:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1532 | KUNIT_EXPECT_EQ(test, mask & EC_HOST_EVENT_MASK(EC_HOST_EVENT_BATTERY_CRITICAL), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1531:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1531 | KUNIT_EXPECT_EQ(test, mask & EC_HOST_EVENT_MASK(EC_HOST_EVENT_BATTERY_LOW), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1530:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1530 | KUNIT_EXPECT_EQ(test, mask & EC_HOST_EVENT_MASK(EC_HOST_EVENT_AC_DISCONNECTED), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1529:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1529 | KUNIT_EXPECT_EQ(test, mask & EC_HOST_EVENT_MASK(EC_HOST_EVENT_LID_CLOSED), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1526:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1526 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1525:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1525 | KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_host_event_mask)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1524:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1524 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_HOST_EVENT_GET_WAKE_MASK); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1523:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1523 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1521:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1521 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1513:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1513 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(struct ec_params_get_cmd_versions)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1511:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1511 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1510:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1510 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_CMD_VERSIONS); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1509:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1509 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1507:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1507 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1501:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1501 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(struct ec_params_get_cmd_versions)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1499:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1499 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1498:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1498 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_CMD_VERSIONS); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1497:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1497 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1495:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1495 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1489:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1489 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1487:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1487 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1484:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1484 | KUNIT_EXPECT_EQ(test, mock->msg.command, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1483:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1483 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1481:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1481 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1475:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1475 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1473:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1473 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1472:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1472 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_PROTOCOL_INFO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1471:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1471 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1469:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1469 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1464:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1464 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1459:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1459 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1453:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1453 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1447:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1447 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1441:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1441 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1427:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1427 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/devm-helpers.h:26, from /kisskb/src/drivers/iio/adc/xilinx-ams.c:15: /kisskb/src/drivers/iio/adc/xilinx-ams.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_query_all_default_wake_mask_return_error': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1408:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1408 | KUNIT_EXPECT_EQ(test, mask & EC_HOST_EVENT_MASK(EC_HOST_EVENT_BATTERY_STATUS), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1407:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1407 | KUNIT_EXPECT_EQ(test, mask & EC_HOST_EVENT_MASK(EC_HOST_EVENT_PD_MCU), 0); | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/devm-helpers.h:26, from /kisskb/src/drivers/iio/adc/xilinx-ams.c:15: /kisskb/src/drivers/iio/adc/xilinx-ams.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/adc/xilinx-ams.c: In function 'ams_get_ext_chan': /kisskb/src/drivers/iio/adc/xilinx-ams.c:1179:22: note: byref variable will be forcibly initialized 1179 | unsigned int reg, ext_chan; | ^~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1406:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1406 | KUNIT_EXPECT_EQ(test, mask & EC_HOST_EVENT_MASK(EC_HOST_EVENT_BATTERY), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1405:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1405 | KUNIT_EXPECT_EQ(test, mask & EC_HOST_EVENT_MASK(EC_HOST_EVENT_BATTERY_CRITICAL), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1404:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1404 | KUNIT_EXPECT_EQ(test, mask & EC_HOST_EVENT_MASK(EC_HOST_EVENT_BATTERY_LOW), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1403:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1403 | KUNIT_EXPECT_EQ(test, mask & EC_HOST_EVENT_MASK(EC_HOST_EVENT_AC_DISCONNECTED), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1402:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1402 | KUNIT_EXPECT_EQ(test, mask & EC_HOST_EVENT_MASK(EC_HOST_EVENT_LID_CLOSED), 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1399:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1399 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1398:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1398 | KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_host_event_mask)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1397:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1397 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_HOST_EVENT_GET_WAKE_MASK); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1396:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1396 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1394:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1394 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1386:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1386 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(struct ec_params_get_cmd_versions)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1384:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1384 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1383:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1383 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_CMD_VERSIONS); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1382:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1382 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1380:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1380 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1374:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1374 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(struct ec_params_get_cmd_versions)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1372:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1372 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1371:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1371 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_CMD_VERSIONS); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1370:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1370 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1368:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1368 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1362:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1362 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1360:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1360 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1357:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1357 | KUNIT_EXPECT_EQ(test, mock->msg.command, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1356:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1356 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1354:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1354 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1348:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1348 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1346:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1346 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1345:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1345 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_PROTOCOL_INFO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1344:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1344 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1342:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1342 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1337:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1337 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1332:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1332 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1326:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1326 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1320:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1320 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1314:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1314 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1300:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1300 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_query_all_no_mkbp_return0': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1068:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1068 | KUNIT_EXPECT_EQ(test, ec_dev->mkbp_event_supported, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1066:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1066 | KUNIT_EXPECT_EQ(test, data->cmd, EC_CMD_GET_NEXT_EVENT); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1063:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1063 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(*data)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1061:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1061 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1060:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1060 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_CMD_VERSIONS); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1059:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1059 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1057:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1057 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1049:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1049 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1047:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1047 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1044:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1044 | KUNIT_EXPECT_EQ(test, mock->msg.command, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1043:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1043 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1041:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1041 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1035:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1035 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1033:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1033 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1032:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1032 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_PROTOCOL_INFO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1031:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1031 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1029:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1029 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1024:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1024 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1019:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1019 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1013:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1013 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:999:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 999 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/kxsd9.c: In function 'kxsd9_read_raw': /kisskb/src/drivers/iio/accel/kxsd9.c:166:16: note: byref variable will be forcibly initialized 166 | __be16 raw_val; | ^~~~~~~ /kisskb/src/drivers/iio/accel/kxsd9.c:165:22: note: byref variable will be forcibly initialized 165 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_query_all_no_mkbp_return_error': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:980:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 980 | KUNIT_EXPECT_EQ(test, ec_dev->mkbp_event_supported, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:978:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 978 | KUNIT_EXPECT_EQ(test, data->cmd, EC_CMD_GET_NEXT_EVENT); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:975:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 975 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(*data)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:973:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 973 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:972:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 972 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_CMD_VERSIONS); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:971:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 971 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:969:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 969 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:961:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 961 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:959:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 959 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:956:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 956 | KUNIT_EXPECT_EQ(test, mock->msg.command, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:955:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 955 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:953:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 953 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:947:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 947 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:945:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 945 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:944:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 944 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_PROTOCOL_INFO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:943:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 943 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:941:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 941 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:936:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 936 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:931:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 931 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:925:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 925 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:911:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 911 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/kxsd9.c: In function 'kxsd9_trigger_handler': /kisskb/src/drivers/iio/accel/kxsd9.c:219:11: note: byref variable will be forcibly initialized 219 | } hw_values; | ^~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_query_all_no_mkbp': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:892:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 892 | KUNIT_EXPECT_EQ(test, ec_dev->mkbp_event_supported, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:890:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 890 | KUNIT_EXPECT_EQ(test, data->cmd, EC_CMD_GET_NEXT_EVENT); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:887:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 887 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(*data)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:885:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 885 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:884:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 884 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_CMD_VERSIONS); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:883:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 883 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:881:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 881 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:873:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 873 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:871:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 871 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:868:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 868 | KUNIT_EXPECT_EQ(test, mock->msg.command, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:867:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 867 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:865:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 865 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:859:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 859 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:857:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 857 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:856:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 856 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_PROTOCOL_INFO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:855:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 855 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:853:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 853 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:848:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 848 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:840:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 840 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:832:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 832 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:818:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 818 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_query_all_legacy_return0': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:799:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 799 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(struct ec_params_hello)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:798:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 798 | KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_hello)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:797:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 797 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_HELLO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:796:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 796 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:794:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 794 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:788:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 788 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:786:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 786 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:785:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 785 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_PROTOCOL_INFO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:784:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 784 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:782:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 782 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:777:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 777 | KUNIT_EXPECT_EQ(test, ec_dev->proto_version, EC_PROTO_VERSION_UNKNOWN); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:776:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 776 | KUNIT_EXPECT_EQ(test, ret, -EPROTO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:771:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 771 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:765:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 765 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_query_all_legacy_data_error': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:751:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 751 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(struct ec_params_hello)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:750:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 750 | KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_hello)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:749:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 749 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_HELLO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:748:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 748 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:746:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 746 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:740:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 740 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:738:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 738 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:737:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 737 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_PROTOCOL_INFO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:736:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 736 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:734:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 734 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:729:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 729 | KUNIT_EXPECT_EQ(test, ec_dev->proto_version, EC_PROTO_VERSION_UNKNOWN); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:728:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 728 | KUNIT_EXPECT_EQ(test, ret, -EBADMSG); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:720:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 720 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:712:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 712 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_query_all_legacy_return_error': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:698:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 698 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(struct ec_params_hello)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:697:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 697 | KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_hello)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:696:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 696 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_HELLO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:695:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 695 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:693:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 693 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:687:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 687 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:685:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 685 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:684:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 684 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_PROTOCOL_INFO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:683:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 683 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:681:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 681 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:676:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 676 | KUNIT_EXPECT_EQ(test, ec_dev->proto_version, EC_PROTO_VERSION_UNKNOWN); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:675:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 675 | KUNIT_EXPECT_EQ(test, ret, -EOPNOTSUPP); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:670:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 670 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:664:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 664 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_query_all_legacy_xfer_error': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:650:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 650 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(struct ec_params_hello)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:649:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 649 | KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_hello)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:648:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 648 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_HELLO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:647:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 647 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:645:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 645 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:639:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 639 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:637:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 637 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:636:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 636 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_PROTOCOL_INFO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:635:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 635 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:633:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 633 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:628:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 628 | KUNIT_EXPECT_EQ(test, ec_dev->proto_version, EC_PROTO_VERSION_UNKNOWN); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:627:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 627 | KUNIT_EXPECT_EQ(test, ret, -EIO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:622:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 622 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:616:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 616 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_query_all_legacy_normal_v3_return0': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:602:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 602 | KUNIT_EXPECT_EQ(test, ec_dev->dout_size, EC_PROTO2_MSG_BYTES); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:601:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 601 | KUNIT_EXPECT_EQ(test, ec_dev->din_size, EC_PROTO2_MSG_BYTES); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:744:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 744 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:741:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 741 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:600:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 600 | KUNIT_EXPECT_PTR_EQ(test, ec_dev->pkt_xfer, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:599:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 599 | KUNIT_EXPECT_EQ(test, ec_dev->max_passthru, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:598:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 598 | KUNIT_EXPECT_EQ(test, ec_dev->max_response, EC_PROTO2_MAX_PARAM_SIZE); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:597:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 597 | KUNIT_EXPECT_EQ(test, ec_dev->max_request, EC_PROTO2_MAX_PARAM_SIZE); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:596:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 596 | KUNIT_EXPECT_EQ(test, ec_dev->proto_version, 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:594:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 594 | KUNIT_EXPECT_EQ(test, data->in_data, 0xa0b0c0d0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:591:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 591 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(*data)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:590:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 590 | KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_hello)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:589:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 589 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_HELLO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:588:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 588 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:586:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 586 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:578:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 578 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:576:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 576 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:575:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 575 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_PROTOCOL_INFO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:574:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 574 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:572:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 572 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:567:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 567 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:559:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 559 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:551:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 551 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_query_all_legacy_normal_v3_return_error': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:537:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 537 | KUNIT_EXPECT_EQ(test, ec_dev->dout_size, EC_PROTO2_MSG_BYTES); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:536:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 536 | KUNIT_EXPECT_EQ(test, ec_dev->din_size, EC_PROTO2_MSG_BYTES); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:744:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 744 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:741:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ_MSG' 741 | KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:535:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_EQ' 535 | KUNIT_EXPECT_PTR_EQ(test, ec_dev->pkt_xfer, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:534:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 534 | KUNIT_EXPECT_EQ(test, ec_dev->max_passthru, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:533:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 533 | KUNIT_EXPECT_EQ(test, ec_dev->max_response, EC_PROTO2_MAX_PARAM_SIZE); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:532:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 532 | KUNIT_EXPECT_EQ(test, ec_dev->max_request, EC_PROTO2_MAX_PARAM_SIZE); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:531:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 531 | KUNIT_EXPECT_EQ(test, ec_dev->proto_version, 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:529:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 529 | KUNIT_EXPECT_EQ(test, data->in_data, 0xa0b0c0d0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:526:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 526 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(*data)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:525:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 525 | KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_hello)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:524:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 524 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_HELLO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:523:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 523 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:521:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 521 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:513:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 513 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:511:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 511 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:510:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 510 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_PROTOCOL_INFO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:509:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 509 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:507:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 507 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:502:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 502 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:494:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 494 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:486:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 486 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_query_all_no_pd_return0': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:472:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 472 | KUNIT_EXPECT_EQ(test, ec_dev->max_passthru, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:470:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 470 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:468:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 468 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:465:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 465 | KUNIT_EXPECT_EQ(test, mock->msg.command, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:464:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 464 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:462:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 462 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:456:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 456 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:454:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 454 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:453:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 453 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_PROTOCOL_INFO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:452:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 452 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:450:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 450 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:445:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 445 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:440:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 440 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:426:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 426 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_query_all_no_pd_return_error': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:407:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 407 | KUNIT_EXPECT_EQ(test, ec_dev->max_passthru, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:405:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 405 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:403:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 403 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:400:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 400 | KUNIT_EXPECT_EQ(test, mock->msg.command, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:399:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 399 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:397:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 397 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:391:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 391 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:389:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 389 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:388:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 388 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_PROTOCOL_INFO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:387:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 387 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:385:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 385 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:380:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 380 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:375:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 375 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:361:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 361 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/peci/device.c: In function 'peci_device_info_init': /kisskb/src/drivers/peci/device.c:96:13: note: byref variable will be forcibly initialized 96 | u32 cpu_id; | ^~~~~~ /kisskb/src/drivers/peci/device.c:95:12: note: byref variable will be forcibly initialized 95 | u8 revision; | ^~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_check_result': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:174:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 174 | KUNIT_EXPECT_EQ(test, ret, -EAGAIN); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:169:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 169 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_prepare_tx_bad_msg_outsize': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:134:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 134 | KUNIT_EXPECT_EQ(test, ret, -EINVAL); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_prepare_tx_normal': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:121:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 121 | KUNIT_EXPECT_EQ(test, request->checksum, (u8)-csum); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:112:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 112 | KUNIT_EXPECT_EQ(test, ec_dev->dout[sizeof(*request) + i], 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:110:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 110 | KUNIT_EXPECT_EQ(test, ec_dev->dout[sizeof(*request) + 3], 0xef); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:109:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 109 | KUNIT_EXPECT_EQ(test, ec_dev->dout[sizeof(*request) + 2], 0xbe); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:108:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 108 | KUNIT_EXPECT_EQ(test, ec_dev->dout[sizeof(*request) + 1], 0xad); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:107:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 107 | KUNIT_EXPECT_EQ(test, ec_dev->dout[sizeof(*request) + 0], 0xde); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:106:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 106 | KUNIT_EXPECT_EQ(test, request->data_len, 0x88); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:105:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 105 | KUNIT_EXPECT_EQ(test, request->command_version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:104:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 104 | KUNIT_EXPECT_EQ(test, request->command, EC_CMD_HELLO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:103:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 103 | KUNIT_EXPECT_EQ(test, request->struct_version, EC_HOST_REQUEST_VERSION); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:101:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 101 | KUNIT_EXPECT_EQ(test, ret, sizeof(*request) + 0x88); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_prepare_tx_legacy_bad_msg_outsize': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:80:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 80 | KUNIT_EXPECT_EQ(test, ret, -EINVAL); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_prepare_tx_legacy_normal': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:63:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 63 | KUNIT_EXPECT_EQ(test, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:54:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 54 | KUNIT_EXPECT_EQ(test, ec_dev->dout[EC_MSG_TX_HEADER_BYTES + i], 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:52:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 52 | KUNIT_EXPECT_EQ(test, ec_dev->dout[EC_MSG_TX_HEADER_BYTES + 3], 0xef); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:51:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 51 | KUNIT_EXPECT_EQ(test, ec_dev->dout[EC_MSG_TX_HEADER_BYTES + 2], 0xbe); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:50:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 50 | KUNIT_EXPECT_EQ(test, ec_dev->dout[EC_MSG_TX_HEADER_BYTES + 1], 0xad); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:49:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 49 | KUNIT_EXPECT_EQ(test, ec_dev->dout[EC_MSG_TX_HEADER_BYTES + 0], 0xde); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:47:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 47 | KUNIT_EXPECT_EQ(test, ec_dev->dout[2], EC_PROTO2_MAX_PARAM_SIZE); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:46:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 46 | KUNIT_EXPECT_EQ(test, ec_dev->dout[1], EC_CMD_HELLO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:45:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 45 | KUNIT_EXPECT_EQ(test, ec_dev->dout[0], EC_CMD_VERSION0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:44:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 44 | KUNIT_EXPECT_EQ(test, ret, EC_MSG_TX_PROTO_BYTES + EC_PROTO2_MAX_PARAM_SIZE); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_get_next_event_mkbp_event_host_event_masked': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2311:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2311 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2309:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2309 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2308:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2308 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_NEXT_EVENT); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2307:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2307 | KUNIT_EXPECT_EQ(test, mock->msg.version, 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2305:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 2305 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2300:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 2300 | KUNIT_EXPECT_FALSE(test, wake_event); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2298:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2298 | KUNIT_EXPECT_EQ(test, ec_dev->event_data.event_type, EC_MKBP_EVENT_HOST_EVENT); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2296:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2296 | KUNIT_EXPECT_EQ(test, ret, sizeof(data->event_type) + sizeof(data->data.host_event)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2287:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 2287 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2271:14: note: byref variable will be forcibly initialized 2271 | bool wake_event; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_get_next_event_mkbp_event_host_event_rtc': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2261:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2261 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2259:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2259 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2258:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2258 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_NEXT_EVENT); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2257:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2257 | KUNIT_EXPECT_EQ(test, mock->msg.version, 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2255:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 2255 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2250:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 2250 | KUNIT_EXPECT_FALSE(test, wake_event); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2248:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2248 | KUNIT_EXPECT_EQ(test, ec_dev->event_data.event_type, EC_MKBP_EVENT_HOST_EVENT); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2246:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2246 | KUNIT_EXPECT_EQ(test, ret, sizeof(data->event_type) + sizeof(data->data.host_event)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2238:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 2238 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2222:14: note: byref variable will be forcibly initialized 2222 | bool wake_event; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_get_next_event_mkbp_event_version2': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2212:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2212 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2210:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2210 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2209:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2209 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_NEXT_EVENT); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2208:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2208 | KUNIT_EXPECT_EQ(test, mock->msg.version, 2); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2206:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 2206 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2201:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 2201 | KUNIT_EXPECT_FALSE(test, more_events); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2200:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 2200 | KUNIT_EXPECT_TRUE(test, wake_event); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2198:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2198 | KUNIT_EXPECT_EQ(test, ec_dev->event_data.data.sysrq, 0xbeef); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2197:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2197 | KUNIT_EXPECT_EQ(test, ec_dev->event_data.event_type, EC_MKBP_EVENT_FINGERPRINT); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2195:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2195 | KUNIT_EXPECT_EQ(test, ret, sizeof(struct ec_response_get_next_event_v1)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2187:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 2187 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2172:26: note: byref variable will be forcibly initialized 2172 | bool wake_event, more_events; | ^~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2172:14: note: byref variable will be forcibly initialized 2172 | bool wake_event, more_events; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_get_next_event_mkbp_event_version0': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2162:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2162 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2161:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2161 | KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_get_next_event)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2160:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2160 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_NEXT_EVENT); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2159:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2159 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2157:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 2157 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2152:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 2152 | KUNIT_EXPECT_TRUE(test, more_events); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2151:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 2151 | KUNIT_EXPECT_FALSE(test, wake_event); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2149:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2149 | KUNIT_EXPECT_EQ(test, ec_dev->event_data.data.sysrq, 0xbeef); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2148:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2148 | KUNIT_EXPECT_EQ(test, ec_dev->event_data.event_type, EC_MKBP_EVENT_SENSOR_FIFO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2146:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2146 | KUNIT_EXPECT_EQ(test, ret, sizeof(struct ec_response_get_next_event)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2138:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 2138 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2123:26: note: byref variable will be forcibly initialized 2123 | bool wake_event, more_events; | ^~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2123:14: note: byref variable will be forcibly initialized 2123 | bool wake_event, more_events; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_get_next_event_no_mkbp_event': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2100:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2100 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2099:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2099 | KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(union ec_response_get_next_data_v1)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2098:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2098 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_MKBP_STATE); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2097:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2097 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2095:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 2095 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2090:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 2090 | KUNIT_EXPECT_FALSE(test, more_events); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2089:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 2089 | KUNIT_EXPECT_TRUE(test, wake_event); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2087:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2087 | KUNIT_EXPECT_EQ(test, ec_dev->event_data.data.host_event, 0xbeef); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2086:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2086 | KUNIT_EXPECT_EQ(test, ec_dev->event_data.event_type, EC_MKBP_EVENT_KEY_MATRIX); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2084:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 2084 | KUNIT_EXPECT_EQ(test, ret, sizeof(union ec_response_get_next_data_v1)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2077:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 2077 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2062:26: note: byref variable will be forcibly initialized 2062 | bool wake_event, more_events; | ^~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:2062:14: note: byref variable will be forcibly initialized 2062 | bool wake_event, more_events; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:6: /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_query_all_no_host_sleep_return0': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1281:17: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 1281 | KUNIT_EXPECT_FALSE(test, ec_dev->host_sleep_v1); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1279:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1279 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(struct ec_params_get_cmd_versions)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1277:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1277 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1276:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1276 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_CMD_VERSIONS); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/dmard10.c: In function 'dmard10_shutdown': /kisskb/src/drivers/iio/accel/dmard10.c:129:23: note: byref variable will be forcibly initialized 129 | unsigned char buffer[3]; | ^~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1275 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1273:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1273 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1267:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1267 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(struct ec_params_get_cmd_versions)); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/dmard10.c: In function 'dmard10_read_raw': /kisskb/src/drivers/iio/accel/dmard10.c:143:16: note: byref variable will be forcibly initialized 143 | __le16 buf[4]; | ^~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1265:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1265 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1264:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1264 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_CMD_VERSIONS); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1263:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1263 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/dmard10.c: In function 'dmard10_reset': /kisskb/src/drivers/iio/accel/dmard10.c:76:23: note: byref variable will be forcibly initialized 76 | unsigned char buffer[7]; | ^~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1261:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1261 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1255:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1255 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1253:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1253 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1250:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1250 | KUNIT_EXPECT_EQ(test, mock->msg.command, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1249:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1249 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1247:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1247 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1241:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1241 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1239:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1239 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1238:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1238 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_PROTOCOL_INFO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1237:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1237 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1235:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1235 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1230:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1230 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1225:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1225 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1215:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1215 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1207:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1207 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1193:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1193 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_query_all_no_host_sleep': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:541:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 541 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:702:9: note: in expansion of macro 'KUNIT_FALSE_MSG_ASSERTION' 702 | KUNIT_FALSE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:699:9: note: in expansion of macro 'KUNIT_EXPECT_FALSE_MSG' 699 | KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1174:17: note: in expansion of macro 'KUNIT_EXPECT_FALSE' 1174 | KUNIT_EXPECT_FALSE(test, ec_dev->host_sleep_v1); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1172:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1172 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(struct ec_params_get_cmd_versions)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1170:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1170 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1169:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1169 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_CMD_VERSIONS); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1168:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1168 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1166:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1166 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1160:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1160 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(struct ec_params_get_cmd_versions)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1158:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1158 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1157:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1157 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_CMD_VERSIONS); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1156:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1156 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1154:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1154 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1148:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1148 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1146:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1146 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1143:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1143 | KUNIT_EXPECT_EQ(test, mock->msg.command, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1142:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1142 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1140:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1140 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1134:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1134 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1132:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1132 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1131:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1131 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_PROTOCOL_INFO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1130:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1130 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1128:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 1128 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1123:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 1123 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1115:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1115 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1107:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1107 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1101:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1101 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:1087:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 1087 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c: In function 'cros_ec_proto_test_query_all_normal': /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:342:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 342 | KUNIT_EXPECT_EQ(test, ec_dev->host_event_wake_mask, 0xbeef); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:340:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 340 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:339:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 339 | KUNIT_EXPECT_EQ(test, mock->msg.insize, sizeof(struct ec_response_host_event_mask)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:338:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 338 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_HOST_EVENT_GET_WAKE_MASK); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:337:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 337 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:335:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 335 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:523:9: note: in expansion of macro 'KUNIT_ASSERTION' 523 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:533:9: note: in expansion of macro 'KUNIT_UNARY_ASSERTION' 533 | KUNIT_UNARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:683:9: note: in expansion of macro 'KUNIT_TRUE_MSG_ASSERTION' 683 | KUNIT_TRUE_MSG_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:680:9: note: in expansion of macro 'KUNIT_EXPECT_TRUE_MSG' 680 | KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:329:17: note: in expansion of macro 'KUNIT_EXPECT_TRUE' 329 | KUNIT_EXPECT_TRUE(test, ec_dev->host_sleep_v1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:327:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 327 | KUNIT_EXPECT_EQ(test, data->cmd, EC_CMD_HOST_SLEEP_EVENT); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:324:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 324 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(*data)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:322:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 322 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:321:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 321 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_CMD_VERSIONS); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:320:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 320 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:318:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 318 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:310:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 310 | KUNIT_EXPECT_EQ(test, ec_dev->mkbp_event_supported, 7); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:308:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 308 | KUNIT_EXPECT_EQ(test, data->cmd, EC_CMD_GET_NEXT_EVENT); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:305:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 305 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, sizeof(*data)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:303:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 303 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:302:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 302 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_CMD_VERSIONS); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:301:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 301 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:299:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 299 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:291:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 291 | KUNIT_EXPECT_EQ(test, ec_dev->max_passthru, 0xbf - sizeof(struct ec_host_request)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:289:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 289 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:287:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 287 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:284:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 284 | KUNIT_EXPECT_EQ(test, mock->msg.command, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:283:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 283 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:281:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 281 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:275:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 275 | KUNIT_EXPECT_EQ(test, ec_dev->dout_size, 0xbe + EC_MAX_REQUEST_OVERHEAD); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:274:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 274 | KUNIT_EXPECT_EQ(test, ec_dev->din_size, 0xef + EC_MAX_RESPONSE_OVERHEAD); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:273:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 273 | KUNIT_EXPECT_EQ(test, ec_dev->proto_version, 3); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:272:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 272 | KUNIT_EXPECT_EQ(test, ec_dev->max_response, 0xef - sizeof(struct ec_host_response)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:271:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 271 | KUNIT_EXPECT_EQ(test, ec_dev->max_request, 0xbe - sizeof(struct ec_host_request)); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:269:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 269 | KUNIT_EXPECT_EQ(test, mock->msg.outsize, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:267:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 267 | KUNIT_EXPECT_EQ(test, mock->msg.insize, | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:266:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 266 | KUNIT_EXPECT_EQ(test, mock->msg.command, EC_CMD_GET_PROTOCOL_INFO); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:265:17: note: in expansion of macro 'KUNIT_EXPECT_EQ' 265 | KUNIT_EXPECT_EQ(test, mock->msg.version, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:786:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 786 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:783:9: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE_MSG' 783 | KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:263:17: note: in expansion of macro 'KUNIT_EXPECT_PTR_NE' 263 | KUNIT_EXPECT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:599:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 599 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:723:9: note: in expansion of macro 'KUNIT_BINARY_INT_ASSERTION' 723 | KUNIT_BINARY_INT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:720:9: note: in expansion of macro 'KUNIT_EXPECT_EQ_MSG' 720 | KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:258:9: note: in expansion of macro 'KUNIT_EXPECT_EQ' 258 | KUNIT_EXPECT_EQ(test, ret, 0); | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:250:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 250 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:239:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 239 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:228:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 228 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:217:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 217 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:480:37: note: byref variable will be forcibly initialized 480 | struct assert_class __assertion = INITIALIZER; \ | ^~~~~~~~~~~ /kisskb/src/include/kunit/test.h:580:9: note: in expansion of macro 'KUNIT_ASSERTION' 580 | KUNIT_ASSERTION(test, \ | ^~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:614:9: note: in expansion of macro 'KUNIT_BASE_BINARY_ASSERTION' 614 | KUNIT_BASE_BINARY_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1098:9: note: in expansion of macro 'KUNIT_BINARY_PTR_ASSERTION' 1098 | KUNIT_BINARY_PTR_ASSERTION(test, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/kunit/test.h:1095:9: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE_MSG' 1095 | KUNIT_ASSERT_PTR_NE_MSG(test, left, right, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto_test.c:204:17: note: in expansion of macro 'KUNIT_ASSERT_PTR_NE' 204 | KUNIT_ASSERT_PTR_NE(test, mock, NULL); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/pcf50633-core.c: In function 'pcf50633_reg_read': /kisskb/src/drivers/mfd/pcf50633-core.c:50:22: 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:12: note: byref variable will be forcibly initialized 84 | u8 dump[16]; | ^~~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/w83793.c:334:23: 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:23: note: byref variable will be forcibly initialized 489 | unsigned long val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:11: /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_temp': /kisskb/src/drivers/hwmon/w83793.c:588:14: 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:23: note: byref variable will be forcibly initialized 535 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_beep': /kisskb/src/drivers/hwmon/w83793.c:381:23: 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/gpu/drm/drm_client_modeset.c: In function 'drm_client_firmware_config': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:582:40: note: byref variable will be forcibly initialized 582 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/hwmon/w83793.c:933:14: 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:23: note: byref variable will be forcibly initialized 892 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf_ctrl': /kisskb/src/drivers/hwmon/w83793.c:820:14: note: byref variable will be forcibly initialized 820 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_temp_mode': /kisskb/src/drivers/hwmon/w83793.c:654:23: note: byref variable will be forcibly initialized 654 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf_setup': /kisskb/src/drivers/hwmon/w83793.c:719:14: note: byref variable will be forcibly initialized 719 | long val; | ^~~ /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:1191:40: note: byref variable will be forcibly initialized 1191 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_beep_enable': /kisskb/src/drivers/hwmon/w83793.c:414:23: 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:23: note: byref variable will be forcibly initialized 442 | unsigned long val; | ^~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_modeset_probe': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:774:40: note: byref variable will be forcibly initialized 774 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_modeset_commit_atomic': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:1020:30: note: byref variable will be forcibly initialized 1020 | unsigned int rotation; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:984:40: note: byref variable will be forcibly initialized 984 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_in': /kisskb/src/drivers/hwmon/w83793.c:981:23: note: byref variable will be forcibly initialized 981 | unsigned long val; | ^~~ /kisskb/src/drivers/mfd/max77693.c: In function 'max77693_i2c_probe': /kisskb/src/drivers/mfd/max77693.c:156:22: note: byref variable will be forcibly initialized 156 | unsigned int reg_data; | ^~~~~~~~ /kisskb/src/drivers/nvmem/meson-mx-efuse.c: In function 'meson_mx_efuse_read': /kisskb/src/drivers/nvmem/meson-mx-efuse.c:140:13: note: byref variable will be forcibly initialized 140 | u32 tmp; | ^~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, 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:24: note: byref variable will be forcibly initialized 48 | DECLARE_BITMAP(values, BITS_PER_TYPE(value)); | ^~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/uio/uio.c: In function 'uio_write': /kisskb/src/drivers/uio/uio.c:626:13: note: byref variable will be forcibly initialized 626 | s32 irq_on; | ^~~~~~ /kisskb/src/drivers/uio/uio.c: In function 'uio_major_init': /kisskb/src/drivers/uio/uio.c:834:15: note: byref variable will be forcibly initialized 834 | dev_t uio_dev = 0; | ^~~~~~~ /kisskb/src/drivers/uio/uio.c: In function 'uio_read': /kisskb/src/drivers/uio/uio.c:572:13: note: byref variable will be forcibly initialized 572 | s32 event_count; | ^~~~~~~~~~~ /kisskb/src/drivers/mfd/pcf50633-irq.c: In function 'pcf50633_irq': /kisskb/src/drivers/mfd/pcf50633-irq.c:113:12: 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:12: note: byref variable will be forcibly initialized 227 | u8 res[5]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_client.c: In function 'drm_client_debugfs_internal_clients': /kisskb/src/drivers/gpu/drm/drm_client.c:485:28: note: byref variable will be forcibly initialized 485 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/drm_client.c: In function 'drm_client_framebuffer_flush': /kisskb/src/drivers/gpu/drm/drm_client.c:464:38: note: byref variable will be forcibly initialized 464 | struct drm_clip_rect clip = { | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/slimbus/messaging.c:6: /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_do_transfer': /kisskb/src/drivers/slimbus/messaging.c:112:36: note: byref variable will be forcibly initialized 112 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_read': /kisskb/src/drivers/slimbus/messaging.c:298:29: note: byref variable will be forcibly initialized 298 | struct slim_val_inf msg; | ^~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_readb': /kisskb/src/drivers/slimbus/messaging.c:317:12: note: byref variable will be forcibly initialized 317 | u8 buf; | ^~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_write': /kisskb/src/drivers/slimbus/messaging.c:341:29: note: byref variable will be forcibly initialized 341 | struct slim_val_inf msg; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'get_async_notif_value': /kisskb/src/drivers/tee/optee/smc_abi.c:983:30: note: byref variable will be forcibly initialized 983 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'enable_async_notif': /kisskb/src/drivers/tee/optee/smc_abi.c:1131:30: note: byref variable will be forcibly initialized 1131 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_msg_api_uid_is_optee_api': /kisskb/src/drivers/tee/optee/smc_abi.c:1142:30: note: byref variable will be forcibly initialized 1142 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_msg_api_revision_is_compatible': /kisskb/src/drivers/tee/optee/smc_abi.c:1178:11: note: byref variable will be forcibly initialized 1178 | } res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_msg_exchange_capabilities': /kisskb/src/drivers/tee/optee/smc_abi.c:1195:11: note: byref variable will be forcibly initialized 1195 | } res; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/tee/optee/optee_trace.h:67, from /kisskb/src/drivers/tee/optee/smc_abi.c:31: /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'trace_event_raw_event_optee_invoke_fn_begin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/./optee_trace.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(optee_invoke_fn_begin, | ^~~~~~~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'trace_event_raw_event_optee_invoke_fn_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/./optee_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' 40 | TRACE_EVENT(optee_invoke_fn_end, | ^~~~~~~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function '__optee_disable_shm_cache': /kisskb/src/drivers/tee/optee/smc_abi.c:296:19: note: byref variable will be forcibly initialized 296 | } res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c:288:34: note: byref variable will be forcibly initialized 288 | struct optee_call_waiter w; | ^ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_enable_shm_cache': /kisskb/src/drivers/tee/optee/smc_abi.c:268:38: note: byref variable will be forcibly initialized 268 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c:263:34: note: byref variable will be forcibly initialized 263 | struct optee_call_waiter w; | ^ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'from_msg_param_tmp_mem': /kisskb/src/drivers/tee/optee/smc_abi.c:66:21: note: byref variable will be forcibly initialized 66 | phys_addr_t pa; | ^~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'to_msg_param_tmp_mem': /kisskb/src/drivers/tee/optee/smc_abi.c:163:21: note: byref variable will be forcibly initialized 163 | phys_addr_t pa; | ^~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'handle_rpc_func_cmd_shm_alloc': /kisskb/src/drivers/tee/optee/smc_abi.c:661:21: note: byref variable will be forcibly initialized 661 | phys_addr_t pa; | ^~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_handle_rpc': /kisskb/src/drivers/tee/optee/smc_abi.c:803:21: note: byref variable will be forcibly initialized 803 | phys_addr_t pa; | ^~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'get_invoke_func': /kisskb/src/drivers/tee/optee/smc_abi.c:1294:21: note: byref variable will be forcibly initialized 1294 | const char *method; | ^~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_config_shm_memremap': /kisskb/src/drivers/tee/optee/smc_abi.c:1231:11: note: byref variable will be forcibly initialized 1231 | } res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_smc_do_call_with_arg': /kisskb/src/drivers/tee/optee/smc_abi.c:911:38: note: byref variable will be forcibly initialized 911 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c:896:29: note: byref variable will be forcibly initialized 896 | phys_addr_t parg; | ^~~~ /kisskb/src/drivers/tee/optee/smc_abi.c:871:34: note: byref variable will be forcibly initialized 871 | struct optee_call_waiter w; | ^ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'simple_call_with_arg': /kisskb/src/drivers/tee/optee/smc_abi.c:953:15: note: byref variable will be forcibly initialized 953 | u_int offs; | ^~~~ /kisskb/src/drivers/mfd/ntxec.c: In function 'ntxec_restart': /kisskb/src/drivers/mfd/ntxec.c:75:24: note: byref variable will be forcibly initialized 75 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/tee/optee/smc_abi.c:952:25: note: byref variable will be forcibly initialized 952 | struct tee_shm *shm; | ^~~ /kisskb/src/drivers/mfd/ntxec.c:69:12: note: byref variable will be forcibly initialized 69 | u8 buf[3] = { NTXEC_REG_RESET }; | ^~~ /kisskb/src/drivers/tee/optee/smc_abi.c:950:37: note: byref variable will be forcibly initialized 950 | struct optee_shm_arg_entry *entry; | ^~~~~ /kisskb/src/drivers/mfd/ntxec.c: In function 'ntxec_poweroff': /kisskb/src/drivers/mfd/ntxec.c:41:24: note: byref variable will be forcibly initialized 41 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/mfd/ntxec.c:40:12: note: byref variable will be forcibly initialized 40 | u8 buf[3] = { NTXEC_REG_POWEROFF }; | ^~~ /kisskb/src/drivers/mfd/ntxec.c: In function 'ntxec_probe': /kisskb/src/drivers/mfd/ntxec.c:151:22: note: byref variable will be forcibly initialized 151 | unsigned int version; | ^~~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'optee_probe': /kisskb/src/drivers/tee/optee/smc_abi.c:1368:13: note: byref variable will be forcibly initialized 1368 | u32 sec_caps; | ^~~~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c:1366:13: note: byref variable will be forcibly initialized 1366 | u32 max_notif_value; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c:1363:22: note: byref variable will be forcibly initialized 1363 | unsigned int rpc_param_count; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c:1362:15: note: byref variable will be forcibly initialized 1362 | void *memremaped_shm = NULL; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c: In function 'notif_irq_handler': /kisskb/src/drivers/tee/optee/smc_abi.c:999:14: note: byref variable will be forcibly initialized 999 | bool value_pending; | ^~~~~~~~~~~~~ /kisskb/src/drivers/tee/optee/smc_abi.c:998:14: note: byref variable will be forcibly initialized 998 | bool value_valid; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | 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:13: note: byref variable will be forcibly initialized 300 | int object; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, 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:634:16: note: byref variable will be forcibly initialized 634 | 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:13: note: byref variable will be forcibly initialized 212 | int object; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c:211:28: 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:28: 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:28: 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:28: 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:28: note: byref variable will be forcibly initialized 481 | struct drm_master *lessee = NULL; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c:480:28: note: byref variable will be forcibly initialized 480 | struct drm_master *lessor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c:479:20: 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:28: 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:13: note: byref variable will be forcibly initialized 643 | int object; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c:639:28: 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:28: note: byref variable will be forcibly initialized 695 | struct drm_master *lessor; | ^~~~~~ /kisskb/src/drivers/peci/sysfs.c: In function 'rescan_store': /kisskb/src/drivers/peci/sysfs.c:20:14: note: byref variable will be forcibly initialized 20 | bool res; | ^~~ /kisskb/src/drivers/peci/sysfs.c: In function 'remove_store': /kisskb/src/drivers/peci/sysfs.c:56:14: note: byref variable will be forcibly initialized 56 | bool res; | ^~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_reset': /kisskb/src/drivers/pcmcia/cs.c:251:13: note: byref variable will be forcibly initialized 251 | int status, i; | ^~~~~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_setup': /kisskb/src/drivers/pcmcia/cs.c:334:13: note: byref variable will be forcibly initialized 334 | int status, i; | ^~~~~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_shutdown': /kisskb/src/drivers/pcmcia/cs.c:287:13: note: byref variable will be forcibly initialized 287 | int status; | ^~~~~~ /kisskb/src/drivers/pcmcia/cs.c: In function 'socket_detect_change': /kisskb/src/drivers/pcmcia/cs.c:577:21: note: byref variable will be forcibly initialized 577 | int status; | ^~~~~~ /kisskb/src/drivers/iio/adc/ad7091r-base.c: In function 'ad7091r_event_handler': /kisskb/src/drivers/iio/adc/ad7091r-base.c:179:25: note: byref variable will be forcibly initialized 179 | unsigned int i, read_val; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/ad7091r-base.c: In function 'ad7091r_set_channel': /kisskb/src/drivers/iio/adc/ad7091r-base.c:82:22: note: byref variable will be forcibly initialized 82 | unsigned int dummy; | ^~~~~ /kisskb/src/drivers/iio/adc/ad7091r-base.c: In function 'ad7091r_read_one': /kisskb/src/drivers/iio/adc/ad7091r-base.c:102:22: note: byref variable will be forcibly initialized 102 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/adc/ad7091r-base.c: In function 'ad7091r_read_raw': /kisskb/src/drivers/iio/adc/ad7091r-base.c:126:22: note: byref variable will be forcibly initialized 126 | unsigned int read_val; | ^~~~~~~~ /kisskb/src/drivers/hwmon/adm1025.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/adm1025.c:241:14: note: byref variable will be forcibly initialized 241 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1025.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/adm1025.c:220:14: note: byref variable will be forcibly initialized 220 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1025.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adm1025.c:304:14: note: byref variable will be forcibly initialized 304 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1025.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adm1025.c:282:14: note: byref variable will be forcibly initialized 282 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1025.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/adm1025.c:369:23: note: byref variable will be forcibly initialized 369 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/adm1031.c:479:14: note: byref variable will be forcibly initialized 479 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'auto_temp_max_store': /kisskb/src/drivers/hwmon/adm1031.c:438:14: note: byref variable will be forcibly initialized 438 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'auto_temp_min_store': /kisskb/src/drivers/hwmon/adm1031.c:408:14: note: byref variable will be forcibly initialized 408 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_crit_store': /kisskb/src/drivers/hwmon/adm1031.c:778:14: note: byref variable will be forcibly initialized 778 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adm1031.c:756:14: note: byref variable will be forcibly initialized 756 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adm1031.c:734:14: note: byref variable will be forcibly initialized 734 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_offset_store': /kisskb/src/drivers/hwmon/adm1031.c:712:14: note: byref variable will be forcibly initialized 712 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'fan_auto_channel_store': /kisskb/src/drivers/hwmon/adm1031.c:335:14: note: byref variable will be forcibly initialized 335 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/adm1031.c:590:14: note: byref variable will be forcibly initialized 590 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/adm1031.c:615:14: note: byref variable will be forcibly initialized 615 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'update_interval_store': /kisskb/src/drivers/hwmon/adm1031.c:863:23: note: byref variable will be forcibly initialized 863 | unsigned long val; | ^~~ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletWheel': /kisskb/src/drivers/gpu/drm/drm_managed.c: In function 'alloc_dr': /kisskb/src/drivers/gpu/drm/drm_managed.c:89:16: note: byref variable will be forcibly initialized 89 | size_t tot_size; | ^~~~~~~~ /kisskb/src/drivers/input/tablet/aiptek.c:1536:18: note: byref variable will be forcibly initialized 1536 | int err, w; | ^ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletProgrammableDelay': /kisskb/src/drivers/input/tablet/aiptek.c:1290:18: note: byref variable will be forcibly initialized 1290 | int err, d; | ^ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletJitterDelay': /kisskb/src/drivers/input/tablet/aiptek.c:1261:18: note: byref variable will be forcibly initialized 1261 | int err, j; | ^ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletYtilt': /kisskb/src/drivers/input/tablet/aiptek.c:1224:13: note: byref variable will be forcibly initialized 1224 | int y; | ^ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletXtilt': /kisskb/src/drivers/input/tablet/aiptek.c:1183:13: note: byref variable will be forcibly initialized 1183 | int x; | ^ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/seq_file.h:12, from /kisskb/src/include/drm/drm_print.h:31, from /kisskb/src/drivers/gpu/drm/drm_vblank_work.c:5: /kisskb/src/drivers/gpu/drm/drm_vblank_work.c: In function 'drm_vblank_work_flush': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:974:15: note: in expansion of macro '___wait_event' 974 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1034:9: note: in expansion of macro '__wait_event_lock_irq' 1034 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank_work.c:224:9: note: in expansion of macro 'wait_event_lock_irq' 224 | wait_event_lock_irq(vblank->work_wait_queue, list_empty(&work->node), | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'aiptek_probe': /kisskb/src/drivers/input/tablet/aiptek.c:1656:41: note: byref variable will be forcibly initialized 1656 | struct usb_endpoint_descriptor *endpoint; | ^~~~~~~~ /kisskb/src/drivers/mfd/pcf50633-adc.c: In function 'pcf50633_adc_sync_read': /kisskb/src/drivers/mfd/pcf50633-adc.c:118:42: note: byref variable will be forcibly initialized 118 | struct pcf50633_adc_sync_request req; | ^~~ /kisskb/src/drivers/vfio/mdev/mdev_core.c: In function 'mdev_register_device': /kisskb/src/drivers/vfio/mdev/mdev_core.c:122:15: note: byref variable will be forcibly initialized 122 | char *envp[] = { env_string, NULL }; | ^~~~ /kisskb/src/drivers/vfio/mdev/mdev_core.c: In function 'mdev_unregister_device': /kisskb/src/drivers/vfio/mdev/mdev_core.c:200:15: note: byref variable will be forcibly initialized 200 | char *envp[] = { env_string, NULL }; | ^~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_intrusion_read': /kisskb/src/drivers/hwmon/adm9240.c:403:22: 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:22: 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:22: 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:22: 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:22: note: byref variable will be forcibly initialized 238 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_write_fan_div': /kisskb/src/drivers/hwmon/adm9240.c:137:22: 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:22: note: byref variable will be forcibly initialized 499 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'aout_output_store': /kisskb/src/drivers/hwmon/adm9240.c:253:14: note: byref variable will be forcibly initialized 253 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_chip_read': /kisskb/src/drivers/hwmon/adm9240.c:384:12: 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:18: note: byref variable will be forcibly initialized 316 | u8 conf, mode; | ^~~~ /kisskb/src/drivers/hwmon/adm9240.c:316:12: note: byref variable will be forcibly initialized 316 | u8 conf, mode; | ^~~~ /kisskb/src/drivers/hwmon/adm9240.c:315:22: note: byref variable will be forcibly initialized 315 | unsigned int regval; | ^~~~~~ /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:70:34: note: byref variable will be forcibly initialized 70 | struct drm_mode_modeinfo umode; | ^~~~~ /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:404:14: note: byref variable will be forcibly initialized 404 | bool replaced = false; | ^~~~~~~~ /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:504:14: note: byref variable will be forcibly initialized 504 | bool replaced = 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:674:14: note: byref variable will be forcibly initialized 674 | bool replaced = false; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_atomic_set_property': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:973:33: note: byref variable will be forcibly initialized 973 | struct drm_mode_object *ref; | ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_mode_atomic_ioctl': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1379:34: note: byref variable will be forcibly initialized 1379 | uint64_t prop_value; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1294:28: note: byref variable will be forcibly initialized 1294 | unsigned int i, j, num_fences; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1292:37: note: byref variable will be forcibly initialized 1292 | struct drm_out_fence_state *fence_state; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1291:40: note: byref variable will be forcibly initialized 1291 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/input/touchscreen/ad7879.c: In function 'ad7879_parse_dt': /kisskb/src/drivers/input/touchscreen/ad7879.c:494:13: 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:22: note: byref variable will be forcibly initialized 137 | unsigned int val; | ^~~ /kisskb/src/drivers/input/touchscreen/ad7879.c: In function 'ad7879_disable_store': /kisskb/src/drivers/input/touchscreen/ad7879.c:371:22: note: byref variable will be forcibly initialized 371 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_power_off': /kisskb/src/drivers/mfd/retu-mfd.c:171:13: note: byref variable will be forcibly initialized 171 | int reg; | ^~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_regmap_write': /kisskb/src/drivers/mfd/retu-mfd.c:209:13: note: byref variable will be forcibly initialized 209 | u16 val; | ^~~ /kisskb/src/drivers/mfd/retu-mfd.c:208:12: note: byref variable will be forcibly initialized 208 | u8 reg; | ^~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_read': /kisskb/src/drivers/mfd/retu-mfd.c:146:13: note: byref variable will be forcibly initialized 146 | int value; | ^~~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_alarm_read': /kisskb/src/drivers/hwmon/adt7x10.c:226:22: note: byref variable will be forcibly initialized 226 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_irq_handler': /kisskb/src/drivers/hwmon/adt7x10.c:82:22: note: byref variable will be forcibly initialized 82 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_hyst_read': /kisskb/src/drivers/hwmon/adt7x10.c:173:19: note: byref variable will be forcibly initialized 173 | int hyst, temp, ret; | ^~~~ /kisskb/src/drivers/hwmon/adt7x10.c:173:13: note: byref variable will be forcibly initialized 173 | int hyst, temp, ret; | ^~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_hyst_write': /kisskb/src/drivers/hwmon/adt7x10.c:203:22: note: byref variable will be forcibly initialized 203 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_temp_ready': /kisskb/src/drivers/hwmon/adt7x10.c:101:22: note: byref variable will be forcibly initialized 101 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_temp_read': /kisskb/src/drivers/hwmon/adt7x10.c:137:22: note: byref variable will be forcibly initialized 137 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_probe': /kisskb/src/drivers/hwmon/adt7x10.c:342:22: note: byref variable will be forcibly initialized 342 | unsigned int config; | ^~~~~~ /kisskb/src/drivers/iio/chemical/atlas-sensor.c: In function 'atlas_write_raw': /kisskb/src/drivers/iio/chemical/atlas-sensor.c:574:16: note: byref variable will be forcibly initialized 574 | __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:510:24: note: byref variable will be forcibly initialized 510 | __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:22: 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:22: note: byref variable will be forcibly initialized 311 | 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:17: note: byref variable will be forcibly initialized 273 | __be16 rval; | ^~~~ /kisskb/src/drivers/iio/chemical/atlas-sensor.c:272:22: note: byref variable will be forcibly initialized 272 | 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:22: note: byref variable will be forcibly initialized 245 | unsigned int val; | ^~~ /kisskb/src/drivers/nvmem/rmem.c: In function 'rmem_read': /kisskb/src/drivers/nvmem/rmem.c:25:16: note: byref variable will be forcibly initialized 25 | loff_t off = offset; | ^~~ In file included from /kisskb/src/drivers/slimbus/stream.c:6: /kisskb/src/drivers/slimbus/stream.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_connect_port_channel': /kisskb/src/drivers/slimbus/stream.c:128:29: note: byref variable will be forcibly initialized 128 | struct slim_val_inf msg = {0, 2, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/slimbus/stream.c:127:12: note: byref variable will be forcibly initialized 127 | u8 wbuf[2]; | ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_define_channel': /kisskb/src/drivers/slimbus/stream.c:303:29: note: byref variable will be forcibly initialized 303 | struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/slimbus/stream.c:302:12: note: byref variable will be forcibly initialized 302 | u8 wbuf[4]; | ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_define_channel_content': /kisskb/src/drivers/slimbus/stream.c:268:29: note: byref variable will be forcibly initialized 268 | struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/slimbus/stream.c:267:12: note: byref variable will be forcibly initialized 267 | u8 wbuf[4]; | ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_activate_channel': /kisskb/src/drivers/slimbus/stream.c:327:29: note: byref variable will be forcibly initialized 327 | struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/slimbus/stream.c:326:12: note: byref variable will be forcibly initialized 326 | u8 wbuf[1]; | ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_deactivate_remove_channel': /kisskb/src/drivers/slimbus/stream.c:164:29: note: byref variable will be forcibly initialized 164 | struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/slimbus/stream.c:163:12: note: byref variable will be forcibly initialized 163 | u8 wbuf[1]; | ^~~~ /kisskb/src/drivers/slimbus/stream.c: In function 'slim_disconnect_port': /kisskb/src/drivers/slimbus/stream.c:148:29: note: byref variable will be forcibly initialized 148 | struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; | ^~~ /kisskb/src/drivers/slimbus/stream.c:147:12: note: byref variable will be forcibly initialized 147 | u8 wbuf[1]; | ^~~~ In file included from /kisskb/src/drivers/uio/uio_pruss.c:10: /kisskb/src/drivers/uio/uio_pruss.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/nvmem/snvs_lpgpr.c: In function 'snvs_lpgpr_write': /kisskb/src/drivers/nvmem/snvs_lpgpr.c:57:22: note: byref variable will be forcibly initialized 57 | unsigned int lock_reg; | ^~~~~~~~ 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/iio/buffer/industrialio-buffer-dma.c:7: /kisskb/src/drivers/iio/buffer/industrialio-buffer-dma.c: In function 'iio_dma_buffer_cleanup_worker': /kisskb/src/drivers/iio/buffer/industrialio-buffer-dma.c:127:19: note: byref variable will be forcibly initialized 127 | LIST_HEAD(block_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'qcom_slim_rxwq': /kisskb/src/drivers/slimbus/qcom-ctrl.c:453:28: note: byref variable will be forcibly initialized 453 | u8 laddr; | ^~~~~ /kisskb/src/drivers/slimbus/qcom-ctrl.c:452:43: note: byref variable will be forcibly initialized 452 | struct slim_eaddr ea; | ^~ /kisskb/src/drivers/slimbus/qcom-ctrl.c:441:12: note: byref variable will be forcibly initialized 441 | u8 buf[SLIM_MSGQ_BUF_LEN]; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/drivers/slimbus/qcom-ctrl.c:6: /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'qcom_xfer_msg': /kisskb/src/drivers/slimbus/qcom-ctrl.c:329:36: note: byref variable will be forcibly initialized 329 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'qcom_set_laddr': /kisskb/src/drivers/slimbus/qcom-ctrl.c:399:20: note: byref variable will be forcibly initialized 399 | } __packed p; | ^ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/slimbus/qcom-ctrl.c:12: /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/drivers/slimbus/qcom-ctrl.c:6: /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/slimbus/qcom-ctrl.c: In function 'qcom_slim_handle_rx_irq': /kisskb/src/drivers/slimbus/qcom-ctrl.c:210:22: note: byref variable will be forcibly initialized 210 | u32 *rx_buf, pkt[10]; | ^~~ /kisskb/src/drivers/iio/accel/mma8452.c: In function 'mma8452_write_event_value': /kisskb/src/drivers/iio/accel/mma8452.c:894:42: note: byref variable will be forcibly initialized 894 | const struct mma8452_event_regs *ev_regs; | ^~~~~~~ /kisskb/src/drivers/iio/accel/mma8452.c: In function 'mma8452_read_event_value': /kisskb/src/drivers/iio/accel/mma8452.c:831:42: note: byref variable will be forcibly initialized 831 | const struct mma8452_event_regs *ev_regs; | ^~~~~~~ /kisskb/src/drivers/iio/accel/mma8452.c: In function 'mma8452_read_event_config': /kisskb/src/drivers/iio/accel/mma8452.c:950:42: note: byref variable will be forcibly initialized 950 | const struct mma8452_event_regs *ev_regs; | ^~~~~~~ /kisskb/src/drivers/iio/accel/mma8452.c: In function 'mma8452_write_event_config': /kisskb/src/drivers/iio/accel/mma8452.c:980:42: note: byref variable will be forcibly initialized 980 | const struct mma8452_event_regs *ev_regs; | ^~~~~~~ /kisskb/src/drivers/iio/accel/mma8452.c: In function 'mma8452_read_raw': /kisskb/src/drivers/iio/accel/mma8452.c:494:16: note: byref variable will be forcibly initialized 494 | __be16 buffer[3]; | ^~~~~~ /kisskb/src/drivers/iio/chemical/bme680_core.c: In function 'bme680_read_gas': /kisskb/src/drivers/iio/chemical/bme680_core.c:725:22: note: byref variable will be forcibly initialized 725 | unsigned int check; | ^~~~~ /kisskb/src/drivers/iio/chemical/bme680_core.c:724:16: note: byref variable will be forcibly initialized 724 | __be16 tmp = 0; | ^~~ /kisskb/src/drivers/iio/chemical/bme680_core.c: In function 'bme680_read_calib': /kisskb/src/drivers/iio/chemical/bme680_core.c:114:16: note: byref variable will be forcibly initialized 114 | __le16 buf; | ^~~ /kisskb/src/drivers/iio/chemical/bme680_core.c:112:36: note: byref variable will be forcibly initialized 112 | unsigned int tmp, tmp_msb, tmp_lsb; | ^~~~~~~ /kisskb/src/drivers/iio/chemical/bme680_core.c:112:27: note: byref variable will be forcibly initialized 112 | unsigned int tmp, tmp_msb, tmp_lsb; | ^~~~~~~ /kisskb/src/drivers/iio/chemical/bme680_core.c:112:22: 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:16: 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:16: 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:16: note: byref variable will be forcibly initialized 690 | __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:22: note: byref variable will be forcibly initialized 894 | unsigned int val; | ^~~ In file included 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:240:24: note: byref variable will be forcibly initialized 240 | DECLARE_BITMAP(values, 3); | ^~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/counter/counter-chrdev.c: In function 'counter_get_data': /kisskb/src/drivers/counter/counter-chrdev.c:461:13: note: byref variable will be forcibly initialized 461 | u32 value_u32 = 0; | ^~~~~~~~~ /kisskb/src/drivers/counter/counter-chrdev.c:460:12: note: byref variable will be forcibly initialized 460 | u8 value_u8 = 0; | ^~~~~~~~ /kisskb/src/drivers/counter/counter-chrdev.c: In function 'counter_add_watch': /kisskb/src/drivers/counter/counter-chrdev.c:235:30: note: byref variable will be forcibly initialized 235 | struct counter_watch watch; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/counter/counter-chrdev.c:6: /kisskb/src/drivers/counter/counter-chrdev.c: In function 'counter_chrdev_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/counter/counter-chrdev.c:75:31: note: in expansion of macro 'wait_event_interruptible' 75 | err = wait_event_interruptible(counter->events_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/counter/counter-chrdev.c:62:22: note: byref variable will be forcibly initialized 62 | unsigned int copied; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm1_freq_get': /kisskb/src/drivers/hwmon/adt7470.c:731:33: note: byref variable will be forcibly initialized 731 | unsigned int cfg_reg_1, cfg_reg_2; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/adt7470.c:731:22: note: byref variable will be forcibly initialized 731 | 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:182:12: note: byref variable will be forcibly initialized 182 | u8 regval[2]; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_update_limits': /kisskb/src/drivers/hwmon/adt7470.c:380:22: note: byref variable will be forcibly initialized 380 | unsigned int val; | ^~~ /kisskb/src/drivers/counter/counter-chrdev.c: In function 'counter_push_event': /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_write_word_data': /kisskb/src/drivers/hwmon/adt7470.c:197:12: note: byref variable will be forcibly initialized 197 | u8 regval[2]; | ^~~~~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm_tmin_store': /kisskb/src/drivers/hwmon/adt7470.c:957:14: note: byref variable will be forcibly initialized 957 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm_max_store': /kisskb/src/drivers/hwmon/adt7470.c:874:14: note: byref variable will be forcibly initialized 874 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm_min_store': /kisskb/src/drivers/hwmon/adt7470.c:909:14: note: byref variable will be forcibly initialized 909 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'auto_update_interval_store': /kisskb/src/drivers/hwmon/adt7470.c:489:14: 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:14: note: byref variable will be forcibly initialized 520 | long temp; | ^~~~ /kisskb/src/drivers/counter/counter-chrdev.c:539:30: note: byref variable will be forcibly initialized 539 | struct counter_event ev; | ^~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_dev_init': /kisskb/src/drivers/mfd/iqs62x.c:111:22: note: byref variable will be forcibly initialized 111 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'alarm_mask_store': /kisskb/src/drivers/hwmon/adt7470.c:607:14: 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:212:12: note: byref variable will be forcibly initialized 212 | u8 pwm[ADT7470_FAN_COUNT]; | ^~~ /kisskb/src/drivers/hwmon/adt7470.c:209:22: note: byref variable will be forcibly initialized 209 | unsigned int pwm_cfg[2]; | ^~~~~~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_irq': /kisskb/src/drivers/mfd/iqs62x.c:463:12: note: byref variable will be forcibly initialized 463 | u8 event_map[IQS62X_EVENT_SIZE]; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_update_sensors': /kisskb/src/drivers/hwmon/adt7470.c:309:22: note: byref variable will be forcibly initialized 309 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/iqs62x.c:458:34: note: byref variable will be forcibly initialized 458 | struct iqs62x_event_data event_data; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm_auto_temp_store': /kisskb/src/drivers/hwmon/adt7470.c:1009:14: note: byref variable will be forcibly initialized 1009 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'force_pwm_max_store': /kisskb/src/drivers/hwmon/adt7470.c:707:14: note: byref variable will be forcibly initialized 707 | long temp; | ^~~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_firmware_parse': /kisskb/src/drivers/mfd/iqs62x.c:226:22: note: byref variable will be forcibly initialized 226 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_probe': /kisskb/src/drivers/mfd/iqs62x.c:901:21: note: byref variable will be forcibly initialized 901 | const char *fw_name = NULL; | ^~~~~~~ /kisskb/src/drivers/mfd/iqs62x.c:899:22: note: byref variable will be forcibly initialized 899 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/iqs62x.c:898:28: note: byref variable will be forcibly initialized 898 | struct iqs62x_info info; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_wait_vblank': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:846:31: note: byref variable will be forcibly initialized 846 | union drm_wait_vblank req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:845:29: note: byref variable will be forcibly initialized 845 | drm_wait_vblank32_t req32; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/hid/usbhid/hid-core.c:15: /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_wait_io': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c:644:14: note: in expansion of macro 'wait_event_timeout' 644 | if (!wait_event_timeout(usbhid->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_getclient': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:266:27: note: byref variable will be forcibly initialized 266 | struct drm_client client; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:264:24: note: byref variable will be forcibly initialized 264 | drm_client32_t c32; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_getunique': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:136:27: note: byref variable will be forcibly initialized 136 | struct drm_unique uq; | ^~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:135:24: note: byref variable will be forcibly initialized 135 | drm_unique32_t uq32; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_version': /kisskb/src/drivers/input/serio/parkbd.c: In function 'parkbd_getport': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:95:28: note: byref variable will be forcibly initialized 95 | struct drm_version v; | ^ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:94:25: note: byref variable will be forcibly initialized 94 | drm_version32_t v32; | ^~~ /kisskb/src/drivers/input/serio/parkbd.c:142:26: note: byref variable will be forcibly initialized 142 | struct pardev_cb parkbd_parport_cb; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_output_report': /kisskb/src/drivers/hid/usbhid/hid-core.c:943:13: note: byref variable will be forcibly initialized 943 | int actual_length, skipped_report_id = 0, ret; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_parse': /kisskb/src/drivers/hid/usbhid/hid-core.c:984:32: note: byref variable will be forcibly initialized 984 | struct hid_descriptor *hdesc; | ^~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_set_leds': /kisskb/src/drivers/hid/usbhid/hid-core.c:826:27: note: byref variable will be forcibly initialized 826 | struct hid_field *field; | ^~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_start': /kisskb/src/drivers/hid/usbhid/hid-core.c:1066:25: note: byref variable will be forcibly initialized 1066 | unsigned int n, insize = 0; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/interconnect/trace.h:88, from /kisskb/src/drivers/interconnect/core.c:25: /kisskb/src/drivers/interconnect/core.c: In function 'trace_event_raw_event_icc_set_bw': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'trace_event_raw_event_icc_set_bw_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(icc_set_bw_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(icc_set_bw_end, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/interconnect/core.c:9: /kisskb/src/drivers/interconnect/core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'path_find': /kisskb/src/drivers/interconnect/core.c:184:26: note: byref variable will be forcibly initialized 184 | struct list_head visited_list; | ^~~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c:183:26: note: byref variable will be forcibly initialized 183 | struct list_head edge_list; | ^~~~~~~~~ /kisskb/src/drivers/interconnect/core.c:182:26: note: byref variable will be forcibly initialized 182 | struct list_head traverse_list; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/w1/masters/ds1wm.c:14: /kisskb/src/drivers/w1/masters/ds1wm.c: In function 'ds1wm_reset': /kisskb/src/drivers/w1/masters/ds1wm.c:223:36: note: byref variable will be forcibly initialized 223 | DECLARE_COMPLETION_ONSTACK(reset_done); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: 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:36: note: byref variable will be forcibly initialized 254 | DECLARE_COMPLETION_ONSTACK(write_done); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: 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:36: note: byref variable will be forcibly initialized 277 | DECLARE_COMPLETION_ONSTACK(read_done); | ^~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/interconnect/core.c: In function 'of_icc_get_by_index': /kisskb/src/drivers/interconnect/core.c:442:42: note: byref variable will be forcibly initialized 442 | struct of_phandle_args src_args, dst_args; | ^~~~~~~~ /kisskb/src/drivers/interconnect/core.c:442:32: note: byref variable will be forcibly initialized 442 | struct of_phandle_args src_args, dst_args; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c: In function 'dln2_adc_read_all': /kisskb/src/drivers/iio/adc/dln2-adc.c:307:13: note: byref variable will be forcibly initialized 307 | int olen = sizeof(*get_all_vals); | ^~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:306:14: note: byref variable will be forcibly initialized 306 | __u8 port = dln2->port; | ^~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c: In function 'dln2_adc_set_chan_enabled': /kisskb/src/drivers/iio/adc/dln2-adc.c:183:35: note: byref variable will be forcibly initialized 183 | struct dln2_adc_port_chan port_chan = { | ^~~~~~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c: In function 'dln2_adc_set_port_resolution': /kisskb/src/drivers/iio/adc/dln2-adc.c:166:35: note: byref variable will be forcibly initialized 166 | struct dln2_adc_port_chan port_chan = { | ^~~~~~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c: In function 'dln2_adc_get_chan_count': /kisskb/src/drivers/iio/adc/dln2-adc.c:149:13: note: byref variable will be forcibly initialized 149 | int olen = sizeof(count); | ^~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:148:12: note: byref variable will be forcibly initialized 148 | u8 count; | ^~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:147:12: note: byref variable will be forcibly initialized 147 | u8 port = dln2->port; | ^~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c: In function 'dln2_adc_set_port_enabled': /kisskb/src/drivers/iio/adc/dln2-adc.c:202:13: note: byref variable will be forcibly initialized 202 | int olen = sizeof(conflict); | ^~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:201:16: note: byref variable will be forcibly initialized 201 | __le16 conflict; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:200:12: note: byref variable will be forcibly initialized 200 | u8 port = dln2->port; | ^~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c: In function 'dln2_adc_read': /kisskb/src/drivers/iio/adc/dln2-adc.c:254:35: note: byref variable will be forcibly initialized 254 | struct dln2_adc_port_chan port_chan = { | ^~~~~~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:253:13: note: byref variable will be forcibly initialized 253 | int olen = sizeof(value); | ^~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:252:16: note: byref variable will be forcibly initialized 252 | __le16 value; | ^~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:251:13: note: byref variable will be forcibly initialized 251 | u16 conflict; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c: In function 'dln2_adc_triggered_buffer_postenable': /kisskb/src/drivers/iio/adc/dln2-adc.c:523:13: note: byref variable will be forcibly initialized 523 | u16 conflict; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c: In function 'dln2_adc_trigger_h': /kisskb/src/drivers/iio/adc/dln2-adc.c:488:38: note: byref variable will be forcibly initialized 488 | struct dln2_adc_get_all_vals dev_data; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/dln2-adc.c:487:11: note: byref variable will be forcibly initialized 487 | } data; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/iio/buffer/industrialio-hw-consumer.c:9: /kisskb/src/drivers/iio/buffer/industrialio-hw-consumer.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/buffer/industrialio-hw-consumer.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vfio/mdev/mdev_sysfs.c: In function 'create_store': /kisskb/src/drivers/vfio/mdev/mdev_sysfs.c:56:16: note: byref variable will be forcibly initialized 56 | guid_t uuid; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_auto_temp_store': /kisskb/src/drivers/hwmon/adt7462.c:1382:14: note: byref variable will be forcibly initialized 1382 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_auto_store': /kisskb/src/drivers/hwmon/adt7462.c:1325:14: note: byref variable will be forcibly initialized 1325 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_tmax_store': /kisskb/src/drivers/hwmon/adt7462.c:1232:14: 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:14: 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:14: note: byref variable will be forcibly initialized 1188 | long temp; | ^~~~ /kisskb/src/drivers/vfio/mdev/mdev_sysfs.c: In function 'remove_store': /kisskb/src/drivers/vfio/mdev/mdev_sysfs.c:229:23: note: byref variable will be forcibly initialized 229 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_max_store': /kisskb/src/drivers/hwmon/adt7462.c:1126:14: 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:14: note: byref variable will be forcibly initialized 1156 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/adt7462.c:1098:14: 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/hwmon/adt7462.c:1065:14: note: byref variable will be forcibly initialized 1065 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/adt7462.c:1019:14: 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:14: note: byref variable will be forcibly initialized 934 | long temp; | ^~~~ /kisskb/src/drivers/mfd/as3722.c: In function 'as3722_check_device_id': /kisskb/src/drivers/mfd/as3722.c:200:13: note: byref variable will be forcibly initialized 200 | u32 val; | ^~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'volt_max_store': /kisskb/src/drivers/hwmon/adt7462.c:894:14: note: byref variable will be forcibly initialized 894 | long temp; | ^~~~ /kisskb/src/drivers/iio/adc/da9150-gpadc.c: In function 'da9150_gpadc_read_adc': /kisskb/src/drivers/iio/adc/da9150-gpadc.c:95:12: note: byref variable will be forcibly initialized 95 | u8 result_regs[2]; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adt7462.c:797:14: 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:14: note: byref variable will be forcibly initialized 833 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/aquacomputer_d5next.c: In function 'aqc_debugfs_init': /kisskb/src/drivers/hwmon/aquacomputer_d5next.c:664:14: note: byref variable will be forcibly initialized 664 | char name[64]; | ^~~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_use_com_int': /kisskb/src/drivers/input/misc/ad714x.c:129:24: note: byref variable will be forcibly initialized 129 | unsigned short data; | ^~~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_use_thr_int': /kisskb/src/drivers/input/misc/ad714x.c:146:24: note: byref variable will be forcibly initialized 146 | unsigned short data; | ^~~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_hw_detect': /kisskb/src/drivers/input/misc/ad714x.c:872:24: note: byref variable will be forcibly initialized 872 | unsigned short data; | ^~~~ /kisskb/src/drivers/input/misc/ad714x.c: In function 'ad714x_hw_init': /kisskb/src/drivers/input/misc/ad714x.c:916:24: note: byref variable will be forcibly initialized 916 | unsigned short data; | ^~~~ /kisskb/src/drivers/nvmem/apple-efuses.c: In function 'apple_efuses_probe': /kisskb/src/drivers/nvmem/apple-efuses.c:36:26: note: byref variable will be forcibly initialized 36 | struct resource *res; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2405.c: In function 'output_store': /kisskb/src/drivers/w1/slaves/w1_ds2405.c:183:20: note: byref variable will be forcibly initialized 183 | u8 cmd[9]; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2405.c:182:21: note: byref variable will be forcibly initialized 182 | u64 dev_addr = le64_to_cpu(*(u64 *)&sl->reg_num); | ^~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2405.c:145:22: note: byref variable will be forcibly initialized 145 | unsigned int val; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2405.c:144:13: note: byref variable will be forcibly initialized 144 | int ret, current_pio; | ^~~ 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:964:28: note: byref variable will be forcibly initialized 964 | struct scatterlist sg; | ^~ /kisskb/src/drivers/w1/slaves/w1_ds2408.c: In function 'status_control_write': /kisskb/src/drivers/w1/slaves/w1_ds2408.c:247:12: 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:12: 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:12: 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:13: 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:12: note: byref variable will be forcibly initialized 294 | u8 magic[10] = {0x96, }; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_panel.c: In function 'of_drm_get_panel_orientation': /kisskb/src/drivers/gpu/drm/drm_panel.c:280:13: note: byref variable will be forcibly initialized 280 | int rotation, ret; | ^~~~~~~~ /kisskb/src/drivers/bcma/main.c: In function 'bcma_of_irq_parse': /kisskb/src/drivers/bcma/main.c:163:16: note: byref variable will be forcibly initialized 163 | __be32 laddr[1]; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_of.c:6: /kisskb/src/drivers/gpu/drm/drm_of.c: In function 'of_parse_phandle': /kisskb/src/drivers/bcma/main.c: In function 'bcma_of_get_irq': /kisskb/src/drivers/bcma/main.c:183:32: note: byref variable will be forcibly initialized 183 | struct of_phandle_args out_irq; | ^~~~~~~ /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/bcma/main.c: In function 'bcma_of_find_child_device': /kisskb/src/drivers/bcma/main.c:143:13: note: byref variable will be forcibly initialized 143 | u64 size; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_of.c: In function 'drm_of_component_probe': /kisskb/src/drivers/gpu/drm/drm_of.c:117:33: note: byref variable will be forcibly initialized 117 | struct component_match *match = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_of.c: In function 'drm_of_lvds_get_data_mapping': /kisskb/src/drivers/gpu/drm/drm_of.c:418:21: note: byref variable will be forcibly initialized 418 | const char *mapping; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/greybus/greybus_trace.h:501, from /kisskb/src/drivers/greybus/core.c:13: /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_message': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(gb_message, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_operation': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:90:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 90 | DECLARE_EVENT_CLASS(gb_operation, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_bundle': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:237:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 237 | DECLARE_EVENT_CLASS(gb_bundle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_host_device': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:429:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 429 | DECLARE_EVENT_CLASS(gb_host_device, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_connection': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:163:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 163 | DECLARE_EVENT_CLASS(gb_connection, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_interface': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:292:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 292 | DECLARE_EVENT_CLASS(gb_interface, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/greybus/core.c: In function 'trace_event_raw_event_gb_module': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/greybus/./greybus_trace.h:374:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 374 | DECLARE_EVENT_CLASS(gb_module, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_transfer': /kisskb/src/drivers/iio/accel/mma9551_core.c:115:28: note: byref variable will be forcibly initialized 115 | struct i2c_msg in, out; | ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c:115:24: note: byref variable will be forcibly initialized 115 | struct i2c_msg in, out; | ^~ /kisskb/src/drivers/iio/accel/mma9551_core.c:114:38: note: byref variable will be forcibly initialized 114 | struct mma9551_mbox_response rsp; | ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c:113:37: note: byref variable will be forcibly initialized 113 | struct mma9551_mbox_request req; | ^~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_config_word': /kisskb/src/drivers/iio/accel/mma9551_core.c:295:16: 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:16: 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:16: 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:16: 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:16: 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:16: note: byref variable will be forcibly initialized 461 | __be16 be_buf[(MMA9551_MAX_MAILBOX_DATA_REGS - 1) / 2]; | ^~~~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_update_config_bits': /kisskb/src/drivers/iio/accel/mma9551_core.c:496:17: note: byref variable will be forcibly initialized 496 | u8 tmp, orig; | ^~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_version': /kisskb/src/drivers/iio/accel/mma9551_core.c:605:37: note: byref variable will be forcibly initialized 605 | struct mma9551_version_info info; | ^~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_accel_chan': /kisskb/src/drivers/iio/accel/mma9551_core.c:724:13: note: byref variable will be forcibly initialized 724 | s16 raw_accel; | ^~~~~~~~~ /kisskb/src/drivers/pcmcia/socket_sysfs.c: In function 'pccard_store_irq_mask': /kisskb/src/drivers/pcmcia/socket_sysfs.c:157:13: note: byref variable will be forcibly initialized 157 | u32 mask; | ^~~~ /kisskb/src/drivers/hwmon/aht10.c: In function 'aht10_init': /kisskb/src/drivers/hwmon/aht10.c:91:12: note: byref variable will be forcibly initialized 91 | u8 status; | ^~~~~~ /kisskb/src/drivers/hwmon/aht10.c:88:18: 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:12: note: byref variable will be forcibly initialized 135 | u8 raw_data[AHT10_MEAS_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/hwmon/aht10.c:132:18: note: byref variable will be forcibly initialized 132 | const u8 cmd_meas[] = {AHT10_CMD_MEAS, 0x33, 0x00}; | ^~~~~~~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_get_triple': /kisskb/src/drivers/input/misc/adxl34x.c:240:16: note: byref variable will be forcibly initialized 240 | __le16 buf[3]; | ^~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_rate_store': /kisskb/src/drivers/input/misc/adxl34x.c:543:23: note: byref variable will be forcibly initialized 543 | unsigned char val; | ^~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_service_ev_fifo': /kisskb/src/drivers/input/misc/adxl34x.c:259:28: note: byref variable will be forcibly initialized 259 | struct axis_triple axis; | ^~~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_autosleep_store': /kisskb/src/drivers/input/misc/adxl34x.c:578:22: note: byref variable will be forcibly initialized 578 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_disable_store': /kisskb/src/drivers/input/misc/adxl34x.c:454:22: note: byref variable will be forcibly initialized 454 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'ina219_set_int_time_vbus': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:374:22: note: byref variable will be forcibly initialized 374 | unsigned int val_us_best = val_us; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c:373:13: 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:22: note: byref variable will be forcibly initialized 392 | unsigned int val_us_best = val_us; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c:391:13: 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:22: 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:22: note: byref variable will be forcibly initialized 183 | unsigned int regval; | ^~~~~~ 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/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/arch/arm64/include/asm/percpu.h:8, from /kisskb/src/include/linux/irqflags.h:17, from /kisskb/src/include/linux/rcupdate.h:26, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/iio/adc/ina2xx-adc.c:23: /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:83:27: note: byref variable will be forcibly initialized 83 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'ina2xx_write_raw': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:479:30: note: byref variable will be forcibly initialized 479 | unsigned int config, tmp; | ^~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c:479:22: 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:18: note: byref variable will be forcibly initialized 600 | int val, val_fract, ret; | ^~~~~~~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c:600:13: 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:13: 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_probe': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:954:22: note: byref variable will be forcibly initialized 954 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'ina2xx_work_buffer': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:757:30: note: byref variable will be forcibly initialized 757 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'ina2xx_capture_thread': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:778:38: note: byref variable will be forcibly initialized 778 | struct timespec64 next, now, delta; | ^~~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c:778:33: note: byref variable will be forcibly initialized 778 | struct timespec64 next, now, delta; | ^~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c:778:27: note: byref variable will be forcibly initialized 778 | struct timespec64 next, now, delta; | ^~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'ina2xx_allow_async_readout_store': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:550:14: note: byref variable will be forcibly initialized 550 | bool val; | ^~~ /kisskb/src/drivers/nvmem/mtk-efuse.c: In function 'mtk_efuse_probe': /kisskb/src/drivers/nvmem/mtk-efuse.c:35:26: note: byref variable will be forcibly initialized 35 | struct resource *res; | ^~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_read_poll_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:156:13: note: byref variable will be forcibly initialized 156 | s32 value = 0; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_read_samp_freq_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:177:13: note: byref variable will be forcibly initialized 177 | s32 value; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_write_samp_freq_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:204:13: note: byref variable will be forcibly initialized 204 | s32 value; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_read_raw_hyst_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:239:13: note: byref variable will be forcibly initialized 239 | s32 value; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_read_raw_hyst_rel_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:262:13: note: byref variable will be forcibly initialized 262 | s32 value; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_write_raw_hyst_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:285:13: note: byref variable will be forcibly initialized 285 | s32 value; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_write_raw_hyst_rel_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:316:13: note: byref variable will be forcibly initialized 316 | s32 value; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_get_report_latency': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:470:13: note: byref variable will be forcibly initialized 470 | int value; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_parse_common_attributes': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:559:27: note: byref variable will be forcibly initialized 559 | int val0, val1; | ^~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:559:21: note: byref variable will be forcibly initialized 559 | int val0, val1; | ^~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:504:13: note: byref variable will be forcibly initialized 504 | s32 value; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:503:46: note: byref variable will be forcibly initialized 503 | struct hid_sensor_hub_attribute_info timestamp; | ^~~~~~~~~ /kisskb/src/drivers/input/serio/apbps2.c: In function 'apbps2_of_probe': /kisskb/src/drivers/input/serio/apbps2.c:134:13: note: byref variable will be forcibly initialized 134 | u32 freq_hz; | ^~~~~~~ /kisskb/src/drivers/hwmon/scmi-hwmon.c: In function 'scmi_hwmon_read': /kisskb/src/drivers/hwmon/scmi-hwmon.c:71:13: note: byref variable will be forcibly initialized 71 | u64 value; | ^~~~~ In file included from /kisskb/src/include/linux/scmi_protocol.h:12, from /kisskb/src/drivers/hwmon/scmi-hwmon.c:11: /kisskb/src/drivers/hwmon/scmi-hwmon.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/scmi-hwmon.c: In function 'scmi_hwmon_probe': /kisskb/src/drivers/hwmon/scmi-hwmon.c:173:38: note: byref variable will be forcibly initialized 173 | struct scmi_protocol_handle *ph; | ^~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_parse_header_sg_first': /kisskb/src/drivers/fpga/fpga-mgr.c:184:32: note: byref variable will be forcibly initialized 184 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_prepare_sg': /kisskb/src/drivers/fpga/fpga-mgr.c:298:16: note: byref variable will be forcibly initialized 298 | size_t len; | ^~~ /kisskb/src/drivers/fpga/fpga-mgr.c:297:32: note: byref variable will be forcibly initialized 297 | struct sg_mapping_iter miter; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/include/linux/fpga/fpga-mgr.h:12, from /kisskb/src/drivers/fpga/fpga-mgr.c:12: /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_buf_load_sg': /kisskb/src/drivers/fpga/fpga-mgr.c:377:40: note: byref variable will be forcibly initialized 377 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_buf_load': /kisskb/src/drivers/fpga/fpga-mgr.c:469:25: note: byref variable will be forcibly initialized 469 | struct sg_table sgt; | ^~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_firmware_load': /kisskb/src/drivers/fpga/fpga-mgr.c:541:32: note: byref variable will be forcibly initialized 541 | const struct firmware *fw; | ^~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_calculate_crc': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1312:13: note: byref variable will be forcibly initialized 1312 | u32 crc = 0; | ^~~ /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:26: note: byref variable will be forcibly initialized 2254 | struct t7_config deepsleep = { .active = 0, .idle = 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:12: note: byref variable will be forcibly initialized 665 | u8 buf[2]; | ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:663:24: 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_t6_command': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1206:12: note: byref variable will be forcibly initialized 1206 | u8 command_register; | ^~~~~~~~~~~~~~~~ /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:23: note: byref variable will be forcibly initialized 1902 | unsigned char orient; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1901:25: 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:17: note: byref variable will be forcibly initialized 1949 | u8 cfg, tchaux; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1949:12: note: byref variable will be forcibly initialized 1949 | u8 cfg, tchaux; | ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1948:22: note: byref variable will be forcibly initialized 1948 | u16 range_x, range_y; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1948:13: note: byref variable will be forcibly initialized 1948 | u16 range_x, range_y; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_bootloader_write': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:454:24: 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:12: 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:24: 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:12: 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:12: 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:12: note: byref variable will be forcibly initialized 555 | u8 val; | ^~~ /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:12: note: byref variable will be forcibly initialized 1375 | u8 val; | ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1371:13: note: byref variable will be forcibly initialized 1371 | int offset; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1370:38: 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:28: 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:22: note: byref variable will be forcibly initialized 1370 | unsigned int type, instance, size, byte_offset; | ^~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_check_retrigen': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1338:13: note: byref variable will be forcibly initialized 1338 | int val; | ^~~ In file included from /kisskb/src/include/linux/acpi.h:15, 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/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/scpi-hwmon.c: In function 'scpi_read_temp': /kisskb/src/drivers/hwmon/scpi-hwmon.c:71:13: note: byref variable will be forcibly initialized 71 | u64 value; | ^~~~~ /kisskb/src/drivers/hwmon/scpi-hwmon.c: In function 'scpi_show_sensor': /kisskb/src/drivers/hwmon/scpi-hwmon.c:91:13: note: byref variable will be forcibly initialized 91 | u64 value; | ^~~~~ 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/hwmon/scpi-hwmon.c:11: /kisskb/src/drivers/hwmon/scpi-hwmon.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_update_cfg': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1519:23: 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:13: 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:13: note: byref variable will be forcibly initialized 1517 | int offset; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1515:24: note: byref variable will be forcibly initialized 1515 | struct mxt_cfg cfg; | ^~~ /kisskb/src/drivers/hwmon/scpi-hwmon.c: In function 'scpi_hwmon_probe': /kisskb/src/drivers/hwmon/scpi-hwmon.c:137:13: note: byref variable will be forcibly initialized 137 | u16 nr_sensors, i; | ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_load_fw': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:2865:32: note: byref variable will be forcibly initialized 2865 | const struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/iio/adc/ltc2471.c: In function 'ltc2471_get_value': /kisskb/src/drivers/iio/adc/ltc2471.c:33:16: note: byref variable will be forcibly initialized 33 | __be16 buf; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/mfd/dln2.c:12: /kisskb/src/drivers/mfd/dln2.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_send_wait': /kisskb/src/drivers/mfd/dln2.c:334:13: note: byref variable will be forcibly initialized 334 | int actual; | ^~~~~~ /kisskb/src/drivers/mfd/dln2.c:332:13: note: byref variable will be forcibly initialized 332 | int len = obuf_len; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mfd/dln2.c:13: /kisskb/src/drivers/mfd/dln2.c: In function 'alloc_rx_slot': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c:386:15: note: in expansion of macro 'wait_event_interruptible' 386 | ret = wait_event_interruptible(dln2->mod_rx_slots[handle].wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c:380:13: note: byref variable will be forcibly initialized 380 | int slot; | ^~~~ /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_check_hw': /kisskb/src/drivers/mfd/dln2.c:535:13: note: byref variable will be forcibly initialized 535 | int len = sizeof(hw_type); | ^~~ /kisskb/src/drivers/mfd/dln2.c:534:16: note: byref variable will be forcibly initialized 534 | __le32 hw_type; | ^~~~~~~ /kisskb/src/drivers/mfd/rt4831.c: In function 'rt4831_probe': /kisskb/src/drivers/mfd/rt4831.c:49:22: note: byref variable will be forcibly initialized 49 | unsigned int chip_id; | ^~~~~~~ /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_print_serialno': /kisskb/src/drivers/mfd/dln2.c:557:13: note: byref variable will be forcibly initialized 557 | int len = sizeof(serial_no); | ^~~ /kisskb/src/drivers/mfd/dln2.c:556:16: note: byref variable will be forcibly initialized 556 | __le32 serial_no; | ^~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_probe': /kisskb/src/drivers/mfd/dln2.c:769:41: note: byref variable will be forcibly initialized 769 | struct usb_endpoint_descriptor *epout; | ^~~~~ /kisskb/src/drivers/mfd/dln2.c:768:41: note: byref variable will be forcibly initialized 768 | struct usb_endpoint_descriptor *epin; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mfd/dln2.c:13: /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_stop': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c:748:9: note: in expansion of macro 'wait_event' 748 | wait_event(dln2->disconnect_wq, !dln2->active_transfers); | ^~~~~~~~~~ /kisskb/src/drivers/counter/ftm-quaddec.c: In function 'ftm_quaddec_get_prescaler': /kisskb/src/drivers/counter/ftm-quaddec.c:121:18: note: byref variable will be forcibly initialized 121 | uint32_t scflags; | ^~~~~~~ /kisskb/src/drivers/counter/ftm-quaddec.c: In function 'ftm_quaddec_count_read': /kisskb/src/drivers/counter/ftm-quaddec.c:165:18: note: byref variable will be forcibly initialized 165 | uint32_t cntval; | ^~~~~~ /kisskb/src/drivers/counter/ftm-quaddec.c: In function 'ftm_clear_write_protection': /kisskb/src/drivers/counter/ftm-quaddec.c:21:26: note: byref variable will be forcibly initialized 21 | uint32_t flags; \ | ^~~~~ /kisskb/src/drivers/counter/ftm-quaddec.c:60:17: note: in expansion of macro 'FTM_FIELD_UPDATE' 60 | FTM_FIELD_UPDATE(ftm, FTM_MODE, FTM_MODE_WPDIS, 1); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/counter/ftm-quaddec.c:54:18: note: byref variable will be forcibly initialized 54 | uint32_t flag; | ^~~~ /kisskb/src/drivers/counter/ftm-quaddec.c: In function 'ftm_set_write_protection': /kisskb/src/drivers/counter/ftm-quaddec.c:21:26: note: byref variable will be forcibly initialized 21 | uint32_t flags; \ | ^~~~~ /kisskb/src/drivers/counter/ftm-quaddec.c:65:9: note: in expansion of macro 'FTM_FIELD_UPDATE' 65 | FTM_FIELD_UPDATE(ftm, FTM_FMS, FTM_FMS_WPEN, 1); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/counter/ftm-quaddec.c: In function 'ftm_quaddec_set_prescaler': /kisskb/src/drivers/counter/ftm-quaddec.c:21:26: note: byref variable will be forcibly initialized 21 | uint32_t flags; \ | ^~~~~ /kisskb/src/drivers/counter/ftm-quaddec.c:138:9: note: in expansion of macro 'FTM_FIELD_UPDATE' 138 | FTM_FIELD_UPDATE(ftm, FTM_SC, FTM_SC_PS_MASK, cnt_mode); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/bcma/scan.c: In function 'bcma_detect_chip': /kisskb/src/drivers/bcma/scan.c:441:14: note: byref variable will be forcibly initialized 441 | char chip_id[8]; | ^~~~~~~ /kisskb/src/drivers/bcma/scan.c: In function 'bcma_bus_scan': /kisskb/src/drivers/bcma/scan.c:459:22: note: byref variable will be forcibly initialized 459 | u32 __iomem *eromptr, *eromend; | ^~~~~~~ /kisskb/src/drivers/iio/chemical/ams-iaq-core.c: In function 'ams_iaqcore_read_measurement': /kisskb/src/drivers/iio/chemical/ams-iaq-core.c:64:24: note: byref variable will be forcibly initialized 64 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/iio/buffer/kfifo_buf.c: In function 'iio_kfifo_write': /kisskb/src/drivers/iio/buffer/kfifo_buf.c:174:18: 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:18: note: byref variable will be forcibly initialized 103 | int ret, copied; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs.c: In function 'connector_write': /kisskb/src/drivers/gpu/drm/drm_debugfs.c:305:14: 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:14: note: byref variable will be forcibly initialized 210 | char name[64]; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c: In function 'w1_f2d_readblock': /kisskb/src/drivers/w1/slaves/w1_ds2431.c:67:12: note: byref variable will be forcibly initialized 67 | u8 cmp[W1_F2D_READ_MAXLEN]; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c:66:12: 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:12: note: byref variable will be forcibly initialized 149 | u8 rdbuf[W1_F2D_SCRATCH_SIZE + 3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c:148:12: 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:30: note: byref variable will be forcibly initialized 224 | char tmp[W1_F2D_SCRATCH_SIZE]; | ^~~ /kisskb/src/drivers/nvmem/qcom-spmi-sdam.c: In function 'sdam_probe': /kisskb/src/drivers/nvmem/qcom-spmi-sdam.c:115:22: note: byref variable will be forcibly initialized 115 | unsigned int val; | ^~~ /kisskb/src/drivers/fpga/zynqmp-fpga.c: In function 'zynqmp_fpga_ops_write': /kisskb/src/drivers/fpga/zynqmp-fpga.c:44:20: note: byref variable will be forcibly initialized 44 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/fpga/zynqmp-fpga.c: In function 'zynqmp_fpga_ops_state': /kisskb/src/drivers/fpga/zynqmp-fpga.c:71:13: note: byref variable will be forcibly initialized 71 | u32 status = 0; | ^~~~~~ /kisskb/src/drivers/hid/usbhid/hiddev.c: In function 'hiddev_ioctl_usage': /kisskb/src/drivers/hid/usbhid/hiddev.c:430:35: note: byref variable will be forcibly initialized 430 | struct hiddev_report_info rinfo; | ^~~~~ /kisskb/src/drivers/iio/accel/mma9551.c: In function 'mma9551_read_event_value': /kisskb/src/drivers/iio/accel/mma9551.c:281:12: note: byref variable will be forcibly initialized 281 | u8 tmp; | ^~~ /kisskb/src/drivers/iio/accel/mma9551.c: In function 'mma9551_read_incli_chan': /kisskb/src/drivers/iio/accel/mma9551.c:56:31: note: byref variable will be forcibly initialized 56 | u8 quad_shift, angle, quadrant; | ^~~~~~~~ /kisskb/src/drivers/iio/accel/mma9551.c:56:24: note: byref variable will be forcibly initialized 56 | u8 quad_shift, angle, quadrant; | ^~~~~ /kisskb/src/drivers/iio/accel/mma9551.c: In function 'mma9551_event_handler': /kisskb/src/drivers/iio/accel/mma9551.c:340:12: note: byref variable will be forcibly initialized 340 | u8 val; | ^~~ /kisskb/src/drivers/iio/adc/max1363.c: In function 'max1363_write_basic_config': /kisskb/src/drivers/iio/adc/max1363.c:343:12: note: byref variable will be forcibly initialized 343 | u8 tx_buf[2] = { st->setupbyte, st->configbyte }; | ^~~~~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_command_read': /kisskb/src/drivers/iio/chemical/scd30_core.c:58:16: note: byref variable will be forcibly initialized 58 | __be16 tmp; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_wait_meas_poll': /kisskb/src/drivers/iio/chemical/scd30_core.c:162:21: note: byref variable will be forcibly initialized 162 | u16 val; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_read_raw': /kisskb/src/drivers/iio/chemical/scd30_core.c:202:13: note: byref variable will be forcibly initialized 202 | u16 tmp; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_forced_value_store': /kisskb/src/drivers/iio/chemical/scd30_core.c:426:13: 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:13: note: byref variable will be forcibly initialized 411 | u16 val; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_auto_enable_show': /kisskb/src/drivers/iio/chemical/scd30_core.c:377:13: note: byref variable will be forcibly initialized 377 | u16 val; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_reset': /kisskb/src/drivers/iio/chemical/scd30_core.c:70:13: note: byref variable will be forcibly initialized 70 | u16 val; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_trigger_handler': /kisskb/src/drivers/iio/chemical/scd30_core.c:598:11: note: byref variable will be forcibly initialized 598 | } scan; | ^~~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_auto_enable_store': /kisskb/src/drivers/iio/chemical/scd30_core.c:391:14: note: byref variable will be forcibly initialized 391 | bool val; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_probe': /kisskb/src/drivers/iio/chemical/scd30_core.c:682:13: note: byref variable will be forcibly initialized 682 | u16 val; | ^~~ /kisskb/src/drivers/hid/usbhid/hiddev.c: In function 'hiddev_read': /kisskb/src/drivers/hid/usbhid/hiddev.c:378:61: note: byref variable will be forcibly initialized 378 | struct hiddev_event event; | ^~~~~ /kisskb/src/drivers/iio/adc/max1363.c: In function 'max1363_monitor_store_freq': /kisskb/src/drivers/iio/adc/max1363.c:702:23: note: byref variable will be forcibly initialized 702 | unsigned long val; | ^~~ /kisskb/src/drivers/hid/usbhid/hiddev.c: In function 'hiddev_ioctl': /kisskb/src/drivers/hid/usbhid/hiddev.c:602:31: note: byref variable will be forcibly initialized 602 | struct hiddev_devinfo dinfo; | ^~~~~ /kisskb/src/drivers/hid/usbhid/hiddev.c:601:34: note: byref variable will be forcibly initialized 601 | struct hiddev_field_info finfo; | ^~~~~ /kisskb/src/drivers/hid/usbhid/hiddev.c:600:35: note: byref variable will be forcibly initialized 600 | struct hiddev_report_info rinfo; | ^~~~~ /kisskb/src/drivers/hid/usbhid/hiddev.c:599:39: note: byref variable will be forcibly initialized 599 | struct hiddev_collection_info cinfo; | ^~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/adc/max1363.c: In function 'max1363_event_handler': /kisskb/src/drivers/iio/adc/max1363.c:801:12: note: byref variable will be forcibly initialized 801 | u8 tx[2] = { st->setupbyte, | ^~ /kisskb/src/drivers/iio/adc/max1363.c:800:12: note: byref variable will be forcibly initialized 800 | u8 rx; | ^~ /kisskb/src/drivers/iio/adc/max1363.c:799:23: note: byref variable will be forcibly initialized 799 | unsigned long mask, loc; | ^~~~ /kisskb/src/drivers/hid/usbhid/hiddev.c: In function 'hiddev_hid_event': /kisskb/src/drivers/hid/usbhid/hiddev.c:170:33: note: byref variable will be forcibly initialized 170 | struct hiddev_usage_ref uref; | ^~~~ /kisskb/src/drivers/hid/usbhid/hiddev.c: In function 'hiddev_report_event': /kisskb/src/drivers/hid/usbhid/hiddev.c:189:33: note: byref variable will be forcibly initialized 189 | struct hiddev_usage_ref uref; | ^~~~ /kisskb/src/drivers/iio/adc/max1363.c: In function 'max1363_read_single_chan': /kisskb/src/drivers/iio/adc/max1363.c:365:12: note: byref variable will be forcibly initialized 365 | u8 rxbuf[2]; | ^~~~~ /kisskb/src/drivers/mfd/sky81452.c: In function 'sky81452_probe': /kisskb/src/drivers/mfd/sky81452.c:29:25: note: byref variable will be forcibly initialized 29 | struct mfd_cell cells[2]; | ^~~~~ /kisskb/src/drivers/mux/core.c: In function 'mux_get': /kisskb/src/drivers/mux/core.c:535:32: note: byref variable will be forcibly initialized 535 | struct of_phandle_args args; | ^~~~ /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:57: 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:14: note: byref variable will be forcibly initialized 577 | long fan_ctrl; | ^~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds250x.c: In function 'w1_ds2505_read_page': /kisskb/src/drivers/w1/slaves/w1_ds250x.c:90:12: note: byref variable will be forcibly initialized 90 | u8 buf[6]; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds250x.c: In function 'w1_ds2502_read_page': /kisskb/src/drivers/w1/slaves/w1_ds250x.c:51:12: note: byref variable will be forcibly initialized 51 | u8 buf[3]; | ^~~ In file included from /kisskb/src/include/linux/hwmon-sysfs.h:10, from /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:11: /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | 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:13: note: byref variable will be forcibly initialized 848 | u32 pwm_port; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c: In function 'auo_pixcir_collect_data': /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:130:17: note: byref variable will be forcibly initialized 130 | uint8_t raw_area[4]; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:129:17: note: byref variable will be forcibly initialized 129 | uint8_t raw_coord[8]; | ^~~~~~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c: In function '_hid_sensor_power_state': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c:87:13: note: byref variable will be forcibly initialized 87 | int report_val; | ^~~~~~~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c:86:13: note: byref variable will be forcibly initialized 86 | int state_val; | ^~~~~~~~~ /kisskb/src/drivers/iio/adc/max9611.c: In function 'max9611_read_raw': /kisskb/src/drivers/iio/adc/max9611.c:295:13: note: byref variable will be forcibly initialized 295 | u16 adc_data; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/max9611.c:293:31: note: byref variable will be forcibly initialized 293 | enum max9611_csa_gain gain_selector; | ^~~~~~~~~~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c: In function '_hid_sensor_set_report_latency': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c:25:22: note: byref variable will be forcibly initialized 25 | int integer, fract, ret; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c:25:13: note: byref variable will be forcibly initialized 25 | int integer, fract, ret; | ^~~~~~~ /kisskb/src/drivers/iio/adc/max9611.c: In function 'max9611_init': /kisskb/src/drivers/iio/adc/max9611.c:458:13: note: byref variable will be forcibly initialized 458 | u16 regval; | ^~~~~~ /kisskb/src/drivers/iio/adc/max9611.c: In function 'max9611_probe': /kisskb/src/drivers/iio/adc/max9611.c:520:22: note: byref variable will be forcibly initialized 520 | unsigned int of_shunt; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:14: /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c: In function 'auo_pixcir_interrupt': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:242:17: note: in expansion of macro 'wait_event_timeout' 242 | wait_event_timeout(ts->wait, ts->stopped, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:199:25: note: in expansion of macro 'wait_event_timeout' 199 | wait_event_timeout(ts->wait, ts->stopped, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/auo-pixcir-ts.c:175:28: note: byref variable will be forcibly initialized 175 | struct auo_point_t point[AUO_PIXCIR_REPORT_POINTS]; | ^~~~~ 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/iio/adc/npcm_adc.c:4: /kisskb/src/drivers/iio/adc/npcm_adc.c: In function 'npcm_adc_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/npcm_adc.c:128:15: note: in expansion of macro 'wait_event_interruptible_timeout' 128 | ret = wait_event_interruptible_timeout(info->wq, info->int_status, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_get_fifo_count': /kisskb/src/drivers/iio/adc/meson_saradc.c:304:13: note: byref variable will be forcibly initialized 304 | u32 regval; | ^~~~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_clear_fifo': /kisskb/src/drivers/iio/adc/meson_saradc.c:530:29: note: byref variable will be forcibly initialized 530 | unsigned int count, tmp; | ^~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_wait_busy_clear': /kisskb/src/drivers/iio/adc/meson_saradc.c:325:13: note: byref variable will be forcibly initialized 325 | int val; | ^~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_irq': /kisskb/src/drivers/iio/adc/meson_saradc.c:987:13: note: byref variable will be forcibly initialized 987 | u32 regval; | ^~~~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_read_raw_sample': /kisskb/src/drivers/iio/adc/meson_saradc.c:344:13: note: byref variable will be forcibly initialized 344 | int regval, fifo_chan, fifo_val, count; | ^~~~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_clk_init': /kisskb/src/drivers/iio/adc/meson_saradc.c:648:21: note: byref variable will be forcibly initialized 648 | const char *clk_parents[1]; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c:647:30: note: byref variable will be forcibly initialized 647 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_temp_sensor_init': /kisskb/src/drivers/iio/adc/meson_saradc.c:697:16: note: byref variable will be forcibly initialized 697 | size_t read_len; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_lock': /kisskb/src/drivers/iio/adc/meson_saradc.c:487:13: note: byref variable will be forcibly initialized 487 | int val, ret; | ^~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_calib': /kisskb/src/drivers/iio/adc/meson_saradc.c:1004:46: note: byref variable will be forcibly initialized 1004 | int ret, nominal0, nominal1, value0, value1; | ^~~~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c:1004:38: note: byref variable will be forcibly initialized 1004 | int ret, nominal0, nominal1, value0, value1; | ^~~~~~ /kisskb/src/drivers/iio/adc/meson_saradc.c: In function 'meson_sar_adc_init': /kisskb/src/drivers/iio/adc/meson_saradc.c:751:13: note: byref variable will be forcibly initialized 751 | int regval, i, ret; | ^~~~~~ /kisskb/src/drivers/input/misc/ati_remote2.c: In function 'ati_remote2_set_mask': /kisskb/src/drivers/input/misc/ati_remote2.c:40:22: note: byref variable will be forcibly initialized 40 | unsigned int mask; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_change_config_bit': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:140:12: 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:12: 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:12: 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:18: 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:18: 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:12: note: byref variable will be forcibly initialized 98 | u8 w1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; | ^~~~~~ /kisskb/src/drivers/input/misc/ati_remote2.c: In function 'ati_remote2_store_mode_mask': /kisskb/src/drivers/input/misc/ati_remote2.c:768:22: note: byref variable will be forcibly initialized 768 | unsigned int mask; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'temperature_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:420:17: 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:12: 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:17: note: byref variable will be forcibly initialized 320 | int16_t voltage; | ^~~~~~~ /kisskb/src/drivers/input/misc/ati_remote2.c: In function 'ati_remote2_store_channel_mask': /kisskb/src/drivers/input/misc/ati_remote2.c:718:22: note: byref variable will be forcibly initialized 718 | unsigned int mask; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_change_offset_register': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:200:12: 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:12: 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:12: 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:12: note: byref variable will be forcibly initialized 341 | u8 w1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; | ^~~~~~ /kisskb/src/drivers/input/misc/ati_remote2.c: In function 'ati_remote2_setkeycode': /kisskb/src/drivers/input/misc/ati_remote2.c:530:22: note: byref variable will be forcibly initialized 530 | unsigned int scancode; | ^~~~~~~~ /kisskb/src/drivers/input/misc/ati_remote2.c: In function 'ati_remote2_getkeycode': /kisskb/src/drivers/input/misc/ati_remote2.c:488:22: note: byref variable will be forcibly initialized 488 | unsigned int scancode; | ^~~~~~~~ /kisskb/src/drivers/input/misc/atc260x-onkey.c: In function 'atc260x_onkey_query': /kisskb/src/drivers/input/misc/atc260x-onkey.c:104:18: note: byref variable will be forcibly initialized 104 | int ret, key_down; | ^~~~~~~~ /kisskb/src/drivers/input/misc/atc260x-onkey.c: In function 'atc260x_onkey_probe': /kisskb/src/drivers/input/misc/atc260x-onkey.c:197:13: note: byref variable will be forcibly initialized 197 | int val, error; | ^~~ In file included from /kisskb/src/drivers/hwmon/da9052-hwmon.c:20: /kisskb/src/drivers/hwmon/da9052-hwmon.c: In function 'da9052_reg_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:107:13: note: byref variable will be forcibly initialized 107 | int val, ret; | ^~~ /kisskb/src/drivers/hwmon/da9052-hwmon.c: In function 'da9052_group_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:144:22: note: byref variable will be forcibly initialized 144 | unsigned int tmp; | ^~~ /kisskb/src/drivers/hwmon/da9052-hwmon.c: In function 'da9052_get_tsi_result': /kisskb/src/drivers/hwmon/da9052-hwmon.c:191:12: note: byref variable will be forcibly initialized 191 | u8 regs[3]; | ^~~~ /kisskb/src/drivers/hwmon/ds620.c: In function 'temp_store': /kisskb/src/drivers/hwmon/ds620.c:145:14: note: byref variable will be forcibly initialized 145 | long val; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi.h:214, from /kisskb/src/drivers/fsi/fsi-core.c:96: /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(fsi_master_read, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_break': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(fsi_master_break, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_slave_init': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:125:1: note: in expansion of macro 'TRACE_EVENT' 125 | TRACE_EVENT(fsi_slave_init, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_slave_invalid_cfam': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:157:1: note: in expansion of macro 'TRACE_EVENT' 157 | TRACE_EVENT(fsi_slave_invalid_cfam, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_dev_init': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(fsi_dev_init, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_write': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(fsi_master_write, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_node_matches': /kisskb/src/drivers/fsi/fsi-core.c:656:22: note: byref variable will be forcibly initialized 656 | unsigned int len, na, ns; | ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_device_node_matches': /kisskb/src/drivers/fsi/fsi-core.c:418:22: note: byref variable will be forcibly initialized 418 | unsigned int len, na, ns; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi.h:214, from /kisskb/src/drivers/fsi/fsi-core.c:96: /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_rw_result': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | TRACE_EVENT(fsi_master_rw_result, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_set_smode': /kisskb/src/drivers/fsi/fsi-core.c:272:16: note: byref variable will be forcibly initialized 272 | __be32 data; | ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'slave_send_echo_store': /kisskb/src/drivers/fsi/fsi-core.c:831:23: note: byref variable will be forcibly initialized 831 | unsigned long val; | ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_report_and_clear_errors': /kisskb/src/drivers/fsi/fsi-core.c:212:21: note: byref variable will be forcibly initialized 212 | __be32 irq, stat; | ^~~~ /kisskb/src/drivers/fsi/fsi-core.c:212:16: 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:18: 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:17: 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:711:24: note: byref variable will be forcibly initialized 711 | __be32 data; | ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_scan': /kisskb/src/drivers/fsi/fsi-core.c:483:24: note: byref variable will be forcibly initialized 483 | __be32 data; | ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_write': /kisskb/src/drivers/fsi/fsi-core.c:373:17: 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:748:24: note: byref variable will be forcibly initialized 748 | __be32 data; | ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_init': /kisskb/src/drivers/fsi/fsi-core.c:1058:26: note: byref variable will be forcibly initialized 1058 | uint32_t prop; | ^~~~ /kisskb/src/drivers/fsi/fsi-core.c:992:30: note: byref variable will be forcibly initialized 992 | __be32 data, llmode, slbus; | ^~~~~ /kisskb/src/drivers/fsi/fsi-core.c:992:22: note: byref variable will be forcibly initialized 992 | __be32 data, llmode, slbus; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-core.c:992:16: note: byref variable will be forcibly initialized 992 | __be32 data, llmode, slbus; | ^~~~ /kisskb/src/drivers/iio/chemical/sps30_i2c.c: In function 'sps30_i2c_command': /kisskb/src/drivers/iio/chemical/sps30_i2c.c:79:23: 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_start_meas': /kisskb/src/drivers/iio/chemical/sps30_i2c.c:126:23: note: byref variable will be forcibly initialized 126 | unsigned char buf[] = { 0x03, 0x00 }; | ^~~ /kisskb/src/drivers/iio/chemical/sps30_i2c.c: In function 'sps30_i2c_show_info': /kisskb/src/drivers/iio/chemical/sps30_i2c.c:195:23: 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:23: note: byref variable will be forcibly initialized 155 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/hwmon/dme1737.c: In function 'set_zone': /kisskb/src/drivers/hwmon/dme1737.c:1014:14: note: byref variable will be forcibly initialized 1014 | long val; | ^~~ /kisskb/src/drivers/hwmon/dme1737.c: In function 'set_temp': /kisskb/src/drivers/hwmon/dme1737.c:922:14: note: byref variable will be forcibly initialized 922 | long val; | ^~~ /kisskb/src/drivers/hwmon/dme1737.c: In function 'set_in': /kisskb/src/drivers/hwmon/dme1737.c:838:14: note: byref variable will be forcibly initialized 838 | long val; | ^~~ /kisskb/src/drivers/hwmon/dme1737.c: In function 'set_fan': /kisskb/src/drivers/hwmon/dme1737.c:1128:14: note: byref variable will be forcibly initialized 1128 | long val; | ^~~ /kisskb/src/drivers/hwmon/dme1737.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/dme1737.c:1475:23: note: byref variable will be forcibly initialized 1475 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/dme1737.c: In function 'set_pwm': /kisskb/src/drivers/hwmon/dme1737.c:1267:14: note: byref variable will be forcibly initialized 1267 | long val; | ^~~ /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:13: 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:13: 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:13: 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:13: 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:18: note: byref variable will be forcibly initialized 539 | int ret, result; | ^~~~~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'sps30_read_raw': /kisskb/src/drivers/iio/chemical/sps30.c:133:13: note: byref variable will be forcibly initialized 133 | int data[4], ret = -EINVAL; | ^~~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'cleaning_period_show': /kisskb/src/drivers/iio/chemical/sps30.c:215:16: note: byref variable will be forcibly initialized 215 | __be32 val; | ^~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'start_cleaning_store': /kisskb/src/drivers/iio/chemical/sps30.c:195:13: 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:13: note: byref variable will be forcibly initialized 232 | int val, ret; | ^~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'sps30_trigger_handler': /kisskb/src/drivers/iio/chemical/sps30.c:112:11: note: byref variable will be forcibly initialized 112 | } scan; | ^~~~ /kisskb/src/drivers/iio/dac/ad5380.c: In function 'ad5380_get_powerdown_mode': /kisskb/src/drivers/iio/dac/ad5380.c:124:22: note: byref variable will be forcibly initialized 124 | unsigned int mode; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/iio/dac/ad5380.c:9: /kisskb/src/drivers/iio/dac/ad5380.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/dac/ad5380.c: In function 'ad5380_write_dac_powerdown': /kisskb/src/drivers/iio/dac/ad5380.c:94:14: note: byref variable will be forcibly initialized 94 | bool pwr_down; | ^~~~~~~~ /kisskb/src/drivers/hwmon/dme1737.c: In function 'dme1737_init': /kisskb/src/drivers/hwmon/dme1737.c:2740:24: note: byref variable will be forcibly initialized 2740 | unsigned short addr; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/include/linux/bcma/bcma.h:5, from /kisskb/src/drivers/bcma/bcma_private.h:9, from /kisskb/src/drivers/bcma/sprom.c:10: /kisskb/src/drivers/bcma/sprom.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_read': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:120:22: 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:39: 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:35: 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:30: 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:24: 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:18: 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:12: 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_version_check': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:397:12: 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:12: note: byref variable will be forcibly initialized 138 | u8 data; | ^~~~ /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:12: note: byref variable will be forcibly initialized 251 | u8 sta1; | ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_rsense_read': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:433:12: note: byref variable will be forcibly initialized 433 | u8 deviation; | ^~~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_read_raw': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:316:13: 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_probe': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:492:13: note: byref variable will be forcibly initialized 492 | u32 res; | ^~~ In file included from /kisskb/src/include/linux/of_irq.h:8, from /kisskb/src/drivers/mfd/mt6358-irq.c:16: /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'mt6358_irq_sp_handler': /kisskb/src/drivers/mfd/mt6358-irq.c:144:22: note: byref variable will be forcibly initialized 144 | 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:185:30: note: byref variable will be forcibly initialized 185 | unsigned int bit, i, top_irq_status = 0; | ^~~~~~~~~~~~~~ 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/mfd/mt6358-irq.c:15: /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/mt6397-core.c: In function 'mt6397_probe': /kisskb/src/drivers/mfd/mt6397-core.c:294:22: note: byref variable will be forcibly initialized 294 | unsigned int id = 0; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gnss/core.c:10: /kisskb/src/drivers/gnss/core.c: In function 'gnss_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/core.c:105:23: note: in expansion of macro 'wait_event_interruptible' 105 | ret = wait_event_interruptible(gdev->read_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/core.c:92:22: note: byref variable will be forcibly initialized 92 | unsigned int copied; | ^~~~~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_atoreg_num': /kisskb/src/drivers/w1/w1.c:406:13: note: byref variable will be forcibly initialized 406 | u64 rn64_le; | ^~~~~~~ /kisskb/src/drivers/w1/w1.c:404:28: note: byref variable will be forcibly initialized 404 | unsigned long long id; | ^~ /kisskb/src/drivers/w1/w1.c:403:22: 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:21: note: byref variable will be forcibly initialized 935 | u64 corr_le = rn_le; | ^~~~~~~ /kisskb/src/drivers/w1/w1.c:920:13: 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:14: note: byref variable will be forcibly initialized 262 | long tmp; | ^~~ /kisskb/src/drivers/fpga/versal-fpga.c: In function 'versal_fpga_ops_write': /kisskb/src/drivers/fpga/versal-fpga.c:25:20: note: byref variable will be forcibly initialized 25 | dma_addr_t dma_addr = 0; | ^~~~~~~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_search': /kisskb/src/drivers/w1/w1.c:226:14: 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:13: note: byref variable will be forcibly initialized 320 | int tmp; | ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_attach_slave_device': /kisskb/src/drivers/w1/w1.c:725:31: note: byref variable will be forcibly initialized 725 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_add': /kisskb/src/drivers/w1/w1.c:464:27: note: byref variable will be forcibly initialized 464 | struct w1_reg_num rn; | ^~ /kisskb/src/drivers/w1/w1.c: In function 'w1_unref_slave': /kisskb/src/drivers/w1/w1.c:793:39: note: byref variable will be forcibly initialized 793 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_remove': /kisskb/src/drivers/w1/w1.c:502:27: note: byref variable will be forcibly initialized 502 | struct w1_reg_num rn; | ^~ /kisskb/src/drivers/w1/w1.c: In function 'w1_reconnect_slaves': /kisskb/src/drivers/w1/w1.c:898:51: note: byref variable will be forcibly initialized 898 | struct w1_reg_num rn; | ^~ /kisskb/src/drivers/w1/w1.c: In function 'w1_search': /kisskb/src/drivers/w1/w1.c:991:22: note: byref variable will be forcibly initialized 991 | u64 last_rn, rn, tmp64; | ^~ /kisskb/src/drivers/w1/w1_int.c: In function 'w1_add_master_device': /kisskb/src/drivers/w1/w1_int.c:97:31: note: byref variable will be forcibly initialized 97 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/w1/w1_int.c: In function '__w1_remove_master_device': /kisskb/src/drivers/w1/w1_int.c:176:31: note: byref variable will be forcibly initialized 176 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/input/touchscreen/chipone_icn8318.c: In function 'icn8318_read_touch_data': /kisskb/src/drivers/input/touchscreen/chipone_icn8318.c:58:12: note: byref variable will be forcibly initialized 58 | u8 reg = ICN8318_REG_TOUCHDATA; | ^~~ /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:16: 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:16: note: byref variable will be forcibly initialized 190 | __be16 send_buf; | ^~~~~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:188:16: 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:12: 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_show_battery_low': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:319:12: 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:12: 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:17: note: byref variable will be forcibly initialized 373 | u8 val, config_reg; | ^~~~~~~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:373:12: note: byref variable will be forcibly initialized 373 | u8 val, 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:13: 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:13: 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:20: note: byref variable will be forcibly initialized 623 | u32 t_adc, p_adc; | ^~~~~ /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/input/touchscreen/chipone_icn8318.c: In function 'icn8318_irq': /kisskb/src/drivers/input/touchscreen/chipone_icn8318.c:86:35: note: byref variable will be forcibly initialized 86 | struct icn8318_touch_data touch_data; | ^~~~~~~~~~ /kisskb/src/drivers/nvmem/rave-sp-eeprom.c: In function 'rave_sp_eeprom_io': /kisskb/src/drivers/nvmem/rave-sp-eeprom.c:101:12: 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:36: note: byref variable will be forcibly initialized 163 | struct rave_sp_eeprom_page page; | ^~~~ /kisskb/src/drivers/nvmem/rave-sp-eeprom.c: In function 'rave_sp_eeprom_probe': /kisskb/src/drivers/nvmem/rave-sp-eeprom.c:295:13: note: byref variable will be forcibly initialized 295 | u32 reg[2], size; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, 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 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'crc_control_show': /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:91:24: note: byref variable will be forcibly initialized 91 | size_t values_cnt; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:88:24: note: byref variable will be forcibly initialized 88 | size_t count; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'crtc_crc_open': /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:200:16: note: byref variable will be forcibly initialized 200 | size_t values_cnt; | ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/bu21029_ts.c: In function 'bu21029_touch_soft_irq': /kisskb/src/drivers/input/touchscreen/bu21029_ts.c:222:12: note: byref variable will be forcibly initialized 222 | u8 buf[BUF_LEN]; | ^~~ /kisskb/src/drivers/input/touchscreen/bu21029_ts.c: In function 'bu21029_start_chip': /kisskb/src/drivers/input/touchscreen/bu21029_ts.c:267:16: note: byref variable will be forcibly initialized 267 | __be16 hwid; | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:31: /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'crtc_crc_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:1039:9: note: in expansion of macro '___wait_event' 1039 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1105:25: note: in expansion of macro '__wait_event_interruptible_lock_irq' 1105 | __ret = __wait_event_interruptible_lock_irq(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:307:23: note: in expansion of macro 'wait_event_interruptible_lock_irq' 307 | ret = wait_event_interruptible_lock_irq(crc->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:290:14: 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_write': /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:127:16: note: byref variable will be forcibly initialized 127 | size_t values_cnt; | ^~~~~~~~~~ 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/mt6397-irq.c: In function 'mt6397_irq_handle_reg': /kisskb/src/drivers/mfd/mt6397-irq.c:87:22: note: byref variable will be forcibly initialized 87 | unsigned int status = 0; | ^~~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_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 'build_ar_command': /kisskb/src/drivers/fsi/fsi-master-gpio.c:241:18: note: byref variable will be forcibly initialized 241 | uint32_t rel_addr; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'external_mode_store': /kisskb/src/drivers/fsi/fsi-master-gpio.c:729:23: note: byref variable will be forcibly initialized 729 | unsigned long val; | ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'read_one_response': /kisskb/src/drivers/fsi/fsi-master-gpio.c:337:29: 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:17: note: byref variable will be forcibly initialized 401 | uint8_t tag; | ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c:399:29: 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:17: note: byref variable will be forcibly initialized 430 | uint8_t tag; | ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c:427:39: note: byref variable will be forcibly initialized 427 | struct fsi_gpio_msg response, cmd; | ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c:427:29: 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:29: 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:29: 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:29: note: byref variable will be forcibly initialized 565 | struct fsi_gpio_msg cmd; | ^~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_count_read': /kisskb/src/drivers/counter/microchip-tcb-capture.c:233:13: note: byref variable will be forcibly initialized 233 | u32 cnt; | ^~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_count_action_read': /kisskb/src/drivers/counter/microchip-tcb-capture.c:172:13: note: byref variable will be forcibly initialized 172 | u32 cmr; | ^~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_probe': /kisskb/src/drivers/counter/microchip-tcb-capture.c:303:13: note: byref variable will be forcibly initialized 303 | int channel; | ^~~~~~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c:300:14: note: byref variable will be forcibly initialized 300 | char clk_name[7]; | ^~~~~~~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_count_signal_read': /kisskb/src/drivers/counter/microchip-tcb-capture.c:152:13: note: byref variable will be forcibly initialized 152 | u32 sr; | ^~ /kisskb/src/drivers/counter/microchip-tcb-capture.c: In function 'mchp_tc_count_function_write': /kisskb/src/drivers/counter/microchip-tcb-capture.c:89:18: note: byref variable will be forcibly initialized 89 | u32 bmr, cmr; | ^~~ /kisskb/src/drivers/counter/microchip-tcb-capture.c:89:13: note: byref variable will be forcibly initialized 89 | u32 bmr, cmr; | ^~~ /kisskb/src/drivers/vfio/vfio_main.c: In function 'vfio_ioctl_device_feature_migration': /kisskb/src/drivers/vfio/vfio_main.c:1614:46: note: byref variable will be forcibly initialized 1614 | struct vfio_device_feature_migration mig = { | ^~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c: In function 'cy8ctma140_irq_thread': /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:100:24: note: byref variable will be forcibly initialized 100 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:99:12: note: byref variable will be forcibly initialized 99 | u8 buf[CY8CTMA140_PACKET_SIZE]; | ^~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:98:12: 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:12: note: byref variable will be forcibly initialized 146 | u8 buf[5]; | ^~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:145:12: note: byref variable will be forcibly initialized 145 | u8 addr[1]; | ^~~~ /kisskb/src/drivers/input/tablet/pegasus_notetaker.c: In function 'pegasus_set_mode': /kisskb/src/drivers/input/tablet/pegasus_notetaker.c:127:12: note: byref variable will be forcibly initialized 127 | u8 cmd[] = { NOTETAKER_SET_CMD, NOTETAKER_SET_MODE, led, mode }; | ^~~ /kisskb/src/drivers/vfio/vfio_main.c: In function 'vfio_ioctl_device_feature_mig_device_state': /kisskb/src/drivers/vfio/vfio_main.c:1585:44: note: byref variable will be forcibly initialized 1585 | enum vfio_device_mig_state curr_state; | ^~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_main.c:1567:46: note: byref variable will be forcibly initialized 1567 | struct vfio_device_feature_mig_state mig; | ^~~ /kisskb/src/drivers/vfio/vfio_main.c: In function 'vfio_ioctl_device_feature': /kisskb/src/drivers/vfio/vfio_main.c:1635:36: note: byref variable will be forcibly initialized 1635 | struct vfio_device_feature feature; | ^~~~~~~ /kisskb/src/drivers/mux/gpio.c: In function 'mux_gpio_set': /kisskb/src/drivers/mux/gpio.c:27:13: 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 /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, 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:24: note: byref variable will be forcibly initialized 26 | DECLARE_BITMAP(values, BITS_PER_TYPE(state)); | ^~~~~~ /kisskb/src/include/linux/types.h:11:23: 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:13: note: byref variable will be forcibly initialized 54 | s32 idle_state; | ^~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_main.c: In function 'vfio_group_fops_unl_ioctl': /kisskb/src/drivers/vfio/vfio_main.c:1223:42: note: byref variable will be forcibly initialized 1223 | struct vfio_group_status status; | ^~~~~~ /kisskb/src/drivers/hwmon/emc2103.c: In function 'read_temp_from_i2c': /kisskb/src/drivers/hwmon/emc2103.c:88:21: note: byref variable will be forcibly initialized 88 | u8 degrees, fractional; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/emc2103.c:88:12: 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:23: note: byref variable will be forcibly initialized 103 | u8 high_byte, lo_byte; | ^~~~~~~ /kisskb/src/drivers/hwmon/emc2103.c:103:12: 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:12: note: byref variable will be forcibly initialized 126 | u8 conf1; | ^~~~~ /kisskb/src/drivers/hwmon/emc6w201.c: In function 'fan_store': /kisskb/src/drivers/hwmon/emc6w201.c:281:23: note: byref variable will be forcibly initialized 281 | unsigned long val; | ^~~ /kisskb/src/drivers/iio/common/scmi_sensors/scmi_iio.c: In function 'scmi_iio_read_channel_data': /kisskb/src/drivers/iio/common/scmi_sensors/scmi_iio.c:287:36: note: byref variable will be forcibly initialized 287 | struct scmi_sensor_reading readings[SCMI_IIO_NUM_OF_AXIS]; | ^~~~~~~~ /kisskb/src/drivers/hwmon/emc2103.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/emc2103.c:259:14: 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:14: note: byref variable will be forcibly initialized 237 | long val; | ^~~ /kisskb/src/drivers/iio/common/scmi_sensors/scmi_iio.c: In function 'scmi_iio_get_odr_val': /kisskb/src/drivers/iio/common/scmi_sensors/scmi_iio.c:250:13: note: byref variable will be forcibly initialized 250 | u32 sensor_config; | ^~~~~~~~~~~~~ /kisskb/src/drivers/iio/common/scmi_sensors/scmi_iio.c:248:63: note: byref variable will be forcibly initialized 248 | u64 sensor_update_interval, sensor_interval_mult, hz, uhz; | ^~~ /kisskb/src/drivers/iio/common/scmi_sensors/scmi_iio.c:248:59: note: byref variable will be forcibly initialized 248 | u64 sensor_update_interval, sensor_interval_mult, hz, uhz; | ^~ /kisskb/src/drivers/hwmon/emc6w201.c: In function 'temp_store': /kisskb/src/drivers/hwmon/emc6w201.c:237:14: note: byref variable will be forcibly initialized 237 | long val; | ^~~ /kisskb/src/drivers/hwmon/emc6w201.c: In function 'in_store': /kisskb/src/drivers/hwmon/emc6w201.c:198:14: note: byref variable will be forcibly initialized 198 | long val; | ^~~ /kisskb/src/drivers/iio/common/scmi_sensors/scmi_iio.c: In function 'scmi_iio_set_odr_val': /kisskb/src/drivers/iio/common/scmi_sensors/scmi_iio.c:136:14: note: byref variable will be forcibly initialized 136 | char buf[32]; | ^~~ /kisskb/src/drivers/iio/common/scmi_sensors/scmi_iio.c:135:13: note: byref variable will be forcibly initialized 135 | u32 sensor_config; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/emc2103.c: In function 'fan1_div_store': /kisskb/src/drivers/hwmon/emc2103.c:305:14: 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:23: note: byref variable will be forcibly initialized 380 | unsigned long rpm_target; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/emc2103.c: In function 'pwm1_enable_store': /kisskb/src/drivers/hwmon/emc2103.c:426:12: note: byref variable will be forcibly initialized 426 | u8 conf_reg; | ^~~~~~~~ /kisskb/src/drivers/hwmon/emc2103.c:425:14: note: byref variable will be forcibly initialized 425 | long new_value; | ^~~~~~~~~ /kisskb/src/drivers/iio/common/scmi_sensors/scmi_iio.c: In function 'scmi_iio_set_sampling_freq_avail': /kisskb/src/drivers/iio/common/scmi_sensors/scmi_iio.c:515:21: note: byref variable will be forcibly initialized 515 | hz, uhz; | ^~~ /kisskb/src/drivers/iio/common/scmi_sensors/scmi_iio.c:515:17: note: byref variable will be forcibly initialized 515 | hz, uhz; | ^~ /kisskb/src/drivers/iio/common/scmi_sensors/scmi_iio.c: In function 'scmi_alloc_iiodev': /kisskb/src/drivers/iio/common/scmi_sensors/scmi_iio.c:572:28: note: byref variable will be forcibly initialized 572 | enum iio_chan_type type; | ^~~~ /kisskb/src/drivers/iio/common/scmi_sensors/scmi_iio.c:571:27: note: byref variable will be forcibly initialized 571 | enum iio_modifier modifier; | ^~~~~~~~ /kisskb/src/drivers/iio/common/scmi_sensors/scmi_iio.c: In function 'scmi_iio_dev_probe': /kisskb/src/drivers/iio/common/scmi_sensors/scmi_iio.c:641:38: note: byref variable will be forcibly initialized 641 | struct scmi_protocol_handle *ph; | ^~ /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c: In function 'cy8ctmg110_touch_pos': /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c:113:23: note: byref variable will be forcibly initialized 113 | unsigned char reg_p[CY8CTMG110_REG_MAX]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c: In function 'cy8ctmg110_write_regs': /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c:66:23: note: byref variable will be forcibly initialized 66 | unsigned char i2c_data[6]; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c: In function 'cy8ctmg110_set_sleepmode': /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c:139:23: note: byref variable will be forcibly initialized 139 | unsigned char reg_p[3]; | ^~~~~ /kisskb/src/drivers/mfd/rave-sp.c: In function 'rave_sp_write': /kisskb/src/drivers/mfd/rave-sp.c:286:23: note: byref variable will be forcibly initialized 286 | unsigned char crc[RAVE_SP_CHECKSUM_SIZE]; | ^~~ /kisskb/src/drivers/mfd/rave-sp.c:285:23: 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_receive_event': /kisskb/src/drivers/mfd/rave-sp.c:391:12: 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:12: 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:31: 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:13: note: byref variable will be forcibly initialized 773 | u32 baud; | ^~~~ /kisskb/src/drivers/mfd/rave-sp.c: In function 'rave_sp_emulated_get_status': /kisskb/src/drivers/mfd/rave-sp.c:678:12: 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:12: note: byref variable will be forcibly initialized 667 | u8 cmd[] = { | ^~~ /kisskb/src/drivers/hid/hid-quirks.c: In function 'hid_quirks_init': /kisskb/src/drivers/hid/hid-quirks.c:1183:13: note: byref variable will be forcibly initialized 1183 | u32 quirks; | ^~~~~~ /kisskb/src/drivers/hid/hid-quirks.c:1182:36: note: byref variable will be forcibly initialized 1182 | unsigned short int vendor, product; | ^~~~~~~ /kisskb/src/drivers/hid/hid-quirks.c:1182:28: note: byref variable will be forcibly initialized 1182 | unsigned short int vendor, product; | ^~~~~~ /kisskb/src/drivers/iio/chemical/scd30_serial.c: In function 'scd30_serdev_command': /kisskb/src/drivers/iio/chemical/scd30_serial.c:109:14: note: byref variable will be forcibly initialized 109 | rxbuf[SCD30_SERDEV_MAX_BUF_SIZE]; | ^~~~~ /kisskb/src/drivers/iio/chemical/scd30_serial.c:108:14: note: byref variable will be forcibly initialized 108 | char txbuf[SCD30_SERDEV_MAX_BUF_SIZE] = { SCD30_SERDEV_ADDR }, | ^~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwmon/gpio-fan.c:15: /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'gpio_fan_get_of_data': /kisskb/src/drivers/hwmon/gpio-fan.c:417:13: note: byref variable will be forcibly initialized 417 | u32 u; | ^ /kisskb/src/drivers/hwmon/gpio-fan.c:416:18: note: byref variable will be forcibly initialized 416 | unsigned i; | ^ /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'set_rpm': /kisskb/src/drivers/hwmon/gpio-fan.c:270:23: note: byref variable will be forcibly initialized 270 | unsigned long rpm; | ^~~ /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'pwm1_enable_store': /kisskb/src/drivers/hwmon/gpio-fan.c:214:23: note: byref variable will be forcibly initialized 214 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/gpio-fan.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/gpio-fan.c:178:23: note: byref variable will be forcibly initialized 178 | unsigned long pwm; | ^~~ /kisskb/src/drivers/iio/dac/ad5446.c: In function 'ad5622_write': /kisskb/src/drivers/iio/dac/ad5446.c:531:16: note: byref variable will be forcibly initialized 531 | __be16 data = cpu_to_be16(val); | ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c: In function 'vadc_show_status': /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:175:39: 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:35: 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:30: 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:24: 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:18: 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:12: 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_check_revision': /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:816:12: 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:12: note: byref variable will be forcibly initialized 148 | u8 data; | ^~~~ /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:12: note: byref variable will be forcibly initialized 251 | u8 sta1; | ^~~~ /kisskb/src/drivers/iio/dac/ad5446.c: In function 'ad5446_write_dac_powerdown': /kisskb/src/drivers/iio/dac/ad5446.c:114:14: note: byref variable will be forcibly initialized 114 | bool powerdown; | ^~~~~~~~~ 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/drivers/iio/adc/qcom-spmi-vadc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /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:26: note: byref variable will be forcibly initialized 655 | u32 chan, value, varr[2]; | ^~~~ /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:13: 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:34: note: byref variable will be forcibly initialized 738 | struct vadc_channel_prop prop; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e17.c: In function '__w1_f19_set_i2c_speed': /kisskb/src/drivers/w1/slaves/w1_ds28e17.c:536:12: note: byref variable will be forcibly initialized 536 | u8 w1_buf[2]; | ^~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c: In function 'vadc_read_raw': /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:449:13: note: byref variable will be forcibly initialized 449 | u16 adc_code; | ^~~~~~~~ /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:21: note: byref variable will be forcibly initialized 354 | u16 read_1, read_2; | ^~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:354:13: 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_probe': /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:857:13: note: byref variable will be forcibly initialized 857 | u32 reg; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds28e17.c: In function 'w1_f19_i2c_write_read': /kisskb/src/drivers/w1/slaves/w1_ds28e17.c:306:12: note: byref variable will be forcibly initialized 306 | u8 w1_buf[3]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e17.c: In function 'w1_f19_i2c_read': /kisskb/src/drivers/w1/slaves/w1_ds28e17.c:267:12: note: byref variable will be forcibly initialized 267 | u8 w1_buf[5]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e17.c: In function '__w1_f19_i2c_write': /kisskb/src/drivers/w1/slaves/w1_ds28e17.c:155:12: note: byref variable will be forcibly initialized 155 | u8 w1_buf[2]; | ^~~~~~ /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:802:22: note: byref variable will be forcibly initialized 802 | unsigned int bufsize = HID_MIN_BUFFER_SIZE; | ^~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e17.c: In function 'w1_f19_i2c_write': /kisskb/src/drivers/w1/slaves/w1_ds28e17.c:196:12: note: byref variable will be forcibly initialized 196 | u8 command[2]; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:21: /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c: In function 'i2c_hid_execute_reset': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:460:14: note: in expansion of macro 'wait_event_timeout' 460 | if (!wait_event_timeout(ihid->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_locate_usage': /kisskb/src/drivers/hid/hid-input.c:165:22: note: byref variable will be forcibly initialized 165 | unsigned int scancode; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_getkeycode': /kisskb/src/drivers/hid/hid-input.c:182:32: note: byref variable will be forcibly initialized 182 | unsigned int scancode, index; | ^~~~~ /kisskb/src/drivers/hid/hid-input.c:182:22: note: byref variable will be forcibly initialized 182 | unsigned int scancode, index; | ^~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/hid/hid-core.c:16: /kisskb/src/drivers/hid/hid-core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/hid/hid-core.c:16: /kisskb/src/drivers/hid/hid-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_input_event': /kisskb/src/drivers/hid/hid-input.c:1770:27: note: byref variable will be forcibly initialized 1770 | struct hid_field *field; | ^~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_configure_usage': /kisskb/src/drivers/hid/hid-input.c:645:24: note: byref variable will be forcibly initialized 645 | unsigned long *bit = NULL; | ^~~ /kisskb/src/drivers/hid/hid-input.c:643:13: note: byref variable will be forcibly initialized 643 | int max = 0, code; | ^~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_scan_report': /kisskb/src/drivers/hid/hid-core.c:875:25: note: byref variable will be forcibly initialized 875 | struct hid_item item; | ^~~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c: In function 'ads1015_event_handler': /kisskb/src/drivers/iio/adc/ti-ads1015.c:840:13: note: byref variable will be forcibly initialized 840 | int val; | ^~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c: In function 'ads1015_client_get_channels_config': /kisskb/src/drivers/hid/hid-core.c: In function 'new_id_store': /kisskb/src/drivers/hid/hid-core.c:2460:23: note: byref variable will be forcibly initialized 2460 | unsigned long driver_data = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-core.c:2459:28: note: byref variable will be forcibly initialized 2459 | __u32 bus, vendor, product; | ^~~~~~~ /kisskb/src/drivers/hid/hid-core.c:2459:20: note: byref variable will be forcibly initialized 2459 | __u32 bus, vendor, product; | ^~~~~~ /kisskb/src/drivers/hid/hid-core.c:2459:15: note: byref variable will be forcibly initialized 2459 | __u32 bus, vendor, product; | ^~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c:909:21: note: byref variable will be forcibly initialized 909 | u32 pval; | ^~~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c: In function 'ads1015_get_adc_result': /kisskb/src/drivers/iio/adc/ti-ads1015.c:400:22: note: byref variable will be forcibly initialized 400 | 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:740:22: note: byref variable will be forcibly initialized 740 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c: In function 'ads1015_trigger_handler': /kisskb/src/drivers/iio/adc/ti-ads1015.c:453:24: note: byref variable will be forcibly initialized 453 | int chan, ret, res; | ^~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c:452:11: note: byref variable will be forcibly initialized 452 | } scan; | ^~~~ /kisskb/src/drivers/gnss/serial.c: In function 'gnss_serial_parse_dt': /kisskb/src/drivers/gnss/serial.c:114:13: note: byref variable will be forcibly initialized 114 | u32 speed = 4800; | ^~~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_open_report': /kisskb/src/drivers/hid/hid-core.c:1199:22: note: byref variable will be forcibly initialized 1199 | unsigned int size; | ^~~~ /kisskb/src/drivers/hid/hid-core.c:1198:25: note: byref variable will be forcibly initialized 1198 | struct hid_item item; | ^~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_connect': /kisskb/src/drivers/hid/hid-core.c:2150:14: note: byref variable will be forcibly initialized 2150 | char buf[64] = ""; | ^~~ /kisskb/src/drivers/input/tablet/wacom_serial4.c: In function 'wacom_handle_model_response': /kisskb/src/drivers/input/tablet/wacom_serial4.c:190:22: note: byref variable will be forcibly initialized 190 | int major_v, minor_v, r = 0; | ^~~~~~~ /kisskb/src/drivers/input/tablet/wacom_serial4.c:190:13: note: byref variable will be forcibly initialized 190 | int major_v, minor_v, r = 0; | ^~~~~~~ /kisskb/src/drivers/input/tablet/wacom_serial4.c: In function 'wacom_handle_configuration_response': /kisskb/src/drivers/input/tablet/wacom_serial4.c:265:16: note: byref variable will be forcibly initialized 265 | int r, skip; | ^~~~ /kisskb/src/drivers/input/misc/cma3000_d0x.c: In function 'cma3000_thread_irq': /kisskb/src/drivers/input/misc/cma3000_d0x.c:107:27: note: byref variable will be forcibly initialized 107 | int datax, datay, dataz, intr_status; | ^~~~~ /kisskb/src/drivers/input/misc/cma3000_d0x.c:107:20: note: byref variable will be forcibly initialized 107 | int datax, datay, dataz, intr_status; | ^~~~~ /kisskb/src/drivers/input/misc/cma3000_d0x.c:107:13: note: byref variable will be forcibly initialized 107 | int datax, datay, dataz, intr_status; | ^~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_probe': /kisskb/src/drivers/fsi/fsi-scom.c:533:17: note: byref variable will be forcibly initialized 533 | int rc, didx; | ^~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'handle_fsi2pib_status': /kisskb/src/drivers/fsi/fsi-scom.c:230:18: note: byref variable will be forcibly initialized 230 | uint32_t dummy = -1; | ^~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'handle_pib_status': /kisskb/src/drivers/fsi/fsi-scom.c:248:18: note: byref variable will be forcibly initialized 248 | uint32_t dummy = -1; | ^~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_reset': /kisskb/src/drivers/fsi/fsi-scom.c:454:25: note: byref variable will be forcibly initialized 454 | uint32_t flags, dummy = -1; | ^~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function '__get_scom': /kisskb/src/drivers/fsi/fsi-scom.c:110:22: note: byref variable will be forcibly initialized 110 | __be32 data, raw_status; | ^~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c:110:16: note: byref variable will be forcibly initialized 110 | __be32 data, raw_status; | ^~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function '__put_scom': /kisskb/src/drivers/fsi/fsi-scom.c:78:22: note: byref variable will be forcibly initialized 78 | __be32 data, raw_status; | ^~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c:78:16: note: byref variable will be forcibly initialized 78 | __be32 data, raw_status; | ^~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'put_indirect_scom_form0': /kisskb/src/drivers/fsi/fsi-scom.c:147:18: note: byref variable will be forcibly initialized 147 | uint64_t ind_data, ind_addr; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'put_scom': /kisskb/src/drivers/fsi/fsi-scom.c:277:18: note: byref variable will be forcibly initialized 277 | uint32_t status; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'get_indirect_scom_form0': /kisskb/src/drivers/fsi/fsi-scom.c:185:18: note: byref variable will be forcibly initialized 185 | 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:406:18: note: byref variable will be forcibly initialized 406 | uint32_t status; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c:405:28: note: byref variable will be forcibly initialized 405 | struct scom_access acc; | ^~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_raw_write': /kisskb/src/drivers/fsi/fsi-scom.c:425:18: note: byref variable will be forcibly initialized 425 | uint32_t status; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c:424:28: note: byref variable will be forcibly initialized 424 | struct scom_access acc; | ^~~ /kisskb/src/drivers/fsi/fsi-scom.c:423:13: note: byref variable will be forcibly initialized 423 | u64 prev_data, mask, data; | ^~~~~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'get_scom': /kisskb/src/drivers/fsi/fsi-scom.c:296:18: note: byref variable will be forcibly initialized 296 | uint32_t status; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_write': /kisskb/src/drivers/fsi/fsi-scom.c:347:18: note: byref variable will be forcibly initialized 347 | uint64_t val; | ^~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_read': /kisskb/src/drivers/fsi/fsi-scom.c:317:18: note: byref variable will be forcibly initialized 317 | uint64_t val; | ^~~ /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_find_aem1_count': /kisskb/src/drivers/hwmon/ibmaem.c:496:41: note: byref variable will be forcibly initialized 496 | struct aem_find_firmware_resp ff_resp; | ^~~~~~~ /kisskb/src/drivers/hwmon/ibmaem.c:495:41: note: byref variable will be forcibly initialized 495 | struct aem_find_firmware_req ff_req; | ^~~~~~ /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_read_sensor': /kisskb/src/drivers/hwmon/ibmaem.c:353:36: note: byref variable will be forcibly initialized 353 | struct aem_read_sensor_req rs_req; | ^~~~~~ /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_find_aem2': /kisskb/src/drivers/hwmon/ibmaem.c:636:38: note: byref variable will be forcibly initialized 636 | struct aem_find_instance_req fi_req; | ^~~~~~ /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_set_power_period': /kisskb/src/drivers/hwmon/ibmaem.c:894:23: note: byref variable will be forcibly initialized 894 | unsigned long temp; | ^~~~ /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_init_aem2': /kisskb/src/drivers/hwmon/ibmaem.c:757:39: note: byref variable will be forcibly initialized 757 | struct aem_find_instance_resp fi_resp; | ^~~~~~~ /kisskb/src/drivers/hwmon/ibmaem.c: In function 'aem_register_bmc': /kisskb/src/drivers/hwmon/ibmaem.c:782:30: note: byref variable will be forcibly initialized 782 | struct aem_ipmi_data probe; | ^~~~~ /kisskb/src/drivers/iio/accel/adxl355_core.c: In function 'adxl355_setup': /kisskb/src/drivers/iio/accel/adxl355_core.c:240:22: note: byref variable will be forcibly initialized 240 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/da9034-ts.c: In function 'read_tsi': /kisskb/src/drivers/input/touchscreen/da9034-ts.c:83:25: note: byref variable will be forcibly initialized 83 | uint8_t _x, _y, _v; | ^~ /kisskb/src/drivers/input/touchscreen/da9034-ts.c:83:21: note: byref variable will be forcibly initialized 83 | uint8_t _x, _y, _v; | ^~ /kisskb/src/drivers/input/touchscreen/da9034-ts.c:83:17: note: byref variable will be forcibly initialized 83 | uint8_t _x, _y, _v; | ^~ /kisskb/src/drivers/hwmon/hih6130.c: In function 'hih6130_update_measurements': /kisskb/src/drivers/hwmon/hih6130.c:88:24: note: byref variable will be forcibly initialized 88 | struct i2c_msg msgs[1] = { | ^~~~ /kisskb/src/drivers/hwmon/hih6130.c:87:23: note: byref variable will be forcibly initialized 87 | unsigned char tmp[4]; | ^~~ /kisskb/src/drivers/mfd/rohm-bd718x7.c: In function 'bd718xx_init_press_duration': /kisskb/src/drivers/mfd/rohm-bd718x7.c:97:29: note: byref variable will be forcibly initialized 97 | u32 short_press_ms, long_press_ms; | ^~~~~~~~~~~~~ /kisskb/src/drivers/mfd/rohm-bd718x7.c:97:13: note: byref variable will be forcibly initialized 97 | u32 short_press_ms, long_press_ms; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/rohm-bd718x7.c: In function 'bd718xx_i2c_probe': /kisskb/src/drivers/mfd/rohm-bd718x7.c:134:38: note: byref variable will be forcibly initialized 134 | struct regmap_irq_chip_data *irq_data; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_check_sbe_state': /kisskb/src/drivers/fsi/fsi-sbefifo.c:287:16: note: byref variable will be forcibly initialized 287 | __be32 raw_word; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_regr': /kisskb/src/drivers/fsi/fsi-sbefifo.c:264:16: note: byref variable will be forcibly initialized 264 | __be32 raw_word; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_regw': /kisskb/src/drivers/fsi/fsi-sbefifo.c:279:16: note: byref variable will be forcibly initialized 279 | __be32 raw_word = cpu_to_be32(word); | ^~~~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_axi_read_adc_reg': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:469:18: note: byref variable will be forcibly initialized 469 | uint32_t val32; | ^~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_zynq_drain_fifo': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:156:26: note: byref variable will be forcibly initialized 156 | uint32_t status, tmp; | ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:156:18: note: byref variable will be forcibly initialized 156 | uint32_t status, tmp; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_request_reset': /kisskb/src/drivers/fsi/fsi-sbefifo.c:342:13: note: byref variable will be forcibly initialized 342 | u32 status; | ^~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_axi_interrupt_handler': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:502:26: note: byref variable will be forcibly initialized 502 | uint32_t status, mask; | ^~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:502:18: note: byref variable will be forcibly initialized 502 | uint32_t status, mask; | ^~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_axi_update_alarm': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:535:18: note: byref variable will be forcibly initialized 535 | uint32_t val; | ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_wait': /kisskb/src/drivers/fsi/fsi-sbefifo.c:454:19: note: byref variable will be forcibly initialized 454 | u32 addr, sts = 0; | ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_zynq_update_alarm': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:434:18: note: byref variable will be forcibly initialized 434 | uint32_t status; | ^~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_zynq_get_dclk_rate': /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_send_command': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:409:18: note: byref variable will be forcibly initialized 409 | uint32_t val; | ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:497:13: note: byref variable will be forcibly initialized 497 | u32 status; | ^~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_zynq_interrupt_handler': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:300:18: note: byref variable will be forcibly initialized 300 | uint32_t status; | ^~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_zynq_unmask_worker': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:266:22: note: byref variable will be forcibly initialized 266 | unsigned int misc_sts, unmask; | ^~~~~~~~ /kisskb/src/drivers/w1/w1_io.c: In function 'w1_reset_select_slave': /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_read_response': /kisskb/src/drivers/fsi/fsi-sbefifo.c:550:16: note: byref variable will be forcibly initialized 550 | __be32 data; | ^~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:547:13: note: byref variable will be forcibly initialized 547 | u32 status, eot_set; | ^~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_zynq_write_adc_reg': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:180:18: note: byref variable will be forcibly initialized 180 | uint32_t tmp; | ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:179:18: note: byref variable will be forcibly initialized 179 | uint32_t cmd[1]; | ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_zynq_read_adc_reg': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:214:24: note: byref variable will be forcibly initialized 214 | uint32_t resp, tmp; | ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:214:18: note: byref variable will be forcibly initialized 214 | uint32_t resp, tmp; | ^~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:213:18: note: byref variable will be forcibly initialized 213 | uint32_t cmd[2]; | ^~~ /kisskb/src/drivers/w1/w1_io.c:396:21: 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:20: note: byref variable will be forcibly initialized 395 | u8 match[9] = {W1_MATCH_ROM, }; | ^~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_update_scan_mode': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:616:16: note: byref variable will be forcibly initialized 616 | size_t new_size, n; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_parse_dt': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:1197:13: note: byref variable will be forcibly initialized 1197 | u32 reg; | ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:1196:13: note: byref variable will be forcibly initialized 1196 | u32 ext_mux_chan; | ^~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:1195:21: note: byref variable will be forcibly initialized 1195 | const char *external_mux; | ^~~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_cleanup_hw': /kisskb/src/drivers/fsi/fsi-sbefifo.c:383:24: note: byref variable will be forcibly initialized 383 | u32 up_status, down_status; | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:383:13: note: byref variable will be forcibly initialized 383 | u32 up_status, down_status; | ^~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_probe': /kisskb/src/drivers/fsi/fsi-sbefifo.c:1007:17: note: byref variable will be forcibly initialized 1007 | int rc, didx, child_idx = 0; | ^~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:1006:14: note: byref variable will be forcibly initialized 1006 | char child_name[32]; | ^~~~~~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_read_samplerate': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:892:18: note: byref variable will be forcibly initialized 892 | uint16_t val16; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c: In function 'drm_fb_cma_sync_non_coherent': /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c:123:25: note: byref variable will be forcibly initialized 123 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c:120:46: note: byref variable will be forcibly initialized 120 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_read_raw': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:911:18: note: byref variable will be forcibly initialized 911 | uint16_t val16; | ^~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function '_xadc_update_adc_reg': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:585:18: note: byref variable will be forcibly initialized 585 | uint16_t tmp; | ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_collect_async_ffdc': /kisskb/src/drivers/fsi/fsi-sbefifo.c:648:16: note: byref variable will be forcibly initialized 648 | __be32 cmd[2]; | ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:647:16: note: byref variable will be forcibly initialized 647 | size_t ffdc_sz; | ^~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:645:21: note: byref variable will be forcibly initialized 645 | struct kvec ffdc_iov; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:644:25: note: byref variable will be forcibly initialized 644 | struct iov_iter ffdc_iter; | ^~~~~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_trigger_set_state': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:695:22: note: byref variable will be forcibly initialized 695 | unsigned int val; | ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_user_read': /kisskb/src/drivers/fsi/fsi-sbefifo.c:813:22: note: byref variable will be forcibly initialized 813 | struct iovec resp_iov; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:812:25: note: byref variable will be forcibly initialized 812 | struct iov_iter resp_iter; | ^~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_submit': /kisskb/src/drivers/fsi/fsi-sbefifo.c:738:21: note: byref variable will be forcibly initialized 738 | struct kvec resp_iov; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/most/core.c:8: /kisskb/src/drivers/most/core.c: In function 'hdm_enqueue_thread': /kisskb/src/drivers/fsi/fsi-sbefifo.c:737:25: note: byref variable will be forcibly initialized 737 | struct iov_iter resp_iter; | ^~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/core.c:779:17: note: in expansion of macro 'wait_event_interruptible' 779 | wait_event_interruptible(c->hdm_fifo_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c: In function 'xadc_probe': /kisskb/src/drivers/iio/adc/xilinx-xadc-core.c:1319:22: note: byref variable will be forcibly initialized 1319 | unsigned int conf0; | ^~~~~ In file included from /kisskb/src/include/linux/greybus.h:17, from /kisskb/src/drivers/greybus/manifest.c:9: /kisskb/src/drivers/greybus/manifest.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_free': /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c:231:26: note: byref variable will be forcibly initialized 231 | struct iosys_map map = IOSYS_MAP_INIT_VADDR(cma_obj->vaddr); | ^~~ In file included from /kisskb/src/include/linux/greybus.h:16, from /kisskb/src/drivers/greybus/manifest.c:9: /kisskb/src/drivers/greybus/manifest.c: In function 'gb_manifest_parse_cports': /kisskb/src/drivers/greybus/manifest.c:233:19: note: byref variable will be forcibly initialized 233 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_prime_import_sg_table_vmap': /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c:581:26: note: byref variable will be forcibly initialized 581 | struct iosys_map map; | ^~~ /kisskb/src/drivers/mfd/qcom-pm8008.c: In function 'pm8008_probe_irq_peripherals': /kisskb/src/drivers/mfd/qcom-pm8008.c:176:38: note: byref variable will be forcibly initialized 176 | struct regmap_irq_chip_data *irq_data; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-debug.c: In function 'hid_debug_events_read': /kisskb/src/drivers/hid/hid-debug.c:1148:22: note: byref variable will be forcibly initialized 1148 | int ret = 0, copied; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/greybus.h:17, from /kisskb/src/drivers/greybus/module.c:9: /kisskb/src/drivers/greybus/module.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/greybus/module.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/greybus/module.c: In function 'eject_store': /kisskb/src/drivers/greybus/module.c:19:14: note: byref variable will be forcibly initialized 19 | long val; | ^~~ /kisskb/src/drivers/iio/adc/xilinx-xadc-events.c: In function 'xadc_write_event_config': /kisskb/src/drivers/iio/adc/xilinx-xadc-events.c:128:18: note: byref variable will be forcibly initialized 128 | uint16_t cfg, old_cfg; | ^~~ /kisskb/src/drivers/hid/hidraw.c: In function 'hidraw_get_report': /kisskb/src/drivers/hid/hidraw.c:183:23: note: byref variable will be forcibly initialized 183 | unsigned char report_number; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hidraw.c: In function 'hidraw_ioctl': /kisskb/src/drivers/hid/hidraw.c:405:55: note: byref variable will be forcibly initialized 405 | struct hidraw_devinfo dinfo; | ^~~~~ /kisskb/src/drivers/hid/hidraw.c: In function 'hidraw_init': /kisskb/src/drivers/hid/hidraw.c:610:15: note: byref variable will be forcibly initialized 610 | dev_t dev_id; | ^~~~~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'scd4x_send_command': /kisskb/src/drivers/iio/chemical/scd4x.c:96:14: note: byref variable will be forcibly initialized 96 | char buf[SCD4X_COMMAND_BUF_SIZE]; | ^~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'scd4x_read': /kisskb/src/drivers/iio/chemical/scd4x.c:131:14: note: byref variable will be forcibly initialized 131 | char buf[SCD4X_READ_BUF_SIZE]; | ^~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'scd4x_wait_meas_poll': /kisskb/src/drivers/iio/chemical/scd4x.c:285:24: 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:16: 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:18: 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:14: 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:14: note: byref variable will be forcibly initialized 216 | char buf[SCD4X_READ_BUF_SIZE]; | ^~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'scd4x_read_raw': /kisskb/src/drivers/iio/chemical/scd4x.c:337:16: 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:23: note: byref variable will be forcibly initialized 460 | uint16_t val, arg; | ^~~ /kisskb/src/drivers/iio/chemical/scd4x.c:460:18: note: byref variable will be forcibly initialized 460 | uint16_t val, arg; | ^~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'calibration_auto_enable_show': /kisskb/src/drivers/iio/chemical/scd4x.c:413:16: note: byref variable will be forcibly initialized 413 | __be16 bval; | ^~~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'scd4x_trigger_handler': /kisskb/src/drivers/iio/chemical/scd4x.c:602:11: note: byref variable will be forcibly initialized 602 | } scan; | ^~~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'calibration_auto_enable_store': /kisskb/src/drivers/iio/chemical/scd4x.c:435:14: note: byref variable will be forcibly initialized 435 | bool val; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/input/input.c:13: /kisskb/src/drivers/input/input.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/linux/input/mt.h:11, from /kisskb/src/drivers/input/input.c:14: /kisskb/src/drivers/input/input.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/input/touchscreen/da9052_tsi.c:16: /kisskb/src/drivers/input/touchscreen/da9052_tsi.c: In function 'da9052_reg_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:107:13: note: byref variable will be forcibly initialized 107 | int val, ret; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_function_of_probe': /kisskb/src/drivers/input/rmi4/rmi_bus.c:158:14: note: byref variable will be forcibly initialized 158 | char of_name[9]; | ^~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_dbg': /kisskb/src/drivers/input/rmi4/rmi_bus.c:27:17: note: byref variable will be forcibly initialized 27 | va_list args; | ^~~~ /kisskb/src/drivers/iio/dac/ad5686.c: In function 'ad5686_write_dac_powerdown': /kisskb/src/drivers/iio/dac/ad5686.c:70:14: note: byref variable will be forcibly initialized 70 | bool readin; | ^~~~~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_of_property_read_u32': /kisskb/src/drivers/input/rmi4/rmi_bus.c:418:13: note: byref variable will be forcibly initialized 418 | u32 val = 0; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/compat.h:17, from /kisskb/src/drivers/vfio/vfio_iommu_type1.c:24: /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'put_pfn': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:459:30: note: byref variable will be forcibly initialized 459 | struct page *page = pfn_to_page(pfn); | ^~~~ /kisskb/src/drivers/input/input.c: In function 'input_seq_print_bitmap': /kisskb/src/drivers/input/input.c:1171:14: note: byref variable will be forcibly initialized 1171 | char buf[18]; | ^~~ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/arch/arm64/include/asm/arch_timer.h:18, from /kisskb/src/arch/arm64/include/asm/timex.h:8, from /kisskb/src/include/linux/timex.h:67, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/drivers/vfio/vfio_iommu_type1.c:24: /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_resv_refresh': /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:77:13: note: byref variable will be forcibly initialized 77 | u32 val; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/input/input.c:13: /kisskb/src/drivers/input/input.c: In function '__input_release_device': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c:589:17: note: in expansion of macro 'rcu_assign_pointer' 589 | rcu_assign_pointer(dev->grab, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2451:19: note: byref variable will be forcibly initialized 2451 | LIST_HEAD(resv_regions); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/input/input-compat.c: In function 'input_event_from_user': /kisskb/src/drivers/input/input-compat.c:18:43: note: byref variable will be forcibly initialized 18 | struct input_event_compat compat_event; | ^~~~~~~~~~~~ /kisskb/src/drivers/input/input-compat.c: In function 'input_event_to_user': /kisskb/src/drivers/input/input-compat.c:42:43: note: byref variable will be forcibly initialized 42 | struct input_event_compat compat_event; | ^~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_migration_build_caps': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2746:52: note: byref variable will be forcibly initialized 2746 | struct vfio_iommu_type1_info_cap_migration cap_mig; | ^~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_dma_avail_build_caps': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2762:48: note: byref variable will be forcibly initialized 2762 | struct vfio_iommu_type1_info_dma_avail cap_dma_avail; | ^~~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_get_info': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2778:30: note: byref variable will be forcibly initialized 2778 | struct vfio_info_cap caps = { .buf = NULL, .size = 0 }; | ^~~~ /kisskb/src/drivers/input/input.c: In function 'input_get_disposition': /kisskb/src/drivers/input/input.c:241:13: note: byref variable will be forcibly initialized 241 | int value = *pval; | ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2776:38: note: byref variable will be forcibly initialized 2776 | struct vfio_iommu_type1_info info; | ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_dma_rw_chunk': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:3079:26: note: byref variable will be forcibly initialized 3079 | struct vfio_dma *dma; | ^~~ /kisskb/src/drivers/input/input.c: In function 'inhibited_store': /kisskb/src/drivers/input/input.c:1466:14: note: byref variable will be forcibly initialized 1466 | bool inhibited; | ^~~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_dma_rw': In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/input/input.c:13: /kisskb/src/drivers/input/input.c: In function 'input_grab_device': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:3139:16: note: byref variable will be forcibly initialized 3139 | size_t done; | ^~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c:573:9: note: in expansion of macro 'rcu_assign_pointer' 573 | rcu_assign_pointer(dev->grab, handle); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_unmap_unpin': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1096:14: note: byref variable will be forcibly initialized 1096 | long unlocked = 0; | ^~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1095:13: note: byref variable will be forcibly initialized 1095 | int unmapped_region_cnt = 0; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1094:35: note: byref variable will be forcibly initialized 1094 | struct iommu_iotlb_gather iotlb_gather; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/arch/arm64/include/asm/arch_timer.h:18, from /kisskb/src/arch/arm64/include/asm/timex.h:8, from /kisskb/src/include/linux/timex.h:67, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/drivers/vfio/vfio_iommu_type1.c:24: /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1093:19: note: byref variable will be forcibly initialized 1093 | LIST_HEAD(unmapped_region_list); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1091:20: note: byref variable will be forcibly initialized 1091 | dma_addr_t iova = dma->iova, end = dma->iova + dma->size; | ^~~~ /kisskb/src/drivers/input/input.c: In function 'input_default_setkeycode': /kisskb/src/drivers/input/input.c:864:22: note: byref variable will be forcibly initialized 864 | unsigned int index; | ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'follow_fault_pfn': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:516:22: note: byref variable will be forcibly initialized 516 | bool unlocked = false; | ^~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:511:21: note: byref variable will be forcibly initialized 511 | spinlock_t *ptl; | ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:510:16: note: byref variable will be forcibly initialized 510 | pte_t *ptep; | ^~~~ /kisskb/src/drivers/input/input.c: In function 'input_default_getkeycode': /kisskb/src/drivers/input/input.c:835:22: note: byref variable will be forcibly initialized 835 | unsigned int index; | ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_pin_page_external': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:794:22: note: byref variable will be forcibly initialized 794 | struct page *pages[1]; | ^~~~~ /kisskb/src/drivers/input/input.c: In function 'input_set_keycode': /kisskb/src/drivers/input/input.c:955:22: note: byref variable will be forcibly initialized 955 | unsigned int old_keycode; | ^~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_pin_pages_remote': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:663:23: note: byref variable will be forcibly initialized 663 | unsigned long pfn; | ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_pin_pages': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:895:31: note: byref variable will be forcibly initialized 895 | unsigned long phys_pfn; | ^~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:852:26: note: byref variable will be forcibly initialized 852 | struct vfio_dma *dma; | ^~~ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/arch/arm64/include/asm/arch_timer.h:18, from /kisskb/src/arch/arm64/include/asm/timex.h:8, from /kisskb/src/include/linux/timex.h:67, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/drivers/vfio/vfio_iommu_type1.c:24: /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_detach_group': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2492:19: note: byref variable will be forcibly initialized 2492 | LIST_HEAD(iova_copy); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_pin_map_dma': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1510:23: note: byref variable will be forcibly initialized 1510 | unsigned long pfn, limit = rlimit(RLIMIT_MEMLOCK) >> PAGE_SHIFT; | ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1507:27: note: byref variable will be forcibly initialized 1507 | struct vfio_batch batch; | ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_replay': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1761:47: note: byref variable will be forcibly initialized 1761 | unsigned long pfn; | ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1705:27: note: byref variable will be forcibly initialized 1705 | struct vfio_batch batch; | ^~~~~ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/arch/arm64/include/asm/arch_timer.h:18, from /kisskb/src/arch/arm64/include/asm/timex.h:8, from /kisskb/src/include/linux/timex.h:67, from /kisskb/src/include/linux/time32.h:13, from /kisskb/src/include/linux/time.h:60, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/drivers/vfio/vfio_iommu_type1.c:24: /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_attach_group': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2188:19: note: byref variable will be forcibly initialized 2188 | LIST_HEAD(group_resv_regions); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2187:19: note: byref variable will be forcibly initialized 2187 | LIST_HEAD(iova_copy); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2185:21: note: byref variable will be forcibly initialized 2185 | phys_addr_t resv_msi_base = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_map_dma': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2842:41: note: byref variable will be forcibly initialized 2842 | struct vfio_iommu_type1_dma_map map; | ^~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'update_user_bitmap': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:1219:23: note: byref variable will be forcibly initialized 1219 | unsigned long leftover; | ^~~~~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_unmap_dma': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2861:43: note: byref variable will be forcibly initialized 2861 | struct vfio_iommu_type1_dma_unmap unmap; | ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c: In function 'vfio_iommu_type1_dirty_pages': /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2957:58: note: byref variable will be forcibly initialized 2957 | struct vfio_iommu_type1_dirty_bitmap_get range; | ^~~~~ /kisskb/src/drivers/vfio/vfio_iommu_type1.c:2914:46: note: byref variable will be forcibly initialized 2914 | struct vfio_iommu_type1_dirty_bitmap dirty; | ^~~~~ /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:319:13: note: byref variable will be forcibly initialized 319 | u32 val; | ^~~ /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:136:18: note: byref variable will be forcibly initialized 136 | int err, i = 0; | ^ /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:34: 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:166:34: note: byref variable will be forcibly initialized 166 | struct st_sensor_odr_avl odr_out = {0, 0}; | ^~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'power_now_show': /kisskb/src/drivers/greybus/interface.c:500:13: note: byref variable will be forcibly initialized 500 | u32 measurement; | ^~~~~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'current_now_show': /kisskb/src/drivers/greybus/interface.c:481:13: note: byref variable will be forcibly initialized 481 | u32 measurement; | ^~~~~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'voltage_now_show': /kisskb/src/drivers/greybus/interface.c:462:13: note: byref variable will be forcibly initialized 462 | u32 measurement; | ^~~~~~~~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'gb_interface_activate_operation': /kisskb/src/drivers/greybus/interface.c:877:12: note: byref variable will be forcibly initialized 877 | u8 type; | ^~~~ /kisskb/src/drivers/greybus/interface.c: In function 'gb_interface_read_ara_dme': /kisskb/src/drivers/greybus/interface.c:57:18: note: byref variable will be forcibly initialized 57 | u32 sn0, sn1; | ^~~ /kisskb/src/drivers/greybus/interface.c:57:13: note: byref variable will be forcibly initialized 57 | u32 sn0, sn1; | ^~~ /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:622:13: note: byref variable will be forcibly initialized 622 | int wai, err; | ^~~ /kisskb/src/drivers/greybus/interface.c: In function 'gb_interface_read_and_clear_init_status': /kisskb/src/drivers/greybus/interface.c:367:13: note: byref variable will be forcibly initialized 367 | u32 value; | ^~~~~ /kisskb/src/drivers/greybus/interface.c: In function 'gb_interface_activate': /kisskb/src/drivers/greybus/interface.c:1007:32: note: byref variable will be forcibly initialized 1007 | enum gb_interface_type type; | ^~~~ /kisskb/src/drivers/greybus/interface.c: In function 'power_state_store': /kisskb/src/drivers/greybus/interface.c:530:14: note: byref variable will be forcibly initialized 530 | bool activate; | ^~~~~~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_interval_store': /kisskb/src/drivers/hwmon/ina2xx.c:509:23: 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:22: 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:13: 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:23: 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:23: 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:13: 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:38: 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:22: 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:13: note: byref variable will be forcibly initialized 623 | u32 val; | ^~~ /kisskb/src/drivers/input/misc/drv260x.c: In function 'drv260x_init': /kisskb/src/drivers/input/misc/drv260x.c:347:22: note: byref variable will be forcibly initialized 347 | unsigned int cal_buf; | ^~~~~~~ /kisskb/src/drivers/input/misc/drv260x.c: In function 'drv260x_probe': /kisskb/src/drivers/input/misc/drv260x.c:465:13: note: byref variable will be forcibly initialized 465 | u32 voltage; | ^~~~~~~ /kisskb/src/drivers/input/misc/drv2665.c: In function 'drv2665_worker': /kisskb/src/drivers/input/misc/drv2665.c:80:22: note: byref variable will be forcibly initialized 80 | unsigned int read_buf; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-occ.c: In function 'occ_putsram': /kisskb/src/drivers/fsi/fsi-occ.c:320:16: note: byref variable will be forcibly initialized 320 | size_t resp_len = OCC_MAX_RESP_WORDS; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-occ.c:319:25: 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:16: note: byref variable will be forcibly initialized 397 | size_t resp_len = OCC_MAX_RESP_WORDS; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-occ.c:396:25: 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:16: note: byref variable will be forcibly initialized 261 | __be32 cmd[6]; | ^~~ /kisskb/src/drivers/fsi/fsi-occ.c:259:16: note: byref variable will be forcibly initialized 259 | size_t resp_len = OCC_MAX_RESP_WORDS; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-occ.c:258:25: note: byref variable will be forcibly initialized 258 | size_t cmd_len, parsed_len, resp_data_len; | ^~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-occ.c: In function 'occ_probe': /kisskb/src/drivers/fsi/fsi-occ.c:601:13: note: byref variable will be forcibly initialized 601 | u32 reg; | ^~~ /kisskb/src/drivers/fsi/fsi-occ.c: In function 'occ_write': /kisskb/src/drivers/fsi/fsi-occ.c:142:16: note: byref variable will be forcibly initialized 142 | size_t rlen, data_length; | ^~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_ts_readwrite': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:149:24: note: byref variable will be forcibly initialized 149 | struct i2c_msg wrmsg[2]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_ts_isr': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:202:12: note: byref variable will be forcibly initialized 202 | u8 rdbuf[63]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:201:12: note: byref variable will be forcibly initialized 201 | u8 cmd; | ^~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_ts_identify': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:883:12: note: byref variable will be forcibly initialized 883 | u8 rdbuf[EDT_NAME_LEN]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_register_read': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:322:22: note: byref variable will be forcibly initialized 322 | u8 wrbuf[2], rdbuf[2]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:322:12: note: byref variable will be forcibly initialized 322 | u8 wrbuf[2], rdbuf[2]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_register_write': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:293:12: note: byref variable will be forcibly initialized 293 | u8 wrbuf[4]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_ts_get_defaults': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:1003:13: note: byref variable will be forcibly initialized 1003 | u32 val; | ^~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_ts_probe': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:1143:13: note: byref variable will be forcibly initialized 1143 | u32 report_rate; | ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:1139:12: note: byref variable will be forcibly initialized 1139 | u8 buf[2] = { 0xfc, 0x00 }; | ^~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_irq_handler': /kisskb/src/drivers/input/misc/da7280.c:906:12: note: byref variable will be forcibly initialized 906 | u8 events[DA7280_IRQ_NUM]; | ^~~~~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_haptic_mem_update': /kisskb/src/drivers/input/misc/da7280.c:286:22: note: byref variable will be forcibly initialized 286 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_parse_properties': /kisskb/src/drivers/input/misc/da7280.c:780:13: note: byref variable will be forcibly initialized 780 | u32 val; | ^~~ /kisskb/src/drivers/input/misc/da7280.c:779:21: note: byref variable will be forcibly initialized 779 | const char *str; | ^~~ /kisskb/src/drivers/input/misc/da7280.c:778:14: note: byref variable will be forcibly initialized 778 | char gpi_str3[] = "dlg,gpi0-polarity"; | ^~~~~~~~ /kisskb/src/drivers/input/misc/da7280.c:777:14: note: byref variable will be forcibly initialized 777 | char gpi_str2[] = "dlg,gpi0-mode"; | ^~~~~~~~ /kisskb/src/drivers/input/misc/da7280.c:776:14: note: byref variable will be forcibly initialized 776 | char gpi_str1[] = "dlg,gpi0-seq-id"; | ^~~~~~~~ /kisskb/src/drivers/input/misc/da7280.c:775:25: note: byref variable will be forcibly initialized 775 | unsigned int i, mem[DA7280_SNP_MEM_SIZE]; | ^~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_setting_store': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:463:22: note: byref variable will be forcibly initialized 463 | unsigned int val; | ^~~ /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c: In function 'edt_ft5x06_debugfs_raw_data_read': /kisskb/src/drivers/input/touchscreen/edt-ft5x06.c:768:14: note: byref variable will be forcibly initialized 768 | char wrbuf[3]; | ^~~~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_haptic_set_pwm': /kisskb/src/drivers/input/misc/da7280.c:327:26: note: byref variable will be forcibly initialized 327 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_init': /kisskb/src/drivers/input/misc/da7280.c:964:22: note: byref variable will be forcibly initialized 964 | unsigned int val = 0; | ^~~ /kisskb/src/drivers/input/misc/da7280.c: In function 'da7280_probe': /kisskb/src/drivers/input/misc/da7280.c:1149:26: note: byref variable will be forcibly initialized 1149 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/hwmon/ina238.c: In function 'ina238_read_in': /kisskb/src/drivers/hwmon/ina238.c:134:13: note: byref variable will be forcibly initialized 134 | int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/ina238.c: In function 'ina238_read_current': /kisskb/src/drivers/hwmon/ina238.c:266:13: note: byref variable will be forcibly initialized 266 | int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/ina238.c: In function 'ina238_read_temp': /kisskb/src/drivers/hwmon/ina238.c:357:13: note: byref variable will be forcibly initialized 357 | int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/ina238.c: In function 'ina238_read_reg24': /kisskb/src/drivers/hwmon/ina238.c:115:12: note: byref variable will be forcibly initialized 115 | u8 data[3]; | ^~~~ /kisskb/src/drivers/hwmon/ina238.c: In function 'ina238_read_power': /kisskb/src/drivers/hwmon/ina238.c:290:13: note: byref variable will be forcibly initialized 290 | int regval; | ^~~~~~ /kisskb/src/drivers/iio/chemical/sgp40.c: In function 'sgp40_measure_resistance_raw': /kisskb/src/drivers/iio/chemical/sgp40.c:168:32: 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:13: note: byref variable will be forcibly initialized 216 | u16 resistance_raw; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/iio/chemical/sgp40.c:215:18: note: byref variable will be forcibly initialized 215 | int ret, voc; | ^~~ /kisskb/src/drivers/hwmon/lm80.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm80.c:419:14: 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:14: 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:28: 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:23: note: byref variable will be forcibly initialized 322 | unsigned long val; | ^~~ /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:804:40: note: byref variable will be forcibly initialized 804 | 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:834:40: note: byref variable will be forcibly initialized 834 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/include/drm/drm_modes.h:30, from /kisskb/src/include/drm/drm_crtc.h:32, 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /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:99:40: note: byref variable will be forcibly initialized 99 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_crtc_helper_disable': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:434:48: note: byref variable will be forcibly initialized 434 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_crtc_helper_set_mode': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:278:61: note: byref variable will be forcibly initialized 278 | struct drm_display_mode *adjusted_mode, saved_mode, saved_hwmode; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:278:49: note: byref variable will be forcibly initialized 278 | struct drm_display_mode *adjusted_mode, saved_mode, saved_hwmode; | ^~~~~~~~~~ /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:526:40: note: byref variable will be forcibly initialized 526 | 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:1011:45: note: byref variable will be forcibly initialized 1011 | struct drm_mode_set set = { | ^~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/input-mt.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, 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 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/it87.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/it87.c:1927:23: note: byref variable will be forcibly initialized 1927 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_auto_pwm_slope': /kisskb/src/drivers/hwmon/it87.c:1562:23: note: byref variable will be forcibly initialized 1562 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_in': /kisskb/src/drivers/hwmon/it87.c:873:23: note: byref variable will be forcibly initialized 873 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_auto_pwm': /kisskb/src/drivers/hwmon/it87.c:1529:14: note: byref variable will be forcibly initialized 1529 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_auto_temp': /kisskb/src/drivers/hwmon/it87.c:1601:14: note: byref variable will be forcibly initialized 1601 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_pwm_temp_map': /kisskb/src/drivers/hwmon/it87.c:1468:14: note: byref variable will be forcibly initialized 1468 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_pwm': /kisskb/src/drivers/hwmon/it87.c:1373:14: note: byref variable will be forcibly initialized 1373 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_pwm_enable': /kisskb/src/drivers/hwmon/it87.c:1301:14: note: byref variable will be forcibly initialized 1301 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_pwm_freq': /kisskb/src/drivers/hwmon/it87.c:1414:23: note: byref variable will be forcibly initialized 1414 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_beep': /kisskb/src/drivers/hwmon/it87.c:1878:14: note: byref variable will be forcibly initialized 1878 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_fan': /kisskb/src/drivers/hwmon/it87.c:1183:14: note: byref variable will be forcibly initialized 1183 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_fan_div': /kisskb/src/drivers/hwmon/it87.c:1226:23: note: byref variable will be forcibly initialized 1226 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_temp': /kisskb/src/drivers/hwmon/it87.c:961:14: note: byref variable will be forcibly initialized 961 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'set_temp_type': /kisskb/src/drivers/hwmon/it87.c:1045:14: note: byref variable will be forcibly initialized 1045 | long val; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'clear_intrusion': /kisskb/src/drivers/hwmon/it87.c:1824:14: note: byref variable will be forcibly initialized 1824 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm73.c: In function 'convrate_store': /kisskb/src/drivers/hwmon/lm73.c:102:23: note: byref variable will be forcibly initialized 102 | unsigned long convrate; | ^~~~~~~~ /kisskb/src/drivers/hwmon/lm73.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm73.c:67:14: note: byref variable will be forcibly initialized 67 | long temp; | ^~~~ /kisskb/src/drivers/most/configfs.c: In function 'most_snd_grp_create_card_store': /kisskb/src/drivers/most/configfs.c:545:14: 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:14: 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:14: note: byref variable will be forcibly initialized 117 | bool tmp; | ^~~ /kisskb/src/drivers/hwmon/it87.c: In function 'sm_it87_init': /kisskb/src/drivers/hwmon/it87.c:3302:24: note: byref variable will be forcibly initialized 3302 | unsigned short isa_address[2]; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/it87.c:3301:30: note: byref variable will be forcibly initialized 3301 | struct it87_sio_data sio_data; | ^~~~~~~~ /kisskb/src/drivers/input/input-poller.c: In function 'input_dev_set_poll_interval': /kisskb/src/drivers/input/input-poller.c:152:22: note: byref variable will be forcibly initialized 152 | unsigned int interval; | ^~~~~~~~ /kisskb/src/drivers/hwmon/lochnagar-hwmon.c: In function 'do_measurement': /kisskb/src/drivers/hwmon/lochnagar-hwmon.c:94:22: note: byref variable will be forcibly initialized 94 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/lochnagar-hwmon.c: In function 'request_data': /kisskb/src/drivers/hwmon/lochnagar-hwmon.c:144:22: note: byref variable will be forcibly initialized 144 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/lochnagar-hwmon.c: In function 'read_sensor': /kisskb/src/drivers/hwmon/lochnagar-hwmon.c:180:13: note: byref variable will be forcibly initialized 180 | u32 data; | ^~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_attention': /kisskb/src/drivers/input/rmi4/rmi_f01.c:688:12: 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:13: note: byref variable will be forcibly initialized 345 | u32 val; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_read_properties': /kisskb/src/drivers/input/rmi4/rmi_f01.c:150:12: note: byref variable will be forcibly initialized 150 | u8 ds4_query_len; | ^~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c:141:12: note: byref variable will be forcibly initialized 141 | u8 queries[RMI_F01_BASIC_QUERY_LEN]; | ^~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_probe': /kisskb/src/drivers/input/rmi4/rmi_f01.c:393:12: note: byref variable will be forcibly initialized 393 | u8 temp; | ^~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c:392:12: note: byref variable will be forcibly initialized 392 | u8 device_status; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'prochot_short_store': /kisskb/src/drivers/hwmon/lm93.c:2291:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:23: 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:14: 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:14: 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:14: 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:14: note: byref variable will be forcibly initialized 1284 | long val; | ^~~ /kisskb/src/drivers/input/misc/gpio_decoder.c: In function 'gpio_decoder_probe': /kisskb/src/drivers/input/misc/gpio_decoder.c:64:14: note: byref variable will be forcibly initialized 64 | u32 max; | ^~~ /kisskb/src/drivers/input/touchscreen/hycon-hy46xx.c: In function 'hycon_hy46xx_setting_store': /kisskb/src/drivers/input/touchscreen/hycon-hy46xx.c:221:22: 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:13: 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:13: 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:12: 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:13: note: byref variable will be forcibly initialized 286 | u32 val; | ^~~ /kisskb/src/drivers/input/touchscreen/egalax_ts.c: In function 'egalax_ts_interrupt': /kisskb/src/drivers/input/touchscreen/egalax_ts.c:69:12: note: byref variable will be forcibly initialized 69 | u8 buf[MAX_I2C_DATA_LEN]; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_read_pdt_entry': /kisskb/src/drivers/input/rmi4/rmi_driver.c:462:12: 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_check_bootloader_mode': /kisskb/src/drivers/input/rmi4/rmi_driver.c:749:12: 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/include/linux/rmi.h:10, from /kisskb/src/drivers/input/rmi4/rmi_driver.c:23: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | 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:20: 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_page': /kisskb/src/drivers/input/rmi4/rmi_driver.c:508:26: note: byref variable will be forcibly initialized 508 | struct pdt_entry pdt_entry; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/rmi.h:13, from /kisskb/src/drivers/input/rmi4/rmi_driver.c:23: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_set_attn_data': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c:184:9: note: in expansion of macro 'kfifo_put' 184 | kfifo_put(&drvdata->attn_fifo, attn_data); | ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_scan_pdt': /kisskb/src/drivers/input/rmi4/rmi_driver.c:547:13: 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:12: note: byref variable will be forcibly initialized 565 | u8 buf[35]; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c:564:12: 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:13: 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:13: note: byref variable will be forcibly initialized 1069 | int irq_count = 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:30:18: note: byref variable will be forcibly initialized 30 | int ret, status; | ^~~~~~ /kisskb/src/drivers/iio/dac/ad5696-i2c.c: In function 'ad5686_i2c_read': /kisskb/src/drivers/iio/dac/ad5696-i2c.c:18:24: note: byref variable will be forcibly initialized 18 | struct i2c_msg msg[2] = { | ^~~ In file included from /kisskb/src/drivers/input/misc/ims-pcu.c:11: /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:32: note: byref variable will be forcibly initialized 68 | const struct firmware *lfw; | ^~~ /kisskb/src/drivers/iio/accel/adxl367.c: In function 'adxl367_irq_handler': /kisskb/src/drivers/iio/accel/adxl367.c:854:12: note: byref variable will be forcibly initialized 854 | u8 status; | ^~~~~~ /kisskb/src/drivers/iio/accel/adxl367.c:852:13: note: byref variable will be forcibly initialized 852 | u16 fifo_entries; | ^~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl367.c: In function 'adxl367_get_fifo_mode': /kisskb/src/drivers/iio/accel/adxl367.c:420:22: note: byref variable will be forcibly initialized 420 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/accel/adxl367.c: In function 'adxl367_get_fifo_enabled': /kisskb/src/drivers/iio/accel/adxl367.c:1164:32: note: byref variable will be forcibly initialized 1164 | enum adxl367_fifo_mode fifo_mode; | ^~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl367.c: In function 'adxl367_get_act_interrupt_en': /kisskb/src/drivers/iio/accel/adxl367.c:386:22: note: byref variable will be forcibly initialized 386 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/accel/adxl367.c: In function 'adxl367_update_scan_mode': /kisskb/src/drivers/iio/accel/adxl367.c:1252:34: note: byref variable will be forcibly initialized 1252 | enum adxl367_fifo_format fifo_format; | ^~~~~~~~~~~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_reset_device': /kisskb/src/drivers/input/misc/ims-pcu.c:1125:13: note: byref variable will be forcibly initialized 1125 | int value; | ^~~~~ /kisskb/src/drivers/iio/accel/adxl367.c: In function 'adxl367_write_raw': /kisskb/src/drivers/iio/accel/adxl367.c:948:36: note: byref variable will be forcibly initialized 948 | enum adxl367_range range; | ^~~~~ /kisskb/src/drivers/iio/accel/adxl367.c:939:34: note: byref variable will be forcibly initialized 939 | enum adxl367_odr odr; | ^~~ /kisskb/src/drivers/iio/accel/adxl367.c: In function 'adxl367_verify_devid': /kisskb/src/drivers/iio/accel/adxl367.c:1431:22: note: byref variable will be forcibly initialized 1431 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_write_ofn_config': /kisskb/src/drivers/input/misc/ims-pcu.c:1280:12: note: byref variable will be forcibly initialized 1280 | u8 buffer[] = { addr, data }; | ^~~~~~ /kisskb/src/drivers/iio/accel/adxl367.c: In function 'adxl367_read_event_config': /kisskb/src/drivers/iio/accel/adxl367.c:1094:14: note: byref variable will be forcibly initialized 1094 | bool en; | ^~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_ofn_bit_store': /kisskb/src/drivers/input/misc/ims-pcu.c:1413:12: note: byref variable will be forcibly initialized 1413 | u8 data; | ^~~~ /kisskb/src/drivers/input/misc/ims-pcu.c:1412:13: note: byref variable will be forcibly initialized 1412 | int value; | ^~~~~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_ofn_bit_show': /kisskb/src/drivers/input/misc/ims-pcu.c:1391:12: note: byref variable will be forcibly initialized 1391 | u8 data; | ^~~~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_ofn_reg_data_show': /kisskb/src/drivers/input/misc/ims-pcu.c:1303:12: note: byref variable will be forcibly initialized 1303 | u8 data; | ^~~~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_backlight_set_brightness': /kisskb/src/drivers/input/misc/ims-pcu.c:954:16: note: byref variable will be forcibly initialized 954 | __le16 br_val = cpu_to_le16(value); | ^~~~~~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_ofn_reg_addr_store': /kisskb/src/drivers/input/misc/ims-pcu.c:1360:12: note: byref variable will be forcibly initialized 1360 | u8 value; | ^~~~~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_ofn_reg_data_store': /kisskb/src/drivers/input/misc/ims-pcu.c:1322:12: note: byref variable will be forcibly initialized 1322 | u8 value; | ^~~~~ /kisskb/src/drivers/input/misc/ims-pcu.c: In function 'ims_pcu_update_firmware_store': /kisskb/src/drivers/input/misc/ims-pcu.c:1157:13: note: byref variable will be forcibly initialized 1157 | int value; | ^~~~~ /kisskb/src/drivers/input/misc/ims-pcu.c:1156:32: note: byref variable will be forcibly initialized 1156 | const struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/hid/uhid.c: In function 'uhid_dev_create': /kisskb/src/drivers/hid/uhid.c:555:32: note: byref variable will be forcibly initialized 555 | struct uhid_create_req orig; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/compat.h:12, from /kisskb/src/drivers/hid/uhid.c:11: /kisskb/src/drivers/hid/uhid.c: In function 'uhid_char_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/uhid.c:690:23: note: in expansion of macro 'wait_event_interruptible' 690 | ret = wait_event_interruptible(uhid->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/uhid.c: In function '__uhid_report_queue_and_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/uhid.c:196:15: note: in expansion of macro 'wait_event_interruptible_timeout' 196 | ret = wait_event_interruptible_timeout(uhid->report_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/lm95245.c: In function 'lm95245_read_temp': /kisskb/src/drivers/hwmon/lm95245.c:164:39: note: byref variable will be forcibly initialized 164 | int ret, regl, regh, regvall, regvalh; | ^~~~~~~ /kisskb/src/drivers/hwmon/lm95245.c:164:30: 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:22: note: byref variable will be forcibly initialized 108 | unsigned int rate; | ^~~~ /kisskb/src/drivers/hwmon/lm95245.c: In function 'lm95245_write_temp': /kisskb/src/drivers/hwmon/lm95245.c:281:22: note: byref variable will be forcibly initialized 281 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/most/most_usb.c: In function 'value_store': /kisskb/src/drivers/most/most_usb.c:853:13: note: byref variable will be forcibly initialized 853 | u16 reg_addr; | ^~~~~~~~ /kisskb/src/drivers/most/most_usb.c:852:13: note: byref variable will be forcibly initialized 852 | u16 val; | ^~~ /kisskb/src/drivers/most/most_usb.c: In function 'wq_netinfo': /kisskb/src/drivers/most/most_usb.c:689:12: note: byref variable will be forcibly initialized 689 | u8 hw_addr[6]; | ^~~~~~~ /kisskb/src/drivers/most/most_usb.c:688:25: note: byref variable will be forcibly initialized 688 | u16 hi, mi, lo, link; | ^~~~ /kisskb/src/drivers/most/most_usb.c:688:21: note: byref variable will be forcibly initialized 688 | u16 hi, mi, lo, link; | ^~ /kisskb/src/drivers/most/most_usb.c:688:17: note: byref variable will be forcibly initialized 688 | u16 hi, mi, lo, link; | ^~ /kisskb/src/drivers/most/most_usb.c:688:13: note: byref variable will be forcibly initialized 688 | u16 hi, mi, lo, link; | ^~ /kisskb/src/drivers/most/most_usb.c: In function 'value_show': /kisskb/src/drivers/most/most_usb.c:830:13: note: byref variable will be forcibly initialized 830 | u16 reg_addr; | ^~~~~~~~ /kisskb/src/drivers/most/most_usb.c:829:13: note: byref variable will be forcibly initialized 829 | u16 val; | ^~~ /kisskb/src/drivers/gnss/usb.c: In function 'gnss_usb_probe': /kisskb/src/drivers/gnss/usb.c:121:46: note: byref variable will be forcibly initialized 121 | struct usb_endpoint_descriptor *in, *out; | ^~~ /kisskb/src/drivers/gnss/usb.c:121:41: note: byref variable will be forcibly initialized 121 | struct usb_endpoint_descriptor *in, *out; | ^~ /kisskb/src/drivers/gpu/drm/drm_flip_work.c: In function 'flip_worker': /kisskb/src/drivers/gpu/drm/drm_flip_work.c:117:26: note: byref variable will be forcibly initialized 117 | struct list_head tasks; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/most/most_usb.c:8: /kisskb/src/drivers/most/most_usb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/touchscreen/eeti_ts.c: In function 'eeti_ts_read': /kisskb/src/drivers/input/touchscreen/eeti_ts.c:69:14: note: byref variable will be forcibly initialized 69 | char buf[6]; | ^~~ /kisskb/src/drivers/hwmon/ltc2990.c: In function 'ltc2990_value_show': /kisskb/src/drivers/hwmon/ltc2990.c:143:13: note: byref variable will be forcibly initialized 143 | int value; | ^~~~~ /kisskb/src/drivers/most/most_cdev.c: In function 'stop_channel': /kisskb/src/drivers/most/most_cdev.c:83:21: note: byref variable will be forcibly initialized 83 | struct mbo *mbo; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/most/most_cdev.c:8: /kisskb/src/drivers/most/most_cdev.c: In function 'comp_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:248:21: note: in expansion of macro 'wait_event_interruptible' 248 | if (wait_event_interruptible(c->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:240:21: note: byref variable will be forcibly initialized 240 | struct mbo *mbo = NULL; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:196:21: note: in expansion of macro 'wait_event_interruptible' 196 | if (wait_event_interruptible(c->wq, ch_has_mbo(c) || !c->dev)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:187:21: note: byref variable will be forcibly initialized 187 | struct mbo *mbo = NULL; | ^~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_i2c_read': /kisskb/src/drivers/input/touchscreen/goodix.c:164:16: note: byref variable will be forcibly initialized 164 | __be16 wbuf = cpu_to_be16(reg); | ^~~~ /kisskb/src/drivers/input/touchscreen/goodix.c:163:24: note: byref variable will be forcibly initialized 163 | struct i2c_msg msgs[2]; | ^~~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_i2c_test': /kisskb/src/drivers/input/touchscreen/goodix.c:1097:12: note: byref variable will be forcibly initialized 1097 | u8 test; | ^~~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_read_version': /kisskb/src/drivers/input/touchscreen/goodix.c:1070:14: note: byref variable will be forcibly initialized 1070 | char id_str[GOODIX_ID_MAX_LEN + 1]; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/goodix.c:1069:12: note: byref variable will be forcibly initialized 1069 | u8 buf[6]; | ^~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_process_events': /kisskb/src/drivers/input/touchscreen/goodix.c:460:13: note: byref variable will be forcibly initialized 460 | u8 point_data[2 + GOODIX_MAX_CONTACT_SIZE * GOODIX_MAX_CONTACTS]; | ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_i2c_write': /kisskb/src/drivers/input/touchscreen/goodix.c:198:24: note: byref variable will be forcibly initialized 198 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_ts_probe': /kisskb/src/drivers/input/touchscreen/goodix.c:1278:21: note: byref variable will be forcibly initialized 1278 | const char *cfg_name; | ^~~~~~~~ /kisskb/src/drivers/iio/humidity/hts221_core.c: In function 'hts221_check_whoami': /kisskb/src/drivers/iio/humidity/hts221_core.c:129:18: 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:16: note: byref variable will be forcibly initialized 305 | __le16 val; | ^~~ /kisskb/src/drivers/iio/humidity/hts221_core.c:303:34: 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:16: note: byref variable will be forcibly initialized 262 | __le16 val; | ^~~ /kisskb/src/drivers/iio/humidity/hts221_core.c:260:40: note: byref variable will be forcibly initialized 260 | int err, *slope, *b_gen, cal0, cal1; | ^~~~ /kisskb/src/drivers/iio/humidity/hts221_core.c:260:34: 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:16: note: byref variable will be forcibly initialized 400 | __le16 data; | ^~~~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c: In function 'goodix_firmware_verify': /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:50:14: 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:12: 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:12: 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:14: note: byref variable will be forcibly initialized 192 | char fw_name[64]; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:191:32: 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:13: 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:12: 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:12: note: byref variable will be forcibly initialized 409 | u8 val; | ^~~ /kisskb/src/drivers/iio/humidity/hdc100x.c: In function 'hdc100x_get_measurement': /kisskb/src/drivers/iio/humidity/hdc100x.c:173:16: note: byref variable will be forcibly initialized 173 | __be16 val; | ^~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_get_bundle_version': /kisskb/src/drivers/greybus/control.c:60:51: note: byref variable will be forcibly initialized 60 | struct gb_control_bundle_version_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:59:50: note: byref variable will be forcibly initialized 59 | struct gb_control_bundle_version_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_get_version': /kisskb/src/drivers/greybus/control.c:22:44: note: byref variable will be forcibly initialized 22 | struct gb_control_version_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:21:43: note: byref variable will be forcibly initialized 21 | struct gb_control_version_request request; | ^~~~~~~ /kisskb/src/drivers/hwmon/max197.c: In function 'max197_store_range': /kisskb/src/drivers/hwmon/max197.c:123:14: note: byref variable will be forcibly initialized 123 | long value; | ^~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_get_manifest_size_operation': /kisskb/src/drivers/greybus/control.c:106:54: note: byref variable will be forcibly initialized 106 | struct gb_control_get_manifest_size_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_connected_operation': /kisskb/src/drivers/greybus/control.c:133:45: note: byref variable will be forcibly initialized 133 | struct gb_control_connected_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_disconnected_operation': /kisskb/src/drivers/greybus/control.c:142:48: note: byref variable will be forcibly initialized 142 | struct gb_control_disconnected_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_suspend': /kisskb/src/drivers/greybus/control.c:218:46: note: byref variable will be forcibly initialized 218 | struct gb_control_bundle_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:217:45: note: byref variable will be forcibly initialized 217 | struct gb_control_bundle_pm_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_resume': /kisskb/src/drivers/greybus/control.c:243:46: note: byref variable will be forcibly initialized 243 | struct gb_control_bundle_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:242:45: note: byref variable will be forcibly initialized 242 | struct gb_control_bundle_pm_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_deactivate': /kisskb/src/drivers/greybus/control.c:268:46: note: byref variable will be forcibly initialized 268 | struct gb_control_bundle_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:267:45: note: byref variable will be forcibly initialized 267 | struct gb_control_bundle_pm_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_bundle_activate': /kisskb/src/drivers/greybus/control.c:294:46: note: byref variable will be forcibly initialized 294 | struct gb_control_bundle_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c:293:45: note: byref variable will be forcibly initialized 293 | struct gb_control_bundle_pm_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_interface_suspend_prepare': /kisskb/src/drivers/greybus/control.c:334:44: note: byref variable will be forcibly initialized 334 | struct gb_control_intf_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_interface_deactivate_prepare': /kisskb/src/drivers/greybus/control.c:357:44: note: byref variable will be forcibly initialized 357 | struct gb_control_intf_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/control.c: In function 'gb_control_interface_hibernate_abort': /kisskb/src/drivers/greybus/control.c:380:44: note: byref variable will be forcibly initialized 380 | struct gb_control_intf_pm_response response; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_pgm_r_reg': /kisskb/src/drivers/input/touchscreen/hideep.c:241:16: 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:13: 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:16: 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:13: 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:13: 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:13: note: byref variable will be forcibly initialized 366 | u32 unmask_code; | ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_get_axis_info': /kisskb/src/drivers/input/touchscreen/hideep.c:770:16: note: byref variable will be forcibly initialized 770 | __le16 val[2]; | ^~~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_update_fw': /kisskb/src/drivers/input/touchscreen/hideep.c:868:13: note: byref variable will be forcibly initialized 868 | int mode; | ^~~~ /kisskb/src/drivers/input/touchscreen/hideep.c:866:32: note: byref variable will be forcibly initialized 866 | const struct firmware *fw_entry; | ^~~~~~~~ In file included from /kisskb/src/drivers/input/misc/max77693-haptic.c:19: /kisskb/src/drivers/input/misc/max77693-haptic.c: In function 'pwm_config': /kisskb/src/include/linux/pwm.h:328:26: note: byref variable will be forcibly initialized 328 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/max77693-haptic.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:372:26: note: byref variable will be forcibly initialized 372 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/max77693-haptic.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:353:26: note: byref variable will be forcibly initialized 353 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/iio/humidity/dht11.c: In function 'dht11_decode': /kisskb/src/drivers/iio/humidity/dht11.c:124:14: note: byref variable will be forcibly initialized 124 | char bits[DHT11_BITS_PER_READ]; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_helper_probe_detect_ctx': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:284:40: note: byref variable will be forcibly initialized 284 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_kms_helper_poll_enable': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:246:40: note: byref variable will be forcibly initialized 246 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /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:496:40: note: byref variable will be forcibly initialized 496 | 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:696:40: note: byref variable will be forcibly initialized 696 | 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:980:40: note: byref variable will be forcibly initialized 980 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/drivers/input/ff-core.c:14: /kisskb/src/drivers/input/ff-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /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:13: note: byref variable will be forcibly initialized 229 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, from /kisskb/src/include/linux/export.h:33, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/preempt.h:10, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, 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:24: note: byref variable will be forcibly initialized 393 | DECLARE_BITMAP(handled_bm, FF_MEMLESS_EFFECTS); | ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/input/ff-memless.c:392:26: note: byref variable will be forcibly initialized 392 | struct ff_effect effect; | ^~~~~~ /kisskb/src/drivers/iio/accel/dmard09.c: In function 'dmard09_read_raw': /kisskb/src/drivers/iio/accel/dmard09.c:54:12: note: byref variable will be forcibly initialized 54 | u8 buf[DMARD09_BUF_LEN]; | ^~~ /kisskb/src/drivers/input/touchscreen/exc3000.c: In function 'exc3000_vendor_data_request': /kisskb/src/drivers/input/touchscreen/exc3000.c:221:12: 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:406:65: note: byref variable will be forcibly initialized 406 | error = exc3000_vendor_data_request(data, (u8[]){'E'}, 1, | ^ /kisskb/src/drivers/input/touchscreen/exc3000.c:404:20: note: byref variable will be forcibly initialized 404 | u8 response[EXC3000_LEN_FRAME]; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/exc3000.c: In function 'type_show': /kisskb/src/drivers/input/touchscreen/exc3000.c:313:55: note: byref variable will be forcibly initialized 313 | ret = exc3000_vendor_data_request(data, (u8[]){'F'}, 1, response, 1); | ^ /kisskb/src/drivers/input/touchscreen/exc3000.c:310:12: note: byref variable will be forcibly initialized 310 | u8 response[EXC3000_LEN_FRAME]; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/exc3000.c: In function 'model_show': /kisskb/src/drivers/input/touchscreen/exc3000.c:297:55: note: byref variable will be forcibly initialized 297 | ret = exc3000_vendor_data_request(data, (u8[]){'E'}, 1, response, 1); | ^ /kisskb/src/drivers/input/touchscreen/exc3000.c:294:12: note: byref variable will be forcibly initialized 294 | u8 response[EXC3000_LEN_FRAME]; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/exc3000.c: In function 'fw_version_show': /kisskb/src/drivers/input/touchscreen/exc3000.c:281:55: note: byref variable will be forcibly initialized 281 | ret = exc3000_vendor_data_request(data, (u8[]){'D'}, 1, response, 1); | ^ /kisskb/src/drivers/input/touchscreen/exc3000.c:269:49: note: byref variable will be forcibly initialized 269 | (u8[]){0x39, 0x02}, 2, response, 1); | ^ /kisskb/src/drivers/input/touchscreen/exc3000.c:264:12: note: byref variable will be forcibly initialized 264 | u8 response[EXC3000_LEN_FRAME]; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-asus.c: In function 'rog_nkey_led_init': /kisskb/src/drivers/hid/hid-asus.c:455:12: note: byref variable will be forcibly initialized 455 | u8 buf_init3[] = { FEATURE_KBD_LED_REPORT_ID1, | ^~~~~~~~~ /kisskb/src/drivers/hid/hid-asus.c:453:12: note: byref variable will be forcibly initialized 453 | u8 buf_init2[] = { FEATURE_KBD_LED_REPORT_ID1, 0x41, 0x53, 0x55, 0x53, 0x20, | ^~~~~~~~~ /kisskb/src/drivers/hid/hid-asus.c:452:12: note: byref variable will be forcibly initialized 452 | u8 buf_init_start[] = { FEATURE_KBD_LED_REPORT_ID1, 0xB9 }; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-asus.c: In function 'asus_kbd_init': /kisskb/src/drivers/hid/hid-asus.c:407:12: note: byref variable will be forcibly initialized 407 | u8 buf[] = { FEATURE_KBD_REPORT_ID, 0x41, 0x53, 0x55, 0x53, 0x20, 0x54, | ^~~ /kisskb/src/drivers/hid/hid-asus.c: In function 'asus_kbd_get_functions': /kisskb/src/drivers/hid/hid-asus.c:421:12: note: byref variable will be forcibly initialized 421 | u8 buf[] = { FEATURE_KBD_REPORT_ID, 0x05, 0x20, 0x31, 0x00, 0x08 }; | ^~~ /kisskb/src/drivers/hid/hid-asus.c: In function 'asus_kbd_register_leds': /kisskb/src/drivers/hid/hid-asus.c:552:23: note: byref variable will be forcibly initialized 552 | unsigned char kbd_func; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-asus.c: In function 'asus_kbd_backlight_work': /kisskb/src/drivers/hid/hid-asus.c:515:12: note: byref variable will be forcibly initialized 515 | u8 buf[] = { FEATURE_KBD_REPORT_ID, 0xba, 0xc5, 0xc4, 0x00 }; | ^~~ /kisskb/src/drivers/iio/humidity/am2315.c: In function 'am2315_read_data': /kisskb/src/drivers/iio/humidity/am2315.c:114:12: note: byref variable will be forcibly initialized 114 | u8 rx_buf[8]; | ^~~~~~ /kisskb/src/drivers/iio/humidity/am2315.c:107:12: note: byref variable will be forcibly initialized 107 | u8 tx_buf[3] = { AM2315_FUNCTION_READ, AM2315_REG_HUM_MSB, 4 }; | ^~~~~~ /kisskb/src/drivers/iio/humidity/am2315.c: In function 'am2315_read_raw': /kisskb/src/drivers/iio/humidity/am2315.c:198:35: note: byref variable will be forcibly initialized 198 | struct am2315_sensor_data sensor_data; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/humidity/am2315.c: In function 'am2315_trigger_handler': /kisskb/src/drivers/iio/humidity/am2315.c:165:35: note: byref variable will be forcibly initialized 165 | struct am2315_sensor_data sensor_data; | ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen.c: In function 'touchscreen_get_prop_u32': /kisskb/src/drivers/input/touchscreen.c:20:13: 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:40: note: byref variable will be forcibly initialized 71 | unsigned int minimum, maximum, fuzz; | ^~~~ /kisskb/src/drivers/input/touchscreen.c:71:31: note: byref variable will be forcibly initialized 71 | unsigned int minimum, maximum, fuzz; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen.c:71:22: note: byref variable will be forcibly initialized 71 | unsigned int minimum, maximum, fuzz; | ^~~~~~~ /kisskb/src/drivers/iio/health/max30102.c: In function 'max30102_fifo_count': /kisskb/src/drivers/iio/health/max30102.c:242:22: 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:22: note: byref variable will be forcibly initialized 423 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/health/max30102.c: In function 'max30102_led_init': /kisskb/src/drivers/iio/health/max30102.c:326:22: note: byref variable will be forcibly initialized 326 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/health/max30102.c: In function 'max30102_probe': /kisskb/src/drivers/iio/health/max30102.c:511:22: note: byref variable will be forcibly initialized 511 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/humidity/hts221_buffer.c: In function 'hts221_trigger_handler_thread': /kisskb/src/drivers/iio/humidity/hts221_buffer.c:56:18: note: byref variable will be forcibly initialized 56 | int err, status; | ^~~~~~ /kisskb/src/drivers/hwmon/max16065.c: In function 'max16065_limit_store': /kisskb/src/drivers/hwmon/max16065.c:225:23: note: byref variable will be forcibly initialized 225 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/max6621.c: In function 'max6621_read': /kisskb/src/drivers/hwmon/max6621.c:205:13: note: byref variable will be forcibly initialized 205 | u32 regval; | ^~~~~~ In file included from /kisskb/src/drivers/input/misc/max8997_haptic.c:15: /kisskb/src/drivers/input/misc/max8997_haptic.c: In function 'pwm_config': /kisskb/src/include/linux/pwm.h:328:26: note: byref variable will be forcibly initialized 328 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/max8997_haptic.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:372:26: note: byref variable will be forcibly initialized 372 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/max8997_haptic.c: In function 'pwm_enable': /kisskb/src/include/linux/pwm.h:353:26: note: byref variable will be forcibly initialized 353 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_sample_get': /kisskb/src/drivers/greybus/svc.c:176:50: note: byref variable will be forcibly initialized 176 | struct gb_svc_pwrmon_sample_get_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:175:49: note: byref variable will be forcibly initialized 175 | struct gb_svc_pwrmon_sample_get_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_rail_count_get': /kisskb/src/drivers/greybus/svc.c:132:54: note: byref variable will be forcibly initialized 132 | struct gb_svc_pwrmon_rail_count_get_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'pwr_debugfs_power_read': /kisskb/src/drivers/greybus/svc.c:731:14: note: byref variable will be forcibly initialized 731 | char buff[16]; | ^~~~ /kisskb/src/drivers/greybus/svc.c:730:13: note: byref variable will be forcibly initialized 730 | u32 value; | ^~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'pwr_debugfs_current_read': /kisskb/src/drivers/greybus/svc.c:707:14: note: byref variable will be forcibly initialized 707 | char buff[16]; | ^~~~ /kisskb/src/drivers/greybus/svc.c:706:13: note: byref variable will be forcibly initialized 706 | u32 value; | ^~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'pwr_debugfs_voltage_read': /kisskb/src/drivers/greybus/svc.c:683:14: note: byref variable will be forcibly initialized 683 | char buff[16]; | ^~~~ /kisskb/src/drivers/greybus/svc.c:682:13: note: byref variable will be forcibly initialized 682 | u32 value; | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_f03.c: In function 'rmi_f03_initialize': /kisskb/src/drivers/input/rmi4/rmi_f03.c:101:12: 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:12: 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:12: note: byref variable will be forcibly initialized 252 | u8 obs[RMI_F03_QUEUE_LENGTH * RMI_F03_OB_SIZE]; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/greybus/svc.c:9: /kisskb/src/drivers/greybus/svc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_debugfs_init': /kisskb/src/drivers/input/rmi4/rmi_f03.c: In function 'rmi_f03_pt_open': /kisskb/src/drivers/input/rmi4/rmi_f03.c:145:12: note: byref variable will be forcibly initialized 145 | u8 obs[RMI_F03_QUEUE_LENGTH * RMI_F03_OB_SIZE]; | ^~~ /kisskb/src/drivers/greybus/svc.c:794:22: note: byref variable will be forcibly initialized 794 | char fname[GB_SVC_PWRMON_RAIL_NAME_BUFSIZE]; | ^~~~~ /kisskb/src/drivers/greybus/svc.c:764:12: note: byref variable will be forcibly initialized 764 | u8 rail_count; | ^~~~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'watchdog_store': /kisskb/src/drivers/greybus/svc.c:84:14: note: byref variable will be forcibly initialized 84 | bool user_request; | ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_pwrmon_intf_sample_get': /kisskb/src/drivers/greybus/svc.c:213:55: note: byref variable will be forcibly initialized 213 | struct gb_svc_pwrmon_intf_sample_get_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:212:54: note: byref variable will be forcibly initialized 212 | struct gb_svc_pwrmon_intf_sample_get_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_device_id': /kisskb/src/drivers/greybus/svc.c:259:46: note: byref variable will be forcibly initialized 259 | struct gb_svc_intf_device_id_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_eject': /kisskb/src/drivers/greybus/svc.c:270:42: note: byref variable will be forcibly initialized 270 | struct gb_svc_intf_eject_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'intf_eject_store': /kisskb/src/drivers/greybus/svc.c:52:24: note: byref variable will be forcibly initialized 52 | unsigned short intf_id; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_vsys_set': /kisskb/src/drivers/greybus/svc.c:294:42: note: byref variable will be forcibly initialized 294 | struct gb_svc_intf_vsys_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:293:41: note: byref variable will be forcibly initialized 293 | struct gb_svc_intf_vsys_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_refclk_set': /kisskb/src/drivers/greybus/svc.c:317:44: note: byref variable will be forcibly initialized 317 | struct gb_svc_intf_refclk_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:316:43: note: byref variable will be forcibly initialized 316 | struct gb_svc_intf_refclk_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_unipro_set': /kisskb/src/drivers/greybus/svc.c:340:44: note: byref variable will be forcibly initialized 340 | struct gb_svc_intf_unipro_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:339:43: note: byref variable will be forcibly initialized 339 | struct gb_svc_intf_unipro_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_activate': /kisskb/src/drivers/greybus/svc.c:363:46: note: byref variable will be forcibly initialized 363 | struct gb_svc_intf_activate_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:362:45: note: byref variable will be forcibly initialized 362 | struct gb_svc_intf_activate_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_resume': /kisskb/src/drivers/greybus/svc.c:389:44: note: byref variable will be forcibly initialized 389 | struct gb_svc_intf_resume_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:388:43: note: byref variable will be forcibly initialized 388 | struct gb_svc_intf_resume_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_dme_peer_get': /kisskb/src/drivers/greybus/svc.c:418:45: note: byref variable will be forcibly initialized 418 | struct gb_svc_dme_peer_get_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:417:44: note: byref variable will be forcibly initialized 417 | struct gb_svc_dme_peer_get_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_dme_peer_set': /kisskb/src/drivers/greybus/svc.c:452:45: note: byref variable will be forcibly initialized 452 | struct gb_svc_dme_peer_set_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:451:44: note: byref variable will be forcibly initialized 451 | struct gb_svc_dme_peer_set_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_connection_create': /kisskb/src/drivers/greybus/svc.c:485:43: note: byref variable will be forcibly initialized 485 | struct gb_svc_conn_create_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_connection_destroy': /kisskb/src/drivers/greybus/svc.c:501:44: note: byref variable will be forcibly initialized 501 | struct gb_svc_conn_destroy_request request; | ^~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_mode_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:283:22: note: byref variable will be forcibly initialized 283 | unsigned int ready; | ^~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:282:22: 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:22: 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:22: 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:13: 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:22: 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:22: note: byref variable will be forcibly initialized 524 | unsigned int sel_bits; | ^~~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_lpf_set': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:501:13: note: byref variable will be forcibly initialized 501 | int odr; | ^~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_chip_init': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:752:22: note: byref variable will be forcibly initialized 752 | unsigned int chip_id; | ^~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_temp_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:384:22: note: byref variable will be forcibly initialized 384 | unsigned int temp; | ^~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_axis_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:417:16: note: byref variable will be forcibly initialized 417 | __be16 axis_be; | ^~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_data_rdy_thread': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:806:22: note: byref variable will be forcibly initialized 806 | unsigned int data_ready; | ^~~~~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_route_create': /kisskb/src/drivers/greybus/svc.c:522:44: note: byref variable will be forcibly initialized 522 | struct gb_svc_route_create_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_route_destroy': /kisskb/src/drivers/greybus/svc.c:536:45: note: byref variable will be forcibly initialized 536 | struct gb_svc_route_destroy_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_set_power_mode': /kisskb/src/drivers/greybus/svc.c:559:46: note: byref variable will be forcibly initialized 559 | struct gb_svc_intf_set_pwrm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:558:45: note: byref variable will be forcibly initialized 558 | struct gb_svc_intf_set_pwrm_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/svc.c: In function 'gb_svc_intf_set_power_mode_hibernate': /kisskb/src/drivers/greybus/svc.c:601:46: note: byref variable will be forcibly initialized 601 | struct gb_svc_intf_set_pwrm_response response; | ^~~~~~~~ /kisskb/src/drivers/greybus/svc.c:600:45: note: byref variable will be forcibly initialized 600 | struct gb_svc_intf_set_pwrm_request request; | ^~~~~~~ /kisskb/src/drivers/greybus/operation.c: In function 'gb_connection_recv': /kisskb/src/drivers/greybus/operation.c:1029:37: note: byref variable will be forcibly initialized 1029 | struct gb_operation_msg_hdr header; | ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/greybus/operation.c:10: /kisskb/src/drivers/greybus/operation.c: In function 'gb_operation_cancel': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c:1083:9: note: in expansion of macro 'wait_event' 1083 | wait_event(gb_operation_cancellation_queue, | ^~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c: In function 'gb_operation_cancel_incoming': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c:1110:9: note: in expansion of macro 'wait_event' 1110 | wait_event(gb_operation_cancellation_queue, | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/include/drm/drm_modes.h:30, from /kisskb/src/include/drm/drm_crtc.h:32, 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:634:16: note: byref variable will be forcibly initialized 634 | 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:40: note: byref variable will be forcibly initialized 77 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c: In function 'drm_primary_helper_update': /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:177:14: note: byref variable will be forcibly initialized 177 | bool visible; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:169:25: note: byref variable will be forcibly initialized 169 | struct drm_rect dest = { | ^~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:163:25: note: byref variable will be forcibly initialized 163 | struct drm_rect src = { | ^~~ /kisskb/src/drivers/input/touchscreen/imagis.c: In function 'imagis_i2c_read_reg': /kisskb/src/drivers/input/touchscreen/imagis.c:46:24: note: byref variable will be forcibly initialized 46 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/input/touchscreen/imagis.c:45:16: note: byref variable will be forcibly initialized 45 | __be32 reg_be = cpu_to_be32(reg); | ^~~~~~ /kisskb/src/drivers/input/touchscreen/imagis.c:44:16: note: byref variable will be forcibly initialized 44 | __be32 ret_be; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/imagis.c: In function 'imagis_interrupt': /kisskb/src/drivers/input/touchscreen/imagis.c:82:27: note: byref variable will be forcibly initialized 82 | u32 intr_message, finger_status; | ^~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/imagis.c:82:13: note: byref variable will be forcibly initialized 82 | u32 intr_message, finger_status; | ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/imagis.c: In function 'imagis_probe': /kisskb/src/drivers/input/touchscreen/imagis.c:256:13: note: byref variable will be forcibly initialized 256 | int chip_id, error; | ^~~~~~~ /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c: In function 'bmi160_get_scale': /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c:346:21: note: byref variable will be forcibly initialized 346 | 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:403:16: note: byref variable will be forcibly initialized 403 | 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:532:22: note: byref variable will be forcibly initialized 532 | 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:366:16: note: byref variable will be forcibly initialized 366 | __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:710:22: note: byref variable will be forcibly initialized 710 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c: In function 'bmi160_trigger_handler': /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c:430:16: note: byref variable will be forcibly initialized 430 | __le16 sample; | ^~~~~~ /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c: In function 'bmi160_core_probe': /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c:830:29: note: byref variable will be forcibly initialized 830 | enum bmi160_int_pin int_pin; | ^~~~~~~ /kisskb/src/drivers/iio/gyro/itg3200_core.c: In function 'itg3200_read_reg_s16': /kisskb/src/drivers/iio/gyro/itg3200_core.c:60:24: note: byref variable will be forcibly initialized 60 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/iio/gyro/itg3200_core.c:58:13: note: byref variable will be forcibly initialized 58 | s16 out; | ^~~ /kisskb/src/drivers/iio/gyro/itg3200_core.c: In function 'itg3200_write_raw': /kisskb/src/drivers/iio/gyro/itg3200_core.c:135:12: 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:12: note: byref variable will be forcibly initialized 89 | u8 regval; | ^~~~~~ /kisskb/src/drivers/iio/gyro/itg3200_core.c: In function 'itg3200_enable_full_scale': /kisskb/src/drivers/iio/gyro/itg3200_core.c:202:12: 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:12: note: byref variable will be forcibly initialized 220 | u8 val; | ^~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_parse_pins': /kisskb/src/drivers/input/misc/iqs626a.c:723:22: note: byref variable will be forcibly initialized 723 | unsigned int val[IQS626_NUM_CRx_TX]; | ^~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_parse_trackpad': /kisskb/src/drivers/input/misc/iqs626a.c:772:22: note: byref variable will be forcibly initialized 772 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_parse_channel': /kisskb/src/drivers/input/misc/iqs626a.c:899:22: note: byref variable will be forcibly initialized 899 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_parse_ati_target': /kisskb/src/drivers/input/misc/iqs626a.c:616:22: note: byref variable will be forcibly initialized 616 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/iqs626a.c:615:22: note: byref variable will be forcibly initialized 615 | unsigned int ati_base[IQS626_NUM_CH_TP_3]; | ^~~~~~~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_report': /kisskb/src/drivers/input/misc/iqs626a.c:1511:16: note: byref variable will be forcibly initialized 1511 | __le16 hall_output; | ^~~~~~~~~~~ /kisskb/src/drivers/input/misc/iqs626a.c:1510:29: note: byref variable will be forcibly initialized 1510 | struct iqs626_flags flags; | ^~~~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_parse_events': /kisskb/src/drivers/input/misc/iqs626a.c:470:22: note: byref variable will be forcibly initialized 470 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/iqs626a.c:469:22: note: byref variable will be forcibly initialized 469 | unsigned int thresh_tp[IQS626_NUM_CH_TP_3]; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'handle_conflicting_encoders': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:110:40: note: byref variable will be forcibly initialized 110 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/max1668.c: In function 'set_temp_min': /kisskb/src/drivers/hwmon/max1668.c:224:14: note: byref variable will be forcibly initialized 224 | long temp; | ^~~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_parse_prop': /kisskb/src/drivers/input/misc/iqs626a.c:1234:22: note: byref variable will be forcibly initialized 1234 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/max1668.c: In function 'set_temp_max': /kisskb/src/drivers/hwmon/max1668.c:198:14: note: byref variable will be forcibly initialized 198 | long temp; | ^~~~ /kisskb/src/drivers/input/misc/iqs626a.c: In function 'iqs626_probe': /kisskb/src/drivers/input/misc/iqs626a.c:1650:32: note: byref variable will be forcibly initialized 1650 | struct iqs626_ver_info ver_info; | ^~~~~~~~ In file included from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:28: /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_wait_for_vblanks': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:1591:23: note: in expansion of macro 'wait_event_timeout' 1591 | ret = wait_event_timeout(dev->vblank[i].queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_busy': /kisskb/src/drivers/input/touchscreen/ili210x.c:669:12: note: byref variable will be forcibly initialized 669 | u8 data; | ^~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_reset': /kisskb/src/drivers/input/touchscreen/ili210x.c:749:12: note: byref variable will be forcibly initialized 749 | u8 cmd_reset[2] = { 0xf2, 0x01 }; | ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili210x_read_reg': /kisskb/src/drivers/input/touchscreen/ili210x.c:75:24: note: byref variable will be forcibly initialized 75 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/input/touchscreen/imx6ul_tsc.c: In function 'imx6ul_tsc_probe': /kisskb/src/drivers/input/touchscreen/imx6ul_tsc.c:381:13: note: byref variable will be forcibly initialized 381 | u32 average_samples; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_shutdown': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3205:40: note: byref variable will be forcibly initialized 3205 | struct drm_modeset_acquire_ctx ctx; | ^~~ 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:32: note: byref variable will be forcibly initialized 68 | const struct firmware *lfw; | ^~~ /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:3250:40: note: byref variable will be forcibly initialized 3250 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_update_firmware_version': /kisskb/src/drivers/input/touchscreen/ili210x.c:396:12: note: byref variable will be forcibly initialized 396 | u8 fw[8]; | ^~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_suspend': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3335:40: note: byref variable will be forcibly initialized 3335 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_update_kernel_version': /kisskb/src/drivers/input/touchscreen/ili210x.c:412:12: note: byref variable will be forcibly initialized 412 | u8 kv[5]; | ^~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_update_protocol_version': /kisskb/src/drivers/input/touchscreen/ili210x.c:428:12: note: byref variable will be forcibly initialized 428 | u8 pv[2]; | ^~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_update_ic_mode': /kisskb/src/drivers/input/touchscreen/ili210x.c:444:12: note: byref variable will be forcibly initialized 444 | u8 md[2]; | ^~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_write_to_ic': /kisskb/src/drivers/input/touchscreen/ili210x.c:702:12: note: byref variable will be forcibly initialized 702 | u8 cmd_wr[10] = { | ^~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:690:12: note: byref variable will be forcibly initialized 690 | u8 fw_data[33]; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:689:12: note: byref variable will be forcibly initialized 689 | u8 crcrb[4] = { 0 }; | ^~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:688:12: note: byref variable will be forcibly initialized 688 | u8 cmd_crc = REG_READ_DATA_CRC; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_resume': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3428:40: note: byref variable will be forcibly initialized 3428 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_switch_ic_mode': /kisskb/src/drivers/input/touchscreen/ili210x.c:628:12: note: byref variable will be forcibly initialized 628 | u8 md[2]; | ^~ /kisskb/src/drivers/input/touchscreen/ili210x.c:627:12: 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:12: note: byref variable will be forcibly initialized 556 | u8 cmd = REG_CALIBRATE; | ^~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:554:23: note: byref variable will be forcibly initialized 554 | unsigned long calibrate; | ^~~~~~~~~ /kisskb/src/drivers/input/misc/mc13783-pwrbutton.c: In function 'button_irq': /kisskb/src/drivers/input/misc/mc13783-pwrbutton.c:58:13: note: byref variable will be forcibly initialized 58 | int val; | ^~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_update_resolution': /kisskb/src/drivers/input/touchscreen/ili210x.c:368:12: note: byref variable will be forcibly initialized 368 | u8 rs[10]; | ^~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili210x_report_events': /kisskb/src/drivers/input/touchscreen/ili210x.c:310:36: note: byref variable will be forcibly initialized 310 | unsigned int x = 0, y = 0, z = 0; | ^ /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: In function 'ili210x_irq': /kisskb/src/drivers/input/touchscreen/ili210x.c:335:12: note: byref variable will be forcibly initialized 335 | u8 touchdata[ILI210X_DATA_SIZE] = { 0 }; | ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili210x_firmware_update_store': /kisskb/src/drivers/input/touchscreen/ili210x.c:777:13: note: byref variable will be forcibly initialized 777 | u8 *fwbuf; | ^~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:776:21: note: byref variable will be forcibly initialized 776 | u16 ac_end, df_end; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:776:13: note: byref variable will be forcibly initialized 776 | u16 ac_end, df_end; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:775:32: note: byref variable will be forcibly initialized 775 | const struct firmware *fw; | ^~ /kisskb/src/drivers/input/touchscreen/max11801_ts.c: In function 'max11801_ts_interrupt': /kisskb/src/drivers/input/touchscreen/max11801_ts.c:100:12: note: byref variable will be forcibly initialized 100 | u8 buf[XY_BUFSIZE]; | ^~~ /kisskb/src/drivers/input/misc/mma8450.c: In function 'mma8450_poll': /kisskb/src/drivers/input/misc/mma8450.c:91:12: note: byref variable will be forcibly initialized 91 | u8 buf[6]; | ^~~ /kisskb/src/drivers/iio/dac/dpot-dac.c: In function 'dpot_dac_channel_max_ohms': /kisskb/src/drivers/iio/dac/dpot-dac.c:139:13: note: byref variable will be forcibly initialized 139 | int max; | ^~~ /kisskb/src/drivers/iio/dac/dpot-dac.c:138:13: note: byref variable will be forcibly initialized 138 | int val2; | ^~~~ /kisskb/src/drivers/iio/dac/dpot-dac.c:137:13: 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:28: note: byref variable will be forcibly initialized 170 | enum iio_chan_type type; | ^~~~ /kisskb/src/drivers/greybus/es2.c: In function 'apb_log_enable_write': /kisskb/src/drivers/greybus/es2.c:1180:13: note: byref variable will be forcibly initialized 1180 | int enable; | ^~~~~~ /kisskb/src/drivers/greybus/es2.c: In function 'apb_log_enable_read': /kisskb/src/drivers/greybus/es2.c:1171:14: note: byref variable will be forcibly initialized 1171 | char tmp_buf[3]; | ^~~~~~~ /kisskb/src/drivers/greybus/es2.c: In function 'es2_cport_clear': /kisskb/src/drivers/greybus/es2.c:679:37: note: byref variable will be forcibly initialized 679 | struct arpc_cport_clear_req req; | ^~~ /kisskb/src/drivers/greybus/es2.c: In function 'es2_cport_quiesce': /kisskb/src/drivers/greybus/es2.c:652:13: note: byref variable will be forcibly initialized 652 | int result; | ^~~~~~ /kisskb/src/drivers/greybus/es2.c:651:39: note: byref variable will be forcibly initialized 651 | struct arpc_cport_quiesce_req req; | ^~~ /kisskb/src/drivers/greybus/es2.c: In function 'es2_cport_shutdown': /kisskb/src/drivers/greybus/es2.c:626:13: note: byref variable will be forcibly initialized 626 | int result; | ^~~~~~ /kisskb/src/drivers/greybus/es2.c:625:40: note: byref variable will be forcibly initialized 625 | struct arpc_cport_shutdown_req req; | ^~~ /kisskb/src/drivers/greybus/es2.c: In function 'es2_cport_flush': /kisskb/src/drivers/greybus/es2.c:606:37: note: byref variable will be forcibly initialized 606 | struct arpc_cport_flush_req req; | ^~~ /kisskb/src/drivers/greybus/es2.c: In function 'es2_cport_connected': /kisskb/src/drivers/greybus/es2.c:587:41: note: byref variable will be forcibly initialized 587 | struct arpc_cport_connected_req req; | ^~~ In file included from /kisskb/src/drivers/input/matrix-keymap.c:11: /kisskb/src/drivers/input/matrix-keymap.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/input/matrix-keymap.c:11: /kisskb/src/drivers/input/matrix-keymap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/input-leds.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/sparse-keymap.c: In function 'sparse_keymap_locate': /kisskb/src/drivers/input/sparse-keymap.c:99:22: note: byref variable will be forcibly initialized 99 | unsigned int scancode; | ^~~~~~~~ /kisskb/src/drivers/hwmon/mlxreg-fan.c: In function 'mlxreg_fan_read': /kisskb/src/drivers/hwmon/mlxreg-fan.c:126:13: note: byref variable will be forcibly initialized 126 | u32 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/mlxreg-fan.c: In function 'mlxreg_fan_connect_verify': /kisskb/src/drivers/hwmon/mlxreg-fan.c:377:13: note: byref variable will be forcibly initialized 377 | u32 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/mlxreg-fan.c: In function 'mlxreg_pwm_connect_verify': /kisskb/src/drivers/hwmon/mlxreg-fan.c:393:13: note: byref variable will be forcibly initialized 393 | u32 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/mlxreg-fan.c: In function 'mlxreg_fan_speed_divider_get': /kisskb/src/drivers/hwmon/mlxreg-fan.c:409:13: note: byref variable will be forcibly initialized 409 | u32 regval; | ^~~~~~ /kisskb/src/drivers/input/sparse-keymap.c: In function 'sparse_keymap_report_event': /kisskb/src/drivers/input/sparse-keymap.c:278:26: note: byref variable will be forcibly initialized 278 | struct key_entry unknown_ke; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/mlxreg-fan.c: In function 'mlxreg_fan_config': /kisskb/src/drivers/hwmon/mlxreg-fan.c:514:21: note: byref variable will be forcibly initialized 514 | u32 regval; | ^~~~~~ In file included from /kisskb/src/drivers/input/rmi4/rmi_f11.c:9: /kisskb/src/drivers/input/rmi4/rmi_f11.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_f11.c: In function 'rmi_f11_get_query_parameters': /kisskb/src/drivers/input/rmi4/rmi_f11.c:793:12: note: byref variable will be forcibly initialized 793 | u8 query_buf[RMI_F11_QUERY_SIZE]; | ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f11.c: In function 'rmi_f11_initialize': /kisskb/src/drivers/input/rmi4/rmi_f11.c:1075:12: note: byref variable will be forcibly initialized 1075 | u8 buf; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f11.c:1069:24: note: byref variable will be forcibly initialized 1069 | u16 max_x_pos, max_y_pos; | ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f11.c:1069:13: note: byref variable will be forcibly initialized 1069 | u16 max_x_pos, max_y_pos; | ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_parse_firmware': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:1160:32: note: byref variable will be forcibly initialized 1160 | struct mip4_fw_version fw_version; | ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_bl_get_address': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:848:24: note: byref variable will be forcibly initialized 848 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:847:12: note: byref variable will be forcibly initialized 847 | u8 result[sizeof(u16)]; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:846:12: note: byref variable will be forcibly initialized 846 | u8 cmd[] = { MIP4_R0_BOOT, MIP4_R1_BOOT_BUF_ADDR }; | ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_i2c_xfer': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:183:24: note: byref variable will be forcibly initialized 183 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_bl_change_mode': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:773:24: note: byref variable will be forcibly initialized 773 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:772:12: note: byref variable will be forcibly initialized 772 | u8 result; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:771:12: note: byref variable will be forcibly initialized 771 | u8 mode_read_cmd[] = { MIP4_R0_BOOT, MIP4_R1_BOOT_MODE }; | ^~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:770:12: note: byref variable will be forcibly initialized 770 | u8 mode_chg_cmd[] = { MIP4_R0_BOOT, MIP4_R1_BOOT_MODE, mode }; | ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_bl_read_status': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:710:24: note: byref variable will be forcibly initialized 710 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:709:12: note: byref variable will be forcibly initialized 709 | u8 result; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:708:12: note: byref variable will be forcibly initialized 708 | u8 cmd[] = { MIP4_R0_BOOT, MIP4_R1_BOOT_STATUS }; | ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_bl_program_page': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:883:12: note: byref variable will be forcibly initialized 883 | u8 cmd[6]; | ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_bl_verify_page': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:969:12: note: byref variable will be forcibly initialized 969 | u8 cmd[8]; | ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_interrupt': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:588:12: note: byref variable will be forcibly initialized 588 | u8 cmd[2]; | ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_get_fw_version': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:228:12: note: byref variable will be forcibly initialized 228 | u8 buf[sizeof(ts->fw_version)]; | ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:227:12: note: byref variable will be forcibly initialized 227 | u8 cmd[] = { MIP4_R0_INFO, MIP4_R1_INFO_VERSION_BOOT }; | ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_query_device': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:250:12: note: byref variable will be forcibly initialized 250 | u8 buf[14]; | ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:249:12: note: byref variable will be forcibly initialized 249 | u8 cmd[2]; | ^~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:247:30: note: byref variable will be forcibly initialized 247 | union i2c_smbus_data dummy; | ^~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_flash_fw': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:1084:13: note: byref variable will be forcibly initialized 1084 | u16 buf_addr; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_execute_fw_update': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:1250:13: note: byref variable will be forcibly initialized 1250 | u32 fw_size; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:1249:13: note: byref variable will be forcibly initialized 1249 | u32 fw_start_offset; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:1248:37: note: byref variable will be forcibly initialized 1248 | const struct mip4_bin_tail *fw_info; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/melfas_mip4.c: In function 'mip4_sysfs_fw_update': /kisskb/src/drivers/input/touchscreen/melfas_mip4.c:1293:32: note: byref variable will be forcibly initialized 1293 | const struct firmware *fw; | ^~ /kisskb/src/drivers/iio/humidity/htu21.c: In function 'htu21_probe': /kisskb/src/drivers/iio/humidity/htu21.c:186:13: 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:22: note: byref variable will be forcibly initialized 44 | unsigned int humidity; | ^~~~~~~~ /kisskb/src/drivers/iio/humidity/htu21.c:43:18: note: byref variable will be forcibly initialized 43 | int ret, temperature; | ^~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/drivers/input/mousedev.c:15: /kisskb/src/drivers/input/mousedev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/kxcjk-1013.c: In function 'kxcjk1013_setup_any_motion_interrupt': /kisskb/src/drivers/iio/accel/kxcjk-1013.c:649:29: note: byref variable will be forcibly initialized 649 | enum kxcjk1013_mode store_mode; | ^~~~~~~~~~ /kisskb/src/drivers/iio/accel/kxcjk-1013.c: In function 'kxcjk1013_setup_new_data_interrupt': /kisskb/src/drivers/iio/accel/kxcjk-1013.c:711:29: note: byref variable will be forcibly initialized 711 | enum kxcjk1013_mode store_mode; | ^~~~~~~~~~ /kisskb/src/drivers/iio/accel/kxcjk-1013.c: In function 'kxcjk1013_set_scale': /kisskb/src/drivers/iio/accel/kxcjk-1013.c:877:29: note: byref variable will be forcibly initialized 877 | enum kxcjk1013_mode store_mode; | ^~~~~~~~~~ /kisskb/src/drivers/iio/accel/kxcjk-1013.c: In function 'kxcjk1013_set_odr': /kisskb/src/drivers/iio/accel/kxcjk-1013.c:798:29: note: byref variable will be forcibly initialized 798 | enum kxcjk1013_mode store_mode; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/input/mousedev.c:16: /kisskb/src/drivers/input/mousedev.c: In function 'mousedev_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mousedev.c:728:18: note: in expansion of macro 'wait_event_interruptible' 728 | retval = wait_event_interruptible(mousedev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mousedev.c:721:12: note: byref variable will be forcibly initialized 721 | u8 data[sizeof(client->ps2)]; | ^~~~ /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:53:26: note: byref variable will be forcibly initialized 53 | struct list_head panel_list; | ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-corsair.c: In function 'k90_store_current_profile': /kisskb/src/drivers/hid/hid-corsair.c:384:13: note: byref variable will be forcibly initialized 384 | int profile; | ^~~~~~~ /kisskb/src/drivers/iio/gyro/itg3200_buffer.c: In function 'itg3200_read_all_channels': /kisskb/src/drivers/iio/gyro/itg3200_buffer.c:26:24: note: byref variable will be forcibly initialized 26 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/iio/gyro/itg3200_buffer.c:25:12: 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_data_rdy_trigger_set_state': /kisskb/src/drivers/iio/gyro/itg3200_buffer.c:87:12: note: byref variable will be forcibly initialized 87 | u8 msc; | ^~~ /kisskb/src/drivers/iio/gyro/itg3200_buffer.c: In function 'itg3200_trigger_handler': /kisskb/src/drivers/iio/gyro/itg3200_buffer.c:56:11: note: byref variable will be forcibly initialized 56 | } scan; | ^~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_show': /kisskb/src/drivers/hwmon/nct7802.c:141:22: note: byref variable will be forcibly initialized 141 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_mode_show': /kisskb/src/drivers/hwmon/nct7802.c:123:22: note: byref variable will be forcibly initialized 123 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_enable_show': /kisskb/src/drivers/hwmon/nct7802.c:175:22: note: byref variable will be forcibly initialized 175 | unsigned int reg, enabled; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'beep_show': /kisskb/src/drivers/hwmon/nct7802.c:549:22: note: byref variable will be forcibly initialized 549 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'alarm_show': /kisskb/src/drivers/hwmon/nct7802.c:534:22: note: byref variable will be forcibly initialized 534 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_fan_is_visible': /kisskb/src/drivers/hwmon/nct7802.c:876:22: note: byref variable will be forcibly initialized 876 | unsigned int reg; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_in_is_visible': /kisskb/src/drivers/hwmon/nct7802.c:800:22: note: byref variable will be forcibly initialized 800 | unsigned int reg; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'temp_type_show': /kisskb/src/drivers/hwmon/nct7802.c:87:22: note: byref variable will be forcibly initialized 87 | unsigned int mode; | ^~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_temp_is_visible': /kisskb/src/drivers/hwmon/nct7802.c:701:22: note: byref variable will be forcibly initialized 701 | unsigned int reg; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/nct7802.c:160:12: note: byref variable will be forcibly initialized 160 | u8 val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'temp_store': /kisskb/src/drivers/hwmon/nct7802.c:470:14: note: byref variable will be forcibly initialized 470 | long val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_read_temp': /kisskb/src/drivers/hwmon/nct7802.c:208:26: note: byref variable will be forcibly initialized 208 | unsigned int t1, t2 = 0; | ^~ /kisskb/src/drivers/hwmon/nct7802.c:208:22: note: byref variable will be forcibly initialized 208 | unsigned int t1, t2 = 0; | ^~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'temp_show': /kisskb/src/drivers/hwmon/nct7802.c:455:18: note: byref variable will be forcibly initialized 455 | int err, temp; | ^~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_read_fan_min': /kisskb/src/drivers/hwmon/nct7802.c:256:26: note: byref variable will be forcibly initialized 256 | unsigned int f1, f2; | ^~ /kisskb/src/drivers/hwmon/nct7802.c:256:22: note: byref variable will be forcibly initialized 256 | unsigned int f1, f2; | ^~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_read_fan': /kisskb/src/drivers/hwmon/nct7802.c:232:26: note: byref variable will be forcibly initialized 232 | unsigned int f1, f2; | ^~ /kisskb/src/drivers/hwmon/nct7802.c:232:22: note: byref variable will be forcibly initialized 232 | unsigned int f1, f2; | ^~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_read_voltage': /kisskb/src/drivers/hwmon/nct7802.c:305:26: note: byref variable will be forcibly initialized 305 | unsigned int v1, v2; | ^~ /kisskb/src/drivers/hwmon/nct7802.c:305:22: note: byref variable will be forcibly initialized 305 | unsigned int v1, v2; | ^~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'in_alarm_show': /kisskb/src/drivers/hwmon/nct7802.c:396:22: note: byref variable will be forcibly initialized 396 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'pwm_enable_store': /kisskb/src/drivers/hwmon/nct7802.c:191:12: note: byref variable will be forcibly initialized 191 | u8 val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'beep_store': /kisskb/src/drivers/hwmon/nct7802.c:565:23: note: byref variable will be forcibly initialized 565 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/nct7802.c:517:23: note: byref variable will be forcibly initialized 517 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'in_store': /kisskb/src/drivers/hwmon/nct7802.c:379:23: note: byref variable will be forcibly initialized 379 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'temp_type_store': /kisskb/src/drivers/hwmon/nct7802.c:103:22: note: byref variable will be forcibly initialized 103 | unsigned int type; | ^~~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_get_channel_config': /kisskb/src/drivers/hwmon/nct7802.c:1063:32: note: byref variable will be forcibly initialized 1063 | const char *type_str, *md_str; | ^~~~~~ /kisskb/src/drivers/hwmon/nct7802.c:1063:21: note: byref variable will be forcibly initialized 1063 | const char *type_str, *md_str; | ^~~~~~~~ /kisskb/src/drivers/hwmon/nct7802.c:1062:13: note: byref variable will be forcibly initialized 1062 | u32 reg; | ^~~ /kisskb/src/drivers/hwmon/nct7802.c: In function 'nct7802_configure_channels': /kisskb/src/drivers/hwmon/nct7802.c:1147:37: note: byref variable will be forcibly initialized 1147 | u8 mode_mask = MODE_LTD_EN, mode_val = MODE_LTD_EN; | ^~~~~~~~ /kisskb/src/drivers/hwmon/nct7802.c:1147:12: note: byref variable will be forcibly initialized 1147 | u8 mode_mask = MODE_LTD_EN, mode_val = MODE_LTD_EN; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'beep_enable_store': /kisskb/src/drivers/hwmon/nct6683.c:1002:23: note: byref variable will be forcibly initialized 1002 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'intrusion0_alarm_store': /kisskb/src/drivers/hwmon/nct6683.c:1063:23: note: byref variable will be forcibly initialized 1063 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/nct6683.c:927:23: note: byref variable will be forcibly initialized 927 | unsigned long val; | ^~~ 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/hwmon/nct6683.c:24: /kisskb/src/drivers/hwmon/nct6683.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/hwmon/nct6683.c:24: /kisskb/src/drivers/hwmon/nct6683.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'nct6683_probe': /kisskb/src/drivers/hwmon/nct6683.c:1197:14: note: byref variable will be forcibly initialized 1197 | char build[16]; | ^~~~~ /kisskb/src/drivers/hwmon/nct6683.c: In function 'sensors_nct6683_init': /kisskb/src/drivers/hwmon/nct6683.c:1414:25: note: byref variable will be forcibly initialized 1414 | struct resource res; | ^~~ /kisskb/src/drivers/hwmon/nct6683.c:1412:33: note: byref variable will be forcibly initialized 1412 | struct nct6683_sio_data sio_data; | ^~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f12.c: In function 'rmi_f12_read_sensor_tuning': /kisskb/src/drivers/input/rmi4/rmi_f12.c:71:12: note: byref variable will be forcibly initialized 71 | u8 buf[15]; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/include/drm/drm_modes.h:30, from /kisskb/src/include/drm/drm_crtc.h:32, 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/input.h:19, 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/device.h:214:16: note: byref variable will be forcibly initialized 214 | 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:14: note: byref variable will be forcibly initialized 323 | char buf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c: In function 'drm_atomic_helper_dirtyfb': /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:112:40: note: byref variable will be forcibly initialized 112 | 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:311:25: note: byref variable will be forcibly initialized 311 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:310:46: note: byref variable will be forcibly initialized 310 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/input/rmi4/rmi_f12.c: In function 'rmi_f12_write_control_regs': /kisskb/src/drivers/input/rmi4/rmi_f12.c:243:14: note: byref variable will be forcibly initialized 243 | char buf[3]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_gem_atomic_helper.c: In function 'drm_gem_plane_helper_prepare_fb': /kisskb/src/drivers/gpu/drm/drm_gem_atomic_helper.c:171:35: note: byref variable will be forcibly initialized 171 | struct dma_fence *new; | ^~~ /kisskb/src/drivers/input/touchscreen/msg2638.c: In function 'msg2638_ts_irq_handler': /kisskb/src/drivers/input/touchscreen/msg2638.c:76:24: note: byref variable will be forcibly initialized 76 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/input/touchscreen/msg2638.c:74:28: note: byref variable will be forcibly initialized 74 | struct touch_event touch_event; | ^~~~~~~~~~~ /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:158:32: note: byref variable will be forcibly initialized 158 | struct drm_gem_object *objs[DRM_FORMAT_MAX_PLANES]; | ^~~~ In file included from /kisskb/src/include/linux/input.h:19, from /kisskb/src/drivers/input/misc/rotary_encoder.c:17: /kisskb/src/drivers/input/misc/rotary_encoder.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/misc/rotary_encoder.c: In function 'rotary_encoder_probe': /kisskb/src/drivers/input/misc/rotary_encoder.c:191:13: note: byref variable will be forcibly initialized 191 | u32 steps_per_period; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/pwm-beeper.c: In function 'pwm_beeper_probe': /kisskb/src/drivers/input/misc/pwm-beeper.c:127:13: note: byref variable will be forcibly initialized 127 | u32 bell_frequency; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/pwm-beeper.c:126:26: note: byref variable will be forcibly initialized 126 | struct pwm_state state; | ^~~~~ In file included from /kisskb/src/drivers/input/misc/pwm-beeper.c:14: /kisskb/src/drivers/input/misc/pwm-beeper.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:372:26: note: byref variable will be forcibly initialized 372 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/pwm-beeper.c: In function 'pwm_beeper_on': /kisskb/src/drivers/input/misc/pwm-beeper.c:33:26: note: byref variable will be forcibly initialized 33 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_state_helper.c: In function '__drm_atomic_helper_plane_state_reset': /kisskb/src/drivers/gpu/drm/drm_atomic_state_helper.c:248:13: note: byref variable will be forcibly initialized 248 | u64 val; | ^~~ /kisskb/src/drivers/gpu/drm/drm_rect.c: In function 'drm_rect_clip_scaled': /kisskb/src/drivers/gpu/drm/drm_rect.c:95:13: note: byref variable will be forcibly initialized 95 | int diff; | ^~~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c: In function 'set_update_interval': /kisskb/src/drivers/hwmon/nzxt-smart2.c:563:12: note: byref variable will be forcibly initialized 563 | u8 report[] = { | ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/hid.h:19, from /kisskb/src/drivers/hwmon/nzxt-smart2.c:8: /kisskb/src/drivers/hwmon/nzxt-smart2.c: In function 'nzxt_smart2_hwmon_read': /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:843:16: note: in expansion of macro '__wait_event_interruptible_locked' 843 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c:427:31: note: in expansion of macro 'wait_event_interruptible_locked_irq' 427 | res = wait_event_interruptible_locked_irq(drvdata->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:843:16: note: in expansion of macro '__wait_event_interruptible_locked' 843 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c:416:31: note: in expansion of macro 'wait_event_interruptible_locked_irq' 416 | res = wait_event_interruptible_locked_irq(drvdata->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:843:16: note: in expansion of macro '__wait_event_interruptible_locked' 843 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c:405:31: note: in expansion of macro 'wait_event_interruptible_locked_irq' 405 | res = wait_event_interruptible_locked_irq(drvdata->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:843:16: note: in expansion of macro '__wait_event_interruptible_locked' 843 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c:387:31: note: in expansion of macro 'wait_event_interruptible_locked_irq' 387 | res = wait_event_interruptible_locked_irq(drvdata->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:843:16: note: in expansion of macro '__wait_event_interruptible_locked' 843 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c:378:31: note: in expansion of macro 'wait_event_interruptible_locked_irq' 378 | res = wait_event_interruptible_locked_irq(drvdata->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:843:16: note: in expansion of macro '__wait_event_interruptible_locked' 843 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c:369:31: note: in expansion of macro 'wait_event_interruptible_locked_irq' 369 | res = wait_event_interruptible_locked_irq(drvdata->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c: In function 'set_pwm_enable': /kisskb/src/include/linux/wait.h:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:843:16: note: in expansion of macro '__wait_event_interruptible_locked' 843 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/nzxt-smart2.c:516:15: note: in expansion of macro 'wait_event_interruptible_locked_irq' 516 | res = wait_event_interruptible_locked_irq(drvdata->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_self_refresh_helper.c: In function 'drm_self_refresh_helper_entry_work': /kisskb/src/drivers/gpu/drm/drm_self_refresh_helper.c:74:40: note: byref variable will be forcibly initialized 74 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/iio/dac/m62332.c: In function 'm62332_set_value': /kisskb/src/drivers/iio/dac/m62332.c:35:12: note: byref variable will be forcibly initialized 35 | u8 outbuf[2]; | ^~~~~~ /kisskb/src/drivers/hwmon/ntc_thermistor.c: In function 'get_temp_mc': /kisskb/src/drivers/hwmon/ntc_thermistor.c:479:18: note: byref variable will be forcibly initialized 479 | int low, high; | ^~~~ /kisskb/src/drivers/hwmon/ntc_thermistor.c:479:13: note: byref variable will be forcibly initialized 479 | int low, high; | ^~~ /kisskb/src/drivers/hwmon/ntc_thermistor.c: In function 'ntc_adc_iio_read': /kisskb/src/drivers/hwmon/ntc_thermistor.c:351:21: note: byref variable will be forcibly initialized 351 | int raw; | ^~~ /kisskb/src/drivers/hwmon/ntc_thermistor.c:347:13: note: byref variable will be forcibly initialized 347 | int uv, ret; | ^~ /kisskb/src/drivers/hwmon/ntc_thermistor.c: In function 'ntc_thermistor_parse_props': /kisskb/src/drivers/hwmon/ntc_thermistor.c:569:28: note: byref variable will be forcibly initialized 569 | enum iio_chan_type type; | ^~~~ /kisskb/src/drivers/input/misc/pwm-vibra.c: In function 'pwm_vibrator_probe': /kisskb/src/drivers/input/misc/pwm-vibra.c:125:26: note: byref variable will be forcibly initialized 125 | struct pwm_state state; | ^~~~~ In file included from /kisskb/src/drivers/input/misc/pwm-vibra.c:20: /kisskb/src/drivers/input/misc/pwm-vibra.c: In function 'pwm_disable': /kisskb/src/include/linux/pwm.h:372:26: note: byref variable will be forcibly initialized 372 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/input/misc/pwm-vibra.c: In function 'pwm_vibrator_start': /kisskb/src/drivers/input/misc/pwm-vibra.c:39:26: note: byref variable will be forcibly initialized 39 | struct pwm_state state; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/memory.h:179, from /kisskb/src/arch/arm64/include/asm/page.h:46, from /kisskb/src/arch/arm64/include/asm/proc-fns.h:14, from /kisskb/src/arch/arm64/include/asm/pgtable.h:9, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/drivers/input/joydev.c:11: /kisskb/src/drivers/input/joydev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joydev.c: In function 'joydev_0x_read': /kisskb/src/drivers/input/joydev.c:345:29: note: byref variable will be forcibly initialized 345 | struct JS_DATA_TYPE data; | ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/io.h:11, from /kisskb/src/drivers/input/joydev.c:11: /kisskb/src/drivers/input/joydev.c: In function 'joydev_dev_is_absolute_mouse': /kisskb/src/drivers/input/joydev.c:822:24: note: byref variable will be forcibly initialized 822 | DECLARE_BITMAP(jd_scratch, KEY_CNT); | ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/input/joydev.c: In function 'joydev_compat_ioctl': /kisskb/src/drivers/input/joydev.c:602:37: note: byref variable will be forcibly initialized 602 | struct JS_DATA_SAVE_TYPE_32 ds32; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:15, from /kisskb/src/arch/arm64/include/asm/pgtable.h:12, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/drivers/input/joydev.c:11: /kisskb/src/drivers/input/joydev.c: In function 'joydev_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joydev.c:404:18: note: in expansion of macro 'wait_event_interruptible' 404 | retval = wait_event_interruptible(joydev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joydev.c:389:25: note: byref variable will be forcibly initialized 389 | struct js_event event; | ^~~~~ /kisskb/src/drivers/input/joydev.c: In function 'joydev_event': /kisskb/src/drivers/input/joydev.c:117:25: note: byref variable will be forcibly initialized 117 | struct js_event event; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'of_mipi_dsi_device_add': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:161:13: note: byref variable will be forcibly initialized 161 | u32 reg; | ^~~ /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:36: 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:36: 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:12: 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:12: 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 'mipi_dsi_dcs_write': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:831:12: 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:12: 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:12: 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': In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/include/linux/ktime.h:24, from /kisskb/src/include/linux/poll.h:7, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:1122:12: 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:12: 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:12: note: byref variable will be forcibly initialized 1188 | u8 payload[2] = { brightness & 0xff, brightness >> 8 }; | ^~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/poll.h:10, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/include/linux/ktime.h:24, from /kisskb/src/include/linux/poll.h:7, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function 'evdev_grab': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:352:9: note: in expansion of macro 'rcu_assign_pointer' 352 | rcu_assign_pointer(evdev->grab, client); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_handle_get_keycode_v2': /kisskb/src/drivers/input/evdev.c:827:35: note: byref variable will be forcibly initialized 827 | struct input_keymap_entry ke; | ^~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_handle_set_keycode_v2': /kisskb/src/drivers/input/evdev.c:862:35: note: byref variable will be forcibly initialized 862 | struct input_keymap_entry ke; | ^~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/cache.h:30, from /kisskb/src/include/linux/cache.h:6, from /kisskb/src/include/linux/time.h:5, from /kisskb/src/include/linux/ktime.h:24, from /kisskb/src/include/linux/poll.h:7, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function 'evdev_ungrab': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:365:9: note: in expansion of macro 'rcu_assign_pointer' 365 | rcu_assign_pointer(evdev->grab, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_do_ioctl': /kisskb/src/drivers/input/evdev.c:1039:22: note: byref variable will be forcibly initialized 1039 | unsigned int i, t, u, v; | ^ /kisskb/src/drivers/input/evdev.c:1037:26: note: byref variable will be forcibly initialized 1037 | struct ff_effect effect; | ^~~~~~ /kisskb/src/drivers/input/evdev.c:1036:27: note: byref variable will be forcibly initialized 1036 | struct input_mask mask; | ^~~~ /kisskb/src/drivers/input/evdev.c:1035:30: note: byref variable will be forcibly initialized 1035 | struct input_absinfo abs; | ^~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_write': /kisskb/src/drivers/input/evdev.c:507:28: note: byref variable will be forcibly initialized 507 | struct input_event event; | ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_pass_values': /kisskb/src/drivers/input/evdev.c:249:28: note: byref variable will be forcibly initialized 249 | struct input_event event; | ^~~~~ In file included from /kisskb/src/include/linux/poll.h:8, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function 'evdev_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:598:33: note: in expansion of macro 'wait_event_interruptible' 598 | error = wait_event_interruptible(client->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:563:28: note: byref variable will be forcibly initialized 563 | struct input_event event; | ^~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_event': /kisskb/src/drivers/input/evdev.c:317:28: note: byref variable will be forcibly initialized 317 | struct input_value vals[] = { { type, code, value } }; | ^~~~ /kisskb/src/drivers/iio/dac/mcp4725.c: In function 'mcp4725_suspend': /kisskb/src/drivers/iio/dac/mcp4725.c:49:12: note: byref variable will be forcibly initialized 49 | u8 outbuf[2]; | ^~~~~~ /kisskb/src/drivers/iio/dac/mcp4725.c: In function 'mcp4725_resume': /kisskb/src/drivers/iio/dac/mcp4725.c:62:12: note: byref variable will be forcibly initialized 62 | u8 outbuf[2]; | ^~~~~~ /kisskb/src/drivers/iio/dac/mcp4725.c: In function 'mcp4725_set_value': /kisskb/src/drivers/iio/dac/mcp4725.c:268:12: note: byref variable will be forcibly initialized 268 | u8 outbuf[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/panel.c: In function 'devm_drm_of_get_bridge': /kisskb/src/drivers/gpu/drm/bridge/panel.c:409:27: note: byref variable will be forcibly initialized 409 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/panel.c:408:28: note: byref variable will be forcibly initialized 408 | struct drm_bridge *bridge; | ^~~~~~ /kisskb/src/drivers/iio/dac/mcp4725.c: In function 'mcp4725_write_powerdown': /kisskb/src/drivers/iio/dac/mcp4725.c:179:14: note: byref variable will be forcibly initialized 179 | bool state; | ^~~~~ /kisskb/src/drivers/iio/dac/mcp4725.c: In function 'mcp4726_set_cfg': /kisskb/src/drivers/iio/dac/mcp4725.c:289:12: note: byref variable will be forcibly initialized 289 | u8 outbuf[3]; | ^~~~~~ /kisskb/src/drivers/iio/dac/mcp4725.c: In function 'mcp4725_store_eeprom': /kisskb/src/drivers/iio/dac/mcp4725.c:81:14: note: byref variable will be forcibly initialized 81 | bool state; | ^~~~~ /kisskb/src/drivers/iio/dac/mcp4725.c:80:12: note: byref variable will be forcibly initialized 80 | u8 inoutbuf[3]; | ^~~~~~~~ /kisskb/src/drivers/iio/dac/mcp4725.c: In function 'mcp4725_probe': /kisskb/src/drivers/iio/dac/mcp4725.c:378:12: note: byref variable will be forcibly initialized 378 | u8 inbuf[4]; | ^~~~~ /kisskb/src/drivers/iio/dac/mcp4725.c:377:46: note: byref variable will be forcibly initialized 377 | struct mcp4725_platform_data *pdata, pdata_dt; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'chmod_sysfs_attrs': /kisskb/src/drivers/hid/hid-cp2112.c:1055:12: note: byref variable will be forcibly initialized 1055 | u8 buf[2]; | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'pstr_store': /kisskb/src/drivers/hid/hid-cp2112.c:961:37: note: byref variable will be forcibly initialized 961 | struct cp2112_string_report report; | ^~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'pstr_show': /kisskb/src/drivers/hid/hid-cp2112.c:992:37: note: byref variable will be forcibly initialized 992 | struct cp2112_string_report report; | ^~~~~~ In file included from /kisskb/src/include/linux/kmemleak.h:12, from /kisskb/src/drivers/gpu/drm/drm_buddy.c:6: /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'release_version_store': /kisskb/src/drivers/hid/hid-cp2112.c:879:41: note: byref variable will be forcibly initialized 879 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:939:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 939 | CP2112_CONFIG_ATTR(release_version, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'power_mode_store': /kisskb/src/drivers/hid/hid-cp2112.c:879:41: note: byref variable will be forcibly initialized 879 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:932:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 932 | CP2112_CONFIG_ATTR(power_mode, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'max_power_store': /kisskb/src/drivers/hid/hid-cp2112.c:923:13: note: byref variable will be forcibly initialized 923 | int mA; | ^~ /kisskb/src/drivers/hid/hid-cp2112.c:883:9: note: in definition of macro 'CP2112_CONFIG_ATTR' 883 | store; \ | ^~~~~ /kisskb/src/drivers/hid/hid-cp2112.c:879:41: note: byref variable will be forcibly initialized 879 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:922:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 922 | CP2112_CONFIG_ATTR(max_power, ({ | ^~~~~~~~~~~~~~~~~~ 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/kmemleak.h:12, from /kisskb/src/drivers/gpu/drm/drm_buddy.c:6: /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function 'alloc_range_bias': /kisskb/src/drivers/gpu/drm/drm_buddy.c:319:19: note: byref variable will be forcibly initialized 319 | LIST_HEAD(dfs); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'product_id_store': /kisskb/src/drivers/hid/hid-cp2112.c:913:13: note: byref variable will be forcibly initialized 913 | u16 pid; | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:883:9: note: in definition of macro 'CP2112_CONFIG_ATTR' 883 | store; \ | ^~~~~ /kisskb/src/drivers/hid/hid-cp2112.c:879:41: note: byref variable will be forcibly initialized 879 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:912:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 912 | CP2112_CONFIG_ATTR(product_id, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'vendor_id_store': /kisskb/src/drivers/hid/hid-cp2112.c:903:13: note: byref variable will be forcibly initialized 903 | u16 vid; | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:883:9: note: in definition of macro 'CP2112_CONFIG_ATTR' 883 | store; \ | ^~~~~ /kisskb/src/drivers/hid/hid-cp2112.c:879:41: note: byref variable will be forcibly initialized 879 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:902:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 902 | CP2112_CONFIG_ATTR(vendor_id, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'release_version_show': /kisskb/src/drivers/hid/hid-cp2112.c:894:41: note: byref variable will be forcibly initialized 894 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:939:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 939 | CP2112_CONFIG_ATTR(release_version, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'power_mode_show': /kisskb/src/drivers/hid/hid-cp2112.c:894:41: note: byref variable will be forcibly initialized 894 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:932:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 932 | CP2112_CONFIG_ATTR(power_mode, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'max_power_show': /kisskb/src/drivers/hid/hid-cp2112.c:894:41: note: byref variable will be forcibly initialized 894 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:922:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 922 | CP2112_CONFIG_ATTR(max_power, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function '__alloc_range': /kisskb/src/drivers/gpu/drm/drm_buddy.c:460:19: note: byref variable will be forcibly initialized 460 | LIST_HEAD(allocated); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'product_id_show': /kisskb/src/drivers/hid/hid-cp2112.c:894:41: note: byref variable will be forcibly initialized 894 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:912:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 912 | CP2112_CONFIG_ATTR(product_id, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'vendor_id_show': /kisskb/src/drivers/hid/hid-cp2112.c:894:41: note: byref variable will be forcibly initialized 894 | struct cp2112_usb_config_report cfg; \ | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c:902:1: note: in expansion of macro 'CP2112_CONFIG_ATTR' 902 | CP2112_CONFIG_ATTR(vendor_id, ({ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function '__drm_buddy_alloc_range': /kisskb/src/drivers/gpu/drm/drm_buddy.c:536:19: note: byref variable will be forcibly initialized 536 | LIST_HEAD(dfs); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function 'drm_buddy_block_trim': /kisskb/src/drivers/gpu/drm/drm_buddy.c:569:19: note: byref variable will be forcibly initialized 569 | LIST_HEAD(dfs); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function 'drm_buddy_alloc_blocks': /kisskb/src/drivers/gpu/drm/drm_buddy.c:643:19: note: byref variable will be forcibly initialized 643 | LIST_HEAD(allocated); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/hid/hid-cp2112.c:21: /kisskb/src/drivers/hid/hid-cp2112.c: In function 'cp2112_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c:372:15: note: in expansion of macro 'wait_event_interruptible_timeout' 372 | ret = wait_event_interruptible_timeout(dev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'cp2112_xfer_status': /kisskb/src/drivers/hid/hid-cp2112.c:386:12: note: byref variable will be forcibly initialized 386 | u8 buf[2]; | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'cp2112_read': /kisskb/src/drivers/hid/hid-cp2112.c:409:41: note: byref variable will be forcibly initialized 409 | struct cp2112_force_read_report report; | ^~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'cp2112_xfer': /kisskb/src/drivers/hid/hid-cp2112.c:644:16: note: byref variable will be forcibly initialized 644 | __le16 word; | ^~~~ /kisskb/src/drivers/hid/hid-cp2112.c:643:12: note: byref variable will be forcibly initialized 643 | u8 buf[64]; | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'cp2112_i2c_xfer': /kisskb/src/drivers/hid/hid-cp2112.c:525:12: note: byref variable will be forcibly initialized 525 | u8 buf[64]; | ^~~ /kisskb/src/drivers/hid/hid-cp2112.c: In function 'cp2112_probe': /kisskb/src/drivers/hid/hid-cp2112.c:1235:43: note: byref variable will be forcibly initialized 1235 | struct cp2112_smbus_config_report config; | ^~~~~~ /kisskb/src/drivers/iio/dac/ti-dac5571.c: In function 'dac5571_write_powerdown': /kisskb/src/drivers/iio/dac/ti-dac5571.c:180:14: note: byref variable will be forcibly initialized 180 | bool powerdown; | ^~~~~~~~~ /kisskb/src/drivers/hid/hid-cp2112.c:1234:12: note: byref variable will be forcibly initialized 1234 | u8 buf[3]; | ^~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_inject_events': /kisskb/src/drivers/input/misc/uinput.c:575:28: note: byref variable will be forcibly initialized 575 | struct input_event ev; | ^~ In file included from /kisskb/src/include/linux/rmi.h:10, from /kisskb/src/drivers/input/rmi4/rmi_f30.c:7: /kisskb/src/drivers/input/rmi4/rmi_f30.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_setup': /kisskb/src/drivers/input/misc/uinput.c:449:29: note: byref variable will be forcibly initialized 449 | struct uinput_setup setup; | ^~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_validate_absinfo': /kisskb/src/drivers/input/misc/uinput.c:400:23: note: byref variable will be forcibly initialized 400 | int min, max, range; | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_f30.c: In function 'rmi_f30_initialize': /kisskb/src/drivers/input/rmi4/rmi_f30.c:277:12: note: byref variable will be forcibly initialized 277 | u8 buf[RMI_F30_QUERY_SIZE]; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f30.c:276:13: 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:13: note: byref variable will be forcibly initialized 275 | u8 *ctrl_reg = f30->ctrl_regs; | ^~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_event': /kisskb/src/drivers/input/misc/uinput.c:75:33: note: byref variable will be forcibly initialized 75 | struct timespec64 ts; | ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/uapi/linux/uinput.h:44, from /kisskb/src/drivers/input/misc/uinput.c:21: /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_request_reserve_slot': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c:130:16: note: in expansion of macro 'wait_event_interruptible' 130 | return wait_event_interruptible(udev->requests_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_erase_effect': /kisskb/src/drivers/input/misc/uinput.c:262:31: note: byref variable will be forcibly initialized 262 | struct uinput_request request; | ^~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_dev_upload_effect': /kisskb/src/drivers/input/misc/uinput.c:239:31: note: byref variable will be forcibly initialized 239 | struct uinput_request request; | ^~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_ff_upload_to_user': /kisskb/src/drivers/input/misc/uinput.c:728:48: note: byref variable will be forcibly initialized 728 | struct uinput_ff_upload_compat ff_up_compat; | ^~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_ff_upload_from_user': /kisskb/src/drivers/input/misc/uinput.c:759:48: note: byref variable will be forcibly initialized 759 | struct uinput_ff_upload_compat ff_up_compat; | ^~~~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_core.c: In function 'inv_icm42600_irq_handler': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_core.c:430:22: note: byref variable will be forcibly initialized 430 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_ioctl_handler': /kisskb/src/drivers/input/misc/uinput.c:845:33: note: byref variable will be forcibly initialized 845 | struct uinput_ff_erase ff_erase; | ^~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c:844:33: note: byref variable will be forcibly initialized 844 | struct uinput_ff_upload ff_up; | ^~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_core.c: In function 'inv_icm42600_setup': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_core.c:372:22: note: byref variable will be forcibly initialized 372 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_events_to_user': /kisskb/src/drivers/input/misc/uinput.c:642:28: note: byref variable will be forcibly initialized 642 | struct input_event event; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/uapi/linux/uinput.h:44, from /kisskb/src/drivers/input/misc/uinput.c:21: /kisskb/src/drivers/input/misc/uinput.c: In function 'uinput_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/misc/uinput.c:685:34: note: in expansion of macro 'wait_event_interruptible' 685 | retval = wait_event_interruptible(udev->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8975.c: In function 'ak8975_who_i_am': /kisskb/src/drivers/iio/magnetometer/ak8975.c:450:12: note: byref variable will be forcibly initialized 450 | u8 wia_val[2]; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/iio/magnetometer/ak8975.c:10: /kisskb/src/drivers/iio/magnetometer/ak8975.c: In function 'wait_conversion_complete_interrupt': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8975.c:667:15: note: in expansion of macro 'wait_event_timeout' 667 | ret = wait_event_timeout(data->data_ready_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8975.c: In function 'ak8975_read_axis': /kisskb/src/drivers/iio/magnetometer/ak8975.c:720:16: note: byref variable will be forcibly initialized 720 | __le16 rval; | ^~~~ /kisskb/src/drivers/input/misc/twl6040-vibra.c: In function 'twl6040_vibra_probe': /kisskb/src/drivers/input/misc/twl6040-vibra.c:234:13: note: byref variable will be forcibly initialized 234 | int vddvibr_uV = 0; | ^~~~~~~~~~ /kisskb/src/drivers/input/misc/twl6040-vibra.c:233:13: note: byref variable will be forcibly initialized 233 | int vddvibl_uV = 0; | ^~~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8975.c: In function 'ak8975_fill_buffer': /kisskb/src/drivers/iio/magnetometer/ak8975.c:833:16: note: byref variable will be forcibly initialized 833 | __le16 fval[3]; | ^~~~ /kisskb/src/drivers/input/touchscreen/pixcir_i2c_ts.c: In function 'pixcir_ts_parse': /kisskb/src/drivers/input/touchscreen/pixcir_i2c_ts.c:97:12: note: byref variable will be forcibly initialized 97 | u8 wrbuf[1] = { 0 }; | ^~~~~ /kisskb/src/drivers/input/touchscreen/pixcir_i2c_ts.c:96:12: 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:13: 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:35: note: byref variable will be forcibly initialized 194 | struct pixcir_report_data report; | ^~~~~~ /kisskb/src/drivers/hwmon/pcf8591.c: In function 'out0_output_store': /kisskb/src/drivers/hwmon/pcf8591.c:104:23: 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:23: note: byref variable will be forcibly initialized 137 | unsigned long val; | ^~~ /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_set_odr': /kisskb/src/drivers/iio/imu/kmx61.c:419:12: note: byref variable will be forcibly initialized 419 | u8 mode; | ^~~~ /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_set_scale': /kisskb/src/drivers/iio/imu/kmx61.c:508:13: note: byref variable will be forcibly initialized 508 | u8 mode; | ^~~~ /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_chip_init': /kisskb/src/drivers/iio/imu/kmx61.c:535:23: note: byref variable will be forcibly initialized 535 | int ret, val, val2; | ^~~~ /kisskb/src/drivers/iio/imu/kmx61.c:535:18: note: byref variable will be forcibly initialized 535 | int ret, val, val2; | ^~~ /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_setup_any_motion_interrupt': /kisskb/src/drivers/iio/imu/kmx61.c:668:12: note: byref variable will be forcibly initialized 668 | u8 mode; | ^~~~ /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_setup_new_data_interrupt': /kisskb/src/drivers/iio/imu/kmx61.c:588:12: note: byref variable will be forcibly initialized 588 | u8 mode; | ^~~~ /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_trigger_handler': /kisskb/src/drivers/iio/imu/kmx61.c:1195:13: note: byref variable will be forcibly initialized 1195 | s16 buffer[8]; | ^~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c: In function 'st_lsm6dsx_update_decimators': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c:134:22: note: byref variable will be forcibly initialized 134 | u32 max_odr, min_odr; | ^~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c:134:13: note: byref variable will be forcibly initialized 134 | u32 max_odr, min_odr; | ^~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c: In function 'st_lsm6dsx_set_fifo_odr': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c:203:12: note: byref variable will be forcibly initialized 203 | u8 data; | ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c: In function 'st_lsm6dsx_update_watermark': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c:238:16: note: byref variable will be forcibly initialized 238 | __le16 wdata; | ^~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c:237:21: note: byref variable will be forcibly initialized 237 | int i, err, data; | ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c: In function 'st_lsm6dsx_read_fifo': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c:436:36: note: byref variable will be forcibly initialized 436 | u8 data[ST_LSM6DSX_SAMPLE_SIZE]; | ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c:358:16: note: byref variable will be forcibly initialized 358 | __le16 fifo_status; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c: In function 'st_lsm6dsx_read_tagged_fifo': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c:572:16: note: byref variable will be forcibly initialized 572 | __le16 fifo_status; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c:568:12: note: byref variable will be forcibly initialized 568 | u8 iio_buff[ST_LSM6DSX_IIO_BUFF_SIZE] __aligned(8); | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c: In function 'raydium_i2c_send': /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c:199:32: note: byref variable will be forcibly initialized 199 | struct i2c_msg xfer[] = { | ^~~~ /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c:184:51: note: byref variable will be forcibly initialized 184 | struct raydium_bank_switch_header header = { | ^~~~~~ /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c: In function 'raydium_i2c_read': /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c:246:32: note: byref variable will be forcibly initialized 246 | struct i2c_msg xfer[] = { | ^~~~ /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c:230:51: note: byref variable will be forcibly initialized 230 | struct raydium_bank_switch_header header = { | ^~~~~~ /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c:229:20: note: byref variable will be forcibly initialized 229 | u8 reg_addr = addr & 0xff; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c: In function 'raydium_i2c_bl_chk_state': /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c:442:12: note: byref variable will be forcibly initialized 442 | u8 rbuf[sizeof(ack_ok)]; | ^~~~ /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c: In function 'raydium_i2c_write_checksum': /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c:611:12: note: byref variable will be forcibly initialized 611 | u8 checksum_cmd[] = { 0x00, 0x05, 0x6D, 0x00, 0x00, 0x00, 0x00 }; | ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c: In function 'raydium_i2c_check_fw_status': /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c:390:12: note: byref variable will be forcibly initialized 390 | u8 buf[4]; | ^~~ /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c: In function 'raydium_i2c_query_ts_bootloader_info': /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c:299:12: note: byref variable will be forcibly initialized 299 | u8 rbuf[5] = { 0 }; | ^~~~ /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c: In function 'raydium_i2c_query_ts_info': /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c:336:16: note: byref variable will be forcibly initialized 336 | __le32 query_bank_addr; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c:335:34: note: byref variable will be forcibly initialized 335 | struct raydium_data_info data_info; | ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c: In function 'raydium_i2c_fw_write_page': /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c:648:12: note: byref variable will be forcibly initialized 648 | u8 buf[RM_BL_WRT_LEN]; | ^~~ /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c: In function 'raydium_i2c_fw_update': /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c:817:32: note: byref variable will be forcibly initialized 817 | const struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c: In function 'raydium_i2c_probe': /kisskb/src/drivers/input/touchscreen/raydium_i2c_ts.c:1070:30: note: byref variable will be forcibly initialized 1070 | union i2c_smbus_data dummy; | ^~~~~ /kisskb/src/drivers/hwmon/pwm-fan.c: In function 'pwm_fan_disable': /kisskb/src/drivers/hwmon/pwm-fan.c:461:34: note: byref variable will be forcibly initialized 461 | struct pwm_state state = ctx->pwm_state; | ^~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwmon/pwm-fan.c:15: /kisskb/src/drivers/hwmon/pwm-fan.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/pwm-fan.c: In function 'pwm_fan_probe': /kisskb/src/drivers/hwmon/pwm-fan.c:384:21: note: byref variable will be forcibly initialized 384 | u32 ppr = 2; | ^~~ In file included from /kisskb/src/drivers/hwmon/pwm-fan.c:10: /kisskb/src/include/linux/hwmon.h:419:39: note: byref variable will be forcibly initialized 419 | (&(struct hwmon_channel_info) { \ | ^ /kisskb/src/drivers/hwmon/pwm-fan.c:380:23: note: in expansion of macro 'HWMON_CHANNEL_INFO' 380 | channels[0] = HWMON_CHANNEL_INFO(pwm, HWMON_PWM_INPUT); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/hwmon.h:421:36: note: byref variable will be forcibly initialized 421 | .config = (u32 []) { \ | ^ /kisskb/src/drivers/hwmon/pwm-fan.c:380:23: note: in expansion of macro 'HWMON_CHANNEL_INFO' 380 | channels[0] = HWMON_CHANNEL_INFO(pwm, HWMON_PWM_INPUT); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f55.c: In function 'rmi_f55_detect': /kisskb/src/drivers/input/rmi4/rmi_f55.c:64:20: note: byref variable will be forcibly initialized 64 | u8 buf[256]; | ^~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_check_whoami': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1178:24: note: byref variable will be forcibly initialized 1178 | int err, i, j, data; | ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_init_hw_timer': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1839:18: note: byref variable will be forcibly initialized 1839 | int err, val; | ^~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_get_drdy_reg': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1750:22: note: byref variable will be forcibly initialized 1750 | int err = 0, drdy_pin; | ^~~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_report_motion_event': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:2035:18: note: byref variable will be forcibly initialized 2035 | int err, data; | ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_init_device': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1930:38: note: byref variable will be forcibly initialized 1930 | const struct st_lsm6dsx_reg *reg; | ^~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_set_odr': /kisskb/src/drivers/iio/magnetometer/mag3110.c: In function 'mag3110_read_raw': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1285:12: note: byref variable will be forcibly initialized 1285 | u8 val = 0; | ^~~ /kisskb/src/drivers/iio/magnetometer/mag3110.c:279:16: note: byref variable will be forcibly initialized 279 | __be16 buffer[3]; | ^~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_write_raw': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1454:20: note: byref variable will be forcibly initialized 1454 | u8 data; | ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_read_oneshot': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1376:16: note: byref variable will be forcibly initialized 1376 | __le16 data; | ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_probe': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:2211:21: note: byref variable will be forcibly initialized 2211 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/hwmon/shtc1.c: In function 'shtc1_probe': /kisskb/src/drivers/hwmon/shtc1.c:195:14: note: byref variable will be forcibly initialized 195 | char id_reg_buf[2]; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/shtc1.c: In function 'shtc1_update_client': /kisskb/src/drivers/hwmon/shtc1.c:105:23: note: byref variable will be forcibly initialized 105 | unsigned char buf[SHTC1_RESPONSE_LENGTH]; | ^~~ /kisskb/src/drivers/hwmon/sht15.c: In function 'sht15_status_store': /kisskb/src/drivers/hwmon/sht15.c:708:14: 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:12: 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/sht15.c:542:15: 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:12: note: byref variable will be forcibly initialized 816 | u8 checksum_vals[3]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/st1232.c: In function 'st1232_ts_parse_and_report': /kisskb/src/drivers/input/touchscreen/st1232.c:135:13: note: byref variable will be forcibly initialized 135 | int slots[ST_TS_MAX_FINGERS]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/st1232.c:133:29: note: byref variable will be forcibly initialized 133 | struct input_mt_pos pos[ST_TS_MAX_FINGERS]; | ^~~ /kisskb/src/drivers/input/touchscreen/st1232.c: In function 'st1232_ts_probe': /kisskb/src/drivers/input/touchscreen/st1232.c:229:20: note: byref variable will be forcibly initialized 229 | u16 max_x, max_y; | ^~~~~ /kisskb/src/drivers/input/touchscreen/st1232.c:229:13: note: byref variable will be forcibly initialized 229 | u16 max_x, max_y; | ^~~~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/pc87360.c:599:23: note: byref variable will be forcibly initialized 599 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/pc87360.c:449:14: note: byref variable will be forcibly initialized 449 | long val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/pc87360.c:429:14: note: byref variable will be forcibly initialized 429 | long val; | ^~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_get_samp_freq': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:284:22: note: byref variable will be forcibly initialized 284 | unsigned int tmp; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'therm_crit_store': /kisskb/src/drivers/hwmon/pc87360.c:730:14: note: byref variable will be forcibly initialized 730 | long val; | ^~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_set_samp_freq': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:337:22: note: byref variable will be forcibly initialized 337 | unsigned int cycle_count; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_trigger_handler': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:466:23: note: byref variable will be forcibly initialized 466 | 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:155:22: note: byref variable will be forcibly initialized 155 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'therm_max_store': /kisskb/src/drivers/hwmon/pc87360.c:710:14: note: byref variable will be forcibly initialized 710 | long val; | ^~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_read_mag': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:204:12: note: byref variable will be forcibly initialized 204 | u8 buffer[3]; | ^~~~~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_common_probe': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:531:22: note: byref variable will be forcibly initialized 531 | unsigned int tmp; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'therm_min_store': /kisskb/src/drivers/hwmon/pc87360.c:689:14: note: byref variable will be forcibly initialized 689 | long val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/pc87360.c:358:14: note: byref variable will be forcibly initialized 358 | long val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/pc87360.c:282:14: note: byref variable will be forcibly initialized 282 | long fan_min; | ^~~~~~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'temp_crit_store': /kisskb/src/drivers/hwmon/pc87360.c:933:14: note: byref variable will be forcibly initialized 933 | long val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/pc87360.c:912:14: note: byref variable will be forcibly initialized 912 | long val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/pc87360.c:891:14: note: byref variable will be forcibly initialized 891 | long val; | ^~~ /kisskb/src/drivers/hwmon/pc87360.c: In function 'pc87360_device_add': /kisskb/src/drivers/hwmon/pc87360.c:1686:25: note: byref variable will be forcibly initialized 1686 | struct resource res[3]; | ^~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_config_channels': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:448:12: note: byref variable will be forcibly initialized 448 | u8 config[9] = {}, enable_mask, slv_addr; | ^~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_alloc_iiodev': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:756:44: note: byref variable will be forcibly initialized 756 | const struct iio_chan_spec magn_channels[] = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_read': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:289:12: note: byref variable will be forcibly initialized 289 | u8 config[3], slv_addr, slv_config = 0; | ^~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_write': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:342:12: note: byref variable will be forcibly initialized 342 | u8 config[2], slv_addr; | ^~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_write_with_mask': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:392:12: note: byref variable will be forcibly initialized 392 | u8 data; | ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_set_odr': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:427:13: note: byref variable will be forcibly initialized 427 | u16 val; | ^~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_write_raw': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:639:28: note: byref variable will be forcibly initialized 639 | u8 odr_val; | ^~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:632:21: note: byref variable will be forcibly initialized 632 | u16 data; | ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_check_wai': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:826:23: note: byref variable will be forcibly initialized 826 | u8 config[3], data, slv_addr, slv_config = 0; | ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:826:12: note: byref variable will be forcibly initialized 826 | u8 config[3], data, slv_addr, slv_config = 0; | ^~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_read_oneshot': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:524:12: note: byref variable will be forcibly initialized 524 | u8 data[4]; | ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c: In function 'st_lsm6dsx_shub_probe': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_shub.c:892:12: note: byref variable will be forcibly initialized 892 | u8 i2c_addr = 0; | ^~~~~~~~ /kisskb/src/drivers/iio/pressure/abp060mg.c: In function 'abp060mg_get_measurement': /kisskb/src/drivers/iio/pressure/abp060mg.c:103:16: note: byref variable will be forcibly initialized 103 | __be16 buf[2]; | ^~~ /kisskb/src/drivers/input/touchscreen/silead.c: In function 'silead_ts_read_props': /kisskb/src/drivers/input/touchscreen/silead.c:591:21: note: byref variable will be forcibly initialized 591 | const char *str; | ^~~ /kisskb/src/drivers/iio/potentiometer/ds1803.c: In function 'ds1803_read': /kisskb/src/drivers/iio/potentiometer/ds1803.c:75:12: note: byref variable will be forcibly initialized 75 | u8 result[ARRAY_SIZE(ds1803_channels)]; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/silead.c: In function 'silead_ts_get_id': /kisskb/src/drivers/input/touchscreen/silead.c:488:16: note: byref variable will be forcibly initialized 488 | __le32 chip_id; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/silead.c: In function 'silead_ts_get_status': /kisskb/src/drivers/input/touchscreen/silead.c:473:16: note: byref variable will be forcibly initialized 473 | __le32 status; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/silead.c: In function 'silead_ts_handle_pen_data': /kisskb/src/drivers/input/touchscreen/silead.c:207:29: note: byref variable will be forcibly initialized 207 | struct input_mt_pos pos; | ^~~ /kisskb/src/drivers/input/touchscreen/silead.c: In function 'silead_ts_read_data': /kisskb/src/drivers/input/touchscreen/silead.c:248:19: note: byref variable will be forcibly initialized 248 | u8 *bufp, buf[SILEAD_TS_DATA_LEN]; | ^~~ /kisskb/src/drivers/input/touchscreen/silead.c: In function 'silead_ts_load_fw': /kisskb/src/drivers/input/touchscreen/silead.c:400:32: note: byref variable will be forcibly initialized 400 | const struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/iio/light/apds9960.c: In function 'apds9660_fifo_is_empty': /kisskb/src/drivers/iio/light/apds9960.c:751:13: note: byref variable will be forcibly initialized 751 | int cnt; | ^~~ /kisskb/src/drivers/iio/light/apds9960.c: In function 'apds9960_interrupt_handler': /kisskb/src/drivers/iio/light/apds9960.c:788:18: note: byref variable will be forcibly initialized 788 | int ret, status; | ^~~~~~ /kisskb/src/drivers/iio/light/apds9960.c: In function 'apds9960_read_event': /kisskb/src/drivers/iio/light/apds9960.c:614:16: note: byref variable will be forcibly initialized 614 | __le16 buf; | ^~~ /kisskb/src/drivers/iio/light/apds9960.c:613:12: note: byref variable will be forcibly initialized 613 | u8 reg; | ^~~ /kisskb/src/drivers/iio/light/apds9960.c: In function 'apds9960_write_event': /kisskb/src/drivers/iio/light/apds9960.c:650:16: note: byref variable will be forcibly initialized 650 | __le16 buf; | ^~~ /kisskb/src/drivers/iio/light/apds9960.c:649:12: note: byref variable will be forcibly initialized 649 | u8 reg; | ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp280_read_temp': /kisskb/src/drivers/iio/pressure/bmp280-core.c:339:16: 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:16: 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:16: note: byref variable will be forcibly initialized 372 | __be32 tmp = 0; | ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp180_read_calib': /kisskb/src/drivers/iio/pressure/bmp280-core.c:756:16: note: byref variable will be forcibly initialized 756 | __be16 buf[BMP180_REG_CALIB_COUNT / 2]; | ^~~ /kisskb/src/drivers/iio/light/apds9960.c: In function 'apds9960_read_raw': /kisskb/src/drivers/iio/light/apds9960.c:472:16: note: byref variable will be forcibly initialized 472 | __le16 buf; | ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp280_read_calib': /kisskb/src/drivers/iio/pressure/bmp280-core.c:160:16: 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:16: 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:16: note: byref variable will be forcibly initialized 157 | __be16 b16; | ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c:156:16: note: byref variable will be forcibly initialized 156 | __le16 l16; | ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c:155:22: note: byref variable will be forcibly initialized 155 | unsigned int tmp; | ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp180_measure': /kisskb/src/drivers/iio/pressure/bmp280-core.c:693:22: 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:16: 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:16: 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:13: 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:13: note: byref variable will be forcibly initialized 887 | s32 adc_press; | ^~~~~~~~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp280_common_probe': /kisskb/src/drivers/iio/pressure/bmp280-core.c:996:22: note: byref variable will be forcibly initialized 996 | unsigned int chip_id; | ^~~~~~~ /kisskb/src/drivers/iio/dac/ad5592r-base.c: In function 'ad5592r_set_channel_modes': /kisskb/src/drivers/iio/dac/ad5592r-base.c:199:13: note: byref variable will be forcibly initialized 199 | u16 read_back; | ^~~~~~~~~ /kisskb/src/drivers/iio/dac/ad5592r-base.c: In function 'ad5592r_read_raw': /kisskb/src/drivers/iio/dac/ad5592r-base.c:375:13: note: byref variable will be forcibly initialized 375 | u16 read_val; | ^~~~~~~~ In file included from /kisskb/src/include/linux/iio/iio.h:10, from /kisskb/src/drivers/iio/dac/ad5592r-base.c:11: /kisskb/src/drivers/iio/dac/ad5592r-base.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/dac/ad5592r-base.c: In function 'ad5592r_alloc_channels': /kisskb/src/drivers/iio/dac/ad5592r-base.c:513:18: note: byref variable will be forcibly initialized 513 | u32 reg, tmp; | ^~~ /kisskb/src/drivers/iio/dac/ad5592r-base.c:513:13: note: byref variable will be forcibly initialized 513 | u32 reg, tmp; | ^~~ /kisskb/src/drivers/iio/potentiostat/lmp91000.c: In function 'lmp91000_read': /kisskb/src/drivers/iio/potentiostat/lmp91000.c:105:13: note: byref variable will be forcibly initialized 105 | int state, ret; | ^~~~~ /kisskb/src/drivers/iio/dac/ad5592r-base.c: In function 'ad5592r_gpio_get': /kisskb/src/drivers/iio/dac/ad5592r-base.c:27:12: note: byref variable will be forcibly initialized 27 | u8 val; | ^~~ /kisskb/src/drivers/iio/potentiostat/lmp91000.c: In function 'lmp91000_read_raw': /kisskb/src/drivers/iio/potentiostat/lmp91000.c:177:29: note: byref variable will be forcibly initialized 177 | int tmp, i; | ^~~ /kisskb/src/drivers/iio/potentiostat/lmp91000.c: In function 'lmp91000_read_config': /kisskb/src/drivers/iio/potentiostat/lmp91000.c:208:27: note: byref variable will be forcibly initialized 208 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/iio/potentiostat/lmp91000.c: In function 'lmp91000_buffer_handler': /kisskb/src/drivers/iio/potentiostat/lmp91000.c:139:18: note: byref variable will be forcibly initialized 139 | int ret, val; | ^~~ /kisskb/src/drivers/iio/light/as73211.c: In function 'as73211_req_data': /kisskb/src/drivers/iio/light/as73211.c:229:30: note: byref variable will be forcibly initialized 229 | union i2c_smbus_data smbus_data; | ^~~~~~~~~~ /kisskb/src/drivers/iio/light/as73211.c: In function 'as73211_trigger_handler': /kisskb/src/drivers/iio/light/as73211.c:582:32: note: byref variable will be forcibly initialized 582 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/iio/light/as73211.c:581:20: note: byref variable will be forcibly initialized 581 | u8 addr = as73211_channels[0].address; | ^~~~ /kisskb/src/drivers/iio/light/as73211.c:570:11: note: byref variable will be forcibly initialized 570 | } scan; | ^~~~ /kisskb/src/drivers/input/rmi4/rmi_i2c.c: In function 'rmi_set_page': /kisskb/src/drivers/input/rmi4/rmi_i2c.c:65:12: 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:12: note: byref variable will be forcibly initialized 134 | u8 addr_offset = addr & 0xff; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/position/iqs624-pos.c: In function 'iqs624_pos_angle_get': /kisskb/src/drivers/iio/position/iqs624-pos.c:115:16: 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:22: note: byref variable will be forcibly initialized 188 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/position/iqs624-pos.c: In function 'iqs624_pos_read_raw': /kisskb/src/drivers/iio/position/iqs624-pos.c:137:22: note: byref variable will be forcibly initialized 137 | unsigned int scale = 1; | ^~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_update_scan_mode': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:105:22: note: byref variable will be forcibly initialized 105 | unsigned int sleep_temp = 0; | ^~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:104:22: note: byref variable will be forcibly initialized 104 | unsigned int sleep_gyro = 0; | ^~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:102:41: note: byref variable will be forcibly initialized 102 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_write_scale': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:245:41: note: byref variable will be forcibly initialized 245 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_write_odr': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:329:41: note: byref variable will be forcibly initialized 329 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_write_offset': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:456:27: note: byref variable will be forcibly initialized 456 | unsigned int reg, regval; | ^~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_read_sensor': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:153:41: note: byref variable will be forcibly initialized 153 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_read_offset': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:383:17: note: byref variable will be forcibly initialized 383 | uint8_t data[2]; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_read_raw': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:557:17: note: byref variable will be forcibly initialized 557 | int16_t data; | ^~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_set_u16_val': /kisskb/src/drivers/iio/magnetometer/ak8974.c:222:16: note: byref variable will be forcibly initialized 222 | __le16 bulk = cpu_to_le16(val); | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c: In function 'inv_icm42600_gyro_parse_fifo': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:767:41: note: byref variable will be forcibly initialized 767 | struct inv_icm42600_gyro_buffer buffer; | ^~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:765:22: note: byref variable will be forcibly initialized 765 | unsigned int odr; | ^~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:764:23: note: byref variable will be forcibly initialized 764 | const int8_t *temp; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:763:36: note: byref variable will be forcibly initialized 763 | const void *accel, *gyro, *timestamp; | ^~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:763:29: note: byref variable will be forcibly initialized 763 | const void *accel, *gyro, *timestamp; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c:763:21: note: byref variable will be forcibly initialized 763 | const void *accel, *gyro, *timestamp; | ^~~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_drdy_irq_thread': /kisskb/src/drivers/iio/magnetometer/ak8974.c:407:22: note: byref variable will be forcibly initialized 407 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_selftest': /kisskb/src/drivers/iio/magnetometer/ak8974.c:429:22: note: byref variable will be forcibly initialized 429 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_get_u16_val': /kisskb/src/drivers/iio/magnetometer/ak8974.c:210:16: note: byref variable will be forcibly initialized 210 | __le16 bulk; | ^~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_detect': /kisskb/src/drivers/iio/magnetometer/ak8974.c:535:38: note: byref variable will be forcibly initialized 535 | __le16 fab_data1[9], fab_data2[3]; | ^~~~~~~~~ /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:492:13: note: byref variable will be forcibly initialized 492 | u16 sn; | ^~ /kisskb/src/drivers/iio/magnetometer/ak8974.c:491:22: note: byref variable will be forcibly initialized 491 | unsigned int fw; | ^~ /kisskb/src/drivers/iio/magnetometer/ak8974.c:488:22: note: byref variable will be forcibly initialized 488 | unsigned int whoami; | ^~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_trigmeas': /kisskb/src/drivers/iio/magnetometer/ak8974.c:302:22: note: byref variable will be forcibly initialized 302 | unsigned int clear; | ^~~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_await_drdy': /kisskb/src/drivers/iio/magnetometer/ak8974.c:339:22: 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:22: note: byref variable will be forcibly initialized 369 | unsigned int src; | ^~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_measure_channel': /kisskb/src/drivers/iio/magnetometer/ak8974.c:567:16: note: byref variable will be forcibly initialized 567 | __le16 hw_values[3]; | ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/tsc2007_core.c: In function 'tsc2007_probe_properties': /kisskb/src/drivers/input/touchscreen/tsc2007_core.c:235:13: note: byref variable will be forcibly initialized 235 | u64 val64; | ^~~~~ /kisskb/src/drivers/input/touchscreen/tsc2007_core.c:234:13: note: byref variable will be forcibly initialized 234 | u32 val32; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/input/touchscreen/tsc2007_core.c:20: /kisskb/src/drivers/input/touchscreen/tsc2007_core.c: In function 'tsc2007_soft_irq': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/tsc2007_core.c:160:17: note: in expansion of macro 'wait_event_timeout' 160 | wait_event_timeout(ts->wait, ts->stopped, ts->poll_period); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/tsc2007_core.c:115:25: note: byref variable will be forcibly initialized 115 | struct ts_event tc; | ^~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'clock_store': /kisskb/src/drivers/hid/hid-ft260.c:879:23: note: byref variable will be forcibly initialized 879 | FT260_WORD_ATTR_STORE(clock, ft260_set_i2c_speed_report, | ^~~~~ /kisskb/src/drivers/hid/hid-ft260.c:823:22: note: in definition of macro 'FT260_ATTR_STORE' 823 | type name; \ | ^~~~ /kisskb/src/drivers/hid/hid-ft260.c:879:1: note: in expansion of macro 'FT260_WORD_ATTR_STORE' 879 | FT260_WORD_ATTR_STORE(clock, ft260_set_i2c_speed_report, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:821:32: note: byref variable will be forcibly initialized 821 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:845:17: note: in expansion of macro 'FT260_ATTR_STORE' 845 | FT260_ATTR_STORE(name, reptype, FT260_SYSTEM_SETTINGS, req, \ | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:879:1: note: in expansion of macro 'FT260_WORD_ATTR_STORE' 879 | FT260_WORD_ATTR_STORE(clock, ft260_set_i2c_speed_report, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'ft260_i2c_reset': /kisskb/src/drivers/hid/hid-ft260.c:281:43: note: byref variable will be forcibly initialized 281 | struct ft260_set_i2c_reset_report report; | ^~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'clock_show': /kisskb/src/drivers/hid/hid-ft260.c:800:32: note: byref variable will be forcibly initialized 800 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:813:17: note: in expansion of macro 'FT260_ATTR_SHOW' 813 | FT260_ATTR_SHOW(name, ft260_get_i2c_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:878:1: note: in expansion of macro 'FT260_I2CST_ATTR_SHOW' 878 | FT260_I2CST_ATTR_SHOW(clock); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'clock_ctl_show': /kisskb/src/drivers/hid/hid-ft260.c:800:32: note: byref variable will be forcibly initialized 800 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:809:17: note: in expansion of macro 'FT260_ATTR_SHOW' 809 | FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:873:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' 873 | FT260_SSTAT_ATTR_SHOW(clock_ctl); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'uart_mode_show': /kisskb/src/drivers/hid/hid-ft260.c:800:32: note: byref variable will be forcibly initialized 800 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:809:17: note: in expansion of macro 'FT260_ATTR_SHOW' 809 | FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:868:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' 868 | FT260_SSTAT_ATTR_SHOW(uart_mode); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'i2c_enable_show': /kisskb/src/drivers/hid/hid-ft260.c:800:32: note: byref variable will be forcibly initialized 800 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:809:17: note: in expansion of macro 'FT260_ATTR_SHOW' 809 | FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:863:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' 863 | FT260_SSTAT_ATTR_SHOW(i2c_enable); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'power_saving_en_show': /kisskb/src/drivers/hid/hid-ft260.c:800:32: note: byref variable will be forcibly initialized 800 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:809:17: note: in expansion of macro 'FT260_ATTR_SHOW' 809 | FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:860:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' 860 | FT260_SSTAT_ATTR_SHOW(power_saving_en); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'hid_over_i2c_en_show': /kisskb/src/drivers/hid/hid-ft260.c:800:32: note: byref variable will be forcibly initialized 800 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:809:17: note: in expansion of macro 'FT260_ATTR_SHOW' 809 | FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:857:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' 857 | FT260_SSTAT_ATTR_SHOW(hid_over_i2c_en); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'suspend_status_show': /kisskb/src/drivers/hid/hid-ft260.c:800:32: note: byref variable will be forcibly initialized 800 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:809:17: note: in expansion of macro 'FT260_ATTR_SHOW' 809 | FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:854:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' 854 | FT260_SSTAT_ATTR_SHOW(suspend_status); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'pwren_status_show': /kisskb/src/drivers/hid/hid-ft260.c:800:32: note: byref variable will be forcibly initialized 800 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:809:17: note: in expansion of macro 'FT260_ATTR_SHOW' 809 | FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:851:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' 851 | FT260_SSTAT_ATTR_SHOW(pwren_status); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'chip_mode_show': /kisskb/src/drivers/hid/hid-ft260.c:800:32: note: byref variable will be forcibly initialized 800 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:809:17: note: in expansion of macro 'FT260_ATTR_SHOW' 809 | FT260_ATTR_SHOW(name, ft260_get_system_status_report, \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:848:1: note: in expansion of macro 'FT260_SSTAT_ATTR_SHOW' 848 | FT260_SSTAT_ATTR_SHOW(chip_mode); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'ft260_is_interface_enabled': /kisskb/src/drivers/hid/hid-ft260.c:739:47: note: byref variable will be forcibly initialized 739 | struct ft260_get_system_status_report cfg; | ^~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'ft260_xfer_status': /kisskb/src/drivers/hid/hid-ft260.c:299:44: note: byref variable will be forcibly initialized 299 | struct ft260_get_i2c_status_report report; | ^~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'clock_ctl_store': /kisskb/src/drivers/hid/hid-ft260.c:874:23: note: byref variable will be forcibly initialized 874 | FT260_BYTE_ATTR_STORE(clock_ctl, ft260_set_system_clock_report, | ^~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:823:22: note: in definition of macro 'FT260_ATTR_STORE' 823 | type name; \ | ^~~~ /kisskb/src/drivers/hid/hid-ft260.c:874:1: note: in expansion of macro 'FT260_BYTE_ATTR_STORE' 874 | FT260_BYTE_ATTR_STORE(clock_ctl, ft260_set_system_clock_report, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:821:32: note: byref variable will be forcibly initialized 821 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:841:17: note: in expansion of macro 'FT260_ATTR_STORE' 841 | FT260_ATTR_STORE(name, reptype, FT260_SYSTEM_SETTINGS, req, \ | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:874:1: note: in expansion of macro 'FT260_BYTE_ATTR_STORE' 874 | FT260_BYTE_ATTR_STORE(clock_ctl, ft260_set_system_clock_report, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'uart_mode_store': /kisskb/src/drivers/hid/hid-ft260.c:869:23: note: byref variable will be forcibly initialized 869 | FT260_BYTE_ATTR_STORE(uart_mode, ft260_set_uart_mode_report, | ^~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:823:22: note: in definition of macro 'FT260_ATTR_STORE' 823 | type name; \ | ^~~~ /kisskb/src/drivers/hid/hid-ft260.c:869:1: note: in expansion of macro 'FT260_BYTE_ATTR_STORE' 869 | FT260_BYTE_ATTR_STORE(uart_mode, ft260_set_uart_mode_report, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:821:32: note: byref variable will be forcibly initialized 821 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:841:17: note: in expansion of macro 'FT260_ATTR_STORE' 841 | FT260_ATTR_STORE(name, reptype, FT260_SYSTEM_SETTINGS, req, \ | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:869:1: note: in expansion of macro 'FT260_BYTE_ATTR_STORE' 869 | FT260_BYTE_ATTR_STORE(uart_mode, ft260_set_uart_mode_report, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'i2c_enable_store': /kisskb/src/drivers/hid/hid-ft260.c:864:23: note: byref variable will be forcibly initialized 864 | FT260_BYTE_ATTR_STORE(i2c_enable, ft260_set_i2c_mode_report, | ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:823:22: note: in definition of macro 'FT260_ATTR_STORE' 823 | type name; \ | ^~~~ /kisskb/src/drivers/hid/hid-ft260.c:864:1: note: in expansion of macro 'FT260_BYTE_ATTR_STORE' 864 | FT260_BYTE_ATTR_STORE(i2c_enable, ft260_set_i2c_mode_report, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:821:32: note: byref variable will be forcibly initialized 821 | struct reptype rep; \ | ^~~ /kisskb/src/drivers/hid/hid-ft260.c:841:17: note: in expansion of macro 'FT260_ATTR_STORE' 841 | FT260_ATTR_STORE(name, reptype, FT260_SYSTEM_SETTINGS, req, \ | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c:864:1: note: in expansion of macro 'FT260_BYTE_ATTR_STORE' 864 | FT260_BYTE_ATTR_STORE(i2c_enable, ft260_set_i2c_mode_report, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'ft260_i2c_read': /kisskb/src/drivers/hid/hid-ft260.c:460:46: note: byref variable will be forcibly initialized 460 | struct ft260_i2c_read_request_report rep; | ^~~ In file included from /kisskb/src/drivers/iio/magnetometer/hid-sensor-magn-3d.c:6: /kisskb/src/drivers/iio/magnetometer/hid-sensor-magn-3d.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/magnetometer/hid-sensor-magn-3d.c: In function 'hid_magn_3d_probe': /kisskb/src/drivers/iio/magnetometer/hid-sensor-magn-3d.c:475:13: note: byref variable will be forcibly initialized 475 | int chan_count = 0; | ^~~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/hid-sensor-magn-3d.c:474:31: note: byref variable will be forcibly initialized 474 | struct iio_chan_spec *channels; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'ft260_i2c_write_read': /kisskb/src/drivers/hid/hid-ft260.c:517:13: note: byref variable will be forcibly initialized 517 | u16 read_off = 0; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-ft260.c: In function 'ft260_probe': /kisskb/src/drivers/hid/hid-ft260.c:915:46: note: byref variable will be forcibly initialized 915 | struct ft260_get_chip_version_report version; | ^~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_temp.c: In function 'inv_icm42600_temp_read_raw': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_temp.c:51:17: note: byref variable will be forcibly initialized 51 | int16_t temp; | ^~~~ /kisskb/src/drivers/input/touchscreen/wacom_i2c.c: In function 'wacom_query_device': /kisskb/src/drivers/input/touchscreen/wacom_i2c.c:71:24: note: byref variable will be forcibly initialized 71 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/input/touchscreen/wacom_i2c.c:68:12: note: byref variable will be forcibly initialized 68 | u8 data[WACOM_QUERY_SIZE]; | ^~~~ /kisskb/src/drivers/input/touchscreen/wacom_i2c.c:60:12: note: byref variable will be forcibly initialized 60 | u8 get_query_data_cmd[] = { | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/tmp103.c: In function 'tmp103_read': /kisskb/src/drivers/hwmon/tmp103.c:58:22: note: byref variable will be forcibly initialized 58 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/tps6507x-ts.c: In function 'tps6507x_adc_conversion': /kisskb/src/drivers/input/touchscreen/tps6507x-ts.c:65:12: note: byref variable will be forcibly initialized 65 | u8 result; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/tps6507x-ts.c:64:12: note: byref variable will be forcibly initialized 64 | u8 adc_status; | ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/tps6507x-ts.c: In function 'tps6507x_adc_standby': /kisskb/src/drivers/input/touchscreen/tps6507x-ts.c:123:12: note: byref variable will be forcibly initialized 123 | u8 val; | ^~~ /kisskb/src/drivers/iio/magnetometer/mmc35240.c: In function 'mmc35240_take_measurement': /kisskb/src/drivers/iio/magnetometer/mmc35240.c:264:22: note: byref variable will be forcibly initialized 264 | unsigned int reg_status; | ^~~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/mmc35240.c: In function 'mmc35240_init': /kisskb/src/drivers/iio/magnetometer/mmc35240.c:210:12: note: byref variable will be forcibly initialized 210 | u8 otp_data[6]; | ^~~~~~~~ /kisskb/src/drivers/iio/magnetometer/mmc35240.c:209:22: note: byref variable will be forcibly initialized 209 | unsigned int reg_id; | ^~~~~~ /kisskb/src/drivers/iio/magnetometer/mmc35240.c: In function 'mmc35240_read_raw': /kisskb/src/drivers/iio/magnetometer/mmc35240.c:358:16: note: byref variable will be forcibly initialized 358 | __le16 buf[3]; | ^~~ /kisskb/src/drivers/iio/magnetometer/mmc35240.c:357:22: note: byref variable will be forcibly initialized 357 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/proximity/srf08.c: In function 'srf08_store_sensitivity': /kisskb/src/drivers/iio/proximity/srf08.c:388:22: 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:22: note: byref variable will be forcibly initialized 298 | int integer, fract; | ^~~~~ /kisskb/src/drivers/iio/proximity/srf08.c:298:13: note: byref variable will be forcibly initialized 298 | int integer, fract; | ^~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_target_temp': /kisskb/src/drivers/hwmon/w83627ehf.c:891:14: note: byref variable will be forcibly initialized 891 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_step_output': /kisskb/src/drivers/hwmon/w83627ehf.c:975:23: note: byref variable will be forcibly initialized 975 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:991:1: note: in expansion of macro 'fan_functions' 991 | fan_functions(fan_step_output, data->REG_FAN_STEP_OUTPUT) | ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_max_output': /kisskb/src/drivers/hwmon/w83627ehf.c:975:23: note: byref variable will be forcibly initialized 975 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:990:1: note: in expansion of macro 'fan_functions' 990 | fan_functions(fan_max_output, data->REG_FAN_MAX_OUTPUT) | ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_stop_output': /kisskb/src/drivers/hwmon/w83627ehf.c:975:23: note: byref variable will be forcibly initialized 975 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:989:1: note: in expansion of macro 'fan_functions' 989 | fan_functions(fan_stop_output, W83627EHF_REG_FAN_STOP_OUTPUT) | ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_start_output': /kisskb/src/drivers/hwmon/w83627ehf.c:975:23: note: byref variable will be forcibly initialized 975 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:988:1: note: in expansion of macro 'fan_functions' 988 | fan_functions(fan_start_output, W83627EHF_REG_FAN_START_OUTPUT) | ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_fan_stop_time': /kisskb/src/drivers/hwmon/w83627ehf.c:1014:23: note: byref variable will be forcibly initialized 1014 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c:1027:1: note: in expansion of macro 'fan_time_functions' 1027 | fan_time_functions(fan_stop_time, W83627EHF_REG_FAN_STOP_TIME) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'store_tolerance': /kisskb/src/drivers/hwmon/w83627ehf.c:915:14: note: byref variable will be forcibly initialized 915 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83627ehf.c: In function 'sensors_w83627ehf_init': /kisskb/src/drivers/hwmon/w83627ehf.c:2123:35: note: byref variable will be forcibly initialized 2123 | struct w83627ehf_sio_data sio_data; | ^~~~~~~~ /kisskb/src/drivers/hwmon/w83627ehf.c:2118:24: note: byref variable will be forcibly initialized 2118 | unsigned short address; | ^~~~~~~ /kisskb/src/drivers/hid/hid-gt683r.c: In function 'mode_store': /kisskb/src/drivers/hid/hid-gt683r.c:100:12: note: byref variable will be forcibly initialized 100 | u8 sysfs_mode; | ^~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_update_scan_mode': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:105:22: note: byref variable will be forcibly initialized 105 | unsigned int sleep_accel = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:104:22: note: byref variable will be forcibly initialized 104 | unsigned int sleep_temp = 0; | ^~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:102:41: note: byref variable will be forcibly initialized 102 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_write_scale': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:233:41: note: byref variable will be forcibly initialized 233 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_write_odr': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:317:41: note: byref variable will be forcibly initialized 317 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_write_offset': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:445:27: note: byref variable will be forcibly initialized 445 | unsigned int reg, regval; | ^~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_read_sensor': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:153:41: note: byref variable will be forcibly initialized 153 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_read_offset': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:371:17: note: byref variable will be forcibly initialized 371 | uint8_t data[2]; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_read_raw': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:546:17: note: byref variable will be forcibly initialized 546 | int16_t data; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c: In function 'inv_icm42600_accel_parse_fifo': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:755:42: note: byref variable will be forcibly initialized 755 | struct inv_icm42600_accel_buffer buffer; | ^~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:753:22: note: byref variable will be forcibly initialized 753 | unsigned int odr; | ^~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:752:23: note: byref variable will be forcibly initialized 752 | const int8_t *temp; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:751:36: note: byref variable will be forcibly initialized 751 | const void *accel, *gyro, *timestamp; | ^~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:751:29: note: byref variable will be forcibly initialized 751 | const void *accel, *gyro, *timestamp; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c:751:21: note: byref variable will be forcibly initialized 751 | const void *accel, *gyro, *timestamp; | ^~~~~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c: In function 'rohm_i2c_burst_read': /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:286:24: note: byref variable will be forcibly initialized 286 | struct i2c_msg msg[2]; | ^~~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c: In function 'rohm_ts_manual_calibration': /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:317:12: note: byref variable will be forcibly initialized 317 | u8 buf[33]; /* for PRM1_X_H(0x08)-TOUCH(0x28) */ | ^~~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c: In function 'rohm_ts_soft_irq': /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:530:13: note: byref variable will be forcibly initialized 530 | int slots[MAX_CONTACTS]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:529:29: note: byref variable will be forcibly initialized 529 | struct input_mt_pos pos[MAX_CONTACTS]; | ^~~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:527:12: note: byref variable will be forcibly initialized 527 | u8 buf[10]; /* for POS_X1_H(0x20)-TOUCH_GESTURE(0x29) */ | ^~~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c: In function 'rohm_ts_load_firmware': /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:646:32: note: byref variable will be forcibly initialized 646 | const struct firmware *fw; | ^~ /kisskb/src/drivers/input/touchscreen/tsc2007_iio.c: In function 'tsc2007_read_raw': /kisskb/src/drivers/input/touchscreen/tsc2007_iio.c:71:33: note: byref variable will be forcibly initialized 71 | struct ts_event tc; | ^~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c: In function 'inv_y_store': /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:822:22: note: byref variable will be forcibly initialized 822 | unsigned int val; | ^~~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c: In function 'inv_x_store': /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:783:22: note: byref variable will be forcibly initialized 783 | unsigned int val; | ^~~ /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c: In function 'swap_xy_store': /kisskb/src/drivers/input/touchscreen/rohm_bu21023.c:744:22: note: byref variable will be forcibly initialized 744 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/tmp421.c: In function 'tmp421_probe_child_from_dt': /kisskb/src/drivers/hwmon/tmp421.c:370:13: note: byref variable will be forcibly initialized 370 | s32 val; | ^~~ /kisskb/src/drivers/hwmon/tmp421.c:369:13: note: byref variable will be forcibly initialized 369 | u32 i; | ^ /kisskb/src/drivers/hid/hid-google-hammer.c: In function '__cbas_ec_probe': /kisskb/src/drivers/hid/hid-google-hammer.c:182:14: note: byref variable will be forcibly initialized 182 | bool base_supported; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/zet6223.c: In function 'zet6223_irq': /kisskb/src/drivers/input/touchscreen/zet6223.c:63:12: 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:12: note: byref variable will be forcibly initialized 136 | u8 cmd = ZET6223_CMD_INFO; | ^~~ /kisskb/src/drivers/input/touchscreen/zet6223.c:135:12: note: byref variable will be forcibly initialized 135 | u8 buf[ZET6223_CMD_INFO_LENGTH]; | ^~~ /kisskb/src/drivers/hwmon/tmp513.c: In function 'tmp51x_read': /kisskb/src/drivers/hwmon/tmp513.c:400:13: 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:22: 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:13: note: byref variable will be forcibly initialized 659 | u32 val; | ^~~ /kisskb/src/drivers/hwmon/tmp513.c:658:13: note: byref variable will be forcibly initialized 658 | u32 nfactor[3]; | ^~~~~~~ /kisskb/src/drivers/iio/light/cm32181.c: In function 'cm32181_get_lux': /kisskb/src/drivers/iio/light/cm32181.c:311:13: note: byref variable will be forcibly initialized 311 | int als_it; | ^~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_read_ee_register': /kisskb/src/drivers/iio/temperature/mlx90632.c:462:22: note: byref variable will be forcibly initialized 462 | unsigned int read; | ^~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_read_ambient_raw': /kisskb/src/drivers/iio/temperature/mlx90632.c:289:22: note: byref variable will be forcibly initialized 289 | unsigned int read_tmp; | ^~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_calc_ambient_dsp105': /kisskb/src/drivers/iio/temperature/mlx90632.c:710:30: note: byref variable will be forcibly initialized 710 | s16 ambient_new_raw, ambient_old_raw; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:710:13: note: byref variable will be forcibly initialized 710 | s16 ambient_new_raw, ambient_old_raw; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:708:25: note: byref variable will be forcibly initialized 708 | s32 PT, PR, PG, PO; | ^~ /kisskb/src/drivers/iio/temperature/mlx90632.c:708:21: note: byref variable will be forcibly initialized 708 | s32 PT, PR, PG, PO; | ^~ /kisskb/src/drivers/iio/temperature/mlx90632.c:708:17: note: byref variable will be forcibly initialized 708 | s32 PT, PR, PG, PO; | ^~ /kisskb/src/drivers/iio/temperature/mlx90632.c:708:13: note: byref variable will be forcibly initialized 708 | s32 PT, PR, PG, PO; | ^~ /kisskb/src/drivers/iio/temperature/mlx90632.c:707:22: note: byref variable will be forcibly initialized 707 | unsigned int read_tmp; | ^~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_read_object_raw': /kisskb/src/drivers/iio/temperature/mlx90632.c:312:12: note: byref variable will be forcibly initialized 312 | u8 channel_old = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:311:12: note: byref variable will be forcibly initialized 311 | u8 channel = 0; | ^~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:309:22: note: byref variable will be forcibly initialized 309 | unsigned int read_tmp; | ^~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_read_object_raw_extended': /kisskb/src/drivers/iio/temperature/mlx90632.c:388:22: note: byref variable will be forcibly initialized 388 | unsigned int read_tmp; | ^~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_read_ambient_raw_extended': /kisskb/src/drivers/iio/temperature/mlx90632.c:370:22: note: byref variable will be forcibly initialized 370 | unsigned int read_tmp; | ^~~~~~~~ /kisskb/src/drivers/iio/light/cm3605.c: In function 'cm3605_get_lux': /kisskb/src/drivers/iio/light/cm3605.c:76:18: note: byref variable will be forcibly initialized 76 | int ret, res; | ^~~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_perform_measurement': /kisskb/src/drivers/iio/temperature/mlx90632.c:220:22: note: byref variable will be forcibly initialized 220 | unsigned int reg_status; | ^~~~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_calc_object_dsp105': /kisskb/src/drivers/iio/temperature/mlx90632.c:631:63: note: byref variable will be forcibly initialized 631 | s16 ambient_new_raw, ambient_old_raw, object_new_raw, object_old_raw; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:631:47: note: byref variable will be forcibly initialized 631 | s16 ambient_new_raw, ambient_old_raw, object_new_raw, object_old_raw; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:631:30: note: byref variable will be forcibly initialized 631 | s16 ambient_new_raw, ambient_old_raw, object_new_raw, object_old_raw; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:631:13: note: byref variable will be forcibly initialized 631 | s16 ambient_new_raw, ambient_old_raw, object_new_raw, object_old_raw; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:629:22: note: byref variable will be forcibly initialized 629 | unsigned int read_tmp; | ^~~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c:628:29: note: byref variable will be forcibly initialized 628 | s32 Ea, Eb, Fa, Fb, Ga; | ^~ /kisskb/src/drivers/iio/temperature/mlx90632.c:628:25: note: byref variable will be forcibly initialized 628 | s32 Ea, Eb, Fa, Fb, Ga; | ^~ /kisskb/src/drivers/iio/temperature/mlx90632.c:628:21: note: byref variable will be forcibly initialized 628 | s32 Ea, Eb, Fa, Fb, Ga; | ^~ /kisskb/src/drivers/iio/temperature/mlx90632.c:628:17: note: byref variable will be forcibly initialized 628 | s32 Ea, Eb, Fa, Fb, Ga; | ^~ /kisskb/src/drivers/iio/temperature/mlx90632.c:628:13: note: byref variable will be forcibly initialized 628 | s32 Ea, Eb, Fa, Fb, Ga; | ^~ /kisskb/src/drivers/iio/light/cm3605.c: In function 'cm3605_probe': /kisskb/src/drivers/iio/light/cm3605.c:161:13: note: byref variable will be forcibly initialized 161 | u32 rset; | ^~~~ /kisskb/src/drivers/iio/light/cm3605.c:160:28: note: byref variable will be forcibly initialized 160 | enum iio_chan_type ch_type; | ^~~~~~~ /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_probe': /kisskb/src/drivers/iio/temperature/mlx90632.c:851:22: note: byref variable will be forcibly initialized 851 | unsigned int read; | ^~~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_read_channel_info_avail': /kisskb/src/drivers/iio/industrialio-core.c:843:13: note: byref variable will be forcibly initialized 843 | int type; | ^~~~ /kisskb/src/drivers/iio/industrialio-core.c:842:13: note: byref variable will be forcibly initialized 842 | int length; | ^~~~~~ /kisskb/src/drivers/iio/industrialio-core.c:840:20: note: byref variable will be forcibly initialized 840 | const int *vals; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/iio/industrialio-core.c:12: /kisskb/src/drivers/iio/industrialio-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_debugfs_write_reg': /kisskb/src/drivers/iio/industrialio-core.c:409:14: note: byref variable will be forcibly initialized 409 | char buf[80]; | ^~~ /kisskb/src/drivers/iio/industrialio-core.c:408:27: note: byref variable will be forcibly initialized 408 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/iio/industrialio-core.c:408:22: note: byref variable will be forcibly initialized 408 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_write_channel_info': /kisskb/src/drivers/iio/industrialio-core.c:988:22: note: byref variable will be forcibly initialized 988 | char ch; | ^~ /kisskb/src/drivers/iio/industrialio-core.c:957:22: note: byref variable will be forcibly initialized 957 | int integer, fract = 0; | ^~~~~ /kisskb/src/drivers/iio/industrialio-core.c:957:13: note: byref variable will be forcibly initialized 957 | int integer, fract = 0; | ^~~~~~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_debugfs_read_reg': /kisskb/src/drivers/iio/industrialio-core.c:378:22: note: byref variable will be forcibly initialized 378 | unsigned int val = 0; | ^~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_get_time_ns': /kisskb/src/drivers/iio/industrialio-core.c:313:27: note: byref variable will be forcibly initialized 313 | struct timespec64 tp; | ^~ /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:23: 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:23: note: byref variable will be forcibly initialized 33 | unsigned long input; | ^~~~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_read_channel_info': /kisskb/src/drivers/iio/industrialio-core.c:754:13: note: byref variable will be forcibly initialized 754 | int val_len = 2; | ^~~~~~~ /kisskb/src/drivers/iio/industrialio-core.c:752:13: note: byref variable will be forcibly initialized 752 | int vals[INDIO_MAX_RAW_ELEMENTS]; | ^~~~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas5xx_measure': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:193:12: note: byref variable will be forcibly initialized 193 | u8 data[8]; | ^~~~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:192:22: 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:23: note: byref variable will be forcibly initialized 319 | u16 t, x, y1, y2; | ^~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:319:19: note: byref variable will be forcibly initialized 319 | u16 t, x, y1, y2; | ^~ /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:13: note: byref variable will be forcibly initialized 319 | u16 t, x, y1, y2; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas5xx_meaure_offsets': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:727:23: note: byref variable will be forcibly initialized 727 | u16 t, x, y1, y2; | ^~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:727:19: note: byref variable will be forcibly initialized 727 | u16 t, x, y1, y2; | ^~ /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:13: note: byref variable will be forcibly initialized 727 | 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:22: note: byref variable will be forcibly initialized 385 | s32 t, x, y, z; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:385:19: note: byref variable will be forcibly initialized 385 | s32 t, x, y, z; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:385:16: note: byref variable will be forcibly initialized 385 | s32 t, x, y, z; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:385:13: note: byref variable will be forcibly initialized 385 | s32 t, x, y, z; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas530_get_calibration_data': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:579:12: 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:12: note: byref variable will be forcibly initialized 627 | u8 data[14]; | ^~~~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas5xx_fill_buffer': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:438:22: note: byref variable will be forcibly initialized 438 | s32 t, x, y, z; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:438:19: note: byref variable will be forcibly initialized 438 | s32 t, x, y, z; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:438:16: note: byref variable will be forcibly initialized 438 | s32 t, x, y, z; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:438:13: note: byref variable will be forcibly initialized 438 | s32 t, x, y, z; | ^ /kisskb/src/drivers/input/touchscreen/zforce_ts.c: In function 'zforce_command': /kisskb/src/drivers/input/touchscreen/zforce_ts.c:138:14: note: byref variable will be forcibly initialized 138 | char buf[3]; | ^~~ /kisskb/src/drivers/input/touchscreen/zforce_ts.c: In function 'zforce_resolution': /kisskb/src/drivers/input/touchscreen/zforce_ts.c:230:14: 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:14: 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:14: 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_wait': /kisskb/src/drivers/input/touchscreen/zforce_ts.c:209:14: note: byref variable will be forcibly initialized 209 | 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:12: note: byref variable will be forcibly initialized 487 | u8 payload_buffer[FRAME_MAXSIZE]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/isl29018.c: In function 'isl29018_read_sensor_input': /kisskb/src/drivers/iio/light/isl29018.c:162:22: note: byref variable will be forcibly initialized 162 | unsigned int msb; | ^~~ /kisskb/src/drivers/iio/light/isl29018.c:161:22: 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:13: note: byref variable will be forcibly initialized 341 | int val; | ^~~ /kisskb/src/drivers/iio/light/isl29018.c: In function 'isl29018_chip_init': /kisskb/src/drivers/iio/light/isl29018.c:537:30: note: byref variable will be forcibly initialized 537 | unsigned int id; | ^~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_fw_file_parse': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:713:12: note: byref variable will be forcibly initialized 713 | u8 rec_data[IQS5XX_REC_LEN_MAX]; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:712:12: note: byref variable will be forcibly initialized 712 | u8 rec_hdr[IQS5XX_REC_HDR_LEN]; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:711:31: note: byref variable will be forcibly initialized 711 | u8 rec_len, rec_type, rec_chksm, chksm; | ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:705:32: note: byref variable will be forcibly initialized 705 | const struct firmware *fw; | ^~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_bl_write': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:362:12: 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:24: note: byref variable will be forcibly initialized 360 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_bl_cmd': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:250:12: note: byref variable will be forcibly initialized 250 | u8 mbuf[sizeof(bl_cmd) + sizeof(bl_addr)]; | ^~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:248:24: 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:12: note: byref variable will be forcibly initialized 401 | u8 bl_data[IQS5XX_BL_BLK_LEN_MAX]; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:399:24: note: byref variable will be forcibly initialized 399 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_read_burst': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:138:24: note: byref variable will be forcibly initialized 138 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:136:16: 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:16: note: byref variable will be forcibly initialized 177 | __be16 val_buf; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_write_burst': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:194:12: 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:16: 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_axis_init': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:490:20: note: byref variable will be forcibly initialized 490 | u16 max_x, max_y; | ^~~~~ /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: In function 'iqs5xx_dev_init': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:557:12: note: byref variable will be forcibly initialized 557 | u8 buf[sizeof(*dev_id_info) + 1]; | ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'fw_file_store': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:902:14: 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:30: note: byref variable will be forcibly initialized 639 | struct iqs5xx_status status; | ^~~~~~ /kisskb/src/drivers/hid/hid-holtekff.c: In function 'holtekff_play': /kisskb/src/drivers/hid/hid-holtekff.c:97:12: note: byref variable will be forcibly initialized 97 | u8 buf[HOLTEKFF_MSG_LENGTH] = | ^~~ /kisskb/src/drivers/input/touchscreen/zinitix.c: In function 'zinitix_write_cmd': /kisskb/src/drivers/input/touchscreen/zinitix.c:183:16: 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:16: 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:16: 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:358:23: note: byref variable will be forcibly initialized 358 | unsigned long finger_mask; | ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/zinitix.c:357:28: note: byref variable will be forcibly initialized 357 | struct touch_event touch_event; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_channel_read': /kisskb/src/drivers/iio/inkern.c:536:13: note: byref variable will be forcibly initialized 536 | int val_len = 2; | ^~~~~~~ /kisskb/src/drivers/iio/inkern.c:534:13: note: byref variable will be forcibly initialized 534 | int vals[INDIO_MAX_RAW_ELEMENTS]; | ^~~~ /kisskb/src/drivers/iio/inkern.c:533:13: 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:599:38: note: byref variable will be forcibly initialized 599 | int offset_type, offset_val, offset_val2; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/inkern.c:599:26: note: byref variable will be forcibly initialized 599 | int offset_type, offset_val, offset_val2; | ^~~~~~~~~~ /kisskb/src/drivers/iio/inkern.c:598:36: note: byref variable will be forcibly initialized 598 | int scale_type, scale_val, scale_val2; | ^~~~~~~~~~ /kisskb/src/drivers/iio/inkern.c:598:25: note: byref variable will be forcibly initialized 598 | int scale_type, scale_val, scale_val2; | ^~~~~~~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_channel_read_max': /kisskb/src/drivers/iio/inkern.c:821:13: note: byref variable will be forcibly initialized 821 | int length; | ^~~~~~ /kisskb/src/drivers/iio/inkern.c:820:20: note: byref variable will be forcibly initialized 820 | const int *vals; | ^~~~ /kisskb/src/drivers/iio/inkern.c:819:13: note: byref variable will be forcibly initialized 819 | int unused; | ^~~~~~ /kisskb/src/drivers/iio/inkern.c: In function '__of_iio_channel_get': /kisskb/src/drivers/iio/inkern.c:158:32: note: byref variable will be forcibly initialized 158 | struct of_phandle_args iiospec; | ^~~~~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/light/jsa1212.c: In function 'jsa1212_read_als_data': /kisskb/src/drivers/iio/light/jsa1212.c:165:16: note: byref variable will be forcibly initialized 165 | __le16 als_data; | ^~~~~~~~ /kisskb/src/drivers/iio/light/jsa1212.c: In function 'jsa1212_read_pxs_data': /kisskb/src/drivers/iio/light/jsa1212.c:191:22: note: byref variable will be forcibly initialized 191 | unsigned int pxs_data; | ^~~~~~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_read_avail_channel_raw': /kisskb/src/drivers/iio/inkern.c:802:13: note: byref variable will be forcibly initialized 802 | int type; | ^~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_read_max_channel_raw': /kisskb/src/drivers/iio/inkern.c:866:13: note: byref variable will be forcibly initialized 866 | int type; | ^~~~ /kisskb/src/drivers/iio/temperature/tsys02d.c: In function 'tsys02d_probe': /kisskb/src/drivers/iio/temperature/tsys02d.c:130:13: 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:13: note: byref variable will be forcibly initialized 34 | s32 temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/proximity/sx_common.c: In function 'sx_common_buffer_preenable': /kisskb/src/drivers/iio/proximity/sx_common.c:398:23: note: byref variable will be forcibly initialized 398 | unsigned long channels = 0; | ^~~~~~~~ /kisskb/src/drivers/iio/proximity/sx_common.c: In function 'sx_common_push_events': /kisskb/src/drivers/iio/proximity/sx_common.c:80:23: note: byref variable will be forcibly initialized 80 | unsigned long prox_changed; | ^~~~~~~~~~~~ /kisskb/src/drivers/iio/proximity/sx_common.c:77:22: note: byref variable will be forcibly initialized 77 | unsigned int val, chan; | ^~~ /kisskb/src/drivers/iio/proximity/sx_common.c: In function 'sx_common_irq_thread_handler': /kisskb/src/drivers/iio/proximity/sx_common.c:341:22: note: byref variable will be forcibly initialized 341 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/proximity/sx_common.c: In function 'sx_common_init_device': /kisskb/src/drivers/iio/proximity/sx_common.c:442:25: note: byref variable will be forcibly initialized 442 | unsigned int i, val; | ^~~ /kisskb/src/drivers/iio/proximity/sx_common.c:439:38: note: byref variable will be forcibly initialized 439 | struct sx_common_reg_default tmp; | ^~~ /kisskb/src/drivers/iio/proximity/sx_common.c: In function 'sx_common_trigger_handler': /kisskb/src/drivers/iio/proximity/sx_common.c:368:16: note: byref variable will be forcibly initialized 368 | __be16 val; | ^~~ /kisskb/src/drivers/iio/proximity/sx_common.c: In function 'sx_common_read_proximity': /kisskb/src/drivers/iio/proximity/sx_common.c:184:16: note: byref variable will be forcibly initialized 184 | __be16 rawval; | ^~~~~~ /kisskb/src/drivers/iio/proximity/vcnl3020.c: In function 'vcnl3020_is_thr_enabled': /kisskb/src/drivers/iio/proximity/vcnl3020.c:276:22: 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:22: 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:22: 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:22: note: byref variable will be forcibly initialized 577 | unsigned int isr; | ^~~ /kisskb/src/drivers/iio/proximity/vcnl3020.c: In function 'vcnl3020_measure_proximity': /kisskb/src/drivers/iio/proximity/vcnl3020.c:177:22: 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:13: 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:22: note: byref variable will be forcibly initialized 136 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c: In function 'inv_icm42600_buffer_update_watermark': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:209:16: note: byref variable will be forcibly initialized 209 | __le16 raw_wm; | ^~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:208:14: note: byref variable will be forcibly initialized 208 | bool restore; | ^~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c: In function 'inv_icm42600_buffer_postdisable': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:381:22: note: byref variable will be forcibly initialized 381 | unsigned int sleep_sensor = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:380:22: note: byref variable will be forcibly initialized 380 | unsigned int sleep_temp = 0; | ^~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:379:41: note: byref variable will be forcibly initialized 379 | struct inv_icm42600_sensor_conf conf = INV_ICM42600_SENSOR_CONF_INIT; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c: In function 'inv_icm42600_buffer_fifo_read': /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:454:22: note: byref variable will be forcibly initialized 454 | unsigned int odr; | ^~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:453:23: note: byref variable will be forcibly initialized 453 | const int8_t *temp; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:452:36: note: byref variable will be forcibly initialized 452 | const void *accel, *gyro, *timestamp; | ^~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:452:29: note: byref variable will be forcibly initialized 452 | const void *accel, *gyro, *timestamp; | ^~~~ /kisskb/src/drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c:452:21: note: byref variable will be forcibly initialized 452 | const void *accel, *gyro, *timestamp; | ^~~~~ /kisskb/src/drivers/iio/temperature/tsys01.c: In function 'tsys01_read_temperature': /kisskb/src/drivers/iio/temperature/tsys01.c:50:13: note: byref variable will be forcibly initialized 50 | u32 adc; | ^~~ /kisskb/src/drivers/iio/temperature/tsys01.c: In function 'tsys01_read_raw': /kisskb/src/drivers/iio/temperature/tsys01.c:85:13: note: byref variable will be forcibly initialized 85 | s32 temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/temperature/tsys01.c: In function 'tsys01_read_prom': /kisskb/src/drivers/iio/temperature/tsys01.c:131:14: note: byref variable will be forcibly initialized 131 | char buf[7 * TSYS01_PROM_WORDS_NB + 1]; | ^~~ /kisskb/src/drivers/iio/proximity/sx9500.c: In function 'sx9500_read_prox_data': /kisskb/src/drivers/iio/proximity/sx9500.c:269:16: note: byref variable will be forcibly initialized 269 | __be16 regval; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9500.c: In function 'sx9500_read_samp_freq': /kisskb/src/drivers/iio/proximity/sx9500.c:363:22: note: byref variable will be forcibly initialized 363 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9500.c: In function 'sx9500_wait_for_sample': /kisskb/src/drivers/iio/proximity/sx9500.c:291:22: note: byref variable will be forcibly initialized 291 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/proximity/sx9500.c: In function 'sx9500_init_compensation': /kisskb/src/drivers/iio/proximity/sx9500.c:796:22: note: byref variable will be forcibly initialized 796 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/proximity/sx9500.c: In function 'sx9500_init_device': /kisskb/src/drivers/iio/proximity/sx9500.c:827:22: note: byref variable will be forcibly initialized 827 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/light/max44000.c: In function 'max44000_read_alstim': /kisskb/src/drivers/iio/light/max44000.c:171:22: 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:22: 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:22: 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:16: 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:22: note: byref variable will be forcibly initialized 267 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9500.c: In function 'sx9500_trigger_handler': /kisskb/src/drivers/iio/proximity/sx9500.c:653:13: note: byref variable will be forcibly initialized 653 | int val, bit, ret, i = 0; | ^~~ /kisskb/src/drivers/iio/proximity/sx9500.c: In function 'sx9500_push_events': /kisskb/src/drivers/iio/proximity/sx9500.c:469:22: note: byref variable will be forcibly initialized 469 | unsigned int val, chan; | ^~~ /kisskb/src/drivers/iio/light/max44000.c: In function 'max44000_probe': /kisskb/src/drivers/iio/light/max44000.c:531:18: note: byref variable will be forcibly initialized 531 | int ret, reg; | ^~~ /kisskb/src/drivers/iio/proximity/sx9500.c: In function 'sx9500_irq_thread_handler': /kisskb/src/drivers/iio/proximity/sx9500.c:503:22: note: byref variable will be forcibly initialized 503 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/light/max44000.c: In function 'max44000_trigger_handler': /kisskb/src/drivers/iio/light/max44000.c:497:22: note: byref variable will be forcibly initialized 497 | unsigned int regval; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iio/industrialio-event.c:10: /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_event_chrdev_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:140:31: note: in expansion of macro 'wait_event_interruptible' 140 | ret = wait_event_interruptible(ev_int->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:126:22: note: byref variable will be forcibly initialized 126 | unsigned int copied; | ^~~~~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_event_ioctl': /kisskb/src/drivers/iio/industrialio-event.c:485:13: note: byref variable will be forcibly initialized 485 | int fd; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/iio/industrialio-event.c:10: /kisskb/src/drivers/iio/industrialio-event.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_ev_value_store': /kisskb/src/drivers/iio/industrialio-event.c:332:18: note: byref variable will be forcibly initialized 332 | int val, val2; | ^~~~ /kisskb/src/drivers/iio/industrialio-event.c:332:13: note: byref variable will be forcibly initialized 332 | int val, val2; | ^~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_ev_value_show': /kisskb/src/drivers/iio/industrialio-event.c:311:24: note: byref variable will be forcibly initialized 311 | int val, val2, val_arr[2]; | ^~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:311:18: note: byref variable will be forcibly initialized 311 | int val, val2, val_arr[2]; | ^~~~ /kisskb/src/drivers/iio/industrialio-event.c:311:13: note: byref variable will be forcibly initialized 311 | int val, val2, val_arr[2]; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/iio/industrialio-buffer.c:15: /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_ev_state_store': /kisskb/src/drivers/iio/industrialio-event.c:275:14: note: byref variable will be forcibly initialized 275 | 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:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/iio/industrialio-event.c:82:26: note: in expansion of macro 'kfifo_put' 82 | copied = kfifo_put(&ev_int->det_events, ev); | ^~~~~~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_device_buffer_getfd': /kisskb/src/drivers/iio/industrialio-buffer.c:1527:17: note: byref variable will be forcibly initialized 1527 | int fd, idx, ret; | ^~~ /kisskb/src/drivers/iio/industrialio-buffer.c:1527:13: note: byref variable will be forcibly initialized 1527 | int fd, idx, ret; | ^~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'watermark_store': /kisskb/src/drivers/iio/industrialio-buffer.c:1337:22: note: byref variable will be forcibly initialized 1337 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'length_store': /kisskb/src/drivers/iio/industrialio-buffer.c:646:22: note: byref variable will be forcibly initialized 646 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_read_thresh': /kisskb/src/drivers/iio/proximity/sx9310.c:413:22: note: byref variable will be forcibly initialized 413 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_write_hysteresis': /kisskb/src/drivers/iio/proximity/sx9310.c:556:18: note: byref variable will be forcibly initialized 556 | int ret, pthresh; | ^~~~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_read_far_debounce': /kisskb/src/drivers/iio/proximity/sx9310.c:458:22: note: byref variable will be forcibly initialized 458 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_read_close_debounce': /kisskb/src/drivers/iio/proximity/sx9310.c:476:22: note: byref variable will be forcibly initialized 476 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_read_hysteresis': /kisskb/src/drivers/iio/proximity/sx9310.c:435:30: note: byref variable will be forcibly initialized 435 | unsigned int regval, pthresh; | ^~~~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c:435:22: note: byref variable will be forcibly initialized 435 | unsigned int regval, pthresh; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_read_gain': /kisskb/src/drivers/iio/proximity/sx9310.c:289:22: note: byref variable will be forcibly initialized 289 | unsigned int regval, gain; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_read_samp_freq': /kisskb/src/drivers/iio/proximity/sx9310.c:316:22: note: byref variable will be forcibly initialized 316 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_buffer_update_demux': /kisskb/src/drivers/iio/industrialio-buffer.c:975:33: note: byref variable will be forcibly initialized 975 | struct iio_demux_table *p = NULL; | ^ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_init_compensation': /kisskb/src/drivers/iio/proximity/sx9310.c:776:22: note: byref variable will be forcibly initialized 776 | unsigned int ctrl0; | ^~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c:775:22: note: byref variable will be forcibly initialized 775 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_wait_for_sample': /kisskb/src/drivers/iio/proximity/sx9310.c:273:22: note: byref variable will be forcibly initialized 273 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_get_default_reg': /kisskb/src/drivers/iio/proximity/sx9310.c:806:21: note: byref variable will be forcibly initialized 806 | const char *res; | ^~~ /kisskb/src/drivers/iio/proximity/sx9310.c:803:33: note: byref variable will be forcibly initialized 803 | u32 start = 0, raw = 0, pos = 0; | ^~~ /kisskb/src/drivers/iio/proximity/sx9310.c:803:24: note: byref variable will be forcibly initialized 803 | u32 start = 0, raw = 0, pos = 0; | ^~~ /kisskb/src/drivers/iio/proximity/sx9310.c:803:13: note: byref variable will be forcibly initialized 803 | u32 start = 0, raw = 0, pos = 0; | ^~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c:802:13: note: byref variable will be forcibly initialized 802 | u32 combined[SX9310_NUM_CHANNELS]; | ^~~~~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_check_whoami': /kisskb/src/drivers/iio/proximity/sx9310.c:906:22: note: byref variable will be forcibly initialized 906 | unsigned int whoami; | ^~~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_scan_el_ts_store': /kisskb/src/drivers/iio/industrialio-buffer.c:558:14: 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:14: 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:34: note: byref variable will be forcibly initialized 1194 | struct iio_device_config new_config; | ^~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'enable_store': /kisskb/src/drivers/iio/industrialio-buffer.c:1296:14: note: byref variable will be forcibly initialized 1296 | bool requested_state; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/tsl2583.c: In function 'in_illuminance_lux_table_store': /kisskb/src/drivers/iio/light/tsl2583.c:562:13: 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:13: note: byref variable will be forcibly initialized 508 | int value, ret; | ^~~~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_get_pres_samp_freq': /kisskb/src/drivers/iio/pressure/dps310.c:259:13: note: byref variable will be forcibly initialized 259 | int val; | ^~~ /kisskb/src/drivers/iio/light/tsl2583.c: In function 'in_illuminance_input_target_store': /kisskb/src/drivers/iio/light/tsl2583.c:490:13: note: byref variable will be forcibly initialized 490 | int value; | ^~~~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_get_temp_precision': /kisskb/src/drivers/iio/pressure/dps310.c:177:13: 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:13: 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:13: 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:13: note: byref variable will be forcibly initialized 688 | int reg; | ^~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_read_temp_ready': /kisskb/src/drivers/iio/pressure/dps310.c:338:12: note: byref variable will be forcibly initialized 338 | u8 val[3]; | ^~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_get_coefs': /kisskb/src/drivers/iio/pressure/dps310.c:113:12: 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:13: 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:17: note: byref variable will be forcibly initialized 725 | int rc, ready; | ^~~~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_read_pres_raw': /kisskb/src/drivers/iio/pressure/dps310.c:307:12: note: byref variable will be forcibly initialized 307 | u8 val[3]; | ^~~ /kisskb/src/drivers/iio/pressure/dps310.c:304:13: note: byref variable will be forcibly initialized 304 | int ready; | ^~~~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_read_temp_raw': /kisskb/src/drivers/iio/pressure/dps310.c:355:13: note: byref variable will be forcibly initialized 355 | int ready; | ^~~~~ /kisskb/src/drivers/iio/light/adux1020.c: In function 'adux1020_read_thresh': /kisskb/src/drivers/iio/light/adux1020.c:598:22: 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:22: note: byref variable will be forcibly initialized 569 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/industrialio-trigger.c: In function 'iio_alloc_pollfunc': /kisskb/src/drivers/iio/industrialio-trigger.c:364:17: note: byref variable will be forcibly initialized 364 | va_list vargs; | ^~~~~ /kisskb/src/drivers/iio/light/adux1020.c: In function 'adux1020_interrupt_handler': /kisskb/src/drivers/iio/light/adux1020.c:704:18: note: byref variable will be forcibly initialized 704 | int ret, status; | ^~~~~~ /kisskb/src/drivers/iio/industrialio-trigger.c: In function '__iio_trigger_alloc': /kisskb/src/drivers/iio/industrialio-trigger.c:616:17: note: byref variable will be forcibly initialized 616 | va_list vargs; | ^~~~~ /kisskb/src/drivers/iio/industrialio-trigger.c: In function '__devm_iio_trigger_alloc': /kisskb/src/drivers/iio/industrialio-trigger.c:658:17: note: byref variable will be forcibly initialized 658 | va_list vargs; | ^~~~~ /kisskb/src/drivers/iio/light/adux1020.c: In function 'adux1020_read_fifo': /kisskb/src/drivers/iio/light/adux1020.c:254:22: note: byref variable will be forcibly initialized 254 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/light/adux1020.c: In function 'adux1020_measure': /kisskb/src/drivers/iio/light/adux1020.c:314:22: note: byref variable will be forcibly initialized 314 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/iio/light/adux1020.c: In function 'adux1020_read_raw': /kisskb/src/drivers/iio/light/adux1020.c:368:22: note: byref variable will be forcibly initialized 368 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/light/adux1020.c:366:13: note: byref variable will be forcibly initialized 366 | u16 buf[3]; | ^~~ /kisskb/src/drivers/iio/light/adux1020.c: In function 'adux1020_chip_init': /kisskb/src/drivers/iio/light/adux1020.c:738:22: note: byref variable will be forcibly initialized 738 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/temperature/iqs620at-temp.c: In function 'iqs620_temp_read_raw': /kisskb/src/drivers/iio/temperature/iqs620at-temp.c:28:16: note: byref variable will be forcibly initialized 28 | __le16 val_buf; | ^~~~~~~ /kisskb/src/drivers/iio/light/tsl2591.c: In function 'tsl2591_read_channel_data': /kisskb/src/drivers/iio/light/tsl2591.c:438:12: note: byref variable will be forcibly initialized 438 | u8 als_data[TSL2591_NUM_DATA_REGISTERS]; | ^~~~~~~~ /kisskb/src/drivers/iio/light/bh1750.c: In function 'bh1750_read': /kisskb/src/drivers/iio/light/bh1750.c:108:16: note: byref variable will be forcibly initialized 108 | __be16 result; | ^~~~~~ /kisskb/src/drivers/iio/pressure/mpl3115.c: In function 'mpl3115_read_raw': /kisskb/src/drivers/iio/pressure/mpl3115.c:105:32: note: byref variable will be forcibly initialized 105 | __be16 tmp; | ^~~ /kisskb/src/drivers/iio/pressure/mpl3115.c:87:32: note: byref variable will be forcibly initialized 87 | __be32 tmp = 0; | ^~~ /kisskb/src/drivers/iio/pressure/mpl3115.c: In function 'mpl3115_trigger_handler': /kisskb/src/drivers/iio/pressure/mpl3115.c:160:12: note: byref variable will be forcibly initialized 160 | u8 buffer[16] __aligned(8); | ^~~~~~ /kisskb/src/drivers/iio/pressure/icp10100.c: In function 'icp10100_send_cmd': /kisskb/src/drivers/iio/pressure/icp10100.c:128:24: note: byref variable will be forcibly initialized 128 | struct i2c_msg msgs[2] = { | ^~~~ /kisskb/src/drivers/iio/pressure/icp10100.c:125:17: note: byref variable will be forcibly initialized 125 | uint8_t data[16]; | ^~~~ /kisskb/src/drivers/iio/pressure/icp10100.c: In function 'icp10100_get_measures': /kisskb/src/drivers/iio/pressure/icp10100.c:250:16: note: byref variable will be forcibly initialized 250 | __be16 measures[3]; | ^~~~~~~~ /kisskb/src/drivers/iio/pressure/icp10100.c: In function 'icp10100_read_raw_measures': /kisskb/src/drivers/iio/pressure/icp10100.c:342:18: note: byref variable will be forcibly initialized 342 | uint16_t raw_temp; | ^~~~~~~~ /kisskb/src/drivers/iio/pressure/icp10100.c:341:18: note: byref variable will be forcibly initialized 341 | uint32_t raw_pressure; | ^~~~~~~~~~~~ /kisskb/src/drivers/iio/pressure/icp10100.c: In function 'icp10100_read_cal_otp': /kisskb/src/drivers/iio/pressure/icp10100.c:196:16: note: byref variable will be forcibly initialized 196 | __be16 val; | ^~~ /kisskb/src/drivers/iio/pressure/icp10100.c: In function 'icp10100_init_chip': /kisskb/src/drivers/iio/pressure/icp10100.c:223:16: note: byref variable will be forcibly initialized 223 | __be16 val; | ^~~ /kisskb/src/drivers/iio/light/iqs621-als.c: In function 'iqs621_als_read_raw': /kisskb/src/drivers/iio/light/iqs621-als.c:212:16: note: byref variable will be forcibly initialized 212 | __le16 val_buf; | ^~~~~~~ /kisskb/src/drivers/iio/light/iqs621-als.c: In function 'iqs621_als_probe': /kisskb/src/drivers/iio/light/iqs621-als.c:546:22: note: byref variable will be forcibly initialized 546 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/light/iqs621-als.c: In function 'iqs621_als_write_event_config': /kisskb/src/drivers/iio/light/iqs621-als.c:278:22: note: byref variable will be forcibly initialized 278 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/light/gp2ap002.c: In function 'gp2ap002_get_lux': /kisskb/src/drivers/iio/light/gp2ap002.c:230:18: 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:13: 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:12: note: byref variable will be forcibly initialized 443 | u8 val; | ^~~ /kisskb/src/drivers/iio/light/gp2ap002.c:442:21: note: byref variable will be forcibly initialized 442 | const char *compat; | ^~~~~~ /kisskb/src/drivers/iio/light/gp2ap002.c:434:28: note: byref variable will be forcibly initialized 434 | enum iio_chan_type ch_type; | ^~~~~~~ /kisskb/src/drivers/iio/proximity/isl29501.c: In function 'isl29501_get_scale': /kisskb/src/drivers/iio/proximity/isl29501.c:661:13: note: byref variable will be forcibly initialized 661 | u32 current_scale; | ^~~~~~~~~~~~~ /kisskb/src/drivers/iio/proximity/isl29501.c: In function 'isl29501_get_inttime': /kisskb/src/drivers/iio/proximity/isl29501.c:735:13: note: byref variable will be forcibly initialized 735 | u32 inttime; | ^~~~~~~ /kisskb/src/drivers/iio/pressure/hp03.c: In function 'hp03_update_temp_pressure': /kisskb/src/drivers/iio/pressure/hp03.c:97:12: note: byref variable will be forcibly initialized 97 | u8 coefs[18]; | ^~~~~ /kisskb/src/drivers/iio/proximity/isl29501.c: In function 'isl29501_get_freq': /kisskb/src/drivers/iio/proximity/isl29501.c:754:13: note: byref variable will be forcibly initialized 754 | int sample_time; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/proximity/isl29501.c: In function 'isl29501_write_ext': /kisskb/src/drivers/iio/proximity/isl29501.c:387:22: note: byref variable will be forcibly initialized 387 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/proximity/isl29501.c: In function 'isl29501_read_ext': /kisskb/src/drivers/iio/proximity/isl29501.c:266:33: note: byref variable will be forcibly initialized 266 | u32 value, gain, coeff, exp; | ^~~ /kisskb/src/drivers/iio/proximity/isl29501.c:266:26: note: byref variable will be forcibly initialized 266 | u32 value, gain, coeff, exp; | ^~~~~ /kisskb/src/drivers/iio/proximity/isl29501.c:266:20: note: byref variable will be forcibly initialized 266 | u32 value, gain, coeff, exp; | ^~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_press_speed_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:916:13: note: byref variable will be forcibly initialized 916 | int value; | ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_sensitivity_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:887:13: note: byref variable will be forcibly initialized 887 | int value; | ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_select_right_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:856:13: note: byref variable will be forcibly initialized 856 | int value; | ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_release_to_select_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:826:13: note: byref variable will be forcibly initialized 826 | int value; | ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_dragging_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:796:13: note: byref variable will be forcibly initialized 796 | int value; | ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_press_to_select_store_tpkbd': /kisskb/src/drivers/hid/hid-lenovo.c:766:13: note: byref variable will be forcibly initialized 766 | int value; | ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_sensitivity_store_cptkbd': /kisskb/src/drivers/hid/hid-lenovo.c:595:13: note: byref variable will be forcibly initialized 595 | int value; | ^~~~~ /kisskb/src/drivers/hid/hid-lenovo.c: In function 'attr_fn_lock_store': /kisskb/src/drivers/hid/hid-lenovo.c:550:13: note: byref variable will be forcibly initialized 550 | int value, ret; | ^~~~~ /kisskb/src/drivers/hid/hid-letsketch.c: In function 'letsketch_probe': /kisskb/src/drivers/hid/hid-letsketch.c:238:14: note: byref variable will be forcibly initialized 238 | char buf[256]; | ^~~ /kisskb/src/drivers/iio/light/isl29028.c: In function 'isl29028_read_als_ir': /kisskb/src/drivers/iio/light/isl29028.c:239:22: note: byref variable will be forcibly initialized 239 | unsigned int msb; | ^~~ /kisskb/src/drivers/iio/light/isl29028.c:238:22: note: byref variable will be forcibly initialized 238 | unsigned int lsb; | ^~~ /kisskb/src/drivers/iio/light/isl29028.c: In function 'isl29028_als_get': /kisskb/src/drivers/iio/light/isl29028.c:293:13: note: byref variable will be forcibly initialized 293 | int als_ir_data; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/light/isl29028.c: In function 'isl29028_read_proxim': /kisskb/src/drivers/iio/light/isl29028.c:266:22: note: byref variable will be forcibly initialized 266 | unsigned int data; | ^~~~ /kisskb/src/drivers/iio/pressure/ms5637.c: In function 'ms5637_read_raw': /kisskb/src/drivers/iio/pressure/ms5637.c:59:22: note: byref variable will be forcibly initialized 59 | unsigned int pressure; | ^~~~~~~~ /kisskb/src/drivers/iio/pressure/ms5637.c:58:13: note: byref variable will be forcibly initialized 58 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_read_thresh': /kisskb/src/drivers/iio/light/ltr501.c:888:18: note: byref variable will be forcibly initialized 888 | int ret, thresh_data; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_drdy': /kisskb/src/drivers/iio/light/ltr501.c:334:18: note: byref variable will be forcibly initialized 334 | int ret, status; | ^~~~~~ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_read_ps': /kisskb/src/drivers/iio/light/ltr501.c:416:16: note: byref variable will be forcibly initialized 416 | __le16 status; | ^~~~~~ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_interrupt_handler': /kisskb/src/drivers/iio/light/ltr501.c:1340:18: note: byref variable will be forcibly initialized 1340 | int ret, status; | ^~~~~~ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_set_it_time': /kisskb/src/drivers/iio/light/ltr501.c:351:33: note: byref variable will be forcibly initialized 351 | int ret, i, index = -1, status; | ^~~~~~ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_als_read_samp_freq': /kisskb/src/drivers/iio/light/ltr501.c:205:18: note: byref variable will be forcibly initialized 205 | int ret, i; | ^ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_ps_read_samp_freq': /kisskb/src/drivers/iio/light/ltr501.c:223:18: note: byref variable will be forcibly initialized 223 | int ret, i; | ^ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_als_read_samp_period': /kisskb/src/drivers/iio/light/ltr501.c:278:18: note: byref variable will be forcibly initialized 278 | int ret, i; | ^ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_ps_read_samp_period': /kisskb/src/drivers/iio/light/ltr501.c:294:18: note: byref variable will be forcibly initialized 294 | int ret, i; | ^ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_write_intr_prst': /kisskb/src/drivers/iio/light/ltr501.c:472:18: note: byref variable will be forcibly initialized 472 | int ret, samp_period, new_val; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_write_raw': /kisskb/src/drivers/iio/light/ltr501.c:765:31: note: byref variable will be forcibly initialized 765 | int i, ret, freq_val, freq_val2; | ^~~~~~~~~ /kisskb/src/drivers/iio/light/ltr501.c:765:21: note: byref variable will be forcibly initialized 765 | int i, ret, freq_val, freq_val2; | ^~~~~~~~ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_read_it_time': /kisskb/src/drivers/iio/light/ltr501.c:386:18: note: byref variable will be forcibly initialized 386 | int ret, index; | ^~~~~ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_read_raw': /kisskb/src/drivers/iio/light/ltr501.c:655:16: note: byref variable will be forcibly initialized 655 | __le16 buf[2]; | ^~~ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_read_intr_prst': /kisskb/src/drivers/iio/light/ltr501.c:435:31: note: byref variable will be forcibly initialized 435 | int ret, samp_period, prst; | ^~~~ /kisskb/src/drivers/iio/light/ltr501.c:435:18: note: byref variable will be forcibly initialized 435 | int ret, samp_period, prst; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_init': /kisskb/src/drivers/iio/light/ltr501.c:1368:18: note: byref variable will be forcibly initialized 1368 | int ret, status; | ^~~~~~ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_read_event_config': /kisskb/src/drivers/iio/light/ltr501.c:1058:18: note: byref variable will be forcibly initialized 1058 | int ret, status; | ^~~~~~ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_probe': /kisskb/src/drivers/iio/light/ltr501.c:1449:18: note: byref variable will be forcibly initialized 1449 | int ret, partid, chip_idx = 0; | ^~~~~~ /kisskb/src/drivers/iio/light/ltr501.c: In function 'ltr501_trigger_handler': /kisskb/src/drivers/iio/light/ltr501.c:1293:18: note: byref variable will be forcibly initialized 1293 | int ret, psdata; | ^~~~~~ /kisskb/src/drivers/iio/light/ltr501.c:1290:16: note: byref variable will be forcibly initialized 1290 | __le16 als_buf[2]; | ^~~~~~~ /kisskb/src/drivers/iio/light/ltr501.c:1289:11: note: byref variable will be forcibly initialized 1289 | } scan; | ^~~~ /kisskb/src/drivers/iio/light/max44009.c: In function 'max44009_read_lux_raw': /kisskb/src/drivers/iio/light/max44009.c:204:24: note: byref variable will be forcibly initialized 204 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/iio/light/max44009.c:202:12: note: byref variable will be forcibly initialized 202 | u8 hi = 0; | ^~ /kisskb/src/drivers/iio/light/max44009.c:201:12: note: byref variable will be forcibly initialized 201 | u8 lo = 0; | ^~ /kisskb/src/drivers/iio/light/max44009.c:200:12: note: byref variable will be forcibly initialized 200 | u8 loreg = MAX44009_REG_LUX_LO; | ^~~~~ /kisskb/src/drivers/iio/light/max44009.c:199:12: note: byref variable will be forcibly initialized 199 | u8 hireg = MAX44009_REG_LUX_HI; | ^~~~~ /kisskb/src/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c: In function 'lidar_read_byte': /kisskb/src/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c:122:12: note: byref variable will be forcibly initialized 122 | u8 val; | ^~~ /kisskb/src/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c: In function 'lidar_read_measurement': /kisskb/src/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c:144:16: note: byref variable will be forcibly initialized 144 | __be16 value; | ^~~~~ /kisskb/src/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c: In function 'lidar_read_raw': /kisskb/src/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c:209:21: note: byref variable will be forcibly initialized 209 | u16 reg; | ^~~ /kisskb/src/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c: In function 'lidar_i2c_xfer': /kisskb/src/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c:72:24: note: byref variable will be forcibly initialized 72 | struct i2c_msg msg[2]; | ^~~ /kisskb/src/drivers/hid/hid-magicmouse.c: In function 'param_set_scroll_speed': /kisskb/src/drivers/hid/hid-magicmouse.c:37:23: note: byref variable will be forcibly initialized 37 | unsigned long speed; | ^~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c: In function 'magicmouse_enable_multitouch': /kisskb/src/drivers/hid/hid-magicmouse.c:716:18: note: byref variable will be forcibly initialized 716 | const u8 feature_mt_trackpad2_bt[] = { 0xF1, 0x02, 0x01 }; | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c:715:18: note: byref variable will be forcibly initialized 715 | const u8 feature_mt_trackpad2_usb[] = { 0x02, 0x01 }; | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c:714:18: note: byref variable will be forcibly initialized 714 | const u8 feature_mt_mouse2[] = { 0xF1, 0x02, 0x01 }; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c:713:18: note: byref variable will be forcibly initialized 713 | const u8 feature_mt[] = { 0xD7, 0x01 }; | ^~~~~~~~~~ /kisskb/src/drivers/iio/pressure/hp206c.c: In function 'hp206c_read_20bit': /kisskb/src/drivers/iio/pressure/hp206c.c:96:12: note: byref variable will be forcibly initialized 96 | u8 values[3]; | ^~~~~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_clear_fifo': /kisskb/src/drivers/iio/pressure/zpa2326.c:450:24: 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:24: 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:22: 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:24: 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:24: note: byref variable will be forcibly initialized 1011 | u8 v[3]; | ^ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_handle_threaded_irq': /kisskb/src/drivers/iio/pressure/zpa2326.c:790:33: note: byref variable will be forcibly initialized 790 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_fill_sample_buffer': /kisskb/src/drivers/iio/pressure/zpa2326.c:586:13: note: byref variable will be forcibly initialized 586 | } sample; | ^~~~~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_set_trigger_state': /kisskb/src/drivers/iio/pressure/zpa2326.c:1314:30: note: byref variable will be forcibly initialized 1314 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_probe': /kisskb/src/drivers/iio/pressure/zpa2326.c:1616:33: note: byref variable will be forcibly initialized 1616 | unsigned int id; | ^~ /kisskb/src/drivers/iio/proximity/sx9360.c: In function 'sx9360_read_thresh': /kisskb/src/drivers/iio/proximity/sx9360.c:407:22: note: byref variable will be forcibly initialized 407 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9360.c: In function 'sx9360_write_hysteresis': /kisskb/src/drivers/iio/proximity/sx9360.c:531:18: note: byref variable will be forcibly initialized 531 | int ret, pthresh; | ^~~~~~~ /kisskb/src/drivers/iio/proximity/sx9360.c: In function 'sx9360_read_far_debounce': /kisskb/src/drivers/iio/proximity/sx9360.c:446:22: note: byref variable will be forcibly initialized 446 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9360.c: In function 'sx9360_read_close_debounce': /kisskb/src/drivers/iio/proximity/sx9360.c:464:22: note: byref variable will be forcibly initialized 464 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9360.c: In function 'sx9360_read_hysteresis': /kisskb/src/drivers/iio/proximity/sx9360.c:424:30: note: byref variable will be forcibly initialized 424 | unsigned int regval, pthresh; | ^~~~~~~ /kisskb/src/drivers/iio/proximity/sx9360.c:424:22: note: byref variable will be forcibly initialized 424 | unsigned int regval, pthresh; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9360.c: In function 'sx9360_read_gain': /kisskb/src/drivers/iio/proximity/sx9360.c:285:27: note: byref variable will be forcibly initialized 285 | unsigned int reg, regval; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9360.c: In function 'sx9360_set_samp_freq': /kisskb/src/drivers/iio/proximity/sx9360.c:391:16: note: byref variable will be forcibly initialized 391 | __be16 buf; | ^~~ /kisskb/src/drivers/iio/proximity/sx9360.c: In function 'sx9360_read_samp_freq': /kisskb/src/drivers/iio/proximity/sx9360.c:302:16: note: byref variable will be forcibly initialized 302 | __be16 buf; | ^~~ /kisskb/src/drivers/iio/proximity/sx9360.c: In function 'sx9360_init_compensation': /kisskb/src/drivers/iio/proximity/sx9360.c:703:22: note: byref variable will be forcibly initialized 703 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/proximity/sx9360.c: In function 'sx9360_wait_for_sample': /kisskb/src/drivers/iio/proximity/sx9360.c:271:16: note: byref variable will be forcibly initialized 271 | __be16 buf; | ^~~ /kisskb/src/drivers/iio/proximity/sx9360.c: In function 'sx9360_get_default_reg': /kisskb/src/drivers/iio/proximity/sx9360.c:722:22: note: byref variable will be forcibly initialized 722 | u32 raw = 0, pos = 0; | ^~~ /kisskb/src/drivers/iio/proximity/sx9360.c:722:13: note: byref variable will be forcibly initialized 722 | u32 raw = 0, pos = 0; | ^~~ In file included 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/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hid/hid-multitouch.c: In function 'mt_set_modes': /kisskb/src/drivers/hid/hid-multitouch.c:1519:14: note: byref variable will be forcibly initialized 1519 | bool inputmode_found = false; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-multitouch.c: In function 'mt_set_quirks': /kisskb/src/drivers/hid/hid-multitouch.c:420:23: note: byref variable will be forcibly initialized 420 | unsigned long val; | ^~~ /kisskb/src/drivers/hid/hid-picolcd_core.c: In function 'picolcd_operation_mode_delay_store': /kisskb/src/drivers/hid/hid-picolcd_core.c:311:18: note: byref variable will be forcibly initialized 311 | unsigned u; | ^ /kisskb/src/drivers/hid/hid-roccat.c: In function 'roccat_init': /kisskb/src/drivers/hid/hid-roccat.c:417:15: note: byref variable will be forcibly initialized 417 | dev_t dev_id; | ^~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-arvo.c:386:35: note: byref variable will be forcibly initialized 386 | struct arvo_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_get_actual_profile': /kisskb/src/drivers/hid/hid-roccat-arvo.c:131:36: note: byref variable will be forcibly initialized 131 | struct arvo_actual_profile temp_buf; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_sysfs_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-arvo.c:160:23: note: byref variable will be forcibly initialized 160 | unsigned long profile; | ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c:159:36: note: byref variable will be forcibly initialized 159 | struct arvo_actual_profile temp_buf; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_sysfs_set_key_mask': /kisskb/src/drivers/hid/hid-roccat-arvo.c:106:23: note: byref variable will be forcibly initialized 106 | unsigned long key_mask; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c:105:30: note: byref variable will be forcibly initialized 105 | struct arvo_key_mask temp_buf; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_sysfs_set_mode_key': /kisskb/src/drivers/hid/hid-roccat-arvo.c:56:23: note: byref variable will be forcibly initialized 56 | unsigned long state; | ^~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c:55:30: note: byref variable will be forcibly initialized 55 | struct arvo_mode_key temp_buf; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_sysfs_show_key_mask': /kisskb/src/drivers/hid/hid-roccat-arvo.c:85:30: note: byref variable will be forcibly initialized 85 | struct arvo_key_mask temp_buf; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-arvo.c: In function 'arvo_sysfs_show_mode_key': /kisskb/src/drivers/hid/hid-roccat-arvo.c:35:30: note: byref variable will be forcibly initialized 35 | struct arvo_mode_key temp_buf; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_backlight.c: In function 'picolcd_init_backlight': /kisskb/src/drivers/hid/hid-picolcd_backlight.c:57:37: note: byref variable will be forcibly initialized 57 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/hid/hid-roccat-common.c: In function 'roccat_common2_receive_control_status': /kisskb/src/drivers/hid/hid-roccat-common.c:75:39: note: byref variable will be forcibly initialized 75 | struct roccat_common2_control control; | ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-isku.c: In function 'isku_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-isku.c:382:35: note: byref variable will be forcibly initialized 382 | struct isku_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-isku.c: In function 'isku_get_actual_profile': /kisskb/src/drivers/hid/hid-roccat-isku.c:41:36: note: byref variable will be forcibly initialized 41 | struct isku_actual_profile buf; | ^~~ /kisskb/src/drivers/hid/hid-roccat-isku.c: In function 'isku_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-isku.c:51:36: note: byref variable will be forcibly initialized 51 | struct isku_actual_profile buf; | ^~~ /kisskb/src/drivers/hid/hid-roccat-isku.c: In function 'isku_sysfs_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-isku.c:76:35: note: byref variable will be forcibly initialized 76 | struct isku_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-isku.c:74:23: note: byref variable will be forcibly initialized 74 | unsigned long profile; | ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-kone.c:809:35: note: byref variable will be forcibly initialized 809 | struct kone_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_profile_report': /kisskb/src/drivers/hid/hid-roccat-kone.c:45:35: note: byref variable will be forcibly initialized 45 | struct kone_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_get_firmware_version': /kisskb/src/drivers/hid/hid-roccat-kone.c:255:18: note: byref variable will be forcibly initialized 255 | uint16_t data; | ^~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_get_weight': /kisskb/src/drivers/hid/hid-roccat-kone.c:236:17: note: byref variable will be forcibly initialized 236 | uint8_t data; | ^~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_tcu_command': /kisskb/src/drivers/hid/hid-roccat-kone.c:462:23: note: byref variable will be forcibly initialized 462 | unsigned char value; | ^~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_check_write': /kisskb/src/drivers/hid/hid-roccat-kone.c:114:17: note: byref variable will be forcibly initialized 114 | uint8_t data; | ^~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function '_picolcd_flash_erase64': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:238:12: note: byref variable will be forcibly initialized 238 | u8 raw_data[3]; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function '_picolcd_flash_write': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:265:12: note: byref variable will be forcibly initialized 265 | u8 raw_data[36]; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function '_picolcd_flash_read': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:183:12: note: byref variable will be forcibly initialized 183 | u8 raw_data[4]; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_sysfs_set_startup_profile': /kisskb/src/drivers/hid/hid-roccat-kone.c:568:23: note: byref variable will be forcibly initialized 568 | unsigned long new_startup_profile; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_sysfs_set_tcu': /kisskb/src/drivers/hid/hid-roccat-kone.c:478:23: note: byref variable will be forcibly initialized 478 | unsigned long state; | ^~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function 'picolcd_debug_eeprom_read': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:77:12: note: byref variable will be forcibly initialized 77 | u8 raw_data[3]; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kone.c: In function 'kone_sysfs_show_weight': /kisskb/src/drivers/hid/hid-roccat-kone.c:425:13: note: byref variable will be forcibly initialized 425 | int weight = 0; | ^~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function 'picolcd_debug_eeprom_write': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:117:12: note: byref variable will be forcibly initialized 117 | u8 raw_data[23]; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-picolcd_debugfs.c: In function 'picolcd_debug_reset_write': /kisskb/src/drivers/hid/hid-picolcd_debugfs.c:41:14: note: byref variable will be forcibly initialized 41 | char buf[32]; | ^~~ /kisskb/src/drivers/iio/light/pa12203001.c: In function 'pa12203001_write_raw': /kisskb/src/drivers/iio/light/pa12203001.c:280:22: note: byref variable will be forcibly initialized 280 | unsigned int reg_byte; | ^~~~~~~~ /kisskb/src/drivers/iio/light/pa12203001.c: In function 'pa12203001_read_raw': /kisskb/src/drivers/iio/light/pa12203001.c:214:16: note: byref variable will be forcibly initialized 214 | __le16 reg_word; | ^~~~~~~~ /kisskb/src/drivers/iio/light/pa12203001.c:213:22: note: byref variable will be forcibly initialized 213 | unsigned int reg_byte; | ^~~~~~~~ /kisskb/src/drivers/iio/light/opt3001.c: In function 'opt3001_write_event_value': /kisskb/src/drivers/iio/light/opt3001.c:483:12: note: byref variable will be forcibly initialized 483 | u8 exponent; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/iio/light/opt3001.c:12: /kisskb/src/drivers/iio/light/opt3001.c: In function 'opt3001_get_lux': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/opt3001.c:276:23: note: in expansion of macro 'wait_event_timeout' 276 | ret = wait_event_timeout(opt->result_ready_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/stk3310.c: In function 'stk3310_read_event_config': /kisskb/src/drivers/iio/light/stk3310.c:289:22: note: byref variable will be forcibly initialized 289 | unsigned int event_val; | ^~~~~~~~~ /kisskb/src/drivers/iio/light/stk3310.c: In function 'stk3310_irq_event_handler': /kisskb/src/drivers/iio/light/stk3310.c:560:22: note: byref variable will be forcibly initialized 560 | unsigned int dir; | ^~~ /kisskb/src/drivers/iio/light/stk3310.c: In function 'stk3310_write_event': /kisskb/src/drivers/iio/light/stk3310.c:258:22: note: byref variable will be forcibly initialized 258 | unsigned int index; | ^~~~~ /kisskb/src/drivers/iio/light/stk3310.c:256:16: note: byref variable will be forcibly initialized 256 | __be16 buf; | ^~~ /kisskb/src/drivers/iio/light/stk3310.c: In function 'stk3310_read_event': /kisskb/src/drivers/iio/light/stk3310.c:221:16: note: byref variable will be forcibly initialized 221 | __be16 buf; | ^~~ /kisskb/src/drivers/iio/light/stk3310.c: In function 'stk3310_read_raw': /kisskb/src/drivers/iio/light/stk3310.c:330:22: note: byref variable will be forcibly initialized 330 | unsigned int index; | ^~~~~ /kisskb/src/drivers/iio/light/stk3310.c:328:16: note: byref variable will be forcibly initialized 328 | __be16 buf; | ^~~ /kisskb/src/drivers/iio/light/stk3310.c: In function 'stk3310_init': /kisskb/src/drivers/iio/light/stk3310.c:467:13: note: byref variable will be forcibly initialized 467 | int chipid; | ^~~~~~ /kisskb/src/drivers/iio/light/tsl2563.c: In function 'tsl2563_probe': /kisskb/src/drivers/iio/light/tsl2563.c:709:12: note: byref variable will be forcibly initialized 709 | u8 id = 0; | ^~ /kisskb/src/drivers/iio/light/vcnl4000.c: In function 'vcnl4010_irq_thread': /kisskb/src/drivers/iio/light/vcnl4000.c:864:23: 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:13: note: byref variable will be forcibly initialized 914 | int val = 0; | ^~~ /kisskb/src/drivers/iio/light/vcnl4000.c:913:23: note: byref variable will be forcibly initialized 913 | unsigned long isr; | ^~~ /kisskb/src/drivers/iio/light/vl6180.c: In function 'vl6180_write_word': /kisskb/src/drivers/iio/light/vl6180.c:191:16: 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:12: 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:16: 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:16: 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:12: note: byref variable will be forcibly initialized 147 | u8 data; | ^~~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_poweroff': /kisskb/src/drivers/iio/light/rpr0521.c:881:13: note: byref variable will be forcibly initialized 881 | int tmp; | ^~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_is_triggered': /kisskb/src/drivers/iio/light/rpr0521.c:399:13: note: byref variable will be forcibly initialized 399 | int reg; | ^~~ /kisskb/src/drivers/iio/light/us5182d.c: In function 'us5182d_update_dark_th': /kisskb/src/drivers/iio/light/us5182d.c:456:16: note: byref variable will be forcibly initialized 456 | __be16 dark_th = cpu_to_be16(data->us5182d_dark_ths[index]); | ^~~~~~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_get_gain': /kisskb/src/drivers/iio/light/rpr0521.c:585:18: 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:13: note: byref variable will be forcibly initialized 623 | int reg, ret; | ^~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_init': /kisskb/src/drivers/iio/light/rpr0521.c:841:13: note: byref variable will be forcibly initialized 841 | int id; | ^~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:489:39: note: byref variable will be forcibly initialized 489 | struct koneplus_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_read_ps_offset': /kisskb/src/drivers/iio/light/rpr0521.c:688:16: 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:16: note: byref variable will be forcibly initialized 705 | __le16 buffer; | ^~~~~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_get_actual_profile': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:60:40: note: byref variable will be forcibly initialized 60 | struct koneplus_actual_profile buf; | ^~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_send_control': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:40:39: note: byref variable will be forcibly initialized 40 | struct roccat_common2_control control; | ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:72:40: note: byref variable will be forcibly initialized 72 | struct koneplus_actual_profile buf; | ^~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_read_raw': /kisskb/src/drivers/iio/light/rpr0521.c:727:16: note: byref variable will be forcibly initialized 727 | __le16 raw_data; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_sysfs_show_firmware_version': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:303:30: note: byref variable will be forcibly initialized 303 | struct koneplus_info info; | ^~~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c: In function 'koneplus_sysfs_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-koneplus.c:257:39: note: byref variable will be forcibly initialized 257 | struct koneplus_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-koneplus.c:255:23: note: byref variable will be forcibly initialized 255 | unsigned long profile; | ^~~~~~~ /kisskb/src/drivers/iio/light/vcnl4035.c: In function 'vcnl4035_init': /kisskb/src/drivers/iio/light/vcnl4035.c:408:13: 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:13: 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:13: 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:12: note: byref variable will be forcibly initialized 106 | u8 buffer[ALIGN(sizeof(u16), sizeof(s64)) + sizeof(s64)] __aligned(8); | ^~~~~~ /kisskb/src/drivers/hid/hid-steam.c: In function 'steam_get_serial': /kisskb/src/drivers/hid/hid-steam.c:248:12: note: byref variable will be forcibly initialized 248 | u8 reply[3 + STEAM_SERIAL_LEN + 1]; | ^~~~~ /kisskb/src/drivers/hid/hid-steam.c:247:12: note: byref variable will be forcibly initialized 247 | u8 cmd[] = {STEAM_CMD_GET_SERIAL, 0x15, 0x01}; | ^~~ /kisskb/src/drivers/hid/hid-steam.c: In function 'steam_write_registers': /kisskb/src/drivers/hid/hid-steam.c:222:17: note: byref variable will be forcibly initialized 222 | va_list args; | ^~~~ /kisskb/src/drivers/hid/hid-steam.c:221:12: note: byref variable will be forcibly initialized 221 | u8 cmd[64] = {STEAM_CMD_WRITE_REGISTER, 0x00}; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, 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/hid/hid-steam.c:36: /kisskb/src/drivers/hid/hid-steam.c: In function 'steam_battery_register': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-steam.c:388:9: note: in expansion of macro 'rcu_assign_pointer' 388 | rcu_assign_pointer(steam->battery, battery); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-steam.c: In function 'steam_input_register': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-steam.c:473:9: note: in expansion of macro 'rcu_assign_pointer' 473 | rcu_assign_pointer(steam->input, input); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:568:39: note: byref variable will be forcibly initialized 568 | struct kovaplus_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_get_actual_profile': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:103:40: note: byref variable will be forcibly initialized 103 | struct kovaplus_actual_profile buf; | ^~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_send_control': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:49:39: note: byref variable will be forcibly initialized 49 | struct roccat_common2_control control; | ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:115:40: note: byref variable will be forcibly initialized 115 | struct kovaplus_actual_profile buf; | ^~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_sysfs_show_firmware_version': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:359:30: note: byref variable will be forcibly initialized 359 | struct kovaplus_info info; | ^~~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c: In function 'kovaplus_sysfs_set_actual_profile': /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:287:39: note: byref variable will be forcibly initialized 287 | struct kovaplus_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-kovaplus.c:285:23: note: byref variable will be forcibly initialized 285 | unsigned long profile; | ^~~~~~~ /kisskb/src/drivers/hid/hid-sony.c: In function 'dualshock4_send_output_report': /kisskb/src/drivers/hid/hid-sony.c:2328:20: note: byref variable will be forcibly initialized 2328 | u8 bthdr = 0xA2; | ^~~~~ /kisskb/src/drivers/hid/hid-sony.c: In function 'dualshock4_get_calibration_data': /kisskb/src/drivers/hid/hid-sony.c:1756:20: note: byref variable will be forcibly initialized 1756 | u8 bthdr = 0xA3; | ^~~~~ /kisskb/src/drivers/hid/hid-sony.c: In function 'ds4_store_poll_interval': /kisskb/src/drivers/hid/hid-sony.c:720:12: note: byref variable will be forcibly initialized 720 | u8 interval; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-pyra.c:509:35: note: byref variable will be forcibly initialized 509 | struct pyra_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_send_control': /kisskb/src/drivers/hid/hid-roccat-pyra.c:44:39: note: byref variable will be forcibly initialized 44 | struct roccat_common2_control control; | ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_init_pyra_device_struct': /kisskb/src/drivers/hid/hid-roccat-pyra.c:372:30: note: byref variable will be forcibly initialized 372 | struct pyra_settings settings; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_sysfs_write_settings': /kisskb/src/drivers/hid/hid-roccat-pyra.c:248:35: note: byref variable will be forcibly initialized 248 | struct pyra_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_sysfs_show_actual_profile': /kisskb/src/drivers/hid/hid-roccat-pyra.c:299:30: note: byref variable will be forcibly initialized 299 | struct pyra_settings settings; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-roccat-pyra.c: In function 'pyra_sysfs_show_firmware_version': /kisskb/src/drivers/hid/hid-roccat-pyra.c:316:26: note: byref variable will be forcibly initialized 316 | struct pyra_info info; | ^~~~ /kisskb/src/drivers/hid/hid-sony.c: In function 'sony_leds_init': /kisskb/src/drivers/hid/hid-sony.c:2122:12: note: byref variable will be forcibly initialized 2122 | u8 use_hw_blink[MAX_LEDS] = { 0 }; | ^~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-sony.c:2121:12: note: byref variable will be forcibly initialized 2121 | u8 max_brightness[MAX_LEDS] = { [0 ... (MAX_LEDS - 1)] = 1 }; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-sony.c: In function 'sony_battery_probe': /kisskb/src/drivers/hid/hid-sony.c:2481:36: note: byref variable will be forcibly initialized 2481 | struct power_supply_config psy_cfg = { .drv_data = sc, }; | ^~~~~~~ /kisskb/src/drivers/hid/hid-roccat-savu.c: In function 'savu_report_to_chrdev': /kisskb/src/drivers/hid/hid-roccat-savu.c:154:35: note: byref variable will be forcibly initialized 154 | struct savu_roccat_report roccat_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-sony.c: In function 'sony_raw_event': /kisskb/src/drivers/hid/hid-sony.c:1359:20: note: byref variable will be forcibly initialized 1359 | u8 bthdr = 0xA1; | ^~~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'handler_drm_SKAI2': /kisskb/src/drivers/hid/hid-wiimote-core.c:1565:14: note: byref variable will be forcibly initialized 1565 | __u8 buf[5]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-debug.c: In function 'wiidebug_drm_write': /kisskb/src/drivers/hid/hid-wiimote-debug.c:130:14: note: byref variable will be forcibly initialized 130 | char buf[16]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-debug.c: In function 'wiidebug_eeprom_read': /kisskb/src/drivers/hid/hid-wiimote-debug.c:30:14: note: byref variable will be forcibly initialized 30 | char buf[16]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_wmem': /kisskb/src/drivers/hid/hid-wiimote-core.c:314:14: note: byref variable will be forcibly initialized 314 | __u8 cmd[22]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_rumble': /kisskb/src/drivers/hid/hid-wiimote-core.c:132:14: note: byref variable will be forcibly initialized 132 | __u8 cmd[2]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_leds': /kisskb/src/drivers/hid/hid-wiimote-core.c:152:14: note: byref variable will be forcibly initialized 152 | __u8 cmd[2]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_drm': /kisskb/src/drivers/hid/hid-wiimote-core.c:242:14: note: byref variable will be forcibly initialized 242 | __u8 cmd[3]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_status': /kisskb/src/drivers/hid/hid-wiimote-core.c:260:14: note: byref variable will be forcibly initialized 260 | __u8 cmd[2]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_ir1': /kisskb/src/drivers/hid/hid-wiimote-core.c:285:14: note: byref variable will be forcibly initialized 285 | __u8 cmd[2]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_ir2': /kisskb/src/drivers/hid/hid-wiimote-core.c:296:14: note: byref variable will be forcibly initialized 296 | __u8 cmd[2]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiiproto_req_rmem': /kisskb/src/drivers/hid/hid-wiimote-core.c:339:14: note: byref variable will be forcibly initialized 339 | __u8 cmd[7]; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_cmd_init_ext': /kisskb/src/drivers/hid/hid-wiimote-core.c:413:14: note: byref variable will be forcibly initialized 413 | __u8 wmem; | ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_cmd_init_mp': /kisskb/src/drivers/hid/hid-wiimote-core.c:468:14: note: byref variable will be forcibly initialized 468 | __u8 wmem; | ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_cmd_map_mp': /kisskb/src/drivers/hid/hid-wiimote-core.c:489:14: note: byref variable will be forcibly initialized 489 | __u8 wmem; | ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_init_detect': /kisskb/src/drivers/hid/hid-wiimote-core.c:865:42: note: byref variable will be forcibly initialized 865 | __u8 exttype = WIIMOTE_EXT_NONE, extdata[6]; | ^~~~~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_cmd_read_mp_mapped': /kisskb/src/drivers/hid/hid-wiimote-core.c:533:14: note: byref variable will be forcibly initialized 533 | __u8 rmem[6]; | ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_init_poll_mp': /kisskb/src/drivers/hid/hid-wiimote-core.c:912:14: note: byref variable will be forcibly initialized 912 | __u8 mpdata[6]; | ^~~~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_init_check': /kisskb/src/drivers/hid/hid-wiimote-core.c:945:20: note: byref variable will be forcibly initialized 945 | __u8 type, data[6]; | ^~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c: In function 'wiimote_init_hotplug': /kisskb/src/drivers/hid/hid-wiimote-core.c:1097:35: note: byref variable will be forcibly initialized 1097 | __u8 exttype, extdata[6], mpdata[6]; | ^~~~~~ /kisskb/src/drivers/hid/hid-wiimote-core.c:1097:23: note: byref variable will be forcibly initialized 1097 | __u8 exttype, extdata[6], mpdata[6]; | ^~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'set_power_report_state': /kisskb/src/drivers/hid/hid-sensor-custom.c:164:13: note: byref variable will be forcibly initialized 164 | int report_val = -1; | ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:163:13: note: byref variable will be forcibly initialized 163 | int power_val = -1; | ^~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'hid_sensor_register_platform_device': /kisskb/src/drivers/hid/hid-sensor-custom.c:847:14: note: byref variable will be forcibly initialized 847 | char real_usage[HID_SENSOR_USAGE_LENGTH] = { 0 }; | ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'store_value': /kisskb/src/drivers/hid/hid-sensor-custom.c:390:13: note: byref variable will be forcibly initialized 390 | int value, ret; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:389:14: note: byref variable will be forcibly initialized 389 | char name[HID_CUSTOM_NAME_LENGTH]; | ^~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:388:33: note: byref variable will be forcibly initialized 388 | int index, field_index, usage; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:388:13: note: byref variable will be forcibly initialized 388 | int index, field_index, usage; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'show_value': /kisskb/src/drivers/hid/hid-sensor-custom.c:305:28: note: byref variable will be forcibly initialized 305 | u8 values[HID_CUSTOM_MAX_FEATURE_BYTES]; | ^~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:282:14: note: byref variable will be forcibly initialized 282 | char name[HID_CUSTOM_NAME_LENGTH]; | ^~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:281:20: note: byref variable will be forcibly initialized 281 | int index, usage, field_index; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:281:13: note: byref variable will be forcibly initialized 281 | int index, usage, field_index; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/hid/hid-sensor-custom.c:9: /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'hid_sensor_custom_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:657:31: note: in expansion of macro 'wait_event_interruptible' 657 | ret = wait_event_interruptible(sensor_inst->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c:643:22: note: byref variable will be forcibly initialized 643 | unsigned int copied; | ^~~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'enable_sensor_store': /kisskb/src/drivers/hid/hid-sensor-custom.c:235:13: note: byref variable will be forcibly initialized 235 | int value; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-custom.c: In function 'hid_sensor_capture_sample': /kisskb/src/drivers/hid/hid-sensor-custom.c:421:34: note: byref variable will be forcibly initialized 421 | struct hid_sensor_sample header; | ^~~~~~ /kisskb/src/drivers/hid/wacom_sys.c: In function 'wacom_led_select_store': /kisskb/src/drivers/hid/wacom_sys.c:1038:22: note: byref variable will be forcibly initialized 1038 | unsigned int id; | ^~ /kisskb/src/drivers/hid/wacom_sys.c: In function 'wacom_luminance_store': /kisskb/src/drivers/hid/wacom_sys.c:1079:22: note: byref variable will be forcibly initialized 1079 | unsigned int value; | ^~~~~ /kisskb/src/drivers/hid/wacom_sys.c: In function 'wacom_bt_query_tablet_data': /kisskb/src/drivers/hid/wacom_sys.c:614:12: note: byref variable will be forcibly initialized 614 | u8 rep_data[2]; | ^~~~~~~~ In file included from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/linux/hid.h:24, from /kisskb/src/drivers/hid/wacom_wac.h:9, from /kisskb/src/drivers/hid/wacom_sys.c:11: /kisskb/src/drivers/hid/wacom_sys.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hid/hid-led.c: In function 'luxafor_write': /kisskb/src/drivers/hid/hid-led.c:344:14: 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:14: 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:14: 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:14: note: byref variable will be forcibly initialized 217 | __u8 buf[MAX_REPORT_SIZE] = {}; | ^~~ /kisskb/src/drivers/hid/hid-led.c: In function 'thingm_init': /kisskb/src/drivers/hid/hid-led.c:265:14: note: byref variable will be forcibly initialized 265 | __u8 buf[MAX_REPORT_SIZE] = { 1, 'v' }; | ^~~ /kisskb/src/drivers/hid/wacom_sys.c: In function 'wacom_wac_queue_flush': /kisskb/src/drivers/hid/wacom_sys.c:77:20: note: byref variable will be forcibly initialized 77 | u8 buf[WACOM_PKGLEN_MAX]; | ^~~ 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/drivers/hid/hid-led.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_ir_change': /kisskb/src/drivers/hid/hid-wiimote-modules.c:611:14: note: byref variable will be forcibly initialized 611 | __u8 format = 0; | ^~~~~~ /kisskb/src/drivers/hid/hid-led.c: In function 'riso_kagaku_write': /kisskb/src/drivers/hid/hid-led.c:193:14: note: byref variable will be forcibly initialized 193 | __u8 buf[MAX_REPORT_SIZE] = {}; | ^~~ /kisskb/src/drivers/hid/wacom_sys.c: In function 'wacom_store_speed': /kisskb/src/drivers/hid/wacom_sys.c:1834:12: note: byref variable will be forcibly initialized 1834 | u8 new_speed; | ^~~~~~~~~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_pro_calib_store': /kisskb/src/drivers/hid/hid-wiimote-modules.c:1835:25: note: byref variable will be forcibly initialized 1835 | s16 x1, y1, x2, y2; | ^~ /kisskb/src/drivers/hid/hid-wiimote-modules.c:1835:21: note: byref variable will be forcibly initialized 1835 | s16 x1, y1, x2, y2; | ^~ /kisskb/src/drivers/hid/hid-wiimote-modules.c:1835:17: note: byref variable will be forcibly initialized 1835 | s16 x1, y1, x2, y2; | ^~ /kisskb/src/drivers/hid/hid-wiimote-modules.c:1835:13: note: byref variable will be forcibly initialized 1835 | s16 x1, y1, x2, y2; | ^~ /kisskb/src/drivers/hid/wacom_sys.c: In function 'wacom_update_name': /kisskb/src/drivers/hid/wacom_sys.c:2211:14: note: byref variable will be forcibly initialized 2211 | char name[WACOM_NAME_MAX - 20]; /* Leave some room for suffixes */ | ^~~~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_bboard_calib_show': /kisskb/src/drivers/hid/hid-wiimote-modules.c:1420:14: note: byref variable will be forcibly initialized 1420 | __u8 buf[24], offs; | ^~~ /kisskb/src/drivers/hid/hid-wiimote-modules.c: In function 'wiimod_bboard_probe': /kisskb/src/drivers/hid/hid-wiimote-modules.c:1471:14: note: byref variable will be forcibly initialized 1471 | __u8 buf[24], offs; | ^~~ /kisskb/src/drivers/hid/wacom_sys.c: In function 'wacom_remote_work': /kisskb/src/drivers/hid/wacom_sys.c:2651:34: note: byref variable will be forcibly initialized 2651 | struct wacom_remote_data data; | ^~~~ /kisskb/src/drivers/hid/hid-thrustmaster.c: In function 'thrustmaster_interrupts': /kisskb/src/drivers/hid/hid-thrustmaster.c:152:18: note: byref variable will be forcibly initialized 152 | int ret, trans, i, b_ep; | ^~~~~ In file included from /kisskb/src/drivers/hid/hid-sensor-hub.c:7: /kisskb/src/drivers/hid/hid-sensor-hub.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-hub.c: In function 'sensor_hub_raw_event': /kisskb/src/drivers/hid/hid-sensor-hub.c:481:39: note: byref variable will be forcibly initialized 481 | struct hid_sensor_hub_device *hsdev = NULL; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-hub.c:480:15: note: byref variable will be forcibly initialized 480 | void *priv = NULL; | ^~~~ /kisskb/src/drivers/hid/hid-sensor-hub.c: In function 'sensor_hub_set_feature': /kisskb/src/drivers/hid/hid-sensor-hub.c:198:15: note: byref variable will be forcibly initialized 198 | __s32 value; | ^~~~~ /kisskb/src/drivers/hid/wacom_wac.c: In function 'wacom_remote_status_irq': /kisskb/src/drivers/hid/wacom_wac.c:1196:34: note: byref variable will be forcibly initialized 1196 | struct wacom_remote_data remote_data; | ^~~~~~~~~~~ /kisskb/src/drivers/hid/wacom_wac.c: In function 'wacom_intuos_bt_irq': /kisskb/src/drivers/hid/wacom_wac.c:1249:23: note: byref variable will be forcibly initialized 1249 | unsigned char data[WACOM_PKGLEN_MAX]; | ^~~~ /kisskb/src/kernel/user.c: In function 'free_uid': /kisskb/src/kernel/user.c:180:23: note: byref variable will be forcibly initialized 180 | unsigned long flags; | ^~~~~ /kisskb/src/init/initramfs.c: In function 'clean_path': /kisskb/src/init/initramfs.c:337:22: note: byref variable will be forcibly initialized 337 | struct kstat st; | ^~ /kisskb/src/init/initramfs.c: In function 'panic_show_mem': /kisskb/src/init/initramfs.c:64:17: note: byref variable will be forcibly initialized 64 | va_list args; | ^~~~ /kisskb/src/init/initramfs.c: In function 'unpack_to_rootfs': /kisskb/src/init/initramfs.c:493:21: note: byref variable will be forcibly initialized 493 | const char *compress_name; | ^~~~~~~~~~~~~ /kisskb/src/init/initramfs.c: In function 'parse_header': /kisskb/src/init/initramfs.c:195:14: note: byref variable will be forcibly initialized 195 | char buf[9]; | ^~~ /kisskb/src/arch/arm64/kernel/process.c: In function '__get_wchan': /kisskb/src/arch/arm64/kernel/process.c:580:27: note: byref variable will be forcibly initialized 580 | struct wchan_info wchan_info = { | ^~~~~~~~~~ /kisskb/src/kernel/resource.c: In function '__walk_iomem_res_desc': /kisskb/src/kernel/resource.c:379:25: note: byref variable will be forcibly initialized 379 | struct resource res; | ^~~ /kisskb/src/kernel/resource.c: In function '__region_intersects': /kisskb/src/kernel/resource.c:496:25: note: byref variable will be forcibly initialized 496 | struct resource res; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/resource.c:17: /kisskb/src/kernel/resource.c: In function 'iomem_init_inode': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c:2024:9: note: in expansion of macro 'smp_store_release' 2024 | smp_store_release(&iomem_inode, inode); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c: In function 'reserve_setup': /kisskb/src/kernel/resource.c:1618:40: note: byref variable will be forcibly initialized 1618 | unsigned int io_start, io_num; | ^~~~~~ /kisskb/src/kernel/resource.c:1618:30: note: byref variable will be forcibly initialized 1618 | unsigned int io_start, io_num; | ^~~~~~~~ /kisskb/src/kernel/resource.c: In function 'walk_system_ram_range': /kisskb/src/kernel/resource.c:457:25: note: byref variable will be forcibly initialized 457 | struct resource res; | ^~~ /kisskb/src/kernel/resource.c: In function '__find_resource': /kisskb/src/kernel/resource.c:585:44: note: byref variable will be forcibly initialized 585 | struct resource tmp = *new, avail, alloc; | ^~~~~ /kisskb/src/kernel/resource.c:585:37: note: byref variable will be forcibly initialized 585 | struct resource tmp = *new, avail, alloc; | ^~~~~ /kisskb/src/kernel/resource.c:585:25: note: byref variable will be forcibly initialized 585 | struct resource tmp = *new, avail, alloc; | ^~~ /kisskb/src/kernel/resource.c: In function 'reallocate_resource': /kisskb/src/kernel/resource.c:660:25: note: byref variable will be forcibly initialized 660 | struct resource new = *old; | ^~~ /kisskb/src/kernel/resource.c: In function 'allocate_resource': /kisskb/src/kernel/resource.c:716:36: note: byref variable will be forcibly initialized 716 | struct resource_constraint constraint; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/resource.c:17: /kisskb/src/kernel/resource.c: In function 'iomem_get_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c:1155:16: note: in expansion of macro 'smp_load_acquire' 1155 | return smp_load_acquire(&iomem_inode)->i_mapping; | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/resource.c: In function '__devm_release_region': /kisskb/src/kernel/resource.c:1600:30: note: byref variable will be forcibly initialized 1600 | struct region_devres match_data = { parent, start, n }; | ^~~~~~~~~~ /kisskb/src/kernel/panic.c: In function '__warn_printk': /kisskb/src/kernel/panic.c:661:17: note: byref variable will be forcibly initialized 661 | va_list args; | ^~~~ /kisskb/src/kernel/panic.c: In function 'panic': /kisskb/src/kernel/panic.c:213:17: note: byref variable will be forcibly initialized 213 | va_list args; | ^~~~ /kisskb/src/arch/arm64/mm/mmu.c: In function 'map_mem': /kisskb/src/arch/arm64/mm/mmu.c:527:13: note: byref variable will be forcibly initialized 527 | u64 i; | ^ /kisskb/src/arch/arm64/mm/mmu.c:525:28: note: byref variable will be forcibly initialized 525 | phys_addr_t start, end; | ^~~ /kisskb/src/arch/arm64/mm/mmu.c:525:21: note: byref variable will be forcibly initialized 525 | phys_addr_t start, end; | ^~~~~ /kisskb/src/kernel/capability.c: In function '__do_sys_capset': /kisskb/src/kernel/capability.c:226:46: note: byref variable will be forcibly initialized 226 | kernel_cap_t inheritable, permitted, effective; | ^~~~~~~~~ /kisskb/src/kernel/capability.c:226:35: note: byref variable will be forcibly initialized 226 | kernel_cap_t inheritable, permitted, effective; | ^~~~~~~~~ /kisskb/src/kernel/capability.c:226:22: note: byref variable will be forcibly initialized 226 | kernel_cap_t inheritable, permitted, effective; | ^~~~~~~~~~~ /kisskb/src/kernel/capability.c:225:21: note: byref variable will be forcibly initialized 225 | unsigned i, tocopy, copybytes; | ^~~~~~ /kisskb/src/kernel/capability.c:224:39: note: byref variable will be forcibly initialized 224 | struct __user_cap_data_struct kdata[_KERNEL_CAPABILITY_U32S]; | ^~~~~ /kisskb/src/kernel/capability.c: In function '__do_sys_capget': /kisskb/src/kernel/capability.c:167:47: note: byref variable will be forcibly initialized 167 | struct __user_cap_data_struct kdata[_KERNEL_CAPABILITY_U32S]; | ^~~~~ /kisskb/src/kernel/capability.c:153:30: note: byref variable will be forcibly initialized 153 | kernel_cap_t pE, pI, pP; | ^~ /kisskb/src/kernel/capability.c:153:26: note: byref variable will be forcibly initialized 153 | kernel_cap_t pE, pI, pP; | ^~ /kisskb/src/kernel/capability.c:153:22: note: byref variable will be forcibly initialized 153 | kernel_cap_t pE, pI, pP; | ^~ /kisskb/src/kernel/capability.c:152:18: note: byref variable will be forcibly initialized 152 | unsigned tocopy; | ^~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'fdt_find_hyper_node': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:225:13: note: byref variable will be forcibly initialized 225 | int len; | ^~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_starting_cpu': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:144:40: note: byref variable will be forcibly initialized 144 | struct vcpu_register_vcpu_info info; | ^~~~ 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/arm64/include/asm/preempt.h:6, from /kisskb/src/include/linux/preempt.h:78, 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/xen/events.h:5, from /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:3: /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'timespec64_add': /kisskb/src/include/linux/time64.h:71:27: note: byref variable will be forcibly initialized 71 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_pvclock_gtod_notify': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:106:32: note: byref variable will be forcibly initialized 106 | struct timespec64 now, system_time; | ^~~~~~~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:106:27: note: byref variable will be forcibly initialized 106 | struct timespec64 now, system_time; | ^~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:105:32: note: byref variable will be forcibly initialized 105 | struct xen_platform_op op; | ^~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_dt_guest_init': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:419:25: note: byref variable will be forcibly initialized 419 | struct resource res; | ^~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_guest_init': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:440:35: note: byref variable will be forcibly initialized 440 | struct xen_add_to_physmap xatp; | ^~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_read_wallclock': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:81:32: note: byref variable will be forcibly initialized 81 | struct timespec64 now, ts_monotonic; | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_pm_init': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:546:35: note: byref variable will be forcibly initialized 546 | struct timespec64 ts; | ^~ /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c: In function 'xen_reboot': /kisskb/src/arch/arm64/xen/../../arm/xen/enlighten.c:183:31: note: byref variable will be forcibly initialized 183 | struct sched_shutdown r = { .reason = reason }; | ^ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/irq.h:166, from /kisskb/src/kernel/softirq.c:34: /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_irq_handler_entry': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/workqueue.c:29: /kisskb/src/kernel/workqueue.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_irq_handler_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_softirq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:9: note: in expansion of macro 'rcu_assign_pointer' 47 | rcu_assign_pointer(w->task, current); | ^~~~~~~~~~~~~~~~~~ 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:703, from /kisskb/src/kernel/softirq.c:17: /kisskb/src/kernel/softirq.c: In function 'tasklet_unlock_wait': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:901:9: note: in expansion of macro 'wait_var_event' 901 | wait_var_event(&t->state, !test_bit(TASKLET_STATE_RUN, &t->state)); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/ksysfs.c: In function 'vmcoreinfo_show': /kisskb/src/kernel/ksysfs.c:132:21: note: byref variable will be forcibly initialized 132 | phys_addr_t vmcore_base = paddr_vmcoreinfo_note(); | ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'tasklet_kill': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c:882:17: note: in expansion of macro 'wait_var_event' 882 | wait_var_event(&t->state, !test_bit(TASKLET_STATE_SCHED, &t->state)); | ^~~~~~~~~~~~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ 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:36: note: byref variable will be forcibly initialized 3570 | DECLARE_COMPLETION_ONSTACK(detach_completion); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/arch/arm64/kernel/cpufeature.c: In function 'parse_kpti': /kisskb/src/arch/arm64/kernel/cpufeature.c:1762:14: note: byref variable will be forcibly initialized 1762 | bool enabled; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/kprobes.h:20, from /kisskb/src/kernel/notifier.c:3: /kisskb/src/kernel/notifier.c: In function 'notifier_chain_unregister': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/notifier.c:48:25: note: in expansion of macro 'rcu_assign_pointer' 48 | rcu_assign_pointer(*nl, n->next); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/notifier.c: In function 'notifier_call_chain_robust': /kisskb/src/kernel/notifier.c:120:18: note: byref variable will be forcibly initialized 120 | int ret, nr = 0; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/kprobes.h:20, from /kisskb/src/kernel/notifier.c:3: /kisskb/src/kernel/notifier.c: In function 'notifier_chain_register': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/notifier.c:39:9: note: in expansion of macro 'rcu_assign_pointer' 39 | rcu_assign_pointer(*nl, n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/notifier.c: In function 'notify_die': /kisskb/src/kernel/notifier.c:583:25: note: byref variable will be forcibly initialized 583 | struct die_args args = { | ^~~~ /kisskb/src/kernel/workqueue.c: In function 'create_worker': /kisskb/src/kernel/workqueue.c:1930:14: note: byref variable will be forcibly initialized 1930 | char id_buf[16]; | ^~~~~~ /kisskb/src/kernel/umh.c: In function 'proc_cap_handler': /kisskb/src/kernel/umh.c:492:23: note: byref variable will be forcibly initialized 492 | unsigned long cap_array[_KERNEL_CAPABILITY_U32S]; | ^~~~~~~~~ /kisskb/src/kernel/umh.c:491:26: note: byref variable will be forcibly initialized 491 | struct ctl_table t; | ^ /kisskb/src/arch/arm64/kernel/cpufeature.c: In function 'do_emulate_mrs': In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function '__usermodehelper_disable': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/umh.c:313:18: note: in expansion of macro 'wait_event_timeout' 313 | retval = wait_event_timeout(running_helpers_waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/cpufeature.c:3389:13: note: byref variable will be forcibly initialized 3389 | u64 val; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/workqueue.h:130, from /kisskb/src/kernel/workqueue.c:382: /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_queue_work': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/umh.c:5: /kisskb/src/kernel/umh.c: In function 'call_usermodehelper_exec': /kisskb/src/kernel/umh.c:406:36: note: byref variable will be forcibly initialized 406 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_activate_work': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_execute_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' 82 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_execute_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ 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:42: /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_multi_enter': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_exit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'wq_watchdog_param_set_thresh': /kisskb/src/kernel/workqueue.c:5911:23: note: byref variable will be forcibly initialized 5911 | unsigned long thresh; | ^~~~~~ /kisskb/src/kernel/cpu.c: In function 'fail_store': /kisskb/src/kernel/cpu.c:2350:13: note: byref variable will be forcibly initialized 2350 | int fail, ret; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/workqueue.c:29: /kisskb/src/kernel/workqueue.c: In function 'numa_pwq_tbl_install': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c:3925:9: note: in expansion of macro 'rcu_assign_pointer' 3925 | rcu_assign_pointer(wq->numa_pwq_tbl[node], pwq); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'cpuhp_invoke_callback_range': /kisskb/src/kernel/cpu.c:671:26: note: byref variable will be forcibly initialized 671 | enum cpuhp_state state; | ^~~~~ /kisskb/src/kernel/cpu.c: In function 'cpuhp_thread_fun': /kisskb/src/kernel/cpu.c:745:26: note: byref variable will be forcibly initialized 745 | enum cpuhp_state state; | ^~~~~ /kisskb/src/kernel/cpu.c: In function 'target_store': /kisskb/src/kernel/cpu.c:2302:13: note: byref variable will be forcibly initialized 2302 | int target, ret; | ^~~~~~ /kisskb/src/kernel/workqueue.c: In function '__flush_workqueue': /kisskb/src/kernel/workqueue.c:2799:27: note: byref variable will be forcibly initialized 2799 | struct wq_flusher this_flusher = { | ^~~~~~~~~~~~ /kisskb/src/kernel/params.c: In function 'param_array_get': /kisskb/src/kernel/params.c:476:29: note: byref variable will be forcibly initialized 476 | struct kernel_param p = *kp; | ^ /kisskb/src/kernel/params.c: In function 'param_array': /kisskb/src/kernel/params.c:423:29: note: byref variable will be forcibly initialized 423 | struct kernel_param kp; | ^~ /kisskb/src/kernel/params.c: In function 'param_array_set': /kisskb/src/kernel/params.c:465:22: note: byref variable will be forcibly initialized 465 | unsigned int temp_num; | ^~~~~~~~ /kisskb/src/kernel/params.c: In function 'param_sysfs_builtin': /kisskb/src/kernel/params.c:834:14: note: byref variable will be forcibly initialized 834 | char modname[MODULE_NAME_LEN]; | ^~~~~~~ /kisskb/src/kernel/kthread.c: In function '__kthread_create_on_node': /kisskb/src/kernel/kthread.c:458:25: note: byref variable will be forcibly initialized 458 | va_list aq; | ^~ /kisskb/src/kernel/kthread.c:457:22: note: byref variable will be forcibly initialized 457 | char name[TASK_COMM_LEN]; | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/kthread.c:11: /kisskb/src/kernel/kthread.c:419:36: note: byref variable will be forcibly initialized 419 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: 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:509:17: note: byref variable will be forcibly initialized 509 | va_list args; | ^~~~ /kisskb/src/kernel/params.c: In function 'param_set_bool_enable_only': /kisskb/src/kernel/params.c:336:29: note: byref variable will be forcibly initialized 336 | struct kernel_param dummy_kp = *kp; | ^~~~~~~~ /kisskb/src/kernel/params.c:334:14: note: byref variable will be forcibly initialized 334 | bool new_value; | ^~~~~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_invbool': /kisskb/src/kernel/params.c:367:29: note: byref variable will be forcibly initialized 367 | struct kernel_param dummy; | ^~~~~ /kisskb/src/kernel/params.c:366:14: note: byref variable will be forcibly initialized 366 | bool boolval; | ^~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'process_one_work': /kisskb/src/kernel/workqueue.c:2198:28: note: byref variable will be forcibly initialized 2198 | struct lockdep_map lockdep_map; | ^~~~~~~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_bint': /kisskb/src/kernel/params.c:393:14: note: byref variable will be forcibly initialized 393 | bool v; | ^ /kisskb/src/kernel/params.c:392:29: note: byref variable will be forcibly initialized 392 | struct kernel_param boolkp = *kp; | ^~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_uint_minmax': /kisskb/src/kernel/params.c:249:22: note: byref variable will be forcibly initialized 249 | unsigned int num; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/linux/cred.h:13, from /kisskb/src/kernel/cred.c:8: /kisskb/src/kernel/cred.c: In function 'override_creds': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:578:9: note: in expansion of macro 'rcu_assign_pointer' 578 | rcu_assign_pointer(current->cred, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/params.c: In function 'parse_args': /kisskb/src/kernel/params.c:171:23: note: byref variable will be forcibly initialized 171 | char *param, *val, *err = NULL; | ^~~ /kisskb/src/kernel/params.c:171:15: note: byref variable will be forcibly initialized 171 | char *param, *val, *err = NULL; | ^~~~~ /kisskb/src/kernel/cred.c: In function 'revert_creds': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:606:9: note: in expansion of macro 'rcu_assign_pointer' 606 | rcu_assign_pointer(current->cred, old); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__cancel_work': /kisskb/src/kernel/workqueue.c:3246:23: note: byref variable will be forcibly initialized 3246 | unsigned long flags; | ^~~~~ 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:143:16: note: userspace variable will be forcibly initialized 143 | return (struct iovec) { | ^ /kisskb/src/kernel/workqueue.c: In function 'rescuer_thread': /kisskb/src/kernel/workqueue.c:2516:44: note: byref variable will be forcibly initialized 2516 | struct work_struct *work, *n; | ^ /kisskb/src/kernel/cred.c: In function 'commit_creds': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:501:9: note: in expansion of macro 'rcu_assign_pointer' 501 | rcu_assign_pointer(task->cred, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/cred.c:500:9: note: in expansion of macro 'rcu_assign_pointer' 500 | rcu_assign_pointer(task->real_cred, new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/ftrace.h:53, from /kisskb/src/include/linux/ftrace.h:23, from /kisskb/src/include/linux/perf_event.h:51, from /kisskb/src/include/linux/trace_events.h:10, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/kernel/signal.c:30: /kisskb/src/kernel/signal.c: In function 'put_compat_sigset': /kisskb/src/include/linux/compat.h:454:25: note: byref variable will be forcibly initialized 454 | compat_sigset_t v; | ^ In file included from /kisskb/src/include/linux/list.h:11, 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 'arch_atomic64_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:1364:17: note: in expansion of macro 'smp_store_release' 1364 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function 'new_sync_read': /kisskb/src/fs/read_write.c:382:25: note: byref variable will be forcibly initialized 382 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:381:22: note: byref variable will be forcibly initialized 381 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c: In function 'new_sync_write': /kisskb/src/fs/read_write.c:484:25: note: byref variable will be forcibly initialized 484 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:483:22: note: byref variable will be forcibly initialized 483 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c: In function 'do_iter_readv_writev': /kisskb/src/fs/read_write.c:717:22: note: byref variable will be forcibly initialized 717 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c: In function 'do_loop_readv_writev': /kisskb/src/kernel/workqueue.c: In function 'mod_delayed_work_on': /kisskb/src/fs/read_write.c:746:30: note: userspace variable will be forcibly initialized 746 | struct iovec iovec = iov_iter_iovec(iter); | ^~~~~ /kisskb/src/kernel/workqueue.c:1731:23: note: byref variable will be forcibly initialized 1731 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigpending': /kisskb/src/kernel/signal.c:3214:18: note: byref variable will be forcibly initialized 3214 | sigset_t set; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigpending': /kisskb/src/kernel/signal.c:3231:18: note: byref variable will be forcibly initialized 3231 | sigset_t set; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigpending': /kisskb/src/kernel/signal.c:4324:18: note: byref variable will be forcibly initialized 4324 | sigset_t set; | ^~~ /kisskb/src/kernel/workqueue.c: In function '__flush_work': /kisskb/src/kernel/workqueue.c:3061:27: note: byref variable will be forcibly initialized 3061 | struct wq_barrier barr; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/signal.h:125, from /kisskb/src/kernel/signal.c:50: /kisskb/src/kernel/signal.c: In function 'trace_event_raw_event_signal_generate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__cancel_work_timer': /kisskb/src/kernel/workqueue.c:3139:41: note: byref variable will be forcibly initialized 3139 | struct cwt_wait cwait; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'trace_event_raw_event_signal_deliver': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ /kisskb/src/fs/dcache.c: In function 'hlist_bl_set_first_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist_bl.h:17:9: note: in expansion of macro 'rcu_assign_pointer' 17 | rcu_assign_pointer(h->first, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function '__do_sys_llseek': /kisskb/src/fs/read_write.c:331:16: note: byref variable will be forcibly initialized 331 | loff_t offset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function 'post_copy_siginfo_from_user': /kisskb/src/kernel/signal.c:3337:22: note: byref variable will be forcibly initialized 3337 | char buf[SI_EXPANSION_SIZE]; | ^~~ /kisskb/src/kernel/workqueue.c:3117:23: note: byref variable will be forcibly initialized 3117 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_probe_data': /kisskb/src/kernel/kthread.c:250:15: note: byref variable will be forcibly initialized 250 | void *data = NULL; | ^~~~ /kisskb/src/fs/read_write.c: In function 'vfs_readv': /kisskb/src/fs/read_write.c:905:25: note: byref variable will be forcibly initialized 905 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:904:23: note: byref variable will be forcibly initialized 904 | struct iovec *iov = iovstack; | ^~~ /kisskb/src/fs/read_write.c:903:22: note: byref variable will be forcibly initialized 903 | struct iovec iovstack[UIO_FASTIOV]; | ^~~~~~~~ /kisskb/src/fs/read_write.c: In function 'do_readv': /kisskb/src/fs/read_write.c:942:24: note: byref variable will be forcibly initialized 942 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/fs/dcache.c: In function '__d_set_inode_and_type': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:349:9: note: in expansion of macro 'smp_store_release' 349 | smp_store_release(&dentry->d_flags, flags); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/read_write.c: In function 'vfs_writev': /kisskb/src/fs/read_write.c:922:25: note: byref variable will be forcibly initialized 922 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:921:23: note: byref variable will be forcibly initialized 921 | struct iovec *iov = iovstack; | ^~~ /kisskb/src/fs/read_write.c:920:22: note: byref variable will be forcibly initialized 920 | struct iovec iovstack[UIO_FASTIOV]; | ^~~~~~~~ /kisskb/src/fs/read_write.c: In function 'do_writev': /kisskb/src/fs/read_write.c:966:24: note: byref variable will be forcibly initialized 966 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/kernel/kthread.c: In function 'kthread_create_worker': /kisskb/src/kernel/kthread.c:885:17: note: byref variable will be forcibly initialized 885 | va_list args; | ^~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_create_worker_on_cpu': /kisskb/src/kernel/kthread.c:935:17: note: byref variable will be forcibly initialized 935 | va_list args; | ^~~~ /kisskb/src/kernel/kthread.c: In function '__kthread_cancel_work_sync': /kisskb/src/kernel/kthread.c:1288:23: note: byref variable will be forcibly initialized 1288 | unsigned long flags; | ^~~~~ /kisskb/src/fs/read_write.c: In function 'do_sendfile': /kisskb/src/fs/read_write.c:1182:16: note: byref variable will be forcibly initialized 1182 | loff_t out_pos; | ^~~~~~~ /kisskb/src/fs/read_write.c:1181:16: note: byref variable will be forcibly initialized 1181 | loff_t pos; | ^~~ /kisskb/src/fs/read_write.c: In function '__do_sys_sendfile': /kisskb/src/fs/read_write.c:1286:16: note: byref variable will be forcibly initialized 1286 | loff_t pos; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigaltstack': /kisskb/src/kernel/signal.c:4228:22: note: byref variable will be forcibly initialized 4228 | stack_t new, old; | ^~~ /kisskb/src/fs/read_write.c: In function '__do_sys_sendfile64': /kisskb/src/kernel/signal.c:4228:17: note: byref variable will be forcibly initialized 4228 | stack_t new, old; | ^~~ /kisskb/src/fs/read_write.c:1305:16: note: byref variable will be forcibly initialized 1305 | loff_t pos; | ^~~ /kisskb/src/kernel/kthread.c: In function 'kthread_mod_delayed_work': /kisskb/src/kernel/kthread.c:1243:23: note: byref variable will be forcibly initialized 1243 | unsigned long flags; | ^~~~~ /kisskb/src/fs/read_write.c: In function '__do_compat_sys_sendfile': /kisskb/src/fs/read_write.c:1324:16: note: byref variable will be forcibly initialized 1324 | loff_t pos; | ^~~ /kisskb/src/kernel/signal.c: In function 'do_compat_sigaltstack': /kisskb/src/kernel/signal.c:4279:32: note: byref variable will be forcibly initialized 4279 | compat_stack_t old; | ^~~ /kisskb/src/kernel/signal.c:4268:32: note: byref variable will be forcibly initialized 4268 | compat_stack_t uss32; | ^~~~~ /kisskb/src/fs/read_write.c: In function '__do_compat_sys_sendfile64': /kisskb/src/fs/read_write.c:1344:16: note: byref variable will be forcibly initialized 1344 | loff_t pos; | ^~~ /kisskb/src/kernel/signal.c:4264:22: note: byref variable will be forcibly initialized 4264 | stack_t uss, uoss; | ^~~~ /kisskb/src/kernel/signal.c:4264:17: note: byref variable will be forcibly initialized 4264 | stack_t uss, uoss; | ^~~ /kisskb/src/fs/read_write.c: In function '__kernel_read': /kisskb/src/fs/read_write.c:411:25: note: byref variable will be forcibly initialized 411 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:410:22: note: byref variable will be forcibly initialized 410 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:406:21: note: byref variable will be forcibly initialized 406 | struct kvec iov = { | ^~~ /kisskb/src/fs/read_write.c: In function '__kernel_write': /kisskb/src/fs/read_write.c:506:25: note: byref variable will be forcibly initialized 506 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/read_write.c:505:22: note: byref variable will be forcibly initialized 505 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/read_write.c:501:21: note: byref variable will be forcibly initialized 501 | struct kvec iov = { | ^~~ /kisskb/src/fs/read_write.c: In function 'ksys_read': /kisskb/src/fs/read_write.c:602:24: note: byref variable will be forcibly initialized 602 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_sigpending': /kisskb/src/fs/read_write.c: In function 'ksys_write': /kisskb/src/fs/read_write.c:626:24: note: byref variable will be forcibly initialized 626 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/kernel/signal.c:4340:18: note: byref variable will be forcibly initialized 4340 | sigset_t set; | ^~~ /kisskb/src/fs/char_dev.c: In function 'chrdev_open': /kisskb/src/fs/char_dev.c:384:21: note: byref variable will be forcibly initialized 384 | int idx; | ^~~ /kisskb/src/fs/read_write.c: In function 'generic_write_checks': /kisskb/src/fs/read_write.c:1671:16: note: byref variable will be forcibly initialized 1671 | loff_t count = iov_iter_count(from); | ^~~~~ /kisskb/src/fs/read_write.c: In function 'generic_copy_file_checks': /kisskb/src/fs/read_write.c:1403:18: note: byref variable will be forcibly initialized 1403 | uint64_t count = *req_count; | ^~~~~ /kisskb/src/fs/read_write.c: In function '__do_sys_copy_file_range': /kisskb/src/fs/read_write.c:1551:16: note: byref variable will be forcibly initialized 1551 | loff_t pos_out; | ^~~~~~~ /kisskb/src/fs/read_write.c:1550:16: note: byref variable will be forcibly initialized 1550 | loff_t pos_in; | ^~~~~~ 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:5341:19: note: byref variable will be forcibly initialized 5341 | LIST_HEAD(ctxs); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/workqueue.c: In function 'wq_numa_store': /kisskb/src/kernel/signal.c: In function 'dequeue_signal': /kisskb/src/kernel/signal.c:632:14: note: byref variable will be forcibly initialized 632 | bool resched_timer = false; | ^~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c:5624:13: note: byref variable will be forcibly initialized 5624 | int v, ret = -ENOMEM; | ^ /kisskb/src/kernel/signal.c: In function '__set_task_blocked': /kisskb/src/kernel/signal.c:3011:26: note: byref variable will be forcibly initialized 3011 | sigset_t newblocked; | ^~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'do_sigtimedwait': /kisskb/src/kernel/signal.c:3573:23: note: byref variable will be forcibly initialized 3573 | enum pid_type type; | ^~~~ /kisskb/src/kernel/signal.c:3572:18: note: byref variable will be forcibly initialized 3572 | sigset_t mask = *which; | ^~~~ /kisskb/src/kernel/signal.c:3570:29: note: byref variable will be forcibly initialized 3570 | ktime_t *to = NULL, timeout = KTIME_MAX; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'prepare_signal': /kisskb/src/kernel/signal.c:910:18: note: byref variable will be forcibly initialized 910 | sigset_t flush; | ^~~~~ /kisskb/src/kernel/workqueue.c: In function 'max_active_store': /kisskb/src/kernel/workqueue.c:5476:13: note: byref variable will be forcibly initialized 5476 | int val; | ^~~ In file included from /kisskb/src/include/linux/stackprotector.h:10, from /kisskb/src/init/main.c:22: /kisskb/src/init/main.c: In function 'boot_init_stack_canary': /kisskb/src/arch/arm64/include/asm/stackprotector.h:31:23: note: byref variable will be forcibly initialized 31 | unsigned long canary; | ^~~~~~ /kisskb/src/kernel/signal.c: In function 'kill_pid_usb_asyncio': /kisskb/src/kernel/signal.c:1540:23: note: byref variable will be forcibly initialized 1540 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/signal.c:1538:31: note: byref variable will be forcibly initialized 1538 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/workqueue.c: In function 'set_worker_desc': /kisskb/src/kernel/workqueue.c:4647:17: note: byref variable will be forcibly initialized 4647 | va_list args; | ^~~~ /kisskb/src/kernel/workqueue.c: In function 'print_worker_info': /kisskb/src/kernel/signal.c: In function 'send_sigqueue': /kisskb/src/kernel/signal.c:1965:23: note: byref variable will be forcibly initialized 1965 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/workqueue.c:4676:34: note: byref variable will be forcibly initialized 4676 | struct workqueue_struct *wq = NULL; | ^~ /kisskb/src/kernel/workqueue.c:4675:32: note: byref variable will be forcibly initialized 4675 | struct pool_workqueue *pwq = NULL; | ^~~ /kisskb/src/kernel/signal.c: In function 'do_notify_parent': /kisskb/src/kernel/signal.c:2026:31: note: byref variable will be forcibly initialized 2026 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/workqueue.c:4674:14: note: byref variable will be forcibly initialized 4674 | char desc[WORKER_DESC_LEN] = { }; | ^~~~ /kisskb/src/kernel/workqueue.c:4673:14: note: byref variable will be forcibly initialized 4673 | char name[WQ_NAME_LEN] = { }; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigprocmask': /kisskb/src/kernel/workqueue.c:4672:22: note: byref variable will be forcibly initialized 4672 | work_func_t *fn = NULL; | ^~ /kisskb/src/kernel/signal.c:4365:18: note: byref variable will be forcibly initialized 4365 | sigset_t new_blocked; | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c:4364:31: note: byref variable will be forcibly initialized 4364 | old_sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c:4364:22: note: byref variable will be forcibly initialized 4364 | old_sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigsuspend': /kisskb/src/kernel/signal.c:4634:18: note: byref variable will be forcibly initialized 4634 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigsuspend': /kisskb/src/kernel/signal.c:4648:18: note: byref variable will be forcibly initialized 4648 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigsuspend': /kisskb/src/kernel/signal.c:4671:18: note: byref variable will be forcibly initialized 4671 | sigset_t blocked; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function '__se_sys_sigsuspend': /kisskb/src/kernel/signal.c:4671:18: note: byref variable will be forcibly initialized /kisskb/src/kernel/signal.c: In function '__arm64_sys_sigsuspend': /kisskb/src/kernel/signal.c:4671:18: note: byref variable will be forcibly initialized /kisskb/src/kernel/signal.c: In function 'sigprocmask': /kisskb/src/kernel/signal.c:3060:18: note: byref variable will be forcibly initialized 3060 | sigset_t newset; | ^~~~~~ 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/kernel/signal.c: In function '__do_sys_rt_sigprocmask': /kisskb/src/fs/dcache.c:2629:35: note: byref variable will be forcibly initialized 2629 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/kernel/signal.c:3143:27: note: byref variable will be forcibly initialized 3143 | sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'show_all_workqueues': /kisskb/src/kernel/signal.c:3143:18: note: byref variable will be forcibly initialized 3143 | sigset_t old_set, new_set; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 'end_dir_add': /kisskb/src/kernel/workqueue.c:4899:13: note: byref variable will be forcibly initialized 4899 | int pi; | ^~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigprocmask': /kisskb/src/kernel/signal.c:3181:26: note: byref variable will be forcibly initialized 3181 | sigset_t new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c:3174:18: note: byref variable will be forcibly initialized 3174 | sigset_t old_set = current->blocked; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'set_user_sigmask': /kisskb/src/kernel/signal.c:3096:18: note: byref variable will be forcibly initialized 3096 | sigset_t kmask; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'set_compat_user_sigmask': /kisskb/src/kernel/signal.c:3116:18: note: byref variable will be forcibly initialized 3116 | sigset_t kmask; | ^~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2620:9: note: in expansion of macro 'smp_store_release' 2620 | smp_store_release(&dir->i_dir_seq, n + 2); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'do_send_sig_info': /kisskb/src/kernel/signal.c:1291:23: note: byref variable will be forcibly initialized 1291 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/workqueue.c: In function 'wq_watchdog_timer_fn': /kisskb/src/kernel/workqueue.c:5838:13: note: byref variable will be forcibly initialized 5838 | int pi; | ^~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:3998:26: note: byref variable will be forcibly initialized 3998 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_kill': /kisskb/src/kernel/signal.c:3772:31: note: byref variable will be forcibly initialized 3772 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault': /kisskb/src/kernel/signal.c:1733:31: note: byref variable will be forcibly initialized 1733 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_mceerr': /kisskb/src/kernel/signal.c:1764:31: note: byref variable will be forcibly initialized 1764 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_perf': /kisskb/src/kernel/signal.c:1808:31: note: byref variable will be forcibly initialized 1808 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault_trapno': /kisskb/src/kernel/signal.c:1892:31: note: byref variable will be forcibly initialized 1892 | struct kernel_siginfo info; | ^~~~ /kisskb/src/fs/dcache.c: In function 'd_walk': /kisskb/src/fs/dcache.c:1353:18: note: byref variable will be forcibly initialized 1353 | unsigned seq = 0; | ^~~ /kisskb/src/kernel/signal.c: In function 'do_tkill': /kisskb/src/kernel/signal.c:3929:31: note: byref variable will be forcibly initialized 3929 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/workqueue.c: In function 'workqueue_online_cpu': /kisskb/src/kernel/workqueue.c:5124:13: note: byref variable will be forcibly initialized 5124 | int pi; | ^~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_tgsigqueueinfo': /kisskb/src/kernel/signal.c:4038:26: note: byref variable will be forcibly initialized 4038 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig': /kisskb/src/kernel/signal.c:1651:31: note: byref variable will be forcibly initialized 1651 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_mceerr': /kisskb/src/kernel/signal.c:1750:31: note: byref variable will be forcibly initialized 1750 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_bnderr': /kisskb/src/kernel/signal.c:1779:31: note: byref variable will be forcibly initialized 1779 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_pkuerr': /kisskb/src/kernel/signal.c:1794:31: note: byref variable will be forcibly initialized 1794 | struct kernel_siginfo info; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/kernel/pid.c:30: /kisskb/src/kernel/pid.c: In function 'hlist_replace_rcu': /kisskb/src/kernel/signal.c: In function 'force_sig_ptrace_errno_trap': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:531:9: note: in expansion of macro 'rcu_assign_pointer' 531 | rcu_assign_pointer(*(struct hlist_node __rcu **)new->pprev, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c:1860:31: note: byref variable will be forcibly initialized 1860 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_trapno': /kisskb/src/kernel/pid.c: In function 'hlists_swap_heads_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:553:9: note: in expansion of macro 'rcu_assign_pointer' 553 | rcu_assign_pointer(right->first, node1); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c:1875:31: note: byref variable will be forcibly initialized 1875 | struct kernel_siginfo info; | ^~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:552:9: note: in expansion of macro 'rcu_assign_pointer' 552 | rcu_assign_pointer(left->first, node2); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'force_fatal_sig': /kisskb/src/kernel/pid.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c:1665:31: note: byref variable will be forcibly initialized 1665 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_exit_sig': /kisskb/src/kernel/workqueue.c: In function 'workqueue_set_unbound_cpumask': /kisskb/src/kernel/signal.c:1678:31: note: byref variable will be forcibly initialized 1678 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_to_task': /kisskb/src/kernel/signal.c:1707:31: note: byref variable will be forcibly initialized 1707 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_seccomp': /kisskb/src/kernel/signal.c:1842:31: note: byref variable will be forcibly initialized 1842 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'do_notify_parent_cldstop': /kisskb/src/kernel/signal.c:2138:31: note: byref variable will be forcibly initialized 2138 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/workqueue.c:5388:23: note: byref variable will be forcibly initialized 5388 | cpumask_var_t saved_cpumask; | ^~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'wq_unbound_cpumask_store': /kisskb/src/kernel/workqueue.c:5673:23: note: byref variable will be forcibly initialized 5673 | cpumask_var_t cpumask; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'ptrace_do_notify': /kisskb/src/kernel/signal.c:2335:26: note: byref variable will be forcibly initialized 2335 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'signal_delivered': /kisskb/src/kernel/signal.c:2882:18: note: byref variable will be forcibly initialized 2882 | sigset_t blocked; | ^~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'alloc_workqueue': /kisskb/src/kernel/workqueue.c:4294:17: note: byref variable will be forcibly initialized 4294 | va_list args; | ^~~~ /kisskb/src/kernel/pid.c: In function 'exchange_tids': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c:380:9: note: in expansion of macro 'rcu_assign_pointer' 380 | rcu_assign_pointer(right->thread_pid, pid1); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/pid.c:379:9: note: in expansion of macro 'rcu_assign_pointer' 379 | rcu_assign_pointer(left->thread_pid, pid2); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'exit_signals': /kisskb/src/kernel/signal.c:2943:18: note: byref variable will be forcibly initialized 2943 | sigset_t unblocked; | ^~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'get_signal': /kisskb/src/kernel/signal.c:2690:31: note: byref variable will be forcibly initialized 2690 | enum pid_type type; | ^~~~ /kisskb/src/kernel/pid.c: In function 'pidfd_get_task': /kisskb/src/kernel/pid.c:561:22: note: byref variable will be forcibly initialized 561 | unsigned int f_flags; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/init/main.c: In function 'xbc_snprint_cmdline': /kisskb/src/init/main.c:332:26: note: byref variable will be forcibly initialized 332 | struct xbc_node *knode, *vnode; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__copy_siginfo_from_user32': /kisskb/src/kernel/signal.c:3540:31: note: byref variable will be forcibly initialized 3540 | struct compat_siginfo from; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:4011:26: note: byref variable will be forcibly initialized 4011 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_tgsigqueueinfo': /kisskb/src/kernel/signal.c:4052:26: note: byref variable will be forcibly initialized 4052 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait': /kisskb/src/kernel/signal.c:3633:26: note: byref variable will be forcibly initialized 3633 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c:3632:27: note: byref variable will be forcibly initialized 3632 | struct timespec64 ts; | ^~ /kisskb/src/kernel/signal.c:3631:18: note: byref variable will be forcibly initialized 3631 | sigset_t these; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__copy_siginfo_to_user32': /kisskb/src/kernel/signal.c:3453:31: note: byref variable will be forcibly initialized 3453 | struct compat_siginfo new; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigtimedwait_time64': /kisskb/src/kernel/signal.c:3698:26: note: byref variable will be forcibly initialized 3698 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c:3697:27: note: byref variable will be forcibly initialized 3697 | struct timespec64 t; | ^ /kisskb/src/kernel/signal.c:3696:18: note: byref variable will be forcibly initialized 3696 | sigset_t s; | ^ In file included from /kisskb/src/include/linux/list.h:11, 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/security/keys/key.c:11: /kisskb/src/security/keys/key.c: In function 'mark_key_instantiated': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/key.c:414:9: note: in expansion of macro 'smp_store_release' 414 | smp_store_release(&key->state, | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'copy_siginfo_from_user32': /kisskb/src/kernel/signal.c:3552:31: note: byref variable will be forcibly initialized 3552 | struct compat_siginfo from; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_pidfd_send_signal': /kisskb/src/kernel/signal.c:3851:26: note: byref variable will be forcibly initialized 3851 | kernel_siginfo_t kinfo; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'kernel_sigaction': /kisskb/src/kernel/signal.c:4068:26: note: byref variable will be forcibly initialized 4068 | sigset_t mask; | ^~~~ /kisskb/src/kernel/signal.c: In function 'do_sigaction': /kisskb/src/kernel/signal.c:4090:18: note: byref variable will be forcibly initialized 4090 | sigset_t mask; | ^~~~ 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:112: /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_level': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigaction': /kisskb/src/kernel/signal.c:4414:36: note: byref variable will be forcibly initialized 4414 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c:4414:28: note: byref variable will be forcibly initialized 4414 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_finish': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_rt_sigaction': In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/task.h:62, from /kisskb/src/kernel/fork.c:111: /kisskb/src/kernel/fork.c: In function 'trace_event_raw_event_task_newtask': /kisskb/src/kernel/signal.c:4439:36: note: byref variable will be forcibly initialized 4439 | struct k_sigaction new_ka, old_ka; | ^~~~~~ /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c:4439:28: note: byref variable will be forcibly initialized 4439 | struct k_sigaction new_ka, old_ka; | ^~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'prune_dcache_sb': /kisskb/src/fs/dcache.c:1277:19: note: byref variable will be forcibly initialized 1277 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/dcache.c: In function 'shrink_dcache_sb': /kisskb/src/kernel/fork.c: In function 'trace_event_raw_event_task_rename': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ /kisskb/src/fs/dcache.c:1317:27: note: byref variable will be forcibly initialized 1317 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/dcache.c: In function 'path_has_submounts': /kisskb/src/fs/dcache.c:1483:28: note: byref variable will be forcibly initialized 1483 | struct check_mount data = { .mnt = parent->mnt, .mounted = 0 }; | ^~~~ /kisskb/src/init/main.c: In function 'loglevel': /kisskb/src/init/main.c:252:13: note: byref variable will be forcibly initialized 252 | int newlevel; | ^~~~~~~~ /kisskb/src/kernel/signal.c: In function '__do_compat_sys_sigaction': /kisskb/src/kernel/signal.c:4521:36: note: byref variable will be forcibly initialized 4521 | struct k_sigaction new_ka, old_ka; | ^~~~~~ /kisskb/src/kernel/signal.c:4521:28: note: byref variable will be forcibly initialized 4521 | struct k_sigaction new_ka, old_ka; | ^~~~~~ /kisskb/src/kernel/signal.c: In function 'restore_altstack': /kisskb/src/kernel/fork.c: In function 'copy_clone_args_from_user': /kisskb/src/kernel/signal.c:4242:17: note: byref variable will be forcibly initialized 4242 | stack_t new; | ^~~ /kisskb/src/kernel/fork.c:2819:27: note: byref variable will be forcibly initialized 2819 | struct clone_args args; | ^~~~ /kisskb/src/fs/dcache.c: In function 'shrink_dcache_parent': /kisskb/src/fs/dcache.c:1622:36: note: byref variable will be forcibly initialized 1622 | struct select_data data = {.start = parent}; | ^~~~ /kisskb/src/fs/dcache.c: In function 'd_invalidate': /kisskb/src/init/main.c: In function 'initcall_blacklisted': /kisskb/src/init/main.c:1199:14: note: byref variable will be forcibly initialized 1199 | char fn_name[KSYM_SYMBOL_LEN]; | ^~~~~~~ /kisskb/src/init/main.c: In function 'setup_boot_config': /kisskb/src/init/main.c:416:16: note: byref variable will be forcibly initialized 416 | size_t size; | ^~~~ /kisskb/src/init/main.c:415:18: note: byref variable will be forcibly initialized 415 | int pos, ret; | ^~~ /kisskb/src/init/main.c:415:13: note: byref variable will be forcibly initialized 415 | int pos, ret; | ^~~ /kisskb/src/init/main.c:414:21: note: byref variable will be forcibly initialized 414 | const char *msg, *data; | ^~~ /kisskb/src/fs/dcache.c:1739:32: note: byref variable will be forcibly initialized 1739 | struct dentry *victim = NULL; | ^~~~~~ /kisskb/src/init/main.c: In function 'early_randomize_kstack_offset': /kisskb/src/init/main.c:866:14: note: byref variable will be forcibly initialized 866 | bool bool_result; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 '__d_alloc': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:1805:9: note: in expansion of macro 'smp_store_release' 1805 | smp_store_release(&dentry->d_name.name, dname); /* ^^^ */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'copy_files': /kisskb/src/kernel/fork.c:1610:13: note: byref variable will be forcibly initialized 1610 | int error = 0; | ^~~~~ /kisskb/src/security/keys/key.c: In function 'key_update': /kisskb/src/security/keys/key.c:1005:38: note: byref variable will be forcibly initialized 1005 | struct key_preparsed_payload prep; | ^~~~ /kisskb/src/fs/dcache.c: In function 'd_alloc_name': /kisskb/src/fs/dcache.c:1907:21: note: byref variable will be forcibly initialized 1907 | struct qstr q; | ^ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/ipi.h:90, from /kisskb/src/arch/arm64/kernel/smp.c:55: /kisskb/src/arch/arm64/kernel/smp.c: In function 'trace_event_raw_event_ipi_raise': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(ipi_raise, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ipi.h:19:1: note: in expansion of macro 'TRACE_EVENT' 19 | TRACE_EVENT(ipi_raise, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/stackprotector.h:10, from /kisskb/src/init/main.c:22: /kisskb/src/init/main.c: In function 'start_kernel': /kisskb/src/arch/arm64/include/asm/stackprotector.h:31:23: note: byref variable will be forcibly initialized 31 | unsigned long canary; | ^~~~~~ /kisskb/src/init/main.c:931:15: note: byref variable will be forcibly initialized 931 | char *command_line; | ^~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'trace_event_raw_event_ipi_handler': /kisskb/src/security/keys/key.c: In function 'key_instantiate_and_link': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ipi.h:38:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 38 | DECLARE_EVENT_CLASS(ipi_handler, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/key.c:505:34: note: byref variable will be forcibly initialized 505 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/security/keys/key.c:504:38: note: byref variable will be forcibly initialized 504 | struct key_preparsed_payload prep; | ^~~~ /kisskb/src/init/main.c: In function 'do_one_initcall': /kisskb/src/init/main.c:1289:14: note: byref variable will be forcibly initialized 1289 | char msgbuf[64]; | ^~~~~~ /kisskb/src/security/keys/key.c: In function 'key_create_or_update': /kisskb/src/security/keys/key.c:828:34: note: byref variable will be forcibly initialized 828 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/security/keys/key.c:827:38: note: byref variable will be forcibly initialized 827 | struct key_preparsed_payload prep; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function 'set_mm_exe_file': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/fork.c:1262:9: note: in expansion of macro 'rcu_assign_pointer' 1262 | rcu_assign_pointer(mm->exe_file, new_exe_file); | ^~~~~~~~~~~~~~~~~~ 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/kernel/fork.c:16: /kisskb/src/kernel/fork.c: In function 'dup_mmap': /kisskb/src/kernel/fork.c:587:19: note: byref variable will be forcibly initialized 587 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/security/keys/key.c: In function 'key_reject_and_link': /kisskb/src/security/keys/key.c:580:34: note: byref variable will be forcibly initialized 580 | struct assoc_array_edit *edit = NULL; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 'd_alloc_parallel': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2656:15: note: in expansion of macro 'smp_load_acquire' 2656 | seq = smp_load_acquire(&parent->d_inode->i_dir_seq); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/dcache.c:2649:30: note: byref variable will be forcibly initialized 2649 | unsigned seq, r_seq, d_seq; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/security/keys/key.c:11: /kisskb/src/security/keys/key.c: In function 'generic_key_instantiate': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/key.c:1129:17: note: in expansion of macro 'rcu_assign_keypointer' 1129 | rcu_assign_keypointer(key, prep->payload.data[0]); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/kernel/smp.c: In function 'smp_send_stop': /kisskb/src/arch/arm64/kernel/smp.c:1008:27: note: byref variable will be forcibly initialized 1008 | cpumask_t mask; | ^~~~ /kisskb/src/kernel/fork.c: In function 'copy_process': /kisskb/src/kernel/fork.c:1997:37: note: byref variable will be forcibly initialized 1997 | struct multiprocess_signals delayed; | ^~~~~~~ /kisskb/src/kernel/fork.c: In function 'kernel_clone': /kisskb/src/kernel/fork.c:2636:27: note: byref variable will be forcibly initialized 2636 | struct completion vfork; | ^~~~~ /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/kernel/fork.c:2955:15: note: byref variable will be forcibly initialized 2955 | pid_t set_tid[MAX_PID_NS_LEVEL]; | ^~~~~~~ /kisskb/src/kernel/fork.c:2954:34: note: byref variable will be forcibly initialized 2954 | struct kernel_clone_args kargs; | ^~~~~ /kisskb/src/kernel/fork.c: In function 'unshare_fd': /kisskb/src/kernel/fork.c:3114:13: note: byref variable will be forcibly initialized 3114 | int error = 0; | ^~~~~ /kisskb/src/kernel/fork.c: In function 'ksys_unshare': /kisskb/src/kernel/fork.c:3139:25: note: byref variable will be forcibly initialized 3139 | struct nsproxy *new_nsproxy = NULL; | ^~~~~~~~~~~ /kisskb/src/kernel/fork.c:3138:22: note: byref variable will be forcibly initialized 3138 | struct cred *new_cred = NULL; | ^~~~~~~~ /kisskb/src/kernel/fork.c:3137:30: note: byref variable will be forcibly initialized 3137 | struct files_struct *new_fd = NULL; | ^~~~~~ /kisskb/src/fs/super.c: In function 'super_setup_bdi_name': /kisskb/src/kernel/fork.c:3136:32: note: byref variable will be forcibly initialized 3136 | struct fs_struct *fs, *new_fs = NULL; | ^~~~~~ /kisskb/src/fs/super.c:1582:17: note: byref variable will be forcibly initialized 1582 | va_list args; | ^~~~ /kisskb/src/kernel/fork.c: In function 'unshare_files': /kisskb/src/kernel/fork.c:3267:36: note: byref variable will be forcibly initialized 3267 | struct files_struct *old, *copy = NULL; | ^~~~ /kisskb/src/kernel/fork.c: In function 'sysctl_max_threads': /kisskb/src/kernel/fork.c:3289:13: note: byref variable will be forcibly initialized 3289 | int max = MAX_THREADS; | ^~~ /kisskb/src/kernel/fork.c:3288:13: note: byref variable will be forcibly initialized 3288 | int min = 1; | ^~~ /kisskb/src/kernel/fork.c:3287:13: note: byref variable will be forcibly initialized 3287 | int threads = max_threads; | ^~~~~~~ /kisskb/src/kernel/fork.c:3285:26: note: byref variable will be forcibly initialized 3285 | struct ctl_table t; | ^ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/fs/open.c:9: /kisskb/src/fs/open.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_faccessat': /kisskb/src/fs/open.c:422:21: note: byref variable will be forcibly initialized 422 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function '__do_sys_chdir': /kisskb/src/fs/open.c:510:21: note: byref variable will be forcibly initialized 510 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function '__do_sys_chroot': /kisskb/src/fs/open.c:558:21: note: byref variable will be forcibly initialized 558 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function 'do_truncate': /kisskb/src/fs/open.c:43:22: note: byref variable will be forcibly initialized 43 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c: In function 'do_sys_truncate': /kisskb/src/fs/open.c:125:21: note: byref variable will be forcibly initialized 125 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/mm/vmstat.c:13: /kisskb/src/mm/vmstat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/fs/open.c: In function 'chmod_common': /kisskb/src/fs/open.c:593:22: note: byref variable will be forcibly initialized 593 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c:592:23: note: byref variable will be forcibly initialized 592 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchmodat': /kisskb/src/fs/open.c:639:21: note: byref variable will be forcibly initialized 639 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function 'chown_common': /kisskb/src/fs/open.c:708:22: note: byref variable will be forcibly initialized 708 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c:706:23: note: byref variable will be forcibly initialized 706 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchownat': /kisskb/src/fs/open.c:748:21: note: byref variable will be forcibly initialized 748 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function 'do_sys_openat2': /kisskb/src/fs/open.c:1298:27: note: byref variable will be forcibly initialized 1298 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function '__do_sys_openat2': /kisskb/src/fs/open.c:1350:25: note: byref variable will be forcibly initialized 1350 | struct open_how tmp; | ^~~ /kisskb/src/fs/open.c: In function 'file_open_name': /kisskb/src/fs/open.c:1252:25: note: byref variable will be forcibly initialized 1252 | struct open_how how = build_open_how(flags, mode); | ^~~ /kisskb/src/fs/open.c:1251:27: note: byref variable will be forcibly initialized 1251 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function 'file_open_root': /kisskb/src/fs/open.c:1287:25: note: byref variable will be forcibly initialized 1287 | struct open_how how = build_open_how(flags, mode); | ^~~ /kisskb/src/fs/open.c:1286:27: note: byref variable will be forcibly initialized 1286 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function 'do_sys_open': /kisskb/src/fs/open.c:1326:25: note: byref variable will be forcibly initialized 1326 | struct open_how how = build_open_how(flags, mode); | ^~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/exec.c:27: /kisskb/src/fs/exec.c: In function 'list_replace_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:202:9: note: in expansion of macro 'rcu_assign_pointer' 202 | rcu_assign_pointer(list_next_rcu(new->prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/file_table.c: In function 'alloc_file_pseudo': /kisskb/src/fs/file_table.c:262:21: note: byref variable will be forcibly initialized 262 | struct path path; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/fcntl.c:8: /kisskb/src/fs/fcntl.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/fcntl.c: In function 'get_compat_flock': /kisskb/src/fs/fcntl.c:524:29: note: byref variable will be forcibly initialized 524 | struct compat_flock fl; | ^~ /kisskb/src/fs/fcntl.c: In function 'get_compat_flock64': /kisskb/src/fs/fcntl.c:534:31: note: byref variable will be forcibly initialized 534 | struct compat_flock64 fl; | ^~ /kisskb/src/fs/exec.c: In function 'get_arg_page': /kisskb/src/fs/exec.c:202:22: note: byref variable will be forcibly initialized 202 | struct page *page; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/oom.h:195, from /kisskb/src/mm/oom_kill.c:53: /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_oom_score_adj_update': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ /kisskb/src/fs/exec.c: In function 'shift_arg_pages': /kisskb/src/fs/exec.c:687:27: note: byref variable will be forcibly initialized 687 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_reclaim_retry_zone': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_mark_victim': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' 74 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_wake_reaper': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_start_task_reaping': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' 106 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_finish_task_reaping': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_skip_task_reaping': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ /kisskb/src/fs/fcntl.c: In function 'put_compat_flock': /kisskb/src/fs/fcntl.c:544:29: note: byref variable will be forcibly initialized 544 | struct compat_flock fl; | ^~ /kisskb/src/fs/fcntl.c: In function 'put_compat_flock64': /kisskb/src/fs/fcntl.c:555:31: note: byref variable will be forcibly initialized 555 | struct compat_flock64 fl; | ^~ /kisskb/src/fs/fcntl.c: In function 'fcntl_rw_hint': /kisskb/src/fs/fcntl.c:291:13: note: byref variable will be forcibly initialized 291 | u64 h; | ^ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/exec.c:27: /kisskb/src/fs/exec.c: In function 'unshare_sighand': /kisskb/src/fs/fcntl.c: In function 'send_sigio_to_task': /kisskb/src/fs/fcntl.c:730:42: note: byref variable will be forcibly initialized 730 | kernel_siginfo_t si; | ^~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c:1211:17: note: in expansion of macro 'rcu_assign_pointer' 1211 | rcu_assign_pointer(me->sighand, newsighand); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fcntl.c: In function 'f_setown_ex': /kisskb/src/fs/fcntl.c:169:27: note: byref variable will be forcibly initialized 169 | struct f_owner_ex owner; | ^~~~~ /kisskb/src/fs/fcntl.c: In function 'do_fcntl': /kisskb/src/fs/fcntl.c:319:22: note: byref variable will be forcibly initialized 319 | struct flock flock; | ^~~~~ /kisskb/src/fs/fcntl.c: In function 'do_compat_fcntl64': /kisskb/src/fs/fcntl.c:605:22: note: byref variable will be forcibly initialized 605 | struct flock flock; | ^~~~~ /kisskb/src/mm/oom_kill.c: In function '__oom_reap_task_mm': /kisskb/src/mm/oom_kill.c:541:43: note: byref variable will be forcibly initialized 541 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/oom_kill.c:540:51: note: byref variable will be forcibly initialized 540 | struct mmu_notifier_range range; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/include/linux/oom.h:6, from /kisskb/src/mm/oom_kill.c:21: /kisskb/src/mm/oom_kill.c: In function 'oom_reaper': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:364:9: note: in expansion of macro '___wait_event' 364 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:384:25: note: in expansion of macro '__wait_event_freezable' 384 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:646:17: note: in expansion of macro 'wait_event_freezable' 646 | wait_event_freezable(oom_reaper_wait, oom_reaper_list != NULL); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/exec.c: In function 'prepare_binprm': /kisskb/src/fs/exec.c:1661:16: note: byref variable will be forcibly initialized 1661 | loff_t pos = 0; | ^~~ /kisskb/src/mm/oom_kill.c: In function '__do_sys_process_mrelease': 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/util.c:2: /kisskb/src/mm/util.c: In function 'vm_mmap_pgoff': /kisskb/src/mm/oom_kill.c:1207:22: note: byref variable will be forcibly initialized 1207 | unsigned int f_flags; | ^~~~~~~ /kisskb/src/mm/util.c:546:19: note: byref variable will be forcibly initialized 546 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/util.c:545:23: note: byref variable will be forcibly initialized 545 | unsigned long populate; | ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/fcntl.c:8: /kisskb/src/fs/fcntl.c: In function 'fasync_insert_entry': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/fcntl.c:931:9: note: in expansion of macro 'rcu_assign_pointer' 931 | rcu_assign_pointer(*fapp, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/util.c: In function '__vmalloc_array': /kisskb/src/mm/util.c:700:16: note: byref variable will be forcibly initialized 700 | 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/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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:831:15: note: in expansion of macro 'wait_event_interruptible_timeout' 831 | 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:1109:23: note: byref variable will be forcibly initialized 1109 | unsigned long freed = 0; | ^~~~~ /kisskb/src/mm/util.c: In function 'overcommit_policy_handler': /kisskb/src/mm/util.c:917:13: note: byref variable will be forcibly initialized 917 | int new_policy = -1; | ^~~~~~~~~~ /kisskb/src/mm/util.c:916:26: note: byref variable will be forcibly initialized 916 | struct ctl_table t; | ^ /kisskb/src/fs/exec.c: In function 'compat_do_execve': /kisskb/src/fs/exec.c:2046:29: note: userspace variable will be forcibly initialized 2046 | struct user_arg_ptr envp = { | ^~~~ /kisskb/src/fs/exec.c:2042:29: note: userspace variable will be forcibly initialized 2042 | struct user_arg_ptr argv = { | ^~~~ /kisskb/src/fs/exec.c: In function 'compat_do_execveat': /kisskb/src/fs/exec.c:2062:29: note: userspace variable will be forcibly initialized 2062 | struct user_arg_ptr envp = { | ^~~~ /kisskb/src/fs/exec.c:2058:29: note: userspace variable will be forcibly initialized 2058 | struct user_arg_ptr argv = { | ^~~~ /kisskb/src/fs/exec.c: In function 'setup_arg_pages': /kisskb/src/fs/exec.c:758:27: note: byref variable will be forcibly initialized 758 | struct mmu_gather tlb; | ^~~ /kisskb/src/fs/exec.c:752:32: note: byref variable will be forcibly initialized 752 | struct vm_area_struct *prev = NULL; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'hash_name': /kisskb/src/fs/namei.c:2161:37: note: byref variable will be forcibly initialized 2161 | const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; | ^~~~~~~~~ /kisskb/src/fs/namei.c:2160:30: note: byref variable will be forcibly initialized 2160 | unsigned long adata, bdata, mask, len; | ^~~~~ /kisskb/src/fs/namei.c:2160:23: note: byref variable will be forcibly initialized 2160 | unsigned long adata, bdata, mask, len; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/ioctl.c:8: /kisskb/src/fs/ioctl.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fiemap': /kisskb/src/fs/ioctl.c:201:23: note: byref variable will be forcibly initialized 201 | struct fiemap fiemap; | ^~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function '__traverse_mounts': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1409:25: note: in expansion of macro 'smp_load_acquire' 1409 | flags = smp_load_acquire(&path->dentry->d_flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1384:33: note: in expansion of macro 'smp_load_acquire' 1384 | flags = smp_load_acquire(&path->dentry->d_flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_preallocate': /kisskb/src/fs/ioctl.c:272:27: note: byref variable will be forcibly initialized 272 | struct space_resv sr; | ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_file_clone_range': /kisskb/src/fs/namei.c: In function 'traverse_mounts': /kisskb/src/fs/ioctl.c:254:33: note: byref variable will be forcibly initialized 254 | struct file_clone_range args; | ^~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:1428:26: note: in expansion of macro 'smp_load_acquire' 1428 | unsigned flags = smp_load_acquire(&path->dentry->d_flags); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ioctl.c: In function 'fiemap_fill_next_extent': /kisskb/src/fs/ioctl.c:118:30: note: byref variable will be forcibly initialized 118 | struct fiemap_extent extent; | ^~~~~~ /kisskb/src/fs/ioctl.c: In function 'copy_fsxattr_from_user': /kisskb/src/fs/ioctl.c:564:24: note: byref variable will be forcibly initialized 564 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/ioctl.c: In function 'copy_fsxattr_to_user': /kisskb/src/fs/ioctl.c:545:24: note: byref variable will be forcibly initialized 545 | struct fsxattr xfa; | ^~~ /kisskb/src/fs/ioctl.c: In function 'ioctl_setflags': /kisskb/src/fs/ioctl.c:719:25: note: byref variable will be forcibly initialized 719 | struct fileattr fa; | ^~ /kisskb/src/fs/ioctl.c: In function 'ioctl_fssetxattr': /kisskb/src/fs/ioctl.c:751:25: note: byref variable will be forcibly initialized 751 | struct fileattr fa; | ^~ /kisskb/src/fs/ioctl.c: In function 'do_vfs_ioctl': /kisskb/src/fs/ioctl.c:796:32: note: byref variable will be forcibly initialized 796 | loff_t res = inode_get_bytes(inode); | ^~~ /kisskb/src/fs/namei.c: In function 'follow_dotdot_rcu': /kisskb/src/fs/namei.c:1874:26: note: byref variable will be forcibly initialized 1874 | unsigned seq; | ^~~ /kisskb/src/fs/namei.c:1873:29: note: byref variable will be forcibly initialized 1873 | struct path path; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin': /kisskb/src/mm/shmem.c:1492:31: note: byref variable will be forcibly initialized 1492 | struct vm_area_struct pvma; | ^~~~ /kisskb/src/crypto/cipher.c: In function 'cipher_crypt_one': /kisskb/src/crypto/cipher.c:69:20: note: byref variable will be forcibly initialized 69 | u8 buffer[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; | ^~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_alloc_folio': /kisskb/src/mm/shmem.c:1553:31: note: byref variable will be forcibly initialized 1553 | struct vm_area_struct pvma; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_replace_entry': /kisskb/src/mm/shmem.c:413:18: note: byref variable will be forcibly initialized 413 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, 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:1664:41: note: byref variable will be forcibly initialized 1664 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:32: 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: In function 'shmem_add_to_page_cache': /kisskb/src/mm/shmem.c:704:24: note: byref variable will be forcibly initialized 704 | XA_STATE_ORDER(xas, &mapping->i_pages, index, folio_order(folio)); | ^~~ /kisskb/src/include/linux/xarray.h:1383:25: note: in definition of macro 'XA_STATE_ORDER' 1383 | struct xa_state name = __XA_STATE(array, \ | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin_folio': /kisskb/src/mm/shmem.c:1733:22: note: byref variable will be forcibly initialized 1733 | struct page *page; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unuse_swap_entries': /kisskb/src/mm/shmem.c:1220:31: note: byref variable will be forcibly initialized 1220 | struct folio *folio = fbatch->folios[i]; | ^~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_parse_one': /kisskb/src/mm/shmem.c:3441:15: note: byref variable will be forcibly initialized 3441 | char *rest; | ^~~~ /kisskb/src/mm/shmem.c:3439:32: note: byref variable will be forcibly initialized 3439 | struct fs_parse_result result; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/pagemap.h:83, from /kisskb/src/mm/swap.c:44: /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_insertion': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_activate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_find_swap_entries': /kisskb/src/mm/shmem.c:1173:18: note: byref variable will be forcibly initialized 1173 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | 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:1248:17: note: byref variable will be forcibly initialized 1248 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ /kisskb/src/mm/shmem.c:1247:28: note: byref variable will be forcibly initialized 1247 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_get_inode': /kisskb/src/mm/shmem.c:2322:15: note: byref variable will be forcibly initialized 2322 | ino_t ino; | ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_getpage_gfp': /kisskb/src/mm/shmem.c:1843:23: note: byref variable will be forcibly initialized 1843 | struct folio *folio; | ^~~~~ /kisskb/src/fs/namei.c: In function 'handle_mounts': /kisskb/src/fs/namei.c:1524:14: note: byref variable will be forcibly initialized 1524 | bool jumped; | ^~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_get_partial_folio': /kisskb/src/mm/shmem.c:889:22: note: byref variable will be forcibly initialized 889 | struct page *page; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_undo_range': /kisskb/src/mm/shmem.c:920:17: note: byref variable will be forcibly initialized 920 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ /kisskb/src/mm/shmem.c:919:28: note: byref variable will be forcibly initialized 919 | struct folio_batch fbatch; | ^~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_symlink': /kisskb/src/mm/shmem.c:3094:22: note: byref variable will be forcibly initialized 3094 | struct page *page; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_get_link': /kisskb/src/mm/shmem.c:3152:22: note: byref variable will be forcibly initialized 3152 | struct page *page = NULL; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_file_read_iter': /kisskb/src/mm/shmem.c:2578:30: note: byref variable will be forcibly initialized 2578 | struct page *page = NULL; | ^~~~ 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:2097:42: note: byref variable will be forcibly initialized 2097 | DEFINE_WAIT_FUNC(shmem_fault_wait, synchronous_wake_function); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/mm/shmem.c:2067:20: note: byref variable will be forcibly initialized 2067 | vm_fault_t ret = VM_FAULT_LOCKED; | ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_read_mapping_page_gfp': /kisskb/src/mm/shmem.c:4269:22: note: byref variable will be forcibly initialized 4269 | struct page *page; | ^~~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_partial_swap_usage': /kisskb/src/mm/shmem.c:811:18: note: byref variable will be forcibly initialized 811 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unlock_mapping': /kisskb/src/mm/shmem.c:872:17: note: byref variable will be forcibly initialized 872 | pgoff_t index = 0; | ^~~~~ /kisskb/src/mm/shmem.c:871:28: note: byref variable will be forcibly initialized 871 | struct folio_batch fbatch; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/mm/shmem.c:24: /kisskb/src/mm/shmem.c: In function 'shmem_evict_inode': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c:1153:25: note: in expansion of macro 'wait_var_event' 1153 | wait_var_event(&info->stop_eviction, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, 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:3329:41: note: byref variable will be forcibly initialized 3329 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:32: 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/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c: In function '__lru_add_drain_all': /kisskb/src/mm/shmem.c: In function 'shmem_fallocate': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/swap.c:828:20: note: in expansion of macro 'smp_load_acquire' 828 | this_gen = smp_load_acquire(&lru_drain_gen); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c:2786:30: note: byref variable will be forcibly initialized 2786 | 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:2719:49: note: byref variable will be forcibly initialized 2719 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(shmem_falloc_waitq); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:77:32: 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:2706:29: note: byref variable will be forcibly initialized 2706 | struct shmem_falloc shmem_falloc; | ^~~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_chunk_refresh_hint': /kisskb/src/mm/percpu.c:752:22: note: byref variable will be forcibly initialized 752 | int bit_off, bits; | ^~~~ /kisskb/src/mm/percpu.c:752:13: 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/vmscan.h:500, from /kisskb/src/mm/vmscan.c:64: /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_sleep': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_wake': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_wakeup_kswapd': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:26, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_direct_reclaim_begin_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:115:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 115 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_direct_reclaim_end_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 159 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_shrink_slab_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_shrink_slab_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:244:1: note: in expansion of macro 'TRACE_EVENT' 244 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_isolate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:281:1: note: in expansion of macro 'TRACE_EVENT' 281 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_write_folio': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:330:1: note: in expansion of macro 'TRACE_EVENT' 330 | TRACE_EVENT(mm_vmscan_write_folio, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_shrink_inactive': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:353:1: note: in expansion of macro 'TRACE_EVENT' 353 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_shrink_active': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:404:1: note: in expansion of macro 'TRACE_EVENT' 404 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_node_reclaim_begin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:440:1: note: in expansion of macro 'TRACE_EVENT' 440 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_find_block_fit': /kisskb/src/mm/percpu.c:1110:28: note: byref variable will be forcibly initialized 1110 | int bit_off, bits, next_off; | ^~~~~~~~ /kisskb/src/mm/percpu.c:1110:22: note: byref variable will be forcibly initialized 1110 | int bit_off, bits, next_off; | ^~~~ /kisskb/src/mm/percpu.c:1110:13: note: byref variable will be forcibly initialized 1110 | int bit_off, bits, next_off; | ^~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_throttled': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:471:1: note: in expansion of macro 'TRACE_EVENT' 471 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'choose_mountpoint': /kisskb/src/fs/namei.c:1317:26: note: byref variable will be forcibly initialized 1317 | unsigned seq, mseq = read_seqbegin(&mount_lock); | ^~~ /kisskb/src/fs/namei.c: In function 'follow_dotdot': /kisskb/src/fs/namei.c:1913:29: note: byref variable will be forcibly initialized 1913 | struct path path; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/percpu.h:137, from /kisskb/src/mm/percpu.c:98: /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_free_percpu': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ /kisskb/src/mm/swap.c: In function 'release_pages': /kisskb/src/mm/swap.c:939:23: note: byref variable will be forcibly initialized 939 | unsigned long flags = 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c:937:19: note: byref variable will be forcibly initialized 937 | LIST_HEAD(pages_to_free); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu_fail': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:76:1: note: in expansion of macro 'TRACE_EVENT' 76 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_create_chunk': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:101:1: note: in expansion of macro 'TRACE_EVENT' 101 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_destroy_chunk': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'step_into': /kisskb/src/fs/namei.c:1829:21: note: byref variable will be forcibly initialized 1829 | struct path path; | ^~~~ /kisskb/src/mm/swap.c: In function 'folio_batch_move_lru': /kisskb/src/mm/swap.c:236:23: note: byref variable will be forcibly initialized 236 | unsigned long flags = 0; | ^~~~~ /kisskb/src/fs/namei.c: In function 'link_path_walk': /kisskb/src/fs/namei.c:2283:45: note: byref variable will be forcibly initialized 2283 | struct qstr this = { { .hash_len = hash_len }, .name = name }; | ^~~~ /kisskb/src/fs/namei.c: In function 'filename_parentat': /kisskb/src/fs/namei.c:2539:26: note: byref variable will be forcibly initialized 2539 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function '__kern_path_locked': /kisskb/src/mm/percpu.c: In function 'pcpu_alloc_area': /kisskb/src/mm/percpu.c:1217:37: note: byref variable will be forcibly initialized 1217 | unsigned long area_off = 0, area_bits = 0; | ^~~~~~~~~ /kisskb/src/mm/percpu.c:1217:23: note: byref variable will be forcibly initialized 1217 | unsigned long area_off = 0, area_bits = 0; | ^~~~~~~~ /kisskb/src/fs/namei.c:2563:13: note: byref variable will be forcibly initialized 2563 | int type, error; | ^~~~ /kisskb/src/mm/vmscan.c: In function 'folio_check_references': /kisskb/src/fs/namei.c:2562:21: note: byref variable will be forcibly initialized 2562 | struct qstr last; | ^~~~ /kisskb/src/mm/vmscan.c:1437:23: note: byref variable will be forcibly initialized 1437 | unsigned long vm_flags; | ^~~~~~~~ /kisskb/src/fs/namei.c: In function 'do_o_path': /kisskb/src/fs/namei.c:3661:21: note: byref variable will be forcibly initialized 3661 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'filename_create': /kisskb/src/mm/vmscan.c: In function 'demote_page_list': /kisskb/src/mm/vmscan.c:1549:22: note: byref variable will be forcibly initialized 1549 | unsigned int nr_succeeded; | ^~~~~~~~~~~~ /kisskb/src/fs/namei.c:3761:13: note: byref variable will be forcibly initialized 3761 | int type; | ^~~~ /kisskb/src/fs/namei.c:3757:21: note: byref variable will be forcibly initialized 3757 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c: In function 'follow_down': /kisskb/src/fs/namei.c:1464:14: note: byref variable will be forcibly initialized 1464 | bool jumped; | ^~~~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_len': /kisskb/src/fs/namei.c:2701:21: note: byref variable will be forcibly initialized 2701 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'hashlen_string': /kisskb/src/fs/namei.c:2133:37: note: byref variable will be forcibly initialized 2133 | const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; | ^~~~~~~~~ /kisskb/src/fs/namei.c:2132:23: note: byref variable will be forcibly initialized 2132 | unsigned long adata, mask, len; | ^~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_slab': /kisskb/src/mm/vmscan.c:985:39: note: byref variable will be forcibly initialized 985 | struct shrink_control sc = { | ^~ /kisskb/src/fs/namei.c: In function 'filename_lookup': /kisskb/src/fs/namei.c:2499:26: note: byref variable will be forcibly initialized 2499 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'try_lookup_one_len': /kisskb/src/fs/namei.c:2674:21: note: byref variable will be forcibly initialized 2674 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one': /kisskb/src/fs/namei.c:2731:21: note: byref variable will be forcibly initialized 2731 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_unlocked': /kisskb/src/fs/namei.c:2762:21: note: byref variable will be forcibly initialized 2762 | struct qstr this; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/fs/namei.c:20: /kisskb/src/fs/namei.c: In function 'lookup_one_positive_unlocked': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:2803:46: note: in expansion of macro 'smp_load_acquire' 2803 | if (!IS_ERR(ret) && d_flags_negative(smp_load_acquire(&ret->d_flags))) { | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c: In function 'do_tmpfile': /kisskb/src/fs/namei.c:3633:21: note: byref variable will be forcibly initialized 3633 | struct path path; | ^~~~ 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c: In function 'pcpu_balance_free': /kisskb/src/fs/namei.c: In function 'do_filp_open': /kisskb/src/mm/percpu.c:1988:19: note: byref variable will be forcibly initialized 1988 | LIST_HEAD(to_free); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namei.c:3713:26: note: byref variable will be forcibly initialized 3713 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'do_file_open_root': /kisskb/src/fs/namei.c:3730:26: note: byref variable will be forcibly initialized 3730 | struct nameidata nd; | ^~ /kisskb/src/mm/vmscan.c: In function 'pageout': /kisskb/src/mm/vmscan.c:1255:42: note: byref variable will be forcibly initialized 1255 | struct writeback_control wbc = { | ^~~ /kisskb/src/fs/namei.c: In function 'do_mknodat': /kisskb/src/fs/namei.c:3921:21: note: byref variable will be forcibly initialized 3921 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_mkdirat': /kisskb/src/fs/namei.c:4023:21: note: byref variable will be forcibly initialized 4023 | struct path path; | ^~~~ 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'isolate_lru_pages': /kisskb/src/mm/vmscan.c:2149:19: note: byref variable will be forcibly initialized 2149 | LIST_HEAD(folios_skipped); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namei.c: In function 'do_rmdir': /kisskb/src/fs/namei.c:4123:13: note: byref variable will be forcibly initialized 4123 | int type; | ^~~~ /kisskb/src/fs/namei.c:4122:21: note: byref variable will be forcibly initialized 4122 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c:4121:21: note: byref variable will be forcibly initialized 4121 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_unlinkat': /kisskb/src/fs/namei.c:4265:23: note: byref variable will be forcibly initialized 4265 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4263:13: note: byref variable will be forcibly initialized 4263 | int type; | ^~~~ /kisskb/src/fs/namei.c:4262:21: note: byref variable will be forcibly initialized 4262 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c:4261:21: note: byref variable will be forcibly initialized 4261 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_symlinkat': /kisskb/src/fs/namei.c:4389:21: note: byref variable will be forcibly initialized 4389 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_linkat': /kisskb/src/fs/namei.c:4536:23: note: byref variable will be forcibly initialized 4536 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4535:31: note: byref variable will be forcibly initialized 4535 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4535:21: note: byref variable will be forcibly initialized 4535 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c: In function 'vfs_rename': /kisskb/src/fs/namei.c:4672:30: note: byref variable will be forcibly initialized 4672 | struct name_snapshot old_name; | ^~~~~~~~ /kisskb/src/fs/namei.c: In function 'do_renameat2': /kisskb/src/fs/namei.c:4804:23: note: byref variable will be forcibly initialized 4804 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4803:23: note: byref variable will be forcibly initialized 4803 | int old_type, new_type; | ^~~~~~~~ /kisskb/src/fs/namei.c:4803:13: note: byref variable will be forcibly initialized 4803 | int old_type, new_type; | ^~~~~~~~ /kisskb/src/fs/namei.c:4802:31: note: byref variable will be forcibly initialized 4802 | struct qstr old_last, new_last; | ^~~~~~~~ /kisskb/src/fs/namei.c:4802:21: note: byref variable will be forcibly initialized 4802 | struct qstr old_last, new_last; | ^~~~~~~~ /kisskb/src/fs/namei.c:4801:31: note: byref variable will be forcibly initialized 4801 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4801:21: note: byref variable will be forcibly initialized 4801 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4798:27: note: byref variable will be forcibly initialized 4798 | 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:4985:29: note: byref variable will be forcibly initialized 4985 | 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:5076:29: note: byref variable will be forcibly initialized 5076 | 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_symlink': /kisskb/src/fs/namei.c:5091:15: note: byref variable will be forcibly initialized 5091 | void *fsdata; | ^~~~~~ /kisskb/src/fs/namei.c:5090:22: note: byref variable will be forcibly initialized 5090 | struct page *page; | ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_page_list': /kisskb/src/mm/vmscan.c:1612:29: note: byref variable will be forcibly initialized 1612 | bool dirty, writeback; | ^~~~~~~~~ /kisskb/src/mm/vmscan.c:1612:22: note: byref variable will be forcibly initialized 1612 | bool dirty, writeback; | ^~~~~ /kisskb/src/mm/vmscan.c:1601:27: note: byref variable will be forcibly initialized 1601 | struct swap_iocb *plug = 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:1597:19: note: byref variable will be forcibly initialized 1597 | LIST_HEAD(demote_pages); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:1596:19: note: byref variable will be forcibly initialized 1596 | LIST_HEAD(free_pages); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:1595:19: note: byref variable will be forcibly initialized 1595 | LIST_HEAD(ret_pages); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:413, from /kisskb/src/mm/slab_common.c:33: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc_node': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:68:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 68 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kfree': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_cache_free': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:150:1: note: in expansion of macro 'TRACE_EVENT' 150 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:150:1: note: in expansion of macro 'TRACE_EVENT' 150 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:172:1: note: in expansion of macro 'TRACE_EVENT' 172 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ /kisskb/src/kernel/reboot.c: In function 'cpu_store': /kisskb/src/kernel/reboot.c:1208:22: note: byref variable will be forcibly initialized 1208 | unsigned int cpunum; | ^~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free_batched': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:194:1: note: in expansion of macro 'TRACE_EVENT' 194 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'throttle_direct_reclaim': /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:213:1: note: in expansion of macro 'TRACE_EVENT' 213 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:909:9: note: in expansion of macro '___wait_event' 909 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:931:25: note: in expansion of macro '__wait_event_killable' 931 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3791:17: note: in expansion of macro 'wait_event_killable' 3791 | wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3787:17: note: in expansion of macro 'wait_event_interruptible_timeout' 3787 | wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:242:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 242 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_pcpu_drain': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:279:1: note: in expansion of macro 'TRACE_EVENT' 279 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc_extfrag': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ In file included from /kisskb/src/mm/slab_common.c:33: /kisskb/src/mm/slab_common.c: In function 'mm_ptr_to_hash': /kisskb/src/include/trace/events/kmem.h:350:23: note: byref variable will be forcibly initialized 350 | unsigned long hashval; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:413, from /kisskb/src/mm/slab_common.c:33: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_rss_stat': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:382:1: note: in expansion of macro 'TRACE_EVENT' 382 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'reclaim_page_list': /kisskb/src/mm/vmscan.c:2609:29: note: byref variable will be forcibly initialized 2609 | struct reclaim_stat dummy_stat; | ^~~~~~~~~~ /kisskb/src/kernel/reboot.c: In function '__do_sys_reboot': /kisskb/src/kernel/reboot.c:687:14: note: byref variable will be forcibly initialized 687 | 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/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'move_pages_to_lru': /kisskb/src/mm/vmscan.c:2327:19: note: byref variable will be forcibly initialized 2327 | LIST_HEAD(folios_to_free); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_inactive_list': /kisskb/src/mm/vmscan.c:2409:29: note: byref variable will be forcibly initialized 2409 | struct reclaim_stat stat; | ^~~~ /kisskb/src/mm/vmscan.c:2406:23: note: byref variable will be forcibly initialized 2406 | 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c:2405:19: note: byref variable will be forcibly initialized 2405 | LIST_HEAD(page_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_active_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/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, 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:419:19: note: byref variable will be forcibly initialized 419 | LIST_HEAD(to_destroy); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2519:19: note: byref variable will be forcibly initialized 2519 | LIST_HEAD(l_inactive); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2518:19: note: byref variable will be forcibly initialized 2518 | LIST_HEAD(l_active); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2517:19: note: byref variable will be forcibly initialized 2517 | LIST_HEAD(l_hold); /* The folios which were snipped off */ | ^~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2516:23: note: byref variable will be forcibly initialized 2516 | unsigned long vm_flags; | ^~~~~~~~ /kisskb/src/mm/vmscan.c:2515:23: note: byref variable will be forcibly initialized 2515 | unsigned long nr_scanned; | ^~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_lruvec': /kisskb/src/mm/vmscan.c:2953:23: note: byref variable will be forcibly initialized 2953 | unsigned long targets[NR_LRU_LISTS]; | ^~~~~~~ /kisskb/src/mm/vmscan.c:2952:23: note: byref variable will be forcibly initialized 2952 | unsigned long nr[NR_LRU_LISTS]; | ^~ 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'reclaim_clean_pages_from_list': /kisskb/src/mm/vmscan.c:2060:19: note: byref variable will be forcibly initialized 2060 | LIST_HEAD(clean_folios); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c:2057:29: note: byref variable will be forcibly initialized 2057 | 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'reclaim_pages': /kisskb/src/mm/vmscan.c:2634:19: note: byref variable will be forcibly initialized 2634 | LIST_HEAD(node_folio_list); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/vmscan.c: In function 'check_move_unevictable_pages': /kisskb/src/mm/vmscan.c:4857:28: note: byref variable will be forcibly initialized 4857 | struct folio_batch fbatch; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/security/keys/user_defined.c:10: /kisskb/src/security/keys/user_defined.c: In function 'key_read_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:447:16: note: in expansion of macro 'smp_load_acquire' 447 | return smp_load_acquire(&key->state); | ^~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c: In function 'user_revoke': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c:136:17: note: in expansion of macro 'rcu_assign_keypointer' 136 | rcu_assign_keypointer(key, NULL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c: In function 'user_update': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/key.h:476:9: note: in expansion of macro 'rcu_assign_pointer' 476 | rcu_assign_pointer((KEY)->payload.rcu_data0, (PAYLOAD)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/user_defined.c:115:9: note: in expansion of macro 'rcu_assign_keypointer' 115 | rcu_assign_keypointer(key, prep->payload.data[0]); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_direction': /kisskb/src/drivers/pinctrl/core.c:837:36: note: byref variable will be forcibly initialized 837 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:836:29: note: byref variable will be forcibly initialized 836 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages': /kisskb/src/mm/gup.c:414:22: note: byref variable will be forcibly initialized 414 | unsigned int nr; | ^~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages_lockless': /kisskb/src/mm/gup.c:388:22: note: byref variable will be forcibly initialized 388 | unsigned int nr; | ^~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages_dirty_lock': /kisskb/src/mm/gup.c:304:22: note: byref variable will be forcibly initialized 304 | unsigned int nr; | ^~ /kisskb/src/mm/gup.c: In function 'check_and_migrate_movable_pages': /kisskb/src/mm/gup.c:2034:49: note: byref variable will be forcibly initialized 2034 | struct migration_target_control mtc = { | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/mm/gup.c:5: /kisskb/src/mm/gup.c:1941:19: note: byref variable will be forcibly initialized 1941 | LIST_HEAD(movable_page_list); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/gup.c: In function 'lockless_pages_from_mm': /kisskb/src/mm/gup.c:2899:13: note: byref variable will be forcibly initialized 2899 | int nr_pinned = 0; | ^~~~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_generic_free_groups': /kisskb/src/drivers/pinctrl/core.c:694:32: note: byref variable will be forcibly initialized 694 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/mm/gup.c: In function '__get_user_pages': /kisskb/src/mm/gup.c:1166:30: note: byref variable will be forcibly initialized 1166 | unsigned int foll_flags = gup_flags; | ^~~~~~~~~~ /kisskb/src/mm/gup.c:1146:32: note: byref variable will be forcibly initialized 1146 | struct vm_area_struct *vma = NULL; | ^~~ /kisskb/src/mm/gup.c: In function 'unpin_user_page_range_dirty_lock': /kisskb/src/mm/gup.c:370:22: note: byref variable will be forcibly initialized 370 | unsigned int nr; | ^~ /kisskb/src/mm/gup.c: In function '__mm_populate': /kisskb/src/mm/gup.c:1657:13: note: byref variable will be forcibly initialized 1657 | int locked = 0; | ^~~~~~ /kisskb/src/mm/gup.c: In function 'fault_in_safe_writeable': /kisskb/src/mm/gup.c:1836:14: note: byref variable will be forcibly initialized 1836 | bool unlocked = false; | ^~~~~~~~ /kisskb/src/mm/gup.c: In function 'get_user_pages_unlocked': /kisskb/src/mm/gup.c:2276:13: note: byref variable will be forcibly initialized 2276 | int locked = 1; | ^~~~~~ /kisskb/src/mm/gup.c: In function 'internal_get_user_pages_fast': /kisskb/src/mm/gup.c:2947:28: note: byref variable will be forcibly initialized 2947 | unsigned long len, end; | ^~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_groups_show': /kisskb/src/drivers/pinctrl/core.c:1695:26: note: byref variable will be forcibly initialized 1695 | unsigned num_pins = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/core.c:1694:33: note: byref variable will be forcibly initialized 1694 | const unsigned *pins = NULL; | ^~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_can_use_line': /kisskb/src/drivers/pinctrl/core.c:744:36: note: byref variable will be forcibly initialized 744 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:743:29: 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:36: note: byref variable will be forcibly initialized 780 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:779:29: 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:36: note: byref variable will be forcibly initialized 815 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:814:29: note: byref variable will be forcibly initialized 814 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_set_config': /kisskb/src/drivers/pinctrl/core.c:898:29: note: byref variable will be forcibly initialized 898 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c:897:36: note: byref variable will be forcibly initialized 897 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:896:23: note: byref variable will be forcibly initialized 896 | unsigned long configs[] = { config }; | ^~~~~~~ /kisskb/src/crypto/scatterwalk.c: In function 'scatterwalk_map_and_copy': /kisskb/src/crypto/scatterwalk.c:59:28: note: byref variable will be forcibly initialized 59 | struct scatterlist tmp[2]; | ^~~ /kisskb/src/crypto/scatterwalk.c:58:29: note: byref variable will be forcibly initialized 58 | struct scatter_walk walk; | ^~~~ /kisskb/src/drivers/phy/phy-core.c: In function '_of_phy_get': /kisskb/src/drivers/phy/phy-core.c:570:32: note: byref variable will be forcibly initialized 570 | 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:705:31: note: byref variable will be forcibly initialized 705 | struct class_dev_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/kernel/kmod.c:4: /kisskb/src/kernel/kmod.c: In function '__request_module': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:936:9: note: in expansion of macro '___wait_event' 936 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:967:25: note: in expansion of macro '__wait_event_killable_timeout' 967 | __ret = __wait_event_killable_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kmod.c:155:23: note: in expansion of macro 'wait_event_killable_timeout' 155 | ret = wait_event_killable_timeout(kmod_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kmod.c:127:14: note: byref variable will be forcibly initialized 127 | char module_name[MODULE_NAME_LEN]; | ^~~~~~~~~~~ /kisskb/src/kernel/kmod.c:126:17: note: byref variable will be forcibly initialized 126 | va_list args; | ^~~~ In file included from /kisskb/src/include/linux/crypto.h:17, from /kisskb/src/include/crypto/algapi.h:11, from /kisskb/src/crypto/algapi.c:8: /kisskb/src/crypto/algapi.c: In function 'crypto_remove_spawns': /kisskb/src/crypto/algapi.c:153:19: note: byref variable will be forcibly initialized 153 | LIST_HEAD(top); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c:152:19: note: byref variable will be forcibly initialized 152 | LIST_HEAD(stack); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c:150:19: note: byref variable will be forcibly initialized 150 | LIST_HEAD(secondary_spawns); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_alg_tested': /kisskb/src/crypto/algapi.c:311:19: note: byref variable will be forcibly initialized 311 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_alg': /kisskb/src/crypto/algapi.c:466:19: note: byref variable will be forcibly initialized 466 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_template': /kisskb/src/crypto/algapi.c:557:19: note: byref variable will be forcibly initialized 557 | LIST_HEAD(users); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_instance': /kisskb/src/crypto/algapi.c:679:19: note: byref variable will be forcibly initialized 679 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/inode.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/inode.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_read': /kisskb/src/fs/seq_file.c:155:25: note: byref variable will be forcibly initialized 155 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/seq_file.c:154:22: note: byref variable will be forcibly initialized 154 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/seq_file.c:153:22: note: byref variable will be forcibly initialized 153 | struct iovec iov = { .iov_base = buf, .iov_len = size}; | ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_escape_mem': /kisskb/src/fs/seq_file.c:377:15: note: byref variable will be forcibly initialized 377 | char *buf; | ^~~ /kisskb/src/fs/inode.c: In function '__remove_privs': /kisskb/src/fs/seq_file.c: In function 'seq_printf': /kisskb/src/fs/inode.c:2007:22: note: byref variable will be forcibly initialized 2007 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/seq_file.c:403:17: 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:15: note: byref variable will be forcibly initialized 472 | char *buf; | ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_path_root': /kisskb/src/fs/seq_file.c:510:15: note: byref variable will be forcibly initialized 510 | char *buf; | ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_dentry': /kisskb/src/fs/seq_file.c:539:15: note: byref variable will be forcibly initialized 539 | char *buf; | ^~~ /kisskb/src/fs/seq_file.c: In function 'seq_hex_dump': /kisskb/src/fs/seq_file.c:870:15: note: byref variable will be forcibly initialized 870 | char *buffer; | ^~~~~~ /kisskb/src/fs/inode.c: In function 'dump_mapping': /kisskb/src/fs/inode.c:562:23: note: byref variable will be forcibly initialized 562 | unsigned long ino; | ^~~ /kisskb/src/fs/inode.c:561:23: note: byref variable will be forcibly initialized 561 | struct dentry dentry; | ^~~~~~ /kisskb/src/fs/inode.c:559:28: note: byref variable will be forcibly initialized 559 | struct hlist_node *dentry_first; | ^~~~~~~~~~~~ /kisskb/src/fs/inode.c:558:48: note: byref variable will be forcibly initialized 558 | const struct address_space_operations *a_ops; | ^~~~~ /kisskb/src/fs/inode.c:557:23: note: byref variable will be forcibly initialized 557 | struct inode *host; | ^~~~ 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:715:19: note: byref variable will be forcibly initialized 715 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, 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/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/fs/inode.c: In function 'invalidate_inodes': /kisskb/src/fs/inode.c:766:19: note: byref variable will be forcibly initialized 766 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/inode.c: In function 'prune_icache_sb': /kisskb/src/fs/inode.c:892:19: note: byref variable will be forcibly initialized 892 | LIST_HEAD(freeable); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 'pick_file': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:647:17: note: in expansion of macro 'rcu_assign_pointer' 647 | rcu_assign_pointer(fdt->fd[fd], NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c: In function 'do_dup2': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:1104:9: note: in expansion of macro 'rcu_assign_pointer' 1104 | rcu_assign_pointer(fdt->fd[fd], file); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c: In function 'expand_fdtable': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:198:9: note: in expansion of macro 'rcu_assign_pointer' 198 | rcu_assign_pointer(files->fdt, new_fdt); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/file.c:10: /kisskb/src/fs/file.c: In function 'expand_files': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/file.c:235:17: note: in expansion of macro 'wait_event' 235 | wait_event(files->resize_wait, !files->resize_in_progress); | ^~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/printk/printk.c:22: /kisskb/src/kernel/printk/printk.c: In function 'arch_atomic_set_release': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:243:17: note: in expansion of macro 'smp_store_release' 243 | smp_store_release(&(v)->counter, i); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 'alloc_fd': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:548:17: note: in expansion of macro 'rcu_assign_pointer' 548 | rcu_assign_pointer(fdt->fd[fd], NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c: In function 'fd_install': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:622:9: note: in expansion of macro 'rcu_assign_pointer' 622 | rcu_assign_pointer(fdt->fd[fd], file); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:614:17: note: in expansion of macro 'rcu_assign_pointer' 614 | rcu_assign_pointer(fdt->fd[fd], file); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/inode.c: In function 'current_time': /kisskb/src/fs/inode.c:2478:27: note: byref variable will be forcibly initialized 2478 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'atime_needs_update': /kisskb/src/fs/inode.c:1889:27: note: byref variable will be forcibly initialized 1889 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'touch_atime': /kisskb/src/fs/inode.c:1925:27: note: byref variable will be forcibly initialized 1925 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'file_update_time': /kisskb/src/fs/inode.c:2114:27: note: byref variable will be forcibly initialized 2114 | struct timespec64 now = current_time(inode); | ^~~ /kisskb/src/fs/inode.c: In function 'file_modified_flags': /kisskb/src/fs/inode.c:2143:27: note: byref variable will be forcibly initialized 2143 | struct timespec64 now = current_time(inode); | ^~~ /kisskb/src/fs/file.c: In function 'dup_fd': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:402:9: note: in expansion of macro 'rcu_assign_pointer' 402 | rcu_assign_pointer(newf->fdt, new_fdt); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:395:17: note: in expansion of macro 'rcu_assign_pointer' 395 | rcu_assign_pointer(*new_fds++, f); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'console_emit_next_record': /kisskb/src/kernel/printk/printk.c:2680:28: note: byref variable will be forcibly initialized 2680 | struct printk_info info; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/printk.h:37, from /kisskb/src/kernel/printk/printk.c:56: /kisskb/src/kernel/printk/printk.c: In function 'trace_event_raw_event_console': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(console, | ^~~~~~~~~~~ /kisskb/src/fs/file.c: In function '__close_range': /kisskb/src/fs/file.c:732:52: note: byref variable will be forcibly initialized 732 | struct files_struct *cur_fds = me->files, *fds = NULL; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, 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 'do_close_on_exec': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/file.c:841:25: note: in expansion of macro 'rcu_assign_pointer' 841 | rcu_assign_pointer(fdt->fd[fd], NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'console_setup': /kisskb/src/kernel/printk/printk.c:2420:14: note: byref variable will be forcibly initialized 2420 | 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:2838:13: note: byref variable will be forcibly initialized 2838 | u64 next_seq; | ^~~~~~~~ /kisskb/src/kernel/printk/printk.c:2836:14: note: byref variable will be forcibly initialized 2836 | bool handover; | ^~~~~~~~ /kisskb/src/kernel/locking/semaphore.c: In function '___down_common': /kisskb/src/kernel/locking/semaphore.c:212:33: note: byref variable will be forcibly initialized 212 | struct semaphore_waiter waiter; | ^~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/locking/rwsem.c:19: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_mark_wake': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:556:17: note: in expansion of macro 'smp_store_release' 556 | smp_store_release(&waiter->task, NULL); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:412:26: note: byref variable will be forcibly initialized 412 | struct list_head wlist; | ^~~~~ 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:1210:23: note: byref variable will be forcibly initialized 1210 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_downgrade_wake': /kisskb/src/kernel/locking/rwsem.c:1231:23: note: byref variable will be forcibly initialized 1231 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/locking/rwsem.c:19: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_down_read_slowpath': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c:1075:22: note: in expansion of macro 'smp_load_acquire' 1075 | if (!smp_load_acquire(&waiter.task)) { | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/locking/rwsem.c:24: /kisskb/src/kernel/locking/rwsem.c:1002:23: note: byref variable will be forcibly initialized 1002 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/locking/rwsem.c:1001:29: note: byref variable will be forcibly initialized 1001 | struct rwsem_waiter waiter; | ^~~~~~ /kisskb/src/kernel/locking/rwsem.c: In function '__down_read_common': /kisskb/src/kernel/locking/rwsem.c:1249:14: note: byref variable will be forcibly initialized 1249 | long count; | ^~~~~ In file included from /kisskb/src/kernel/locking/rwsem.c:24: /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_down_write_slowpath': /kisskb/src/kernel/locking/rwsem.c:1111:23: note: byref variable will be forcibly initialized 1111 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/locking/rwsem.c:1110:29: note: byref variable will be forcibly initialized 1110 | struct rwsem_waiter waiter; | ^~~~~~ /kisskb/src/kernel/dma/mapping.c: In function 'dma_alloc_attrs': /kisskb/src/kernel/dma/mapping.c:493:15: note: byref variable will be forcibly initialized 493 | void *cpu_addr; | ^~~~~~~~ In file included from /kisskb/src/kernel/dma/mapping.c:17: /kisskb/src/kernel/dma/mapping.c: In function 'dma_direct_map_page': /kisskb/src/kernel/dma/direct.h:89:20: note: byref variable will be forcibly initialized 89 | dma_addr_t dma_addr = phys_to_dma(dev, phys); | ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/gpio/gpiolib.c:5: /kisskb/src/drivers/gpio/gpiolib.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/kernel/locking/mutex.c: In function '__mutex_lock_common': /kisskb/src/kernel/locking/mutex.c:573:29: note: byref variable will be forcibly initialized 573 | struct mutex_waiter waiter; | ^~~~~~ /kisskb/src/kernel/sched/core.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:9: note: in expansion of macro 'rcu_assign_pointer' 47 | rcu_assign_pointer(w->task, current); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/gpio/gpiolib.c:5: /kisskb/src/drivers/gpio/gpiolib.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/sched/core.c: In function 'finish_task': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4812:9: note: in expansion of macro 'smp_store_release' 4812 | smp_store_release(&prev->on_cpu, 0); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:741, from /kisskb/src/kernel/sched/core.c:81: /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop_ret': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(sched_kthread_stop_ret, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_queue_work': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_hierarchy_irq_domain_alloc': /kisskb/src/drivers/gpio/gpiolib.c:1112:22: note: byref variable will be forcibly initialized 1112 | unsigned int parent_type; | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1111:22: note: byref variable will be forcibly initialized 1111 | unsigned int parent_hwirq; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1108:22: note: byref variable will be forcibly initialized 1108 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' 93 | TRACE_EVENT(sched_kthread_work_execute_start, | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1107:25: note: byref variable will be forcibly initialized 1107 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_set_hierarchical_irqchip': /kisskb/src/drivers/gpio/gpiolib.c:1031:38: note: byref variable will be forcibly initialized 1031 | unsigned int parent_type; | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1030:38: note: byref variable will be forcibly initialized 1030 | unsigned int parent_hwirq; | ^~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wakeup_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1029:43: note: byref variable will be forcibly initialized 1029 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_migrate_task': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:274:1: note: in expansion of macro 'TRACE_EVENT' 274 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:301:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 301 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(sched_process_wait, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_fork': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_exec': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:400:1: note: in expansion of macro 'TRACE_EVENT' 400 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_stat_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:426:39: note: in expansion of macro 'DECLARE_EVENT_CLASS' 426 | #define DECLARE_EVENT_CLASS_SCHEDSTAT DECLARE_EVENT_CLASS | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:436:1: note: in expansion of macro 'DECLARE_EVENT_CLASS_SCHEDSTAT' 436 | DECLARE_EVENT_CLASS_SCHEDSTAT(sched_stat_template, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_stat_runtime': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:494:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 494 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_pi_setprio': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:528:1: note: in expansion of macro 'TRACE_EVENT' 528 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_hang': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:557:1: note: in expansion of macro 'TRACE_EVENT' 557 | TRACE_EVENT(sched_process_hang, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_move_numa': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:579:1: note: in expansion of macro 'TRACE_EVENT' 579 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_numa_pair_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 611 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/lock.h:144, from /kisskb/src/kernel/locking/mutex.c:34: /kisskb/src/kernel/locking/mutex.c: In function 'trace_event_raw_event_lock_acquire': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wake_idle_without_ipi': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:671:1: note: in expansion of macro 'TRACE_EVENT' 671 | TRACE_EVENT(sched_wake_idle_without_ipi, | ^~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function 'trace_event_raw_event_lock': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/lock.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 50 | DECLARE_EVENT_CLASS(lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 50 | DECLARE_EVENT_CLASS(lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function 'trace_event_raw_event_contention_begin': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(contention_begin, | ^~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function 'trace_event_raw_event_contention_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(contention_end, | ^~~~~~~~~~~ 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:904:23: note: byref variable will be forcibly initialized 904 | DEFINE_WAKE_Q(wake_q); | ^~~~~~ /kisskb/src/include/linux/sched/wake_q.h:49:28: note: in definition of macro 'DEFINE_WAKE_Q' 49 | struct wake_q_head name = WAKE_Q_HEAD_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_switch': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:222:1: note: in expansion of macro 'TRACE_EVENT' 222 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ /kisskb/src/kernel/locking/mutex.c: In function 'mutex_lock_io_nested': /kisskb/src/kernel/locking/mutex.c:573:29: note: byref variable will be forcibly initialized 573 | struct mutex_waiter waiter; | ^~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_to_irq': /kisskb/src/drivers/gpio/gpiolib.c:1413:35: note: byref variable will be forcibly initialized 1413 | struct irq_fwspec spec; | ^~~~ /kisskb/src/kernel/power/qos.c: In function 'cpu_latency_qos_read': /kisskb/src/kernel/power/qos.c:366:13: note: byref variable will be forcibly initialized 366 | s32 value; | ^~~~~ /kisskb/src/kernel/power/qos.c: In function 'cpu_latency_qos_write': /kisskb/src/kernel/power/qos.c:381:13: note: byref variable will be forcibly initialized 381 | s32 value; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'prepare_to_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcuwait.h:47:9: note: in expansion of macro 'rcu_assign_pointer' 47 | rcu_assign_pointer(w->task, current); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/update.c:606: /kisskb/src/kernel/rcu/update.c: In function 'tasks_gp_state_getname': /kisskb/src/kernel/rcu/tasks.h:214:13: note: byref variable will be forcibly initialized 214 | 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:839, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_utilization': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(rcu_utilization, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, 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:2694:32: note: byref variable will be forcibly initialized 2694 | DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_stall_warning': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' 444 | TRACE_EVENT(rcu_stall_warning, | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:2693:32: note: byref variable will be forcibly initialized 2693 | DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'setup_resched_latency_warn_ms': /kisskb/src/kernel/sched/core.c:5417:14: note: byref variable will be forcibly initialized 5417 | long val; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_invoke_cbs': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:467:31: note: in expansion of macro 'smp_load_acquire' 467 | if (cpunext < smp_load_acquire(&rtp->percpu_dequeue_lim)) { | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:463:23: note: in expansion of macro 'smp_load_acquire' 463 | if (cpunext < smp_load_acquire(&rtp->percpu_dequeue_lim)) { | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_set_array_value_complex': /kisskb/src/drivers/gpio/gpiolib.c:2988:32: note: byref variable will be forcibly initialized 2988 | DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:2987:32: note: byref variable will be forcibly initialized 2987 | DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/kernel/rcu/update.c: In function 'cblist_init_generic': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:249:9: note: in expansion of macro 'smp_store_release' 249 | smp_store_release(&rtp->percpu_enqueue_lim, lim); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_barrier_tasks_generic': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:365:28: note: in expansion of macro 'smp_load_acquire' 365 | if (cpu >= smp_load_acquire(&rtp->percpu_dequeue_lim)) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'capacity_from_percent': /kisskb/src/kernel/sched/core.c:10416:31: note: byref variable will be forcibly initialized 10416 | struct uclamp_request req = { | ^~~ /kisskb/src/kernel/sched/core.c: In function 'cpu_cgroup_can_attach': /kisskb/src/kernel/sched/core.c:10311:37: note: byref variable will be forcibly initialized 10311 | struct cgroup_subsys_state *css; | ^~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_bh_held': /kisskb/src/kernel/rcu/update.c:332:14: 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:14: 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:14: note: byref variable will be forcibly initialized 307 | bool ret; | ^~~ In file included from /kisskb/src/kernel/rcu/update.c:606: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_wait_gp': /kisskb/src/kernel/rcu/tasks.h:698:22: note: byref variable will be forcibly initialized 698 | 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:656:19: note: byref variable will be forcibly initialized 656 | LIST_HEAD(holdouts); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'call_rcu_tasks_generic': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:323:25: note: in expansion of macro 'smp_store_release' 323 | smp_store_release(&rtp->percpu_enqueue_lim, nr_cpu_ids); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_need_gpcb': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:426:25: note: in expansion of macro 'smp_store_release' 426 | smp_store_release(&rtp->percpu_enqueue_lim, 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:392:29: note: in expansion of macro 'smp_load_acquire' 392 | for (cpu = 0; cpu < smp_load_acquire(&rtp->percpu_dequeue_lim); cpu++) { | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getparam': /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib.c:3999:23: note: byref variable will be forcibly initialized 3999 | unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:7930:28: note: byref variable will be forcibly initialized 7930 | struct sched_param lp = { .sched_priority = 0 }; | ^~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'fwnode_gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib.c:3828:14: note: byref variable will be forcibly initialized 3828 | char prop_name[32]; /* 32 is max size of property name */ | ^~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_any_held': /kisskb/src/kernel/rcu/update.c:342:14: note: byref variable will be forcibly initialized 342 | bool ret; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/update.c:21: /kisskb/src/kernel/rcu/update.c: In function 'finish_rcuwait': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c:412:9: note: in expansion of macro 'rcu_assign_pointer' 412 | rcu_assign_pointer(w->task, NULL); | ^~~~~~~~~~~~~~~~~~ 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:32: 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:568:17: note: in expansion of macro 'wait_rcu_gp' 568 | wait_rcu_gp(rtp->call_func); | ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:25: 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:568:17: note: in expansion of macro 'wait_rcu_gp' 568 | wait_rcu_gp(rtp->call_func); | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_add_data_with_key': /kisskb/src/drivers/gpio/gpiolib.c:603:13: note: byref variable will be forcibly initialized 603 | u32 ngpios; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'balance_push_set': /kisskb/src/kernel/sched/core.c:9217:25: note: byref variable will be forcibly initialized 9217 | struct rq_flags rf; | ^~ /kisskb/src/fs/namespace.c: In function 'mnt_user_ns': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/mount.h:79:16: note: in expansion of macro 'smp_load_acquire' 79 | return smp_load_acquire(&mnt->mnt_userns); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'uclamp_update_util_min_rt_default': /kisskb/src/kernel/sched/core.c:1444:25: note: byref variable will be forcibly initialized 1444 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8776:25: note: byref variable will be forcibly initialized 8776 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8822:27: note: byref variable will be forcibly initialized 8822 | struct timespec64 t; | ^ /kisskb/src/kernel/sched/core.c: In function 'uclamp_update_active': /kisskb/src/kernel/sched/core.c:1696:25: note: byref variable will be forcibly initialized 1696 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'uclamp_update_active_tasks': /kisskb/src/kernel/sched/core.c:1725:30: note: byref variable will be forcibly initialized 1725 | struct css_task_iter it; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmap_lock.h:87, from /kisskb/src/mm/mmap_lock.c:3: /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock_acquire_returned': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c: In function 'do_idmap_mount': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c:4098:9: note: in expansion of macro 'smp_store_release' 4098 | smp_store_release(&mnt->mnt.mnt_userns, mnt_userns); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'umount_tree': /kisskb/src/fs/namespace.c:1551:19: note: byref variable will be forcibly initialized 1551 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c: In function 'shrink_submounts': /kisskb/src/fs/namespace.c:3226:19: note: byref variable will be forcibly initialized 3226 | LIST_HEAD(graveyard); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'set_user_nice': /kisskb/src/fs/namespace.c: In function 'commit_tree': /kisskb/src/fs/namespace.c:956:19: note: byref variable will be forcibly initialized 956 | LIST_HEAD(head); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/sched/core.c:6990:25: note: byref variable will be forcibly initialized 6990 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'cpu_cgroup_fork': /kisskb/src/kernel/sched/core.c:10297:25: note: byref variable will be forcibly initialized 10297 | struct rq_flags rf; | ^~ /kisskb/src/fs/namespace.c: In function 'mnt_warn_timestamp_expiry': /kisskb/src/fs/namespace.c:2618:27: note: byref variable will be forcibly initialized 2618 | struct tm tm; | ^~ /kisskb/src/kernel/sched/core.c: In function 'task_call_func': /kisskb/src/kernel/sched/core.c:4227:25: note: byref variable will be forcibly initialized 4227 | struct rq_flags rf; | ^~ /kisskb/src/fs/namespace.c: In function 'init_mount_tree': /kisskb/src/fs/namespace.c:4381:21: note: byref variable will be forcibly initialized 4381 | struct path root; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_exec': /kisskb/src/kernel/sched/core.c:5304:38: note: byref variable will be forcibly initialized 5304 | struct migration_arg arg = { p, dest_cpu }; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'task_sched_runtime': In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mntput_no_expire': /kisskb/src/fs/namespace.c:1209:19: note: byref variable will be forcibly initialized 1209 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/sched/core.c:5346:25: note: byref variable will be forcibly initialized 5346 | struct rq_flags rf; | ^~ /kisskb/src/fs/namespace.c: In function 'namespace_unlock': /kisskb/src/fs/namespace.c:1485:19: note: byref variable will be forcibly initialized 1485 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/namespace.c:1482:27: note: byref variable will be forcibly initialized 1482 | struct hlist_head head; | ^~~~ /kisskb/src/fs/libfs.c: In function 'simple_attr_read': /kisskb/src/fs/libfs.c:980:21: 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:28: note: byref variable will be forcibly initialized 1001 | unsigned long long val; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_if_idle': /kisskb/src/kernel/sched/core.c:3780:25: note: byref variable will be forcibly initialized 3780 | struct rq_flags rf; | ^~ /kisskb/src/fs/namespace.c: In function '__do_sys_mount_setattr': /kisskb/src/fs/namespace.c:4335:28: note: byref variable will be forcibly initialized 4335 | struct mount_kattr kattr; | ^~~~~ /kisskb/src/fs/namespace.c:4334:27: note: byref variable will be forcibly initialized 4334 | struct mount_attr attr; | ^~~~ /kisskb/src/fs/namespace.c:4333:21: note: byref variable will be forcibly initialized 4333 | struct path target; | ^~~~~~ /kisskb/src/fs/namespace.c: In function 'ksys_umount': /kisskb/src/fs/namespace.c:1813:21: note: byref variable will be forcibly initialized 1813 | struct path path; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'migration_cpu_stop': /kisskb/src/kernel/sched/core.c:2390:25: note: byref variable will be forcibly initialized 2390 | struct rq_flags rf; | ^~ /kisskb/src/fs/namespace.c: In function '__do_sys_open_tree': /kisskb/src/fs/namespace.c:2507:21: note: byref variable will be forcibly initialized 2507 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_fsmount': /kisskb/src/fs/namespace.c:3645:22: note: byref variable will be forcibly initialized 3645 | unsigned int mnt_flags = 0; | ^~~~~~~~~ /kisskb/src/fs/namespace.c:3642:21: note: byref variable will be forcibly initialized 3642 | struct path newmount; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__balance_push_cpu_stop': /kisskb/src/kernel/sched/core.c:9124:25: note: byref variable will be forcibly initialized 9124 | struct rq_flags rf; | ^~ 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:2204:20: note: byref variable will be forcibly initialized 2204 | HLIST_HEAD(tree_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:836:44: note: in definition of macro 'HLIST_HEAD' 836 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'wait_task_inactive': /kisskb/src/kernel/sched/core.c:3344:33: note: byref variable will be forcibly initialized 3344 | ktime_t to = NSEC_PER_SEC / HZ; | ^~ /kisskb/src/kernel/sched/core.c:3273:25: note: byref variable will be forcibly initialized 3273 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function 'sched_ttwu_pending': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:3740:25: note: in expansion of macro 'smp_cond_load_acquire' 3740 | smp_cond_load_acquire(&p->on_cpu, !VAL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:3723:25: note: byref variable will be forcibly initialized 3723 | struct rq_flags rf; | ^~ /kisskb/src/fs/namespace.c: In function 'do_loopback': /kisskb/src/fs/namespace.c:2422:21: note: byref variable will be forcibly initialized 2422 | struct path old_path; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_queue': /kisskb/src/kernel/sched/core.c:3868:25: note: byref variable will be forcibly initialized 3868 | struct rq_flags rf; | ^~ /kisskb/src/fs/namespace.c: In function 'do_move_mount_old': /kisskb/src/fs/namespace.c:2906:21: note: byref variable will be forcibly initialized 2906 | struct path old_path; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_runnable': /kisskb/src/kernel/sched/core.c:3701:25: note: byref variable will be forcibly initialized 3701 | struct rq_flags rf; | ^~ /kisskb/src/fs/namespace.c: In function '__do_sys_move_mount': /kisskb/src/fs/namespace.c:3770:32: note: byref variable will be forcibly initialized 3770 | struct path from_path, to_path; | ^~~~~~~ /kisskb/src/fs/namespace.c:3770:21: note: byref variable will be forcibly initialized 3770 | struct path from_path, to_path; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mark_mounts_for_expiry': /kisskb/src/fs/namespace.c:3141:19: note: byref variable will be forcibly initialized 3141 | LIST_HEAD(graveyard); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_new_task': /kisskb/src/kernel/sched/core.c:4658:25: note: byref variable will be forcibly initialized 4658 | struct rq_flags rf; | ^~ /kisskb/src/fs/namespace.c: In function 'do_mount': /kisskb/src/fs/namespace.c:3377:21: note: byref variable will be forcibly initialized 3377 | struct path path; | ^~~~ /kisskb/src/kernel/sched/core.c: In function '__schedule': /kisskb/src/kernel/sched/core.c:6380:25: note: byref variable will be forcibly initialized 6380 | struct rq_flags rf; | ^~ /kisskb/src/fs/namespace.c: In function '__do_sys_pivot_root': /kisskb/src/fs/namespace.c:3871:31: note: byref variable will be forcibly initialized 3871 | struct path new, old, root; | ^~~~ /kisskb/src/fs/namespace.c:3871:26: note: byref variable will be forcibly initialized 3871 | struct path new, old, root; | ^~~ /kisskb/src/fs/namespace.c:3871:21: note: byref variable will be forcibly initialized 3871 | struct path new, old, root; | ^~~ /kisskb/src/fs/namespace.c: In function 'mount_subtree': /kisskb/src/fs/namespace.c:3536:21: note: byref variable will be forcibly initialized 3536 | struct path path; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_yield': /kisskb/src/fs/namespace.c: In function 'mntns_install': /kisskb/src/fs/namespace.c:4649:21: note: byref variable will be forcibly initialized 4649 | struct path root; | ^~~~ /kisskb/src/kernel/sched/core.c:8266:25: note: byref variable will be forcibly initialized 8266 | struct rq_flags rf; | ^~ /kisskb/src/fs/namespace.c: In function 'current_chrooted': /kisskb/src/fs/namespace.c:4497:21: note: byref variable will be forcibly initialized 4497 | struct path fs_root; | ^~~~~~~ /kisskb/src/fs/namespace.c:4496:21: note: byref variable will be forcibly initialized 4496 | struct path ns_root; | ^~~~~~~ /kisskb/src/drivers/gpio/gpiolib-devres.c: In function 'devm_gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib-devres.c:99:27: 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:27: note: byref variable will be forcibly initialized 154 | struct gpio_desc *desc; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'list_del_init_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:310:9: note: in expansion of macro 'smp_store_release' 310 | smp_store_release(&entry->next, entry); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function 'try_to_wake_up': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4181:9: note: in expansion of macro 'smp_cond_load_acquire' 4181 | smp_cond_load_acquire(&p->on_cpu, !VAL); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:4168:13: note: in expansion of macro 'smp_load_acquire' 4168 | if (smp_load_acquire(&p->on_cpu) && | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'generic_test_bit_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:140:23: note: in expansion of macro 'smp_load_acquire' 140 | return 1UL & (smp_load_acquire(p) >> (nr & (BITS_PER_LONG-1))); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__sched_setscheduler': /kisskb/src/kernel/sched/core.c:7414:25: note: byref variable will be forcibly initialized 7414 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'rt_mutex_setprio': /kisskb/src/kernel/sched/core.c:6867:25: note: byref variable will be forcibly initialized 6867 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'scheduler_tick': /kisskb/src/kernel/sched/core.c:5441:25: note: byref variable will be forcibly initialized 5441 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_setscheduler': /kisskb/src/kernel/sched/core.c:7743:28: note: byref variable will be forcibly initialized 7743 | struct sched_param lparam; | ^~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_setattr': /kisskb/src/kernel/sched/core.c:7859:27: note: byref variable will be forcibly initialized 7859 | struct sched_attr attr; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_stop_task': /kisskb/src/kernel/sched/core.c:3512:28: note: byref variable will be forcibly initialized 3512 | struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; | ^~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_fifo_low': /kisskb/src/kernel/sched/core.c:7725:28: note: byref variable will be forcibly initialized 7725 | struct sched_param sp = { .sched_priority = 1 }; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_fifo': /kisskb/src/kernel/sched/core.c:7715:28: note: byref variable will be forcibly initialized 7715 | struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; | ^~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getaffinity': /kisskb/src/drivers/video/hdmi.c: In function 'hdmi_spd_infoframe_log': /kisskb/src/drivers/video/hdmi.c:1269:12: note: byref variable will be forcibly initialized 1269 | u8 buf[17]; | ^~~ /kisskb/src/kernel/sched/core.c:8240:23: note: byref variable will be forcibly initialized 8240 | cpumask_var_t mask; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function 'affine_move_task': /kisskb/src/include/linux/wait_bit.h:246:37: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:9: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:9: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:2829:9: note: in expansion of macro 'wait_var_event' 2829 | 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:2937:25: note: byref variable will be forcibly initialized 2937 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__sched_setaffinity': /kisskb/src/kernel/sched/core.c:8085:37: note: byref variable will be forcibly initialized 8085 | cpumask_var_t cpus_allowed, new_mask; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c:8085:23: note: byref variable will be forcibly initialized 8085 | cpumask_var_t cpus_allowed, new_mask; | ^~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:89: /kisskb/src/kernel/sched/build_utility.c: In function 'dattrs_equal': /kisskb/src/kernel/sched/topology.c:2496:34: note: byref variable will be forcibly initialized 2496 | struct sched_domain_attr tmp; | ^~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_setaffinity': /kisskb/src/kernel/sched/core.c:8187:23: note: byref variable will be forcibly initialized 8187 | cpumask_var_t new_mask; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'restrict_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2962:25: note: byref variable will be forcibly initialized 2962 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'force_compatible_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:3014:23: note: byref variable will be forcibly initialized 3014 | cpumask_var_t new_mask; | ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/kernel/sched/core.c:9: /kisskb/src/kernel/sched/core.c: In function 'init_idle': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:8981:9: note: in expansion of macro 'rcu_assign_pointer' 8981 | rcu_assign_pointer(rq->curr, idle); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_activate': /kisskb/src/kernel/sched/core.c:9343:25: note: byref variable will be forcibly initialized 9343 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_deactivate': /kisskb/src/kernel/sched/core.c:9388:25: note: byref variable will be forcibly initialized 9388 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_dying': /kisskb/src/kernel/sched/core.c:9526:25: note: byref variable will be forcibly initialized 9526 | struct rq_flags rf; | ^~ In file included from /kisskb/src/kernel/sched/build_utility.c:84: /kisskb/src/kernel/sched/build_utility.c: In function '__wake_up_common_lock': /kisskb/src/kernel/sched/wait.c:128:28: note: byref variable will be forcibly initialized 128 | wait_queue_entry_t bookmark; | ^~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:61: /kisskb/src/kernel/sched/build_utility.c: In function 'cpuacct_stats_show': /kisskb/src/kernel/sched/cpuacct.c:264:13: note: byref variable will be forcibly initialized 264 | u64 val[CPUACCT_STAT_NSTATS]; | ^~~ /kisskb/src/kernel/sched/cpuacct.c:263:29: note: byref variable will be forcibly initialized 263 | struct task_cputime cputime; | ^~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:73: /kisskb/src/kernel/sched/build_utility.c: In function 'sd_flags_show': /kisskb/src/kernel/sched/debug.c:351:23: note: byref variable will be forcibly initialized 351 | unsigned long flags = *(unsigned int *)m->private; | ^~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_move_task': /kisskb/src/kernel/sched/core.c:10199:25: note: byref variable will be forcibly initialized 10199 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'cpu_cgroup_attach': In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/cpufreq.h:12, from /kisskb/src/kernel/sched/build_utility.c:22: /kisskb/src/kernel/sched/build_utility.c: In function 'kmalloc_array': /kisskb/src/kernel/sched/core.c:10342:37: note: byref variable will be forcibly initialized 10342 | struct cgroup_subsys_state *css; | ^~~ /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:69: /kisskb/src/kernel/sched/build_utility.c: In function 'rate_limit_us_store': /kisskb/src/kernel/sched/cpufreq_schedutil.c:518:22: note: byref variable will be forcibly initialized 518 | unsigned int rate_limit_us; | ^~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:73: /kisskb/src/kernel/sched/build_utility.c: In function 'sched_scaling_write': /kisskb/src/kernel/sched/debug.c:175:22: note: byref variable will be forcibly initialized 175 | unsigned int scaling; | ^~~~~~~ /kisskb/src/kernel/sched/debug.c:174:14: note: byref variable will be forcibly initialized 174 | char buf[16]; | ^~~ /kisskb/src/kernel/sched/build_utility.c: In function 'sched_dynamic_write': /kisskb/src/kernel/sched/debug.c:224:14: note: byref variable will be forcibly initialized 224 | char buf[16]; | ^~~ /kisskb/src/kernel/sched/build_utility.c: In function 'sched_feat_write': /kisskb/src/kernel/sched/debug.c:127:14: note: byref variable will be forcibly initialized 127 | char buf[64]; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/pwm/core.c:9: /kisskb/src/drivers/pwm/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pwm/core.c: In function 'of_pwmchip_add': /kisskb/src/drivers/pwm/core.c:187:21: note: byref variable will be forcibly initialized 187 | u32 pwm_cells; | ^~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:89: /kisskb/src/kernel/sched/build_utility.c: In function 'sched_domain_debug_one': /kisskb/src/kernel/sched/topology.c:37:23: note: byref variable will be forcibly initialized 37 | unsigned long flags = sd->flags; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/pwm.h:58, from /kisskb/src/drivers/pwm/core.c:24: /kisskb/src/drivers/pwm/core.c: In function 'trace_event_raw_event_pwm': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/pwm.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(pwm, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/core.c: In function 'pwm_apply_state_debug': /kisskb/src/drivers/pwm/core.c:445:30: note: byref variable will be forcibly initialized 445 | struct pwm_state s1, s2; | ^~ /kisskb/src/drivers/pwm/core.c:445:26: note: byref variable will be forcibly initialized 445 | struct pwm_state s1, s2; | ^~ /kisskb/src/drivers/pwm/core.c: In function 'pwm_dbg_show': /kisskb/src/drivers/pwm/core.c:1144:34: note: byref variable will be forcibly initialized 1144 | struct pwm_state state; | ^~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:105: /kisskb/src/kernel/sched/build_utility.c: In function 'housekeeping_setup': /kisskb/src/kernel/sched/isolation.c:150:31: note: byref variable will be forcibly initialized 150 | unsigned long iter_flags = flags & housekeeping.flags; | ^~~~~~~~~~ /kisskb/src/kernel/sched/isolation.c:111:46: note: byref variable will be forcibly initialized 111 | cpumask_var_t non_housekeeping_mask, housekeeping_staging; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/isolation.c:111:23: note: byref variable will be forcibly initialized 111 | cpumask_var_t non_housekeeping_mask, housekeeping_staging; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pwm/core.c: In function 'acpi_pwm_get': /kisskb/src/drivers/pwm/core.c:822:38: note: byref variable will be forcibly initialized 822 | struct fwnode_reference_args args; | ^~~~ /kisskb/src/drivers/pwm/core.c: In function 'pwm_adjust_config': /kisskb/src/drivers/pwm/core.c:628:26: note: byref variable will be forcibly initialized 628 | struct pwm_state state; | ^~~~~ /kisskb/src/drivers/pwm/core.c: In function 'of_pwm_get': /kisskb/src/drivers/pwm/core.c:741:32: note: byref variable will be forcibly initialized 741 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:109: /kisskb/src/kernel/sched/build_utility.c: In function 'autogroup_move_group': /kisskb/src/kernel/sched/autogroup.c:162:23: note: byref variable will be forcibly initialized 162 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'autogroup_task_get': /kisskb/src/kernel/sched/autogroup.c:74:23: note: byref variable will be forcibly initialized 74 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'update_top_cache_domain': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:699:9: note: in expansion of macro 'rcu_assign_pointer' 699 | rcu_assign_pointer(per_cpu(sd_asym_cpucapacity, cpu), sd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:696:9: note: in expansion of macro 'rcu_assign_pointer' 696 | rcu_assign_pointer(per_cpu(sd_asym_packing, cpu), sd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:693:9: note: in expansion of macro 'rcu_assign_pointer' 693 | rcu_assign_pointer(per_cpu(sd_numa, cpu), sd); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:690:9: note: in expansion of macro 'rcu_assign_pointer' 690 | rcu_assign_pointer(per_cpu(sd_llc_shared, cpu), sds); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:687:9: note: in expansion of macro 'rcu_assign_pointer' 687 | rcu_assign_pointer(per_cpu(sd_llc, cpu), sd); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:101: /kisskb/src/kernel/sched/build_utility.c: In function 'membarrier_global_expedited': /kisskb/src/kernel/sched/membarrier.c:247:23: note: byref variable will be forcibly initialized 247 | cpumask_var_t tmpmask; | ^~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'sync_runqueues_membarrier_state': /kisskb/src/kernel/sched/membarrier.c:428:23: note: byref variable will be forcibly initialized 428 | cpumask_var_t tmpmask; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module/main.c:11: /kisskb/src/kernel/module/main.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ 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/main.c:60: /kisskb/src/kernel/module/main.c: In function 'trace_event_raw_event_module_load': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(module_load, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(module_load, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'membarrier_private_expedited': /kisskb/src/kernel/sched/membarrier.c:311:23: note: byref variable will be forcibly initialized 311 | cpumask_var_t tmpmask; | ^~~~~~~ /kisskb/src/kernel/module/main.c: In function 'trace_event_raw_event_module_free': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(module_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(module_free, | ^~~~~~~~~~~ /kisskb/src/kernel/module/main.c: In function 'trace_event_raw_event_module_refcnt': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/module.h:70:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 70 | DECLARE_EVENT_CLASS(module_refcnt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:70:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 70 | DECLARE_EVENT_CLASS(module_refcnt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c: In function 'trace_event_raw_event_module_request': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(module_request, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'cpufreq_add_update_util_hook': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/cpufreq.c:40:9: note: in expansion of macro 'rcu_assign_pointer' 40 | rcu_assign_pointer(per_cpu(cpufreq_update_util_data, cpu), data); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'cpufreq_remove_update_util_hook': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/cpufreq.c:56:9: note: in expansion of macro 'rcu_assign_pointer' 56 | rcu_assign_pointer(per_cpu(cpufreq_update_util_data, cpu), NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c: In function 'get_next_modinfo': /kisskb/src/kernel/module/main.c:1554:23: note: byref variable will be forcibly initialized 1554 | unsigned long size = infosec->sh_size; | ^~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:73: /kisskb/src/kernel/sched/build_utility.c: In function 'update_sched_domain_debugfs': /kisskb/src/kernel/sched/debug.c:416:22: note: byref variable will be forcibly initialized 416 | char buf[32]; | ^~~ /kisskb/src/kernel/module/main.c: In function 'find_symbol': /kisskb/src/kernel/module/main.c:317:34: note: byref variable will be forcibly initialized 317 | struct symsearch arr[] = { | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module/main.c:11: /kisskb/src/kernel/module/main.c: In function 'resolve_symbol_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c:1119:13: note: in expansion of macro 'wait_event_interruptible_timeout' 1119 | if (wait_event_interruptible_timeout(module_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c:1117:14: note: byref variable will be forcibly initialized 1117 | char owner[MODULE_NAME_LEN]; | ^~~~~ /kisskb/src/kernel/module/main.c: In function 'verify_exported_symbols': /kisskb/src/kernel/module/main.c:1250:48: note: byref variable will be forcibly initialized 1250 | struct find_symbol_arg fsa = { | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module/main.c:11: /kisskb/src/kernel/module/main.c: In function 'add_unformed_module': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c:2574:31: note: in expansion of macro 'wait_event_interruptible' 2574 | err = wait_event_interruptible(module_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'swake_up_all': /kisskb/src/kernel/sched/swait.c:64:19: note: byref variable will be forcibly initialized 64 | LIST_HEAD(tmp); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module/main.c:11: /kisskb/src/kernel/module/main.c: In function 'do_init_module': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module/main.c:2496:9: note: in expansion of macro 'rcu_assign_pointer' 2496 | rcu_assign_pointer(mod->kallsyms, &mod->core_kallsyms); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:15, from /kisskb/src/arch/arm64/include/asm/uaccess.h:24, from /kisskb/src/include/linux/uaccess.h:11, from /kisskb/src/include/linux/sched/task.h:11, from /kisskb/src/include/linux/sched/signal.h:9, from /kisskb/src/include/linux/sched/cputime.h:5, from /kisskb/src/kernel/sched/build_utility.c:13: /kisskb/src/kernel/sched/build_utility.c: In function 'do_wait_for_common': /kisskb/src/kernel/sched/completion.c:75:36: note: byref variable will be forcibly initialized 75 | DECLARE_SWAITQUEUE(wait); | ^~~~ /kisskb/src/include/linux/swait.h:59:28: note: in definition of macro 'DECLARE_SWAITQUEUE' 59 | struct swait_queue name = __SWAITQUEUE_INITIALIZER(name) | ^~~~ /kisskb/src/kernel/module/main.c: In function '__do_sys_finit_module': /kisskb/src/kernel/module/main.c:2926:15: note: byref variable will be forcibly initialized 2926 | void *buf = NULL; | ^~~ /kisskb/src/kernel/module/main.c: In function '__do_sys_delete_module': /kisskb/src/kernel/module/main.c:701:18: note: byref variable will be forcibly initialized 701 | int ret, forced = 0; | ^~~~~~ /kisskb/src/kernel/module/main.c:700:14: note: byref variable will be forcibly initialized 700 | char buf[MODULE_FLAGS_BUF_SIZE]; | ^~~ /kisskb/src/kernel/module/main.c:699:14: note: byref variable will be forcibly initialized 699 | char name[MODULE_NAME_LEN]; | ^~~~ /kisskb/src/kernel/module/main.c: In function 'print_modules': /kisskb/src/kernel/module/main.c:3145:14: note: byref variable will be forcibly initialized 3145 | char buf[MODULE_FLAGS_BUF_SIZE]; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/smp.h:12, from /kisskb/src/include/linux/sched/clock.h:5, from /kisskb/src/kernel/sched/build_utility.c:12: /kisskb/src/kernel/sched/build_utility.c: In function 'cpu_attach_domain': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/topology.c:758:9: note: in expansion of macro 'rcu_assign_pointer' 758 | rcu_assign_pointer(rq->sd, sd); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/sched/build_utility.c:89: /kisskb/src/kernel/sched/build_utility.c: In function 'build_sched_domains': /kisskb/src/kernel/sched/topology.c:2252:23: note: byref variable will be forcibly initialized 2252 | struct s_data d; | ^ In file included from /kisskb/src/kernel/sched/build_utility.c:73: /kisskb/src/kernel/sched/build_utility.c: In function 'print_task': /kisskb/src/kernel/sched/debug.c:520:22: note: byref variable will be forcibly initialized 520 | char buf[128]; \ | ^~~ /kisskb/src/kernel/sched/debug.c:553:9: note: in expansion of macro 'SEQ_printf_task_group_path' 553 | SEQ_printf_task_group_path(m, task_group(p), " %s") | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'print_cfs_rq': /kisskb/src/kernel/sched/debug.c:520:22: note: byref variable will be forcibly initialized 520 | char buf[128]; \ | ^~~ /kisskb/src/kernel/sched/debug.c:590:9: note: in expansion of macro 'SEQ_printf_task_group_path' 590 | SEQ_printf_task_group_path(m, cfs_rq->tg, "cfs_rq[%d]:%s\n", cpu); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/build_utility.c: In function 'print_rt_rq': /kisskb/src/kernel/sched/debug.c:520:22: note: byref variable will be forcibly initialized 520 | char buf[128]; \ | ^~~ /kisskb/src/kernel/sched/debug.c:666:9: note: in expansion of macro 'SEQ_printf_task_group_path' 666 | SEQ_printf_task_group_path(m, rt_rq->tg, "rt_rq[%d]:%s\n", cpu); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs_context.c: In function 'logfc': /kisskb/src/fs/fs_context.c:388:26: note: byref variable will be forcibly initialized 388 | struct va_format vaf = {.fmt = fmt, .va = &va}; | ^~~ /kisskb/src/fs/fs_context.c:387:17: 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:15: note: byref variable will be forcibly initialized 203 | char *options = data, *key; | ^~~~~~~ /kisskb/src/mm/memory.c: In function 'remove_device_exclusive_entry': /kisskb/src/mm/memory.c:3617:35: note: byref variable will be forcibly initialized 3617 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'generic_access_phys': /kisskb/src/mm/memory.c:5382:21: note: byref variable will be forcibly initialized 5382 | spinlock_t *ptl; | ^~~ /kisskb/src/mm/memory.c:5381:16: note: byref variable will be forcibly initialized 5381 | pte_t *ptep, pte; | ^~~~ /kisskb/src/mm/memory.c: In function 'wp_page_copy': /kisskb/src/mm/memory.c:3099:35: note: byref variable will be forcibly initialized 3099 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'zap_pte_range': /kisskb/src/mm/memory.c:1409:13: note: byref variable will be forcibly initialized 1409 | int rss[NR_MM_COUNTERS]; | ^~~ /kisskb/src/mm/memory.c: In function 'zap_page_range_single': /kisskb/src/mm/memory.c:1774:27: note: byref variable will be forcibly initialized 1774 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/memory.c:1773:35: note: byref variable will be forcibly initialized 1773 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'unmap_vmas': /kisskb/src/mm/memory.c:1720:35: note: byref variable will be forcibly initialized 1720 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'zap_page_range': /kisskb/src/mm/memory.c:1747:27: note: byref variable will be forcibly initialized 1747 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/memory.c:1746:35: note: byref variable will be forcibly initialized 1746 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'follow_pfn': /kisskb/src/mm/memory.c:5320:16: note: byref variable will be forcibly initialized 5320 | pte_t *ptep; | ^~~~ /kisskb/src/mm/memory.c:5319:21: note: byref variable will be forcibly initialized 5319 | spinlock_t *ptl; | ^~~ /kisskb/src/mm/memory.c: In function 'follow_phys': /kisskb/src/mm/memory.c:5341:21: note: byref variable will be forcibly initialized 5341 | spinlock_t *ptl; | ^~~ /kisskb/src/mm/memory.c:5340:16: note: byref variable will be forcibly initialized 5340 | pte_t *ptep, pte; | ^~~~ /kisskb/src/mm/memory.c: In function '__access_remote_vm': /kisskb/src/mm/memory.c:5446:30: note: byref variable will be forcibly initialized 5446 | struct page *page = NULL; | ^~~~ /kisskb/src/mm/memory.c:5435:32: note: byref variable will be forcibly initialized 5435 | struct vm_area_struct *vma; | ^~~ /kisskb/src/mm/memory.c: In function 'copy_user_huge_page': /kisskb/src/mm/memory.c:5710:33: note: byref variable will be forcibly initialized 5710 | struct copy_subpage_arg arg = { | ^~~ /kisskb/src/mm/memory.c: In function '__pte_alloc': /kisskb/src/mm/memory.c:468:19: note: byref variable will be forcibly initialized 468 | pgtable_t new = pte_alloc_one(mm); | ^~~ /kisskb/src/mm/memory.c: In function 'copy_pte_range': /kisskb/src/mm/memory.c:1030:22: note: byref variable will be forcibly initialized 1030 | struct page *prealloc = NULL; | ^~~~~~~~ /kisskb/src/mm/memory.c:1028:13: note: byref variable will be forcibly initialized 1028 | int rss[NR_MM_COUNTERS]; | ^~~ /kisskb/src/mm/memory.c: In function 'copy_page_range': /kisskb/src/mm/memory.c:1280:35: note: byref variable will be forcibly initialized 1280 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'insert_page': /kisskb/src/mm/memory.c:1874:21: note: byref variable will be forcibly initialized 1874 | spinlock_t *ptl; | ^~~ /kisskb/src/crypto/skcipher.c: In function 'skcipher_alloc_instance_simple': /kisskb/src/crypto/skcipher.c:932:13: note: byref variable will be forcibly initialized 932 | u32 mask; | ^~~~ /kisskb/src/mm/memory.c: In function 'insert_pfn': /kisskb/src/mm/memory.c:2137:21: note: byref variable will be forcibly initialized 2137 | spinlock_t *ptl; | ^~~ /kisskb/src/mm/memory.c: In function '__apply_to_page_range': /kisskb/src/mm/memory.c:2765:24: note: byref variable will be forcibly initialized 2765 | pgtbl_mod_mask mask = 0; | ^~~~ /kisskb/src/kernel/time/time.c: In function '__get_old_timespec32': /kisskb/src/kernel/time/time.c:819:31: note: byref variable will be forcibly initialized 819 | struct old_timespec32 ts; | ^~ /kisskb/src/kernel/time/time.c: In function '__put_old_timespec32': /kisskb/src/kernel/time/time.c:835:31: note: byref variable will be forcibly initialized 835 | struct old_timespec32 ts = { | ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_gettimeofday': /kisskb/src/kernel/time/time.c:144:35: note: byref variable will be forcibly initialized 144 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/time.c: In function '__do_compat_sys_gettimeofday': /kisskb/src/kernel/time/time.c:228:35: note: byref variable will be forcibly initialized 228 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_adjtimex': /kisskb/src/kernel/time/time.c:271:31: note: byref variable will be forcibly initialized 271 | struct __kernel_timex txc; /* Local copy of parameter */ | ^~~ /kisskb/src/kernel/time/time.c: In function '__do_sys_settimeofday': /kisskb/src/kernel/time/time.c:203:25: note: byref variable will be forcibly initialized 203 | struct timezone new_tz; | ^~~~~~ /kisskb/src/kernel/time/time.c:202:27: note: byref variable will be forcibly initialized 202 | struct timespec64 new_ts; | ^~~~~~ /kisskb/src/kernel/time/time.c: In function '__do_compat_sys_settimeofday': /kisskb/src/kernel/time/time.c:247:25: note: byref variable will be forcibly initialized 247 | struct timezone new_tz; | ^~~~~~ /kisskb/src/kernel/time/time.c:246:27: note: byref variable will be forcibly initialized 246 | struct timespec64 new_ts; | ^~~~~~ /kisskb/src/kernel/time/time.c: In function 'timespec64_add_safe': /kisskb/src/kernel/time/time.c:768:27: note: byref variable will be forcibly initialized 768 | struct timespec64 res; | ^~~ /kisskb/src/kernel/time/time.c: In function 'get_timespec64': /kisskb/src/kernel/time/time.c:784:34: note: byref variable will be forcibly initialized 784 | struct __kernel_timespec kts; | ^~~ /kisskb/src/kernel/time/time.c: In function 'put_timespec64': /kisskb/src/kernel/time/time.c:807:34: note: byref variable will be forcibly initialized 807 | struct __kernel_timespec kts = { | ^~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_irqchip_state': /kisskb/src/kernel/irq/manage.c:2865:23: note: byref variable will be forcibly initialized 2865 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_parent': /kisskb/src/kernel/irq/manage.c:1004:23: note: byref variable will be forcibly initialized 1004 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_affinity_notify': /kisskb/src/kernel/irq/manage.c:517:23: note: byref variable will be forcibly initialized 517 | cpumask_var_t cpumask; | ^~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_irq_wake': /kisskb/src/kernel/irq/manage.c:881:23: note: byref variable will be forcibly initialized 881 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread_check_affinity': /kisskb/src/kernel/irq/manage.c:1131:23: note: byref variable will be forcibly initialized 1131 | cpumask_var_t mask; | ^~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread': /kisskb/src/kernel/irq/manage.c:1288:30: note: byref variable will be forcibly initialized 1288 | struct callback_head on_exit_work; | ^~~~~~~~~~~~ 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 'wake_up_and_wait_for_irq_thread_ready': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c:1279:9: note: in expansion of macro 'wait_event' 1279 | wait_event(desc->wait_for_threads, | ^~~~~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_update_affinity_desc': /kisskb/src/kernel/irq/manage.c:399:23: note: byref variable will be forcibly initialized 399 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__irq_apply_affinity_hint': /kisskb/src/kernel/irq/manage.c:499:23: note: byref variable will be forcibly initialized 499 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_vcpu_affinity': /kisskb/src/kernel/irq/manage.c:652:23: note: byref variable will be forcibly initialized 652 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__disable_irq_nosync': /kisskb/src/kernel/irq/manage.c:689:23: note: byref variable will be forcibly initialized 689 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'enable_irq': /kisskb/src/kernel/irq/manage.c:817:23: note: byref variable will be forcibly initialized 817 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'can_request_irq': /kisskb/src/kernel/irq/manage.c:930:23: note: byref variable will be forcibly initialized 930 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'enable_percpu_irq': /kisskb/src/kernel/irq/manage.c:2369:23: note: byref variable will be forcibly initialized 2369 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_percpu_is_enabled': /kisskb/src/kernel/irq/manage.c:2416:23: note: byref variable will be forcibly initialized 2416 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_plat_data.c: In function 'ipmi_platform_add': /kisskb/src/drivers/char/ipmi/ipmi_plat_data.c:17:31: note: byref variable will be forcibly initialized 17 | struct property_entry pr[6]; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_plat_data.c:16:25: note: byref variable will be forcibly initialized 16 | struct resource r[4]; | ^ /kisskb/src/kernel/irq/manage.c: In function 'disable_percpu_irq': /kisskb/src/kernel/irq/manage.c:2433:23: note: byref variable will be forcibly initialized 2433 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'prepare_percpu_nmi': /kisskb/src/kernel/irq/manage.c:2728:23: note: byref variable will be forcibly initialized 2728 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'teardown_percpu_nmi': /kisskb/src/kernel/irq/manage.c:2771:23: note: byref variable will be forcibly initialized 2771 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__synchronize_hardirq': /kisskb/src/kernel/irq/manage.c:41:14: 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c:137:17: note: in expansion of macro 'wait_event' 137 | wait_event(desc->wait_for_threads, | ^~~~~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_get_irqchip_state': /kisskb/src/kernel/irq/manage.c:2831:23: note: byref variable will be forcibly initialized 2831 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_peek_irq': /kisskb/src/drivers/irqchip/irq-gic-v3.c:340:13: note: byref variable will be forcibly initialized 340 | u32 index, mask; | ^~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/irqchip/irq-gic-v3.c:9: /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_domain_select': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1613:25: note: byref variable will be forcibly initialized 1613 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1612:22: note: byref variable will be forcibly initialized 1612 | unsigned int type, ret, ppi_idx; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_set_prio': /kisskb/src/drivers/irqchip/irq-gic-v3.c:466:21: note: byref variable will be forcibly initialized 466 | u32 offset, index; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_poke_irq': /kisskb/src/drivers/irqchip/irq-gic-v3.c:356:13: note: byref variable will be forcibly initialized 356 | u32 index, mask; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_ipi_send_mask': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1276:13: note: byref variable will be forcibly initialized 1276 | int cpu; | ^~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_set_type': /kisskb/src/drivers/irqchip/irq-gic-v3.c:582:21: note: byref variable will be forcibly initialized 582 | u32 offset, index; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_set_affinity': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1325:21: note: byref variable will be forcibly initialized 1325 | u32 offset, index; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_populate_ppi_partitions': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1994:35: note: byref variable will be forcibly initialized 1994 | struct irq_fwspec ppi_fwspec = { | ^~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1963:29: note: byref variable will be forcibly initialized 1963 | u32 cpu_phandle; | ^~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'partition_domain_translate': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1650:23: note: byref variable will be forcibly initialized 1650 | unsigned long ppi_intid; | ^~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_irq_domain_alloc': /kisskb/src/drivers/irqchip/irq-gic-v3.c:1559:22: note: byref variable will be forcibly initialized 1559 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:1558:25: note: byref variable will be forcibly initialized 1558 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_of_setup_kvm_info': /kisskb/src/drivers/irqchip/irq-gic-v3.c:2023:13: note: byref variable will be forcibly initialized 2023 | u32 gicv_idx; | ^~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:2022:25: note: byref variable will be forcibly initialized 2022 | struct resource r; | ^ /kisskb/src/drivers/irqchip/irq-gic-v3.c: In function 'gic_of_init': /kisskb/src/drivers/irqchip/irq-gic-v3.c:2075:13: note: byref variable will be forcibly initialized 2075 | u32 nr_redist_regions; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:2074:13: note: byref variable will be forcibly initialized 2074 | u64 redist_stride; | ^~~~~~~~~~~~~ /kisskb/src/drivers/irqchip/irq-gic-v3.c:2073:25: note: byref variable will be forcibly initialized 2073 | struct resource res; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/locking/lockdep.c:30: /kisskb/src/kernel/locking/lockdep.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'hlist_add_head_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), n); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/video/of_display_timing.c: In function 'parse_timing_property': /kisskb/src/drivers/video/of_display_timing.c:29:13: 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:13: note: byref variable will be forcibly initialized 60 | u32 val = 0; | ^~~ In file included from /kisskb/src/drivers/video/of_display_timing.c:10: /kisskb/src/drivers/video/of_display_timing.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lockdep_count_forward_deps': /kisskb/src/kernel/locking/lockdep.c:2076:27: note: byref variable will be forcibly initialized 2076 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2075:24: note: byref variable will be forcibly initialized 2075 | unsigned long count = 0; | ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lockdep_count_backward_deps': /kisskb/src/kernel/locking/lockdep.c:2101:27: note: byref variable will be forcibly initialized 2101 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2100:24: note: byref variable will be forcibly initialized 2100 | unsigned long count = 0; | ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'assign_lock_key': /kisskb/src/kernel/locking/lockdep.c:953:23: note: byref variable will be forcibly initialized 953 | unsigned long can_addr, addr = (unsigned long)lock; | ^~~~~~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'backlight_generate_event': /kisskb/src/drivers/video/backlight/backlight.c:163:15: note: byref variable will be forcibly initialized 163 | char *envp[2]; | ^~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/uapi/linux/fb.h:6, from /kisskb/src/include/linux/fb.h:7, from /kisskb/src/include/linux/backlight.h:13, from /kisskb/src/drivers/video/backlight/backlight.c:14: /kisskb/src/drivers/video/backlight/backlight.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'bl_power_store': /kisskb/src/drivers/video/backlight/backlight.c:194:23: note: byref variable will be forcibly initialized 194 | unsigned long power, old_power; | ^~~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'brightness_store': /kisskb/src/drivers/video/backlight/backlight.c:258:23: note: byref variable will be forcibly initialized 258 | unsigned long brightness; | ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmap.h:48, from /kisskb/src/mm/mmap.c:58: /kisskb/src/mm/mmap.c: In function 'trace_event_raw_event_vm_unmapped_area': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vm_unmapped_area, | ^~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__print_lock_name': /kisskb/src/kernel/locking/lockdep.c:713:14: note: byref variable will be forcibly initialized 713 | char str[KSYM_NAME_LEN]; | ^~~ /kisskb/src/kernel/locking/lockdep.c: In function 'print_lockdep_cache': /kisskb/src/kernel/locking/lockdep.c:745:14: note: byref variable will be forcibly initialized 745 | char str[KSYM_NAME_LEN]; | ^~~ /kisskb/src/kernel/locking/lockdep.c: In function 'print_lock_name': /kisskb/src/kernel/locking/lockdep.c:731:14: note: byref variable will be forcibly initialized 731 | char usage[LOCK_USAGE_CHARS]; | ^~~~~ /kisskb/src/mm/mmap.c: In function 'unmap_region': /kisskb/src/mm/mmap.c:2617:27: note: byref variable will be forcibly initialized 2617 | struct mmu_gather tlb; | ^~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_noncircular': /kisskb/src/kernel/locking/lockdep.c:2157:26: note: byref variable will be forcibly initialized 2157 | struct lock_list src_entry; | ^~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2156:27: note: byref variable will be forcibly initialized 2156 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/mm/mmap.c: In function 'cmdline_parse_stack_guard_gap': /kisskb/src/mm/mmap.c:2521:15: note: byref variable will be forcibly initialized 2521 | char *endptr; | ^~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'lockdep_count_forward_deps': /kisskb/src/kernel/locking/lockdep.c:2085:26: note: byref variable will be forcibly initialized 2085 | struct lock_list this; | ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'lockdep_count_backward_deps': /kisskb/src/kernel/locking/lockdep.c:2111:26: note: byref variable will be forcibly initialized 2111 | struct lock_list this; | ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_usage_backwards': /kisskb/src/kernel/locking/lockdep.c:4088:27: note: byref variable will be forcibly initialized 4088 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:4087:26: note: byref variable will be forcibly initialized 4087 | struct lock_list root; | ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_usage_forwards': /kisskb/src/kernel/locking/lockdep.c:4053:27: note: byref variable will be forcibly initialized 4053 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:4052:26: note: byref variable will be forcibly initialized 4052 | struct lock_list root; | ^~~~ /kisskb/src/mm/mmap.c: In function '__insert_vm_struct': /kisskb/src/mm/mmap.c:673:36: note: byref variable will be forcibly initialized 673 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:673:26: note: byref variable will be forcibly initialized 673 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:672:32: note: byref variable will be forcibly initialized 672 | struct vm_area_struct *prev; | ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_irq_usage': /kisskb/src/kernel/locking/lockdep.c:2778:32: note: byref variable will be forcibly initialized 2778 | struct lock_list this, that; | ^~~~ /kisskb/src/kernel/locking/lockdep.c:2778:26: note: byref variable will be forcibly initialized 2778 | struct lock_list this, that; | ^~~~ /kisskb/src/kernel/locking/lockdep.c:2777:27: note: byref variable will be forcibly initialized 2777 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/crypto/ahash.c: In function 'ahash_notify_einprogress': /kisskb/src/crypto/ahash.c:278:37: note: byref variable will be forcibly initialized 278 | struct crypto_async_request oreq; | ^~~~ /kisskb/src/kernel/locking/lockdep.c:2776:27: note: byref variable will be forcibly initialized 2776 | struct lock_list *target_entry1; | ^~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2775:46: note: byref variable will be forcibly initialized 2775 | enum lock_usage_bit forward_bit = 0, backward_bit = 0; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2775:29: note: byref variable will be forcibly initialized 2775 | enum lock_usage_bit forward_bit = 0, backward_bit = 0; | ^~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2774:23: note: byref variable will be forcibly initialized 2774 | unsigned long usage_mask = 0, forward_mask, backward_mask; | ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/lcd.c: In function 'contrast_store': /kisskb/src/drivers/video/backlight/lcd.c:133:23: 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:23: note: byref variable will be forcibly initialized 94 | unsigned long power; | ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_prevs_add': /kisskb/src/kernel/locking/lockdep.c:3190:28: note: byref variable will be forcibly initialized 3190 | struct lock_trace *trace = NULL; | ^~~~~ /kisskb/src/mm/mmap.c: In function 'generic_get_unmapped_area': /kisskb/src/mm/mmap.c:2105:38: note: byref variable will be forcibly initialized 2105 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/mm/mmap.c:2104:38: note: byref variable will be forcibly initialized 2104 | struct vm_area_struct *vma, *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'generic_get_unmapped_area_topdown': /kisskb/src/mm/mmap.c:2153:38: note: byref variable will be forcibly initialized 2153 | struct vm_unmapped_area_info info; | ^~~~ /kisskb/src/mm/mmap.c:2151:38: note: byref variable will be forcibly initialized 2151 | struct vm_area_struct *vma, *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'exit_mmap': /kisskb/src/mm/mmap.c:3077:27: note: byref variable will be forcibly initialized 3077 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/mmap.c: In function 'insert_vm_struct': /kisskb/src/mm/mmap.c:3139:36: note: byref variable will be forcibly initialized 3139 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:3139:26: note: byref variable will be forcibly initialized 3139 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:3138:32: note: byref variable will be forcibly initialized 3138 | struct vm_area_struct *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'copy_vma': /kisskb/src/mm/mmap.c:3181:36: note: byref variable will be forcibly initialized 3181 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:3181:26: note: byref variable will be forcibly initialized 3181 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:3180:42: note: byref variable will be forcibly initialized 3180 | struct vm_area_struct *new_vma, *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'do_brk_flags': /kisskb/src/mm/mmap.c:2977:36: note: byref variable will be forcibly initialized 2977 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:2977:26: note: byref variable will be forcibly initialized 2977 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:2976:38: note: byref variable will be forcibly initialized 2976 | 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:7, 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:3047:19: note: byref variable will be forcibly initialized 3047 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mmap.c: In function '__do_sys_brk': /kisskb/src/mm/mmap.c:161:19: note: byref variable will be forcibly initialized 161 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mmap.c: In function '__vm_munmap': /kisskb/src/mm/mmap.c:2854:19: note: byref variable will be forcibly initialized 2854 | LIST_HEAD(uf); | ^~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/mm/mmap.c: In function 'mmap_region': /kisskb/src/mm/mmap.c:1688:36: note: byref variable will be forcibly initialized 1688 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:1688:26: note: byref variable will be forcibly initialized 1688 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:1686:38: note: byref variable will be forcibly initialized 1686 | struct vm_area_struct *vma, *prev, *merge; | ^~~~ /kisskb/src/mm/mmap.c: In function '__do_sys_remap_file_pages': /kisskb/src/mm/mmap.c:2897:23: note: byref variable will be forcibly initialized 2897 | unsigned long populate = 0; | ^~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_downgrade': /kisskb/src/kernel/locking/lockdep.c:5268:13: note: byref variable will be forcibly initialized 5268 | int i; | ^ /kisskb/src/kernel/locking/lockdep.c:5266:29: note: byref variable will be forcibly initialized 5266 | unsigned int depth, merged = 0; | ^~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_release': /kisskb/src/kernel/locking/lockdep.c:5322:13: note: byref variable will be forcibly initialized 5322 | int i; | ^ /kisskb/src/kernel/locking/lockdep.c:5320:29: note: byref variable will be forcibly initialized 5320 | unsigned int depth, merged = 1; | ^~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_set_class': /kisskb/src/kernel/locking/lockdep.c:5222:13: note: byref variable will be forcibly initialized 5222 | int i; | ^ /kisskb/src/kernel/locking/lockdep.c:5219:29: note: byref variable will be forcibly initialized 5219 | unsigned int depth, merged = 0; | ^~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'lock_acquire': /kisskb/src/kernel/locking/lockdep.c:5645:42: note: byref variable will be forcibly initialized 5645 | struct held_lock hlock; | ^~~~~ /kisskb/src/lib/cmdline.c: In function 'memparse': /kisskb/src/lib/cmdline.c:152:15: note: byref variable will be forcibly initialized 152 | char *endptr; /* local pointer to end of parsed string */ | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/timer.h:425, from /kisskb/src/kernel/time/timer.c:58: /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(timer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(timer_start, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_expire_entry': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(timer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_init': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(hrtimer_init, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_start': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(hrtimer_start, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_expire_entry': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:235:1: note: in expansion of macro 'TRACE_EVENT' 235 | TRACE_EVENT(hrtimer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/timer.h:258:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 258 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:307:1: note: in expansion of macro 'TRACE_EVENT' 307 | TRACE_EVENT(itimer_state, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_itimer_expire': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:344:1: note: in expansion of macro 'TRACE_EVENT' 344 | TRACE_EVENT(itimer_expire, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_tick_stop': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:401:1: note: in expansion of macro 'TRACE_EVENT' 401 | TRACE_EVENT(tick_stop, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'usleep_range_state': /kisskb/src/kernel/time/timer.c:2126:17: note: byref variable will be forcibly initialized 2126 | ktime_t exp = ktime_add_us(ktime_get(), min); | ^~~ /kisskb/src/kernel/time/timer.c: In function 'del_timer': /kisskb/src/kernel/time/timer.c:1254:23: note: byref variable will be forcibly initialized 1254 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'internal_add_timer': /kisskb/src/kernel/time/timer.c:630:23: note: byref variable will be forcibly initialized 630 | unsigned long bucket_expiry; | ^~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__mod_timer': /kisskb/src/kernel/time/timer.c:1015:39: note: byref variable will be forcibly initialized 1015 | unsigned long clk = 0, flags, bucket_expiry; | ^~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c:1015:32: note: byref variable will be forcibly initialized 1015 | unsigned long clk = 0, flags, bucket_expiry; | ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'call_timer_fn': /kisskb/src/kernel/time/timer.c:1462:28: note: byref variable will be forcibly initialized 1462 | struct lockdep_map lockdep_map; | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function '__run_timers': /kisskb/src/kernel/time/timer.c:1765:27: note: byref variable will be forcibly initialized 1765 | struct hlist_head heads[LVL_DEPTH]; | ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'add_timer_on': /kisskb/src/kernel/time/timer.c:1211:23: note: byref variable will be forcibly initialized 1211 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'try_to_del_timer_sync': /kisskb/src/kernel/time/timer.c:1279:23: note: byref variable will be forcibly initialized 1279 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'schedule_timeout': /kisskb/src/kernel/time/timer.c:1898:30: note: byref variable will be forcibly initialized 1898 | struct process_timer timer; | ^~~~~ /kisskb/src/kernel/smp.c: In function 'csd_lock_print_extended': /kisskb/src/kernel/smp.c:295:22: note: byref variable will be forcibly initialized 295 | unsigned int n_data = 0, i; | ^~~~~~ /kisskb/src/kernel/smp.c:294:27: note: byref variable will be forcibly initialized 294 | union cfd_seq_cnt data[2 * ARRAY_SIZE(seq_type)]; | ^~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/llist.h:51, from /kisskb/src/include/linux/smp_types.h:5, from /kisskb/src/include/linux/irq_work.h:5, from /kisskb/src/kernel/smp.c:10: /kisskb/src/kernel/smp.c: In function 'csd_lock_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:204:23: note: in expansion of macro 'smp_load_acquire' 204 | VAL = smp_load_acquire(__PTR); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c:414:9: note: in expansion of macro 'smp_cond_load_acquire' 414 | smp_cond_load_acquire(&csd->node.u_flags, !(VAL & CSD_FLAG_LOCK)); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c: In function 'csd_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c:467:9: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&csd->node.u_flags, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c: In function 'csdlock_debug': /kisskb/src/kernel/smp.c:166:22: 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:1070:13: note: byref variable will be forcibly initialized 1070 | int nr_cpus; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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 '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/pinctrl/pinctrl-utils.c:9: /kisskb/src/drivers/pinctrl/pinctrl-utils.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:655:16: note: byref variable will be forcibly initialized 655 | size_t bytes; | ^~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/llist.h:51, from /kisskb/src/include/linux/smp_types.h:5, from /kisskb/src/include/linux/irq_work.h:5, from /kisskb/src/kernel/smp.c:10: /kisskb/src/kernel/smp.c: In function 'csd_lock_wait_toolong': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c:358:23: note: in expansion of macro 'smp_load_acquire' 358 | cpu_cur_csd = smp_load_acquire(&per_cpu(cur_csd, cpux)); /* Before func and info. */ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/smp.c: In function '__csd_lock_wait': /kisskb/src/kernel/smp.c:396:18: note: byref variable will be forcibly initialized 396 | u64 ts0, ts1; | ^~~ /kisskb/src/kernel/smp.c:395:13: note: byref variable will be forcibly initialized 395 | int bug_id = 0; | ^~~~~~ /kisskb/src/kernel/user_namespace.c: In function 'map_id_range_down_max': /kisskb/src/kernel/user_namespace.c:273:26: note: byref variable will be forcibly initialized 273 | struct idmap_key key; | ^~~ /kisskb/src/kernel/user_namespace.c: In function 'map_id_up_max': /kisskb/src/kernel/user_namespace.c:360:26: note: byref variable will be forcibly initialized 360 | struct idmap_key key; | ^~~ In file included from /kisskb/src/kernel/user_namespace.c:5: /kisskb/src/kernel/user_namespace.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/user_namespace.c: In function 'map_write': /kisskb/src/kernel/user_namespace.c:926:29: note: byref variable will be forcibly initialized 926 | char *kbuf = NULL, *pos, *next_line; | ^~~ /kisskb/src/kernel/user_namespace.c:925:31: note: byref variable will be forcibly initialized 925 | struct uid_gid_extent extent; | ^~~~~~ /kisskb/src/kernel/user_namespace.c:923:28: note: byref variable will be forcibly initialized 923 | struct uid_gid_map new_map; | ^~~~~~~ /kisskb/src/kernel/user_namespace.c: In function 'proc_setgroups_write': /kisskb/src/kernel/user_namespace.c:1213:14: note: byref variable will be forcibly initialized 1213 | char kbuf[8], *pos; | ^~~~ /kisskb/src/mm/vmalloc.c: In function 'insert_vmap_area': /kisskb/src/mm/vmalloc.c:1066:1: note: byref variable will be forcibly initialized 1066 | insert_vmap_area(struct vmap_area *va, | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'insert_vmap_area_augment': /kisskb/src/mm/vmalloc.c:1078:1: note: byref variable will be forcibly initialized 1078 | insert_vmap_area_augment(struct vmap_area *va, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:1078: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:1108:1: note: byref variable will be forcibly initialized 1108 | __merge_or_add_vmap_area(struct vmap_area *va, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'merge_or_add_vmap_area': /kisskb/src/mm/vmalloc.c:1108:1: note: byref variable will be forcibly initialized /kisskb/src/mm/vmalloc.c: In function 'merge_or_add_vmap_area_augment': /kisskb/src/mm/vmalloc.c:1108:1: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/kernel/locking/spinlock_debug.c:9: /kisskb/src/kernel/locking/spinlock_debug.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/spinlock_debug.c: In function 'queued_write_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qrwlock.h:122:9: note: in expansion of macro 'smp_store_release' 122 | smp_store_release(&lock->wlocked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/dma/debug.c: In function 'bucket_find_contain': /kisskb/src/kernel/dma/debug.c:353:40: note: byref variable will be forcibly initialized 353 | struct dma_debug_entry *entry, index = *ref; | ^~~~~ /kisskb/src/kernel/dma/debug.c: In function 'filter_write': /kisskb/src/kernel/dma/debug.c:700:14: note: byref variable will be forcibly initialized 700 | char buf[NAME_MAX_LEN]; | ^~~ /kisskb/src/kernel/dma/debug.c: In function 'get_nr_mapped_entries': /kisskb/src/kernel/dma/debug.c:1324:23: note: byref variable will be forcibly initialized 1324 | unsigned long flags; | ^~~~~ /kisskb/src/fs/kernel_read_file.c: In function 'kernel_read_file': /kisskb/src/fs/kernel_read_file.c:39:24: note: byref variable will be forcibly initialized 39 | loff_t i_size, pos; | ^~~ /kisskb/src/fs/kernel_read_file.c: In function 'kernel_read_file_from_path_initns': /kisskb/src/fs/kernel_read_file.c:153:21: note: byref variable will be forcibly initialized 153 | struct path root; | ^~~~ /kisskb/src/kernel/dma/debug.c: In function 'filter_read': /kisskb/src/kernel/dma/debug.c:678:14: note: byref variable will be forcibly initialized 678 | char buf[NAME_MAX_LEN + 1]; | ^~~ /kisskb/src/mm/vmalloc.c: In function 'vmap_range_noflush': /kisskb/src/mm/vmalloc.c:294:24: note: byref variable will be forcibly initialized 294 | pgtbl_mod_mask mask = 0; | ^~~~ /kisskb/src/kernel/dma/debug.c: In function 'check_sync': /kisskb/src/kernel/dma/debug.c:1080:23: note: byref variable will be forcibly initialized 1080 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/dma/debug.c:1079:29: note: byref variable will be forcibly initialized 1079 | struct hash_bucket *bucket; | ^~~~~~ /kisskb/src/mm/vmalloc.c: In function 'vmap_small_pages_range_noflush': /kisskb/src/mm/vmalloc.c:550:24: note: byref variable will be forcibly initialized 550 | pgtbl_mod_mask mask = 0; | ^~~~ /kisskb/src/mm/vmalloc.c:549:13: note: byref variable will be forcibly initialized 549 | int nr = 0; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/mm/vmalloc.c:12: /kisskb/src/mm/vmalloc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_mapping_error': /kisskb/src/kernel/dma/debug.c:1232:23: note: byref variable will be forcibly initialized 1232 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/dma/debug.c:1229:32: note: byref variable will be forcibly initialized 1229 | struct dma_debug_entry ref; | ^~~ /kisskb/src/kernel/dma/debug.c: In function 'check_unmap': /kisskb/src/kernel/dma/debug.c:947:23: note: byref variable will be forcibly initialized 947 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/dma/debug.c: In function 'dma_debug_device_change': /kisskb/src/kernel/dma/debug.c:835:33: note: byref variable will be forcibly initialized 835 | struct dma_debug_entry *entry; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/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:1993:19: note: byref variable will be forcibly initialized 1993 | LIST_HEAD(purge); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/pinctrl/pinconf-generic.c:14: /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'parse_dt_cfg': /kisskb/src/drivers/pinctrl/pinconf-generic.c:212:21: note: byref variable will be forcibly initialized 212 | u32 val; | ^~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dump_one': /kisskb/src/drivers/pinctrl/pinconf-generic.c:65:31: note: byref variable will be forcibly initialized 65 | unsigned long config; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dump_pins': /kisskb/src/drivers/pinctrl/pinconf-generic.c:114:13: note: byref variable will be forcibly initialized 114 | int print_sep = 0; | ^~~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_parse_dt_config': /kisskb/src/drivers/pinctrl/pinconf-generic.c:247:31: note: byref variable will be forcibly initialized 247 | 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:303:18: note: byref variable will be forcibly initialized 303 | unsigned num_configs = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c:302:24: note: byref variable will be forcibly initialized 302 | unsigned long *configs = NULL; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c:300:21: note: byref variable will be forcibly initialized 300 | 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:382:18: note: byref variable will be forcibly initialized 382 | unsigned reserved_maps; | ^~~~~~~~~~~~~ /kisskb/src/kernel/dma/debug.c: In function 'add_dma_entry': /kisskb/src/kernel/dma/debug.c:556:23: note: byref variable will be forcibly initialized 556 | unsigned long flags; | ^~~~~ /kisskb/src/mm/vmalloc.c: In function 'vunmap_range_noflush': /kisskb/src/mm/vmalloc.c:424:24: note: byref variable will be forcibly initialized 424 | pgtbl_mod_mask mask = 0; | ^~~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_unmap_sg': /kisskb/src/kernel/dma/debug.c:1349:40: note: byref variable will be forcibly initialized 1349 | struct dma_debug_entry ref = { | ^~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_single_for_cpu': /kisskb/src/kernel/dma/debug.c:1477:32: note: byref variable will be forcibly initialized 1477 | struct dma_debug_entry ref; | ^~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_get_multiple_be': /kisskb/src/drivers/gpio/gpio-mmio.c:191:23: note: byref variable will be forcibly initialized 191 | unsigned long val; | ^~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_single_for_device': /kisskb/src/kernel/dma/debug.c:1496:32: note: byref variable will be forcibly initialized 1496 | struct dma_debug_entry ref; | ^~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_sg_for_cpu': /kisskb/src/kernel/dma/debug.c:1522:40: note: byref variable will be forcibly initialized 1522 | struct dma_debug_entry ref = { | ^~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_set_multiple_single_reg': /kisskb/src/drivers/gpio/gpio-mmio.c:287:33: note: byref variable will be forcibly initialized 287 | unsigned long set_mask, clear_mask; | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c:287:23: 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:33: note: byref variable will be forcibly initialized 317 | unsigned long set_mask, clear_mask; | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c:317:23: note: byref variable will be forcibly initialized 317 | unsigned long set_mask, clear_mask; | ^~~~~~~~ /kisskb/src/kernel/dma/debug.c: In function 'debug_dma_sync_sg_for_device': /kisskb/src/kernel/dma/debug.c:1554:40: note: byref variable will be forcibly initialized 1554 | struct dma_debug_entry ref = { | ^~~ /kisskb/src/mm/vmalloc.c: In function '__purge_vmap_area_lazy': /kisskb/src/mm/vmalloc.c:1711:26: note: byref variable will be forcibly initialized 1711 | struct list_head local_purge_list; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_pdev_probe': /kisskb/src/drivers/gpio/gpio-mmio.c:734:23: note: byref variable will be forcibly initialized 734 | unsigned long flags = 0; | ^~~~~ /kisskb/src/mm/vmalloc.c: In function 'alloc_vmap_area': /kisskb/src/mm/vmalloc.c:1575:23: note: byref variable will be forcibly initialized 1575 | unsigned long freed; | ^~~~~ /kisskb/src/mm/vmalloc.c: In function 'pcpu_get_vm_areas': /kisskb/src/mm/vmalloc.c:3764:34: note: byref variable will be forcibly initialized 3764 | struct vmap_area **vas, *va; | ^~ /kisskb/src/mm/vmalloc.c: In function 'remap_vmalloc_range_partial': /kisskb/src/mm/vmalloc.c:3594:23: note: byref variable will be forcibly initialized 3594 | unsigned long end_index; | ^~~~~~~~~ /kisskb/src/mm/vmalloc.c:3593:23: note: byref variable will be forcibly initialized 3593 | unsigned long off; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/tracepoint.c:5: /kisskb/src/kernel/tracepoint.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/tracepoint.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/tracepoint.c:5: /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_add_func': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:373:17: note: in expansion of macro 'rcu_assign_pointer' 373 | rcu_assign_pointer(tp->funcs, tp_funcs); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:360:17: note: in expansion of macro 'rcu_assign_pointer' 360 | rcu_assign_pointer(tp->funcs, tp_funcs); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:327:39: note: byref variable will be forcibly initialized 327 | struct tracepoint_func *old, *tp_funcs; | ^~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/tracepoint.c:5: /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_remove_func': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:446:17: note: in expansion of macro 'rcu_assign_pointer' 446 | rcu_assign_pointer(tp->funcs, tp_funcs); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:429:17: note: in expansion of macro 'rcu_assign_pointer' 429 | rcu_assign_pointer(tp->funcs, tp_funcs); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:421:17: note: in expansion of macro 'rcu_assign_pointer' 421 | rcu_assign_pointer(tp->funcs, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/tracepoint.c:399:39: note: byref variable will be forcibly initialized 399 | struct tracepoint_func *old, *tp_funcs; | ^~~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_register_prio_may_exist': /kisskb/src/kernel/tracepoint.c:475:32: note: byref variable will be forcibly initialized 475 | struct tracepoint_func tp_func; | ^~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_register_prio': /kisskb/src/kernel/tracepoint.c:504:32: note: byref variable will be forcibly initialized 504 | struct tracepoint_func tp_func; | ^~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_unregister': /kisskb/src/kernel/tracepoint.c:545:32: note: byref variable will be forcibly initialized 545 | struct tracepoint_func tp_func; | ^~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_get_named_gpiod_flags': /kisskb/src/drivers/gpio/gpiolib-of.c:242:32: note: byref variable will be forcibly initialized 242 | struct of_phandle_args gpiospec; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_find_regulator_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:441:21: note: byref variable will be forcibly initialized 441 | const char *whitelist[] = { | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_init_valid_mask': /kisskb/src/drivers/gpio/gpiolib-of.c:909:20: note: byref variable will be forcibly initialized 909 | u32 start, count; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:909:13: note: byref variable will be forcibly initialized 909 | u32 start, count; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_parse_own_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:592:13: note: byref variable will be forcibly initialized 592 | u32 tmp; | ^~~ /kisskb/src/drivers/gpio/gpiolib-of.c:589:32: note: byref variable will be forcibly initialized 589 | struct of_phandle_args gpiospec; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:588:28: note: byref variable will be forcibly initialized 588 | 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:662:21: note: byref variable will be forcibly initialized 662 | const char *name; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:661:23: note: byref variable will be forcibly initialized 661 | unsigned long lflags; | ^~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:659:26: note: byref variable will be forcibly initialized 659 | enum gpiod_flags dflags; | ^~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_add_pin_range': /kisskb/src/drivers/gpio/gpiolib-of.c:935:21: note: byref variable will be forcibly initialized 935 | const char *name; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:932:32: note: byref variable will be forcibly initialized 932 | 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:14: note: byref variable will be forcibly initialized 62 | char propname[32]; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'gpiod_get_from_of_node': /kisskb/src/drivers/gpio/gpiolib-of.c:313:28: note: byref variable will be forcibly initialized 313 | enum of_gpio_flags flags; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_find_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:499:28: note: byref variable will be forcibly initialized 499 | enum of_gpio_flags of_flags; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:498:14: note: byref variable will be forcibly initialized 498 | char prop_name[32]; /* 32 is max size of property name */ | ^~~~~~~~~ /kisskb/src/crypto/shash.c: In function 'shash_update_unaligned': /kisskb/src/crypto/shash.c:103:12: note: byref variable will be forcibly initialized 103 | u8 ubuf[MAX_ALGAPI_ALIGNMASK * 2]; | ^~~~ /kisskb/src/crypto/shash.c: In function 'shash_final_unaligned': /kisskb/src/crypto/shash.c:145:12: note: byref variable will be forcibly initialized 145 | u8 ubuf[MAX_ALGAPI_ALIGNMASK + HASH_MAX_DIGESTSIZE]; | ^~~~ /kisskb/src/crypto/shash.c: In function 'shash_ahash_update': /kisskb/src/crypto/shash.c:269:33: note: byref variable will be forcibly initialized 269 | struct crypto_hash_walk walk; | ^~~~ 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:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/crypto/shash.c:224:9: 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_finup': /kisskb/src/crypto/shash.c:292:33: note: byref variable will be forcibly initialized 292 | struct crypto_hash_walk walk; | ^~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_select': /kisskb/src/drivers/pinctrl/pinmux.c:686:22: note: byref variable will be forcibly initialized 686 | unsigned int num_groups; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:684:28: 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:26: note: byref variable will be forcibly initialized 555 | unsigned num_groups; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:554:37: 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:18: note: byref variable will be forcibly initialized 346 | unsigned num_groups; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:345:29: 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:18: note: byref variable will be forcibly initialized 412 | unsigned num_pins = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:411:25: 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:18: note: byref variable will be forcibly initialized 492 | unsigned num_pins = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:491:25: 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:32: note: byref variable will be forcibly initialized 947 | struct radix_tree_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_gp_start': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:665:13: note: in expansion of macro 'smp_load_acquire' 665 | if (smp_load_acquire(&ssp->srcu_size_state) < SRCU_SIZE_WAIT_BARRIER) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function '__srcu_transition_to_big': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:310:9: note: in expansion of macro 'smp_store_release' 310 | smp_store_release(&ssp->srcu_size_state, SRCU_SIZE_ALLOC); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_transition_to_big': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:324:13: note: in expansion of macro 'smp_load_acquire' 324 | if (smp_load_acquire(&ssp->srcu_size_state) != SRCU_SIZE_SMALL) { | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:321:13: note: in expansion of macro 'smp_load_acquire' 321 | if (smp_load_acquire(&ssp->srcu_size_state) != SRCU_SIZE_SMALL) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/rcu/srcutree.c:26: /kisskb/src/kernel/rcu/srcutree.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_funnel_exp_start': /kisskb/src/kernel/rcu/srcutree.c:848:23: note: byref variable will be forcibly initialized 848 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_nodes': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:228:9: note: in expansion of macro 'smp_store_release' 228 | smp_store_release(&ssp->srcu_size_state, SRCU_SIZE_WAIT_BARRIER); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:169:13: note: byref variable will be forcibly initialized 169 | int levelspread[RCU_NUM_LVLS]; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_gp_end': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:834:25: note: in expansion of macro 'smp_store_release' 834 | smp_store_release(&ssp->srcu_size_state, ss_state + 1); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:775:20: note: in expansion of macro 'smp_load_acquire' 775 | ss_state = smp_load_acquire(&ssp->srcu_size_state); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_advance_state': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1482:29: note: in expansion of macro 'smp_load_acquire' 1482 | idx = rcu_seq_state(smp_load_acquire(&ssp->srcu_gp_seq)); /* ^^^ */ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_invoke_callbacks': /kisskb/src/kernel/rcu/srcutree.c:1540:27: note: byref variable will be forcibly initialized 1540 | struct rcu_cblist ready_cbs; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:268:9: note: in expansion of macro 'smp_store_release' 268 | smp_store_release(&ssp->srcu_gp_seq_needed, 0); /* Init done. */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'check_init_srcu_struct': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:397:28: note: in expansion of macro 'smp_load_acquire' 397 | if (!rcu_seq_state(smp_load_acquire(&ssp->srcu_gp_seq_needed))) /*^^^*/ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_barrier': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1431:13: note: in expansion of macro 'smp_load_acquire' 1431 | if (smp_load_acquire(&ssp->srcu_size_state) < SRCU_SIZE_WAIT_BARRIER) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_funnel_gp_start': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:933:17: note: in expansion of macro 'smp_store_release' 933 | smp_store_release(&ssp->srcu_gp_seq_needed, s); /*^^^*/ | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:893:13: note: in expansion of macro 'smp_load_acquire' 893 | if (smp_load_acquire(&ssp->srcu_size_state) < SRCU_SIZE_WAIT_BARRIER) | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:885:23: note: byref variable will be forcibly initialized 885 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, from /kisskb/src/kernel/rcu/srcutree.c:19: /kisskb/src/kernel/rcu/srcutree.c: In function 'srcu_gp_start_if_needed': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__list_splice_init_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1094:20: note: in expansion of macro 'smp_load_acquire' 1094 | ss_state = smp_load_acquire(&ssp->srcu_size_state); | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:262:9: note: in expansion of macro 'rcu_assign_pointer' 262 | rcu_assign_pointer(list_next_rcu(prev), first); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/srcutree.c:1083:23: note: byref variable will be forcibly initialized 1083 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function '__synchronize_srcu': /kisskb/src/kernel/rcu/srcutree.c:1200:32: note: byref variable will be forcibly initialized 1200 | struct rcu_synchronize rcu; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'panic_op_write_handler': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:77:14: note: byref variable will be forcibly initialized 77 | char valcp[16]; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'i_ipmi_req_ipmb': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1993:14: note: byref variable will be forcibly initialized 1993 | long seqid; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1992:23: note: byref variable will be forcibly initialized 1992 | unsigned char ipmb_seq; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'i_ipmi_req_lan': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2185:14: note: byref variable will be forcibly initialized 2185 | long seqid; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2184:23: note: byref variable will be forcibly initialized 2184 | unsigned char ipmb_seq; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'clean_up_interface_data': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:705:26: note: byref variable will be forcibly initialized 705 | struct list_head list; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_find_bmc_prod_dev_id': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3030:28: note: byref variable will be forcibly initialized 3030 | struct prod_dev_id id = { | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_guid_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3273:43: note: byref variable will be forcibly initialized 3273 | struct ipmi_system_interface_addr si; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3272:43: note: byref variable will be forcibly initialized 3272 | struct kernel_ipmi_msg msg; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__get_guid': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3344:17: note: in expansion of macro 'wait_event' 3344 | wait_event(intf->waitq, bmc->dyn_guid_set != 2); | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_get_device_id_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2535:32: note: byref variable will be forcibly initialized 2535 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2534:43: note: byref variable will be forcibly initialized 2534 | struct ipmi_system_interface_addr si; | ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__get_device_id': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2575:9: note: in expansion of macro 'wait_event' 2575 | wait_event(intf->waitq, bmc->dyn_id_set != 2); | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_channel_info_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3357:43: note: byref variable will be forcibly initialized 3357 | struct ipmi_system_interface_addr si; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3356:43: note: byref variable will be forcibly initialized 3356 | unsigned char data[1]; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3355:43: note: byref variable will be forcibly initialized 3355 | struct kernel_ipmi_msg msg; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_create_user': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1279:9: note: in expansion of macro 'rcu_assign_pointer' 1279 | rcu_assign_pointer(new_user->self, new_user); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'deliver_response': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:950:21: note: byref variable will be forcibly initialized 950 | int index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'handle_ipmb_get_msg_rsp': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3816:32: note: byref variable will be forcibly initialized 3816 | struct ipmi_recv_msg *recv_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3815:31: note: byref variable will be forcibly initialized 3815 | struct ipmi_ipmb_addr ipmb_addr; | ^~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'handle_lan_get_msg_rsp': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4112:32: note: byref variable will be forcibly initialized 4112 | struct ipmi_recv_msg *recv_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4111:31: note: byref variable will be forcibly initialized 4111 | struct ipmi_lan_addr lan_addr; | ^~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__rmqueue_fallback': /kisskb/src/mm/page_alloc.c:3006:14: note: byref variable will be forcibly initialized 3006 | bool can_steal; | ^~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_set_my_address': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1441:13: note: byref variable will be forcibly initialized 1441 | int index, rv = 0; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_get_my_address': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1463:13: note: byref variable will be forcibly initialized 1463 | int index, rv = 0; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_set_my_LUN': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1485:13: note: byref variable will be forcibly initialized 1485 | int index, rv = 0; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_get_my_LUN': /kisskb/src/mm/page_alloc.c: In function '__rmqueue': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1507:13: note: byref variable will be forcibly initialized 1507 | int index, rv = 0; | ^~~~~ /kisskb/src/mm/page_alloc.c:3006:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_get_maintenance_mode': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1527:19: note: byref variable will be forcibly initialized 1527 | int mode, index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_set_maintenance_mode': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1552:21: note: byref variable will be forcibly initialized 1552 | int rv = 0, index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_register_for_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1696:21: note: byref variable will be forcibly initialized 1696 | int rv = 0, index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_unregister_for_cmd': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1742:30: note: byref variable will be forcibly initialized 1742 | int i, rv = -ENOENT, index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_request_settime': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2423:17: note: byref variable will be forcibly initialized 2423 | int rv, index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2422:34: note: byref variable will be forcibly initialized 2422 | unsigned char saddr = 0, lun = 0; | ^~~ /kisskb/src/mm/page_alloc.c: In function 'rmqueue_buddy': /kisskb/src/mm/page_alloc.c:3006:14: note: byref variable will be forcibly initialized /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2422:23: note: byref variable will be forcibly initialized 2422 | unsigned char saddr = 0, lun = 0; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_timeout_handler': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5016:30: note: byref variable will be forcibly initialized 5016 | bool need_timer = false; | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5014:30: note: byref variable will be forcibly initialized 5014 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5012:30: note: byref variable will be forcibly initialized 5012 | struct list_head timeouts; | ^~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'show_migration_types': /kisskb/src/mm/page_alloc.c:6001:14: note: byref variable will be forcibly initialized 6001 | char tmp[MIGRATE_TYPES + 1]; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_set_gets_events': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1598:13: note: byref variable will be forcibly initialized 1598 | int index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1597:30: note: byref variable will be forcibly initialized 1597 | struct list_head msgs; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'handle_read_event_rsp': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:4397:30: note: byref variable will be forcibly initialized 4397 | struct list_head msgs; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_panic_request_and_wait': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5199:30: note: byref variable will be forcibly initialized 5199 | struct ipmi_recv_msg recv_msg; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5198:30: note: byref variable will be forcibly initialized 5198 | struct ipmi_smi_msg smi_msg; | ^~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'send_panic_events': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5259:26: note: byref variable will be forcibly initialized 5259 | struct ipmi_addr addr; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5257:23: note: byref variable will be forcibly initialized 5257 | unsigned char data[16]; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:5256:32: note: byref variable will be forcibly initialized 5256 | struct kernel_ipmi_msg msg; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'cleanup_smi_msgs': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3727:26: note: byref variable will be forcibly initialized 3727 | struct list_head tmplist; | ^~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '_ipmi_destroy_user': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1349:9: note: in expansion of macro 'rcu_assign_pointer' 1349 | rcu_assign_pointer(user->self, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1335:26: note: byref variable will be forcibly initialized 1335 | int i; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:17: /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__scan_channels': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3484:17: note: in expansion of macro 'wait_event' 3484 | wait_event(intf->waitq, intf->channels_ready); | ^~~~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function '__bmc_get_device_id': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2669:24: note: byref variable will be forcibly initialized 2669 | guid_t guid; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2667:39: note: byref variable will be forcibly initialized 2667 | struct ipmi_device_id id = bmc->fetch_id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'aux_firmware_rev_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2884:31: note: byref variable will be forcibly initialized 2884 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'product_id_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2868:31: note: byref variable will be forcibly initialized 2868 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'manufacturer_id_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2852:31: note: byref variable will be forcibly initialized 2852 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'add_dev_support_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2835:31: note: byref variable will be forcibly initialized 2835 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_version_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2817:31: note: byref variable will be forcibly initialized 2817 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'firmware_revision_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2800:31: note: byref variable will be forcibly initialized 2800 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'revision_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2784:31: note: byref variable will be forcibly initialized 2784 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'provides_device_sdrs_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2769:31: note: byref variable will be forcibly initialized 2769 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'device_id_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2753:31: note: byref variable will be forcibly initialized 2753 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_add_smi': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:3564:31: note: byref variable will be forcibly initialized 3564 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'guid_show': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2904:16: note: byref variable will be forcibly initialized 2904 | guid_t guid; | ^~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2903:14: note: byref variable will be forcibly initialized 2903 | bool guid_set; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'bmc_dev_attr_is_visible': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2946:22: note: byref variable will be forcibly initialized 2946 | bool guid_set; | ^~~~~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2940:39: note: byref variable will be forcibly initialized 2940 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_get_version': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1420:17: note: byref variable will be forcibly initialized 1420 | int rv, index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:1419:31: note: byref variable will be forcibly initialized 1419 | struct ipmi_device_id id; | ^~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c: In function 'ipmi_request_supply_msgs': /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2462:17: note: byref variable will be forcibly initialized 2462 | int rv, index; | ^~~~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2461:34: note: byref variable will be forcibly initialized 2461 | unsigned char saddr = 0, lun = 0; | ^~~ /kisskb/src/drivers/char/ipmi/ipmi_msghandler.c:2461:23: note: byref variable will be forcibly initialized 2461 | unsigned char saddr = 0, lun = 0; | ^~~~~ /kisskb/src/mm/page_alloc.c: In function 'rmqueue_bulk': /kisskb/src/mm/page_alloc.c:3006:14: note: byref variable will be forcibly initialized 3006 | bool can_steal; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'debug_guardpage_minorder_setup': /kisskb/src/mm/page_alloc.c:848:23: note: byref variable will be forcibly initialized 848 | unsigned long res; | ^~~ /kisskb/src/mm/page_alloc.c: In function 'rmqueue': /kisskb/src/mm/page_alloc.c:3006:14: note: byref variable will be forcibly initialized 3006 | bool can_steal; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'early_calculate_totalpages': /kisskb/src/mm/page_alloc.c:7931:16: note: byref variable will be forcibly initialized 7931 | int i, nid; | ^~~ /kisskb/src/mm/page_alloc.c:7931:13: note: byref variable will be forcibly initialized 7931 | int i, nid; | ^ /kisskb/src/mm/page_alloc.c:7930:34: note: byref variable will be forcibly initialized 7930 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7930:23: note: byref variable will be forcibly initialized 7930 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'cmdline_parse_core': /kisskb/src/mm/page_alloc.c:8323:15: note: byref variable will be forcibly initialized 8323 | char *endptr; | ^~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function '__hrtimer_run_queues': /kisskb/src/kernel/time/hrtimer.c:1725:25: note: byref variable will be forcibly initialized 1725 | ktime_t basenow; | ^~~~~~~ /kisskb/src/kernel/time/hrtimer.c:1721:22: note: byref variable will be forcibly initialized 1721 | unsigned int active = cpu_base->active_bases & active_mask; | ^~~~~~ /kisskb/src/mm/page_alloc.c: In function '__free_one_page': /kisskb/src/mm/page_alloc.c:1108:23: note: byref variable will be forcibly initialized 1108 | unsigned long buddy_pfn; | ^~~~~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_start_range_ns': /kisskb/src/kernel/time/hrtimer.c:1284:23: 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:23: note: byref variable will be forcibly initialized 948 | cpumask_var_t mask; | ^~~~ /kisskb/src/kernel/time/hrtimer.c: In function '__hrtimer_get_remaining': /kisskb/src/kernel/time/hrtimer.c:1459:23: note: byref variable will be forcibly initialized 1459 | unsigned long flags; | ^~~~~ /kisskb/src/mm/page_alloc.c: In function 'set_pfnblock_flags_mask': /kisskb/src/mm/page_alloc.c:605:23: note: byref variable will be forcibly initialized 605 | unsigned long word; | ^~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_try_to_cancel': /kisskb/src/kernel/time/hrtimer.c:1319:23: note: byref variable will be forcibly initialized 1319 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'do_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2059:35: note: byref variable will be forcibly initialized 2059 | struct timespec64 rmt; | ^~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep_restart': /kisskb/src/kernel/time/hrtimer.c:2072:32: note: byref variable will be forcibly initialized 2072 | struct hrtimer_sleeper t; | ^ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2087:32: note: byref variable will be forcibly initialized 2087 | struct hrtimer_sleeper t; | ^ /kisskb/src/kernel/time/hrtimer.c: In function '__do_sys_nanosleep': /kisskb/src/kernel/time/hrtimer.c:2121:27: note: byref variable will be forcibly initialized 2121 | struct timespec64 tu; | ^~ /kisskb/src/kernel/time/hrtimer.c: In function 'schedule_hrtimeout_range_clock': /kisskb/src/kernel/time/hrtimer.c:2281:32: note: byref variable will be forcibly initialized 2281 | struct hrtimer_sleeper t; | ^ /kisskb/src/mm/page_alloc.c: In function 'steal_suitable_fallback': /kisskb/src/mm/page_alloc.c:2760:25: note: byref variable will be forcibly initialized 2760 | int free_pages, movable_pages, alike_pages; | ^~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'warn_alloc': /kisskb/src/mm/page_alloc.c:4338:17: note: byref variable will be forcibly initialized 4338 | va_list args; | ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_event_printf': /kisskb/src/kernel/trace/trace_output.c:318:17: note: byref variable will be forcibly initialized 318 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_ctxwake_print': /kisskb/src/kernel/trace/trace_output.c:937:14: note: byref variable will be forcibly initialized 937 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_ctxwake_hex': /kisskb/src/kernel/trace/trace_output.c:1010:13: note: byref variable will be forcibly initialized 1010 | int T; | ^ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_slowpath': /kisskb/src/mm/page_alloc.c:5002:13: note: byref variable will be forcibly initialized 5002 | int no_progress_loops; | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:5001:13: note: byref variable will be forcibly initialized 5001 | int compaction_retries; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:4999:31: note: byref variable will be forcibly initialized 4999 | enum compact_priority compact_priority; | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_output_call': /kisskb/src/kernel/trace/trace_output.c:339:17: note: byref variable will be forcibly initialized 339 | va_list ap; | ^~ /kisskb/src/mm/page_alloc.c:4998:23: note: byref variable will be forcibly initialized 4998 | unsigned long did_some_progress; | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_seq_print_sym': /kisskb/src/kernel/trace/trace_output.c:361:14: note: byref variable will be forcibly initialized 361 | char str[KSYM_SYMBOL_LEN]; | ^~~ /kisskb/src/kernel/trace/trace_output.c: In function 'lat_print_generic': /kisskb/src/kernel/trace/trace_output.c:506:14: note: byref variable will be forcibly initialized 506 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_print_context': /kisskb/src/kernel/trace/trace_output.c:610:14: note: byref variable will be forcibly initialized 610 | 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:652:22: note: byref variable will be forcibly initialized 652 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_output.c:642:13: note: byref variable will be forcibly initialized 642 | u64 next_ts; | ^~~~~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'register_trace_event': /kisskb/src/kernel/trace/trace_output.c:767:35: note: byref variable will be forcibly initialized 767 | struct list_head *list = NULL; | ^~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages': /kisskb/src/mm/page_alloc.c:5484:15: note: byref variable will be forcibly initialized 5484 | gfp_t alloc_gfp; /* The gfp_t that was actually used for allocation */ | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:5483:22: note: byref variable will be forcibly initialized 5483 | unsigned int alloc_flags = ALLOC_WMARK_LOW; | ^~~~~~~~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chip_data': /kisskb/src/kernel/irq/chip.c:144:23: note: byref variable will be forcibly initialized 144 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_modify_status': /kisskb/src/kernel/irq/chip.c:1088:23: note: byref variable will be forcibly initialized 1088 | unsigned long flags, trigger, tmp; | ^~~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_bulk': /kisskb/src/mm/page_alloc.c:5340:22: note: byref variable will be forcibly initialized 5340 | unsigned int alloc_flags = ALLOC_WMARK_LOW; | ^~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:5339:15: note: byref variable will be forcibly initialized 5339 | gfp_t alloc_gfp; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, 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 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_irq_type': /kisskb/src/kernel/irq/chip.c:67:23: note: byref variable will be forcibly initialized 67 | unsigned long flags; | ^~~~~ /kisskb/src/mm/page_alloc.c:5338:30: note: byref variable will be forcibly initialized 5338 | struct alloc_context ac; | ^~ /kisskb/src/kernel/trace/trace.c: In function 'add_trace_export': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:360:9: note: in expansion of macro 'rcu_assign_pointer' 360 | rcu_assign_pointer(*list, export); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:353:9: note: in expansion of macro 'rcu_assign_pointer' 353 | rcu_assign_pointer(export->next, *list); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'rm_trace_export': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:375:9: note: in expansion of macro 'rcu_assign_pointer' 375 | rcu_assign_pointer(*p, (*p)->next); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'saved_cmdlines_start': /kisskb/src/kernel/trace/trace.c:5830:16: note: byref variable will be forcibly initialized 5830 | loff_t l = 0; | ^ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chip': /kisskb/src/kernel/irq/chip.c:43:23: note: byref variable will be forcibly initialized 43 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, 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 'trace_find_tgid_ptr': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:2480:20: note: in expansion of macro 'smp_load_acquire' 2480 | int *map = smp_load_acquire(&tgid_map); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_handler_data': /kisskb/src/kernel/irq/chip.c:89:23: note: byref variable will be forcibly initialized 89 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_msi_desc_off': /kisskb/src/kernel/irq/chip.c:111:23: note: byref variable will be forcibly initialized 111 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'saved_cmdlines_show': /kisskb/src/kernel/trace/trace.c:5853:14: note: byref variable will be forcibly initialized 5853 | char buf[TASK_COMM_LEN]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'set_tracing_thresh': /kisskb/src/kernel/trace/trace.c:1501:23: note: byref variable will be forcibly initialized 1501 | unsigned long threshold; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_ftrace_now': /kisskb/src/kernel/trace/trace.c:769:13: note: byref variable will be forcibly initialized 769 | u64 ts; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, 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 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_options_write': /kisskb/src/kernel/trace/trace.c:8695:23: note: byref variable will be forcibly initialized 8695 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_percent_write': /kisskb/src/kernel/trace/trace.c:9044:23: note: byref variable will be forcibly initialized 9044 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_saved_cmdlines_size_write': /kisskb/src/kernel/trace/trace.c:5933:23: note: byref variable will be forcibly initialized 5933 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_nsecs_write': /kisskb/src/kernel/trace/trace.c:6499:23: note: byref variable will be forcibly initialized 6499 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function '__find_next_entry': /kisskb/src/kernel/trace/trace.c:3602:26: note: byref variable will be forcibly initialized 3602 | u64 next_ts = 0, ts; | ^~ /kisskb/src/mm/page_alloc.c: In function 'memmap_init_range': /kisskb/src/kernel/trace/trace.c:3600:23: note: byref variable will be forcibly initialized 3600 | unsigned long lost_events = 0, next_lost = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_disable_bias': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:266:27: note: byref variable will be forcibly initialized 266 | unsigned int reg, bit = 0; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:266:22: note: byref variable will be forcibly initialized 266 | unsigned int reg, bit = 0; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:265:28: note: byref variable will be forcibly initialized 265 | struct meson_bank *bank; | ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'get_total_entries': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_enable_bias': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:285:27: note: byref variable will be forcibly initialized 285 | unsigned int reg, bit, val = 0; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:285:22: note: byref variable will be forcibly initialized 285 | unsigned int reg, bit, val = 0; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:284:28: note: byref variable will be forcibly initialized 284 | struct meson_bank *bank; | ^~~~ /kisskb/src/kernel/trace/trace.c:4179:26: note: byref variable will be forcibly initialized 4179 | unsigned long t, e; | ^ /kisskb/src/kernel/trace/trace.c:4179:23: note: byref variable will be forcibly initialized 4179 | unsigned long t, e; | ^ /kisskb/src/kernel/trace/trace.c: In function 'print_event_info': /kisskb/src/kernel/trace/trace.c:4232:23: note: byref variable will be forcibly initialized 4232 | unsigned long entries; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4231:23: note: byref variable will be forcibly initialized 4231 | unsigned long total; | ^~~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_set_drive_strength': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:313:27: note: byref variable will be forcibly initialized 313 | unsigned int reg, bit, ds_val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:313:22: note: byref variable will be forcibly initialized 313 | unsigned int reg, bit, ds_val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:312:28: note: byref variable will be forcibly initialized 312 | struct meson_bank *bank; | ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'print_hex_fmt': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_set_gpio_bit': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:186:27: note: byref variable will be forcibly initialized 186 | unsigned int reg, bit; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:186:22: note: byref variable will be forcibly initialized 186 | unsigned int reg, bit; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:185:28: note: byref variable will be forcibly initialized 185 | struct meson_bank *bank; | ^~~~ /kisskb/src/kernel/trace/trace.c:4414:23: note: byref variable will be forcibly initialized 4414 | unsigned char newline = '\n'; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:6661:23: note: byref variable will be forcibly initialized 6661 | unsigned long pfn, end_pfn = start_pfn + size; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, 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/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get_pull': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:404:32: note: byref variable will be forcibly initialized 404 | unsigned int reg, bit, val; | ^~~ /kisskb/src/mm/page_alloc.c: In function 'memmap_init': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:404:27: note: byref variable will be forcibly initialized 404 | unsigned int reg, bit, val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:404:22: note: byref variable will be forcibly initialized 404 | unsigned int reg, bit, val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:403:28: note: byref variable will be forcibly initialized 403 | struct meson_bank *bank; | ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_min_max_write': /kisskb/src/kernel/trace/trace.c:7663:13: note: byref variable will be forcibly initialized 7663 | u64 val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_min_max_read': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get_drive_strength': /kisskb/src/kernel/trace/trace.c:7709:14: note: byref variable will be forcibly initialized 7709 | char buf[U64_STR_SIZE]; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:441:22: note: byref variable will be forcibly initialized 441 | unsigned int val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:440:27: note: byref variable will be forcibly initialized 440 | unsigned int reg, bit; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:440:22: note: byref variable will be forcibly initialized 440 | unsigned int reg, bit; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:439:28: note: byref variable will be forcibly initialized 439 | struct meson_bank *bank; | ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get_gpio_bit': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:203:32: note: byref variable will be forcibly initialized 203 | unsigned int reg, bit, val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:203:27: note: byref variable will be forcibly initialized 203 | unsigned int reg, bit, val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:203:22: note: byref variable will be forcibly initialized 203 | unsigned int reg, bit, val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:202:28: note: byref variable will be forcibly initialized 202 | struct meson_bank *bank; | ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_pinconf_get': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:482:13: note: byref variable will be forcibly initialized 482 | u16 arg; | ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_kf_seq_show': /kisskb/src/fs/sysfs/file.c:46:15: note: byref variable will be forcibly initialized 46 | char *buf; | ^~~ /kisskb/src/mm/page_alloc.c:6925:32: note: byref variable will be forcibly initialized 6925 | int i, j, zone_id = 0, nid; | ^~~ /kisskb/src/mm/page_alloc.c:6925:13: note: byref variable will be forcibly initialized 6925 | int i, j, zone_id = 0, nid; | ^ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_chmod_file': /kisskb/src/fs/sysfs/file.c:417:22: note: byref variable will be forcibly initialized 417 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/mm/page_alloc.c:6924:23: note: byref variable will be forcibly initialized 6924 | unsigned long hole_pfn = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_map_resource': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:644:25: note: byref variable will be forcibly initialized 644 | struct resource res; | ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_emit': /kisskb/src/fs/sysfs/file.c:731:17: note: byref variable will be forcibly initialized 731 | va_list args; | ^~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_emit_at': /kisskb/src/fs/sysfs/file.c:759:17: note: byref variable will be forcibly initialized 759 | va_list args; | ^~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_file_ns': /kisskb/src/fs/sysfs/file.c:349:16: note: byref variable will be forcibly initialized 349 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:348:16: note: byref variable will be forcibly initialized 348 | kuid_t uid; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_percent_read': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c: In function 'meson_gpio_get': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:592:28: note: byref variable will be forcibly initialized 592 | struct meson_bank *bank; | ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:591:32: note: byref variable will be forcibly initialized 591 | unsigned int reg, bit, val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:591:27: note: byref variable will be forcibly initialized 591 | unsigned int reg, bit, val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson.c:591:22: note: byref variable will be forcibly initialized 591 | unsigned int reg, bit, val; | ^~~ /kisskb/src/mm/page_alloc.c:6923:34: note: byref variable will be forcibly initialized 6923 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_add_file_to_group': /kisskb/src/fs/sysfs/file.c:384:16: note: byref variable will be forcibly initialized 384 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:383:16: note: byref variable will be forcibly initialized 383 | kuid_t uid; | ^~~ /kisskb/src/mm/page_alloc.c:6923:23: note: byref variable will be forcibly initialized 6923 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c:9030:14: note: byref variable will be forcibly initialized 9030 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_set_trace_read': /kisskb/src/fs/configfs/dir.c: In function 'configfs_rmdir': /kisskb/src/fs/configfs/dir.c:1469:32: note: byref variable will be forcibly initialized 1469 | struct dentry *wait; | ^~~~ /kisskb/src/kernel/trace/trace.c:6141:14: note: byref variable will be forcibly initialized 6141 | char buf[MAX_TRACER_SIZE+2]; | ^~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_bin_file': /kisskb/src/fs/sysfs/file.c:562:16: note: byref variable will be forcibly initialized 562 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/file.c:561:16: note: byref variable will be forcibly initialized 561 | kuid_t uid; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_buffers_splice_read': /kisskb/src/kernel/trace/trace.c:8213:22: note: byref variable will be forcibly initialized 8213 | struct page *pages_def[PIPE_DEF_BUFFERS]; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c:8212:29: note: byref variable will be forcibly initialized 8212 | struct partial_page partial_def[PIPE_DEF_BUFFERS]; | ^~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'get_pfn_range_for_nid': /kisskb/src/kernel/trace/trace.c: In function 'tracing_saved_cmdlines_size_read': /kisskb/src/kernel/trace/trace.c:5890:14: note: byref variable will be forcibly initialized 5890 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'test_can_verify_check': /kisskb/src/kernel/trace/trace.c:3743:17: note: byref variable will be forcibly initialized 3743 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace.c:3742:14: note: byref variable will be forcibly initialized 3742 | char buf[16]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 't_start': /kisskb/src/kernel/trace/trace.c:5007:16: note: byref variable will be forcibly initialized 5007 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace.c: In function 'tracing_total_entries_read': /kisskb/src/kernel/trace/trace.c:7025:14: note: byref variable will be forcibly initialized 7025 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_entries_read': /kisskb/src/mm/page_alloc.c:7259:13: note: byref variable will be forcibly initialized 7259 | int i; | ^ /kisskb/src/kernel/trace/trace.c:6951:14: note: byref variable will be forcibly initialized 6951 | char buf[64]; | ^~~ /kisskb/src/mm/page_alloc.c:7258:39: note: byref variable will be forcibly initialized 7258 | unsigned long this_start_pfn, this_end_pfn; | ^~~~~~~~~~~~ /kisskb/src/kernel/irq/chip.c: In function '__irq_set_handler': /kisskb/src/kernel/irq/chip.c:1049:23: 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:23: note: byref variable will be forcibly initialized 1064 | unsigned long flags; | ^~~~~ /kisskb/src/mm/page_alloc.c:7258:23: note: byref variable will be forcibly initialized 7258 | unsigned long this_start_pfn, this_end_pfn; | ^~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'find_zone_movable_pfns_for_nodes': /kisskb/src/mm/page_alloc.c:8148:42: note: byref variable will be forcibly initialized 8148 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:8148:31: note: byref variable will be forcibly initialized 8148 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:8061:42: note: byref variable will be forcibly initialized 8061 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_next': /kisskb/src/kernel/trace/trace.c:618:22: note: byref variable will be forcibly initialized 618 | unsigned int next; | ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_start': /kisskb/src/kernel/trace/trace.c:647:16: note: byref variable will be forcibly initialized 647 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace.c:646:22: note: byref variable will be forcibly initialized 646 | unsigned int first; | ^~~~~ /kisskb/src/mm/page_alloc.c:8061:31: note: byref variable will be forcibly initialized 8061 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:7951:13: note: byref variable will be forcibly initialized 7951 | int i, nid; | ^ /kisskb/src/kernel/trace/trace.c: In function 'rb_simple_write': /kisskb/src/kernel/trace/trace.c:8989:23: note: byref variable will be forcibly initialized 8989 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'rb_simple_read': /kisskb/src/kernel/trace/trace.c:8974:14: note: byref variable will be forcibly initialized 8974 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_nsecs_read': /kisskb/src/kernel/trace/trace.c:6485:14: note: byref variable will be forcibly initialized 6485 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_write': /kisskb/src/kernel/trace/trace.c:691:15: note: byref variable will be forcibly initialized 691 | pid_t pid; | ^~~ /kisskb/src/kernel/trace/trace.c:690:16: note: byref variable will be forcibly initialized 690 | loff_t pos; | ^~~ /kisskb/src/kernel/trace/trace.c:686:23: note: byref variable will be forcibly initialized 686 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c:685:29: note: byref variable will be forcibly initialized 685 | struct trace_parser parser; | ^~~~~~ /kisskb/src/mm/page_alloc.c: In function '__absent_pages_in_range': /kisskb/src/mm/page_alloc.c:7377:13: note: byref variable will be forcibly initialized 7377 | int i; | ^ /kisskb/src/mm/page_alloc.c:7376:34: note: byref variable will be forcibly initialized 7376 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7376:23: note: byref variable will be forcibly initialized 7376 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'zone_absent_pages_in_node': /kisskb/src/kernel/trace/trace.c: In function 'trace_event_buffer_commit': /kisskb/src/kernel/trace/trace.c:2914:33: note: byref variable will be forcibly initialized 2914 | enum event_trigger_type tt = ETT_NONE; | ^~ /kisskb/src/mm/page_alloc.c:7408:39: note: byref variable will be forcibly initialized 7408 | unsigned long zone_start_pfn, zone_end_pfn; | ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7408:23: note: byref variable will be forcibly initialized 7408 | unsigned long zone_start_pfn, zone_end_pfn; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_array_printk': /kisskb/src/kernel/trace/trace.c:3497:17: note: byref variable will be forcibly initialized 3497 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace.c: In function 'trace_array_printk_buf': /kisskb/src/kernel/trace/trace.c:3542:17: note: byref variable will be forcibly initialized 3542 | va_list ap; | ^~ /kisskb/src/mm/page_alloc.c: In function 'calculate_node_totalpages': /kisskb/src/kernel/trace/trace.c: In function 'tracing_iter_reset': /kisskb/src/kernel/trace/trace.c:4053:13: note: byref variable will be forcibly initialized 4053 | u64 ts; | ^~ /kisskb/src/mm/page_alloc.c:7460:47: note: byref variable will be forcibly initialized 7460 | unsigned long zone_start_pfn, zone_end_pfn; | ^~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 's_start': /kisskb/src/kernel/trace/trace.c:4088:16: note: byref variable will be forcibly initialized 4088 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace.c: In function 'trace_total_entries_cpu': /kisskb/src/kernel/trace/trace.c:4194:30: note: byref variable will be forcibly initialized 4194 | unsigned long total, entries; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4194:23: note: byref variable will be forcibly initialized 4194 | unsigned long total, entries; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_total_entries': /kisskb/src/kernel/trace/trace.c:4206:30: note: byref variable will be forcibly initialized 4206 | unsigned long total, entries; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4206:23: note: byref variable will be forcibly initialized 4206 | unsigned long total, entries; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'print_trace_header': /kisskb/src/kernel/trace/trace.c:4278:23: note: byref variable will be forcibly initialized 4278 | unsigned long total; | ^~~~~ /kisskb/src/kernel/trace/trace.c:4277:23: note: byref variable will be forcibly initialized 4277 | unsigned long entries; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7460:31: note: byref variable will be forcibly initialized 7460 | unsigned long zone_start_pfn, zone_end_pfn; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_splice_read_pipe': /kisskb/src/kernel/trace/trace.c:6867:33: note: byref variable will be forcibly initialized 6867 | struct splice_pipe_desc spd = { | ^~~ /kisskb/src/kernel/trace/trace.c:6865:29: note: byref variable will be forcibly initialized 6865 | struct partial_page partial_def[PIPE_DEF_BUFFERS]; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:6864:22: note: byref variable will be forcibly initialized 6864 | struct page *pages_def[PIPE_DEF_BUFFERS]; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'free_area_init_node': /kisskb/src/mm/page_alloc.c:7816:23: note: byref variable will be forcibly initialized 7816 | unsigned long end_pfn = 0; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7815:23: note: byref variable will be forcibly initialized 7815 | unsigned long start_pfn = 0; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_cpumask_write': /kisskb/src/kernel/trace/trace.c:5177:23: note: byref variable will be forcibly initialized 5177 | cpumask_var_t tracing_cpumask_new; | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, 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 'set_tracer_flag': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:5320:25: note: in expansion of macro 'smp_store_release' 5320 | smp_store_release(&tgid_map, map); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_options_core_write': /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c: In function 'tegra_fuse_probe': /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:212:29: note: byref variable will be forcibly initialized 212 | struct nvmem_config nvmem; | ^~~~~ /kisskb/src/kernel/trace/trace.c:8786:23: note: byref variable will be forcibly initialized 8786 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'apply_trace_boot_options': /kisskb/src/mm/page_alloc.c: In function 'node_map_pfn_alignment': /kisskb/src/kernel/trace/trace.c:5392:15: note: byref variable will be forcibly initialized 5392 | char *buf = trace_boot_options_buf; | ^~~ /kisskb/src/mm/page_alloc.c:7885:16: note: byref variable will be forcibly initialized 7885 | int i, nid; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_trace_options_write': /kisskb/src/kernel/trace/trace.c:5416:14: note: byref variable will be forcibly initialized 5416 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_entries_write': /kisskb/src/kernel/trace/trace.c:6998:23: note: byref variable will be forcibly initialized 6998 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_set_trace_write': /kisskb/src/kernel/trace/trace.c:6455:14: note: byref variable will be forcibly initialized 6455 | char buf[MAX_TRACER_SIZE+1]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_clock_write': /kisskb/src/kernel/trace/trace.c:7260:14: note: byref variable will be forcibly initialized 7260 | char buf[64]; | ^~~ /kisskb/src/mm/page_alloc.c:7885:13: note: byref variable will be forcibly initialized 7885 | int i, nid; | ^ /kisskb/src/mm/page_alloc.c:7883:30: note: byref variable will be forcibly initialized 7883 | unsigned long start, end, mask; | ^~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c: In function 'tegra_init_fuse': /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:498:25: note: byref variable will be forcibly initialized 498 | struct resource regs; | ^~~~ /kisskb/src/drivers/soc/tegra/fuse/fuse-tegra.c:496:36: note: byref variable will be forcibly initialized 496 | const struct of_device_id *match; | ^~~~~ /kisskb/src/mm/page_alloc.c:7883:23: note: byref variable will be forcibly initialized 7883 | unsigned long start, end, mask; | ^~~~~ /kisskb/src/mm/page_alloc.c: In function 'free_area_init': /kisskb/src/kernel/trace/trace.c: In function 'tracing_init_tracefs_percpu': /kisskb/src/kernel/trace/trace.c:8632:14: note: byref variable will be forcibly initialized 8632 | char cpu_dir[30]; /* 30 characters should be more than enough */ | ^~~~~~~ /kisskb/src/mm/page_alloc.c:8205:16: note: byref variable will be forcibly initialized 8205 | int i, nid, zone; | ^~~ /kisskb/src/mm/page_alloc.c:8205:13: note: byref variable will be forcibly initialized 8205 | int i, nid, zone; | ^ /kisskb/src/mm/page_alloc.c:8204:34: note: byref variable will be forcibly initialized 8204 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:8204:23: note: byref variable will be forcibly initialized 8204 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/drivers/soc/tegra/common.c: In function 'devm_tegra_core_dev_init_opp_table': /kisskb/src/drivers/soc/tegra/common.c:114:21: note: byref variable will be forcibly initialized 114 | const char *clk_names[] = { NULL, NULL }; | ^~~~~~~~~ /kisskb/src/drivers/soc/tegra/common.c:108:13: note: byref variable will be forcibly initialized 108 | u32 hw_version; | ^~~~~~~~~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/reset/core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/reset/core.c: In function '__of_reset_control_get': /kisskb/src/drivers/reset/core.c:819:32: note: byref variable will be forcibly initialized 819 | struct of_phandle_args args; | ^~~~ /kisskb/src/kernel/irq/devres.c: In function 'devm_free_irq': /kisskb/src/kernel/irq/devres.c:141:27: note: byref variable will be forcibly initialized 141 | struct irq_devres match_data = { irq, dev_id }; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/kernel/irq/devres.c:2: /kisskb/src/kernel/irq/devres.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/devres.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/virtio/virtio.c: In function 'virtio_device_of_init': /kisskb/src/drivers/virtio/virtio.c:370:14: note: byref variable will be forcibly initialized 370 | char compat[] = "virtio,deviceXXXXXXXX"; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/clk/clk-bulk.c:10: /kisskb/src/drivers/clk/clk-bulk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c: In function 'imx_pinconf_group_dbg_show': /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:468:23: note: byref variable will be forcibly initialized 468 | unsigned long config; | ^~~~~~ /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c: In function 'imx_pinconf_dbg_show': /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:440:23: note: byref variable will be forcibly initialized 440 | unsigned long config; | ^~~~~~ /kisskb/src/drivers/xen/grant-table.c: In function '__max_nr_grant_frames': /kisskb/src/drivers/xen/grant-table.c:775:34: note: byref variable will be forcibly initialized 775 | struct gnttab_query_size query; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:14: /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_request_version': /kisskb/src/drivers/xen/grant-table.c:1529:35: note: byref variable will be forcibly initialized 1529 | struct gnttab_set_version gsv; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/memblock.h:12, from /kisskb/src/drivers/xen/grant-table.c:37: /kisskb/src/drivers/xen/grant-table.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_map': /kisskb/src/drivers/xen/grant-table.c:1437:43: note: byref variable will be forcibly initialized 1437 | struct xen_add_to_physmap xatp; | ^~~~ /kisskb/src/drivers/xen/grant-table.c:1431:35: note: byref variable will be forcibly initialized 1431 | struct gnttab_setup_table setup; | ^~~~~ 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/pinctrl/freescale/pinctrl-imx.c:16: /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:15: /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c: In function 'imx_pinconf_decode_generic_config': /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:301:13: note: byref variable will be forcibly initialized 301 | u32 raw_config = 0; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c: In function 'imx_pinconf_parse_generic_config': /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:335:24: note: byref variable will be forcibly initialized 335 | unsigned long *configs; | ^~~~~~~ /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:334:22: note: byref variable will be forcibly initialized 334 | unsigned int num_configs; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c: In function 'imx_pinctrl_parse_groups': /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:576:23: note: byref variable will be forcibly initialized 576 | const __be32 *list; | ^~~~ /kisskb/src/drivers/pinctrl/freescale/pinctrl-imx.c:575:13: note: byref variable will be forcibly initialized 575 | int size, pin_size; | ^~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/soc/tegra/pmc.c:17: /kisskb/src/drivers/soc/tegra/pmc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_parse_dt': /kisskb/src/drivers/soc/tegra/pmc.c:1851:20: note: byref variable will be forcibly initialized 1851 | u32 value, values[2]; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1851:13: note: byref variable will be forcibly initialized 1851 | u32 value, values[2]; | ^~~~~ In file included from /kisskb/src/drivers/soc/tegra/pmc.c:22: /kisskb/src/drivers/soc/tegra/pmc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_core_pd_add': /kisskb/src/drivers/soc/tegra/pmc.c:1387:21: note: byref variable will be forcibly initialized 1387 | const char *rname[] = { "core", NULL}; | ^~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_irq_alloc': /kisskb/src/drivers/soc/tegra/pmc.c:2243:43: note: byref variable will be forcibly initialized 2243 | struct irq_fwspec spec; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_clk_out_register': /kisskb/src/drivers/soc/tegra/pmc.c:2597:30: note: byref variable will be forcibly initialized 2597 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_clk_gate_register': /kisskb/src/drivers/soc/tegra/pmc.c:2653:30: note: byref variable will be forcibly initialized 2653 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_readl': /kisskb/src/drivers/soc/tegra/pmc.c:456:30: note: byref variable will be forcibly initialized 456 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_io_pad_is_powered': /kisskb/src/drivers/soc/tegra/pmc.c:1690:13: note: byref variable will be forcibly initialized 1690 | u32 mask, value; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1689:32: note: byref variable will be forcibly initialized 1689 | unsigned long request, status; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1689:23: note: byref variable will be forcibly initialized 1689 | unsigned long request, status; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_powergate_init': /kisskb/src/drivers/soc/tegra/pmc.c:1428:44: note: byref variable will be forcibly initialized 1428 | struct of_phandle_args child_args, parent_args; | ^~~~~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1428:32: note: byref variable will be forcibly initialized 1428 | struct of_phandle_args child_args, parent_args; | ^~~~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_writel': /kisskb/src/drivers/soc/tegra/pmc.c:479:30: note: byref variable will be forcibly initialized 479 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_io_pad_power_enable': /kisskb/src/drivers/soc/tegra/pmc.c:1624:13: note: byref variable will be forcibly initialized 1624 | u32 mask; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1623:32: note: byref variable will be forcibly initialized 1623 | unsigned long request, status; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1623:23: note: byref variable will be forcibly initialized 1623 | unsigned long request, status; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_io_pad_power_disable': /kisskb/src/drivers/soc/tegra/pmc.c:1660:13: note: byref variable will be forcibly initialized 1660 | u32 mask; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1659:32: note: byref variable will be forcibly initialized 1659 | unsigned long request, status; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1659:23: note: byref variable will be forcibly initialized 1659 | unsigned long request, status; | ^~~~~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_map_frames_v2': /kisskb/src/drivers/xen/grant-table.c:1384:41: note: byref variable will be forcibly initialized 1384 | struct gnttab_get_status_frames getframes; | ^~~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra186_pmc_setup_irq_polarity': /kisskb/src/drivers/soc/tegra/pmc.c:3568:25: note: byref variable will be forcibly initialized 3568 | struct resource regs; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_init_tsense_reset': /kisskb/src/drivers/soc/tegra/pmc.c:1931:52: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1931:42: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1931:32: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1931:23: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~~ /kisskb/src/drivers/soc/tegra/pmc.c:1931:13: note: byref variable will be forcibly initialized 1931 | u32 pmu_addr, ctrl_id, reg_addr, reg_data, pinmux; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/kernel/padata.c:18: /kisskb/src/kernel/padata.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_page_cache_shrink': /kisskb/src/drivers/xen/grant-table.c:988:22: note: byref variable will be forcibly initialized 988 | struct page *page[10]; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c: In function 'tegra_pmc_early_init': /kisskb/src/drivers/soc/tegra/pmc.c:3976:25: note: byref variable will be forcibly initialized 3976 | struct resource regs; | ^~~~ /kisskb/src/drivers/soc/tegra/pmc.c:3974:36: note: byref variable will be forcibly initialized 3974 | const struct of_device_id *match; | ^~~~~ 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:19: note: byref variable will be forcibly initialized 347 | LIST_HEAD(local_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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_replace_one': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/padata.c:636:9: note: in expansion of macro 'rcu_assign_pointer' 636 | rcu_assign_pointer(ps->pd, pd_new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/grant-table.c: In function 'gnttab_unmap_refs_sync': /kisskb/src/drivers/xen/grant-table.c:1346:41: note: byref variable will be forcibly initialized 1346 | struct unmap_refs_callback_data data; | ^~~~ 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:19: note: byref variable will be forcibly initialized 474 | LIST_HEAD(works); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/padata.c:473:36: note: byref variable will be forcibly initialized 473 | struct padata_mt_job_state ps; | ^~ /kisskb/src/kernel/padata.c:472:28: note: byref variable will be forcibly initialized 472 | struct padata_work my_work, *pw; | ^~~~~~~ /kisskb/src/kernel/padata.c: In function 'store_cpumask': /kisskb/src/kernel/padata.c:877:23: note: byref variable will be forcibly initialized 877 | cpumask_var_t new_cpumask; | ^~~~~~~~~~~ /kisskb/src/fs/proc/generic.c: In function '__proc_create': /kisskb/src/fs/proc/generic.c:399:21: note: byref variable will be forcibly initialized 399 | struct qstr qstr; | ^~~~ /kisskb/src/fs/proc/generic.c:398:21: note: byref variable will be forcibly initialized 398 | const char *fn; | ^~ /kisskb/src/fs/proc/generic.c: In function 'proc_create_mount_point': /kisskb/src/fs/proc/generic.c:528:38: note: byref variable will be forcibly initialized 528 | struct proc_dir_entry *ent, *parent = NULL; | ^~~~~~ /kisskb/src/fs/proc/generic.c: In function 'remove_proc_entry': /kisskb/src/fs/proc/generic.c:689:21: note: byref variable will be forcibly initialized 689 | const char *fn = name; | ^~ /kisskb/src/fs/proc/generic.c: In function 'remove_proc_subtree': /kisskb/src/fs/proc/generic.c:728:21: note: byref variable will be forcibly initialized 728 | const char *fn = name; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/preemptirq.h:67, from /kisskb/src/kernel/trace/trace_preemptirq.c:16: /kisskb/src/kernel/trace/trace_preemptirq.c: In function 'trace_event_raw_event_preemptirq_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(preemptirq_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c: In function 'tegra_xusb_padctl_pinconf_group_dbg_show': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:427:31: note: byref variable will be forcibly initialized 427 | unsigned long config, value; | ^~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c: In function 'tegra_xusb_padctl_parse_subnode': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:161:13: note: byref variable will be forcibly initialized 161 | u32 value; | ^~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:158:21: note: byref variable will be forcibly initialized 158 | const char *function, *group; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:157:32: note: byref variable will be forcibly initialized 157 | unsigned long config, *configs = NULL; | ^~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:156:38: note: byref variable will be forcibly initialized 156 | unsigned int i, reserve = 0, num_configs = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c: In function 'tegra_xusb_padctl_dt_node_to_map': /kisskb/src/drivers/pinctrl/tegra/pinctrl-tegra-xusb.c:237:22: note: byref variable will be forcibly initialized 237 | unsigned int reserved_maps = 0; | ^~~~~~~~~~~~~ /kisskb/src/kernel/torture.c: In function 'torture_kthread_stopping': /kisskb/src/kernel/torture.c:912:14: note: byref variable will be forcibly initialized 912 | char buf[128]; | ^~~ /kisskb/src/kernel/torture.c: In function 'torture_hrtimeout_ns': /kisskb/src/kernel/torture.c:88:17: note: byref variable will be forcibly initialized 88 | ktime_t hto = baset_ns; | ^~~ In file included from /kisskb/src/kernel/torture.c:39: /kisskb/src/kernel/torture.c: In function 'torture_stutter': /kisskb/src/kernel/torture.c:758:31: note: byref variable will be forcibly initialized 758 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/kernel/torture.c: In function 'torture_onoff': /kisskb/src/kernel/torture.c:339:31: note: byref variable will be forcibly initialized 339 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:73:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 73 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'adjust_historical_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1127:23: note: byref variable will be forcibly initialized 1127 | u64 corr_raw, corr_real; | ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1127:13: note: byref variable will be forcibly initialized 1127 | u64 corr_raw, corr_real; | ^~~~~~~~ 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:83:27: note: byref variable will be forcibly initialized 83 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'tk_set_wall_to_mono': /kisskb/src/kernel/time/timekeeping.c:153:27: note: byref variable will be forcibly initialized 153 | 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:71:27: note: byref variable will be forcibly initialized 71 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_inject_offset': /kisskb/src/kernel/time/timekeeping.c:1366:27: note: byref variable will be forcibly initialized 1366 | struct timespec64 tmp; | ^~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_advance': /kisskb/src/kernel/time/timekeeping.c:2156:22: note: byref variable will be forcibly initialized 2156 | unsigned int clock_set = 0; | ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'get_device_system_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1213:36: note: byref variable will be forcibly initialized 1213 | struct system_counterval_t system_counterval; | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'do_settimeofday64': /kisskb/src/kernel/time/timekeeping.c:1315:27: note: byref variable will be forcibly initialized 1315 | struct timespec64 ts_delta, xt; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_warp_clock': /kisskb/src/kernel/time/timekeeping.c:1425:35: note: byref variable will be forcibly initialized 1425 | struct timespec64 adjust; | ^~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_resume': /kisskb/src/kernel/time/timekeeping.c:1782:35: note: byref variable will be forcibly initialized 1782 | struct timespec64 ts_new, ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1782:27: note: byref variable will be forcibly initialized 1782 | struct timespec64 ts_new, ts_delta; | ^~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_init': /kisskb/src/kernel/time/timekeeping.c:1634:38: note: byref variable will be forcibly initialized 1634 | struct timespec64 wall_time, boot_offset, wall_to_mono; | ^~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1634:27: note: byref variable will be forcibly initialized 1634 | 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:2439:35: note: byref variable will be forcibly initialized 2439 | struct timespec64 delta; | ^~~~~ /kisskb/src/kernel/time/timekeeping.c:2429:23: note: byref variable will be forcibly initialized 2429 | s32 orig_tai, tai; | ^~~ /kisskb/src/kernel/time/timekeeping.c:2427:27: note: byref variable will be forcibly initialized 2427 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/timekeeping.c:2425:31: note: byref variable will be forcibly initialized 2425 | struct audit_ntp_data ad; | ^~ /kisskb/src/drivers/char/random.c: In function 'add_device_randomness': /kisskb/src/drivers/char/random.c:848:23: note: byref variable will be forcibly initialized 848 | unsigned long entropy = random_get_entropy(); | ^~~~~~~ In file included from /kisskb/src/drivers/char/random.c:57: /kisskb/src/drivers/char/random.c: In function 'blake2s': /kisskb/src/include/crypto/blake2s.h:93:30: note: byref variable will be forcibly initialized 93 | struct blake2s_state state; | ^~~~~ /kisskb/src/drivers/char/random.c: In function 'try_to_generate_entropy': /kisskb/src/drivers/char/random.c:1195:36: note: byref variable will be forcibly initialized 1195 | struct entropy_timer_state 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:28: /kisskb/src/drivers/char/random.c: In function 'wait_for_random_bytes': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:135:23: note: in expansion of macro 'wait_event_interruptible_timeout' 135 | ret = wait_event_interruptible_timeout(crng_init_wait, crng_ready(), HZ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'crng_fast_key_erasure': /kisskb/src/drivers/char/random.c:248:12: note: byref variable will be forcibly initialized 248 | u8 first_block[CHACHA_BLOCK_SIZE]; | ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'write_pool_user': /kisskb/src/drivers/char/random.c:1291:12: note: byref variable will be forcibly initialized 1291 | u8 block[BLAKE2S_BLOCK_SIZE]; | ^~~~~ In file included from /kisskb/src/include/linux/random.h:109, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:43, from /kisskb/src/include/linux/rcupdate.h:30, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/utsname.h:6, from /kisskb/src/drivers/char/random.c:28: /kisskb/src/drivers/char/random.c: In function 'arch_get_random_seed_longs': /kisskb/src/arch/arm64/include/asm/archrandom.h:86:38: note: byref variable will be forcibly initialized 86 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/char/random.c: In function 'extract_entropy': /kisskb/src/drivers/char/random.c:598:11: note: byref variable will be forcibly initialized 598 | } block; | ^~~~~ /kisskb/src/drivers/char/random.c:594:37: note: byref variable will be forcibly initialized 594 | u8 seed[BLAKE2S_HASH_SIZE], next_key[BLAKE2S_HASH_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/char/random.c:594:12: note: byref variable will be forcibly initialized 594 | u8 seed[BLAKE2S_HASH_SIZE], next_key[BLAKE2S_HASH_SIZE]; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'crng_reseed': /kisskb/src/drivers/char/random.c:207:12: note: byref variable will be forcibly initialized 207 | u8 key[CHACHA_KEY_SIZE]; | ^~~ /kisskb/src/drivers/char/random.c: In function 'random_pm_notification': /kisskb/src/drivers/char/random.c:757:17: note: byref variable will be forcibly initialized 757 | ktime_t stamps[] = { ktime_get(), ktime_get_boottime(), ktime_get_real() }; | ^~~~~~ /kisskb/src/drivers/char/random.c:751:30: note: byref variable will be forcibly initialized 751 | unsigned long flags, entropy = random_get_entropy(); | ^~~~~~~ /kisskb/src/drivers/char/random.c: In function '_credit_init_bits': /kisskb/src/drivers/char/random.c:646:27: note: byref variable will be forcibly initialized 646 | unsigned int new, orig, add; | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_for_each': /kisskb/src/lib/idr.c:198:32: note: byref variable will be forcibly initialized 198 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'add_timer_randomness': /kisskb/src/drivers/char/random.c:1054:23: note: byref variable will be forcibly initialized 1054 | unsigned long entropy = random_get_entropy(), now = jiffies, flags; | ^~~~~~~ /kisskb/src/lib/idr.c: In function 'idr_replace': /kisskb/src/lib/idr.c:293:22: note: byref variable will be forcibly initialized 293 | void __rcu **slot = NULL; | ^~~~ /kisskb/src/lib/idr.c:292:33: note: byref variable will be forcibly initialized 292 | struct radix_tree_node *node; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'mix_interrupt_randomness': /kisskb/src/drivers/char/random.c:988:23: note: byref variable will be forcibly initialized 988 | unsigned long pool[2]; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'random_ioctl': /kisskb/src/drivers/char/random.c:1378:30: note: byref variable will be forcibly initialized 1378 | struct iovec iov; | ^~~ /kisskb/src/drivers/char/random.c:1377:33: note: byref variable will be forcibly initialized 1377 | struct iov_iter iter; | ^~~~ /kisskb/src/mm/hugetlb_vmemmap.c: In function '__split_vmemmap_huge_pmd': /kisskb/src/mm/hugetlb_vmemmap.c:40:15: note: byref variable will be forcibly initialized 40 | pmd_t __pmd; | ^~~~~ /kisskb/src/lib/idr.c: In function 'ida_alloc_range': /kisskb/src/lib/idr.c:404:31: 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:18: note: byref variable will be forcibly initialized 383 | XA_STATE(xas, &ida->xa, min / IDA_BITMAP_BITS); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/char/random.c: In function '_get_random_bytes': /kisskb/src/drivers/char/random.c:357:12: note: byref variable will be forcibly initialized 357 | u8 tmp[CHACHA_BLOCK_SIZE]; | ^~~ /kisskb/src/drivers/char/random.c:356:13: note: byref variable will be forcibly initialized 356 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:15, from /kisskb/src/arch/arm64/include/asm/pgtable.h:12, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/mm/hugetlb_vmemmap.c:13: /kisskb/src/mm/hugetlb_vmemmap.c: In function 'vmemmap_remap_alloc': /kisskb/src/mm/hugetlb_vmemmap.c:393:19: note: byref variable will be forcibly initialized 393 | LIST_HEAD(vmemmap_pages); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/char/random.c: In function 'get_random_u32': /kisskb/src/mm/hugetlb_vmemmap.c: In function 'vmemmap_remap_free': /kisskb/src/mm/hugetlb_vmemmap.c:309:19: note: byref variable will be forcibly initialized 309 | LIST_HEAD(vmemmap_pages); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/char/random.c:478:14: note: byref variable will be forcibly initialized 478 | type ret; \ | ^~~ /kisskb/src/drivers/char/random.c:510:1: note: in expansion of macro 'DEFINE_BATCHED_ENTROPY' 510 | DEFINE_BATCHED_ENTROPY(u32) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/idr.c: In function 'ida_free': /kisskb/src/drivers/char/random.c: In function 'get_random_bytes_user': /kisskb/src/drivers/char/random.c:403:12: note: byref variable will be forcibly initialized 403 | u8 block[CHACHA_BLOCK_SIZE]; | ^~~~~ /kisskb/src/drivers/char/random.c:402:13: note: byref variable will be forcibly initialized 402 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ /kisskb/src/lib/idr.c:489:18: note: byref variable will be forcibly initialized 489 | XA_STATE(xas, &ida->xa, id / IDA_BITMAP_BITS); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/drivers/char/random.c: In function '__do_sys_getrandom': /kisskb/src/drivers/char/random.c:1256:22: note: byref variable will be forcibly initialized 1256 | struct iovec iov; | ^~~ /kisskb/src/drivers/char/random.c:1255:25: note: byref variable will be forcibly initialized 1255 | struct iov_iter iter; | ^~~~ /kisskb/src/lib/idr.c: In function 'ida_destroy': /kisskb/src/lib/idr.c:543:18: note: byref variable will be forcibly initialized 543 | XA_STATE(xas, &ida->xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_alloc_u32': /kisskb/src/lib/idr.c:36:32: note: byref variable will be forcibly initialized 36 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_alloc': /kisskb/src/lib/idr.c:81:13: 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:13: note: byref variable will be forcibly initialized 119 | u32 id = idr->idr_next; | ^~ /kisskb/src/drivers/char/random.c: In function 'random_init': /kisskb/src/drivers/char/random.c:788:23: note: byref variable will be forcibly initialized 788 | unsigned long entropy[BLAKE2S_BLOCK_SIZE / sizeof(long)]; | ^~~~~~~ /kisskb/src/drivers/char/random.c:786:17: note: byref variable will be forcibly initialized 786 | ktime_t now = ktime_get_real(); | ^~~ /kisskb/src/lib/idr.c: In function 'idr_get_next_ul': /kisskb/src/lib/idr.c:229:32: note: byref variable will be forcibly initialized 229 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/idr.c: In function 'idr_get_next': /kisskb/src/lib/idr.c:266:23: note: byref variable will be forcibly initialized 266 | unsigned long id = *nextid; | ^~ /kisskb/src/drivers/char/random.c: In function 'get_random_u64': /kisskb/src/drivers/char/random.c:478:14: note: byref variable will be forcibly initialized 478 | type ret; \ | ^~~ /kisskb/src/drivers/char/random.c:509:1: note: in expansion of macro 'DEFINE_BATCHED_ENTROPY' 509 | DEFINE_BATCHED_ENTROPY(u64) | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'arch_atomic_read_acquire': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/atomic/atomic-arch-fallback.h:227:23: note: in expansion of macro 'smp_load_acquire' 227 | ret = smp_load_acquire(&(v)->counter); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'queued_spin_unlock': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/qspinlock.h:128:9: note: in expansion of macro 'smp_store_release' 128 | smp_store_release(&lock->locked, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_check_gp_kthread_expired_fqs_timer': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_stall.h:535:20: note: in expansion of macro 'smp_load_acquire' 535 | gp_state = smp_load_acquire(&rcu_state.gp_state); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'param_set_first_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:463:15: note: byref variable will be forcibly initialized 463 | ulong j; | ^ /kisskb/src/kernel/rcu/tree.c: In function 'param_set_next_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:475:15: note: byref variable will be forcibly initialized 475 | ulong j; | ^ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'sync_exp_reset_tree_hotplug': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:81:21: note: in expansion of macro 'smp_load_acquire' 81 | int ncpus = smp_load_acquire(&rcu_state.ncpus); /* Order vs. locking. */ | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4628: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_boost_kthread_setaffinity': /kisskb/src/kernel/rcu/tree_plugin.h:1228:23: note: byref variable will be forcibly initialized 1228 | cpumask_var_t cm; | ^~ In file included from /kisskb/src/kernel/rcu/tree.c:4625: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_check_gp_kthread_starvation': /kisskb/src/kernel/rcu/tree_stall.h:494:23: note: byref variable will be forcibly initialized 494 | unsigned long j; | ^ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | 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:444:19: note: byref variable will be forcibly initialized 444 | LIST_HEAD(stack); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4628: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_spawn_one_boost_kthread': /kisskb/src/kernel/rcu/tree_plugin.h:1192:28: note: byref variable will be forcibly initialized 1192 | struct sched_param sp; | ^~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_cpu_kthread_setup': /kisskb/src/kernel/rcu/tree_plugin.h:1006:28: note: byref variable will be forcibly initialized 1006 | struct sched_param sp; | ^~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_map_pages': /kisskb/src/drivers/iommu/iommu.c:2243:24: note: byref variable will be forcibly initialized 2243 | size_t pgsize, count; | ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_unmap_pages': /kisskb/src/drivers/iommu/iommu.c:2355:24: note: byref variable will be forcibly initialized 2355 | size_t pgsize, count; | ^~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:8, from /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:11: /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/kernel/rcu/tree.c:4626: /kisskb/src/kernel/rcu/tree.c: In function '__sync_rcu_exp_select_node_cpus': /kisskb/src/kernel/rcu/tree_exp.h:344:23: note: byref variable will be forcibly initialized 344 | unsigned long mask_ofl_ipi; | ^~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'probe_alloc_default_domain': /kisskb/src/drivers/iommu/iommu.c:1671:36: note: byref variable will be forcibly initialized 1671 | struct __group_domain_type gtype; | ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_unmap': /kisskb/src/drivers/iommu/iommu.c:2420:35: note: byref variable will be forcibly initialized 2420 | struct iommu_iotlb_gather iotlb_gather; | ^~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_map': /kisskb/src/drivers/iommu/iommu.c:2296:24: note: byref variable will be forcibly initialized 2296 | size_t mapped = 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 'nocb_gp_sleep': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:207:9: note: in expansion of macro '___swait_event' 207 | ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:214:25: note: in expansion of macro '__swait_event_interruptible' 214 | __ret = __swait_event_interruptible(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:590:9: note: in expansion of macro 'swait_event_interruptible_exclusive' 590 | swait_event_interruptible_exclusive(my_rdp->nocb_gp_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited_wait_once': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:194:9: note: in expansion of macro '___swait_event' 194 | ___swait_event(wq, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:202:25: note: in expansion of macro '__swait_event_timeout' 202 | __ret = __swait_event_timeout(wq, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:571:13: note: in expansion of macro 'swait_event_timeout_exclusive' 571 | t = swait_event_timeout_exclusive(rcu_state.expedited_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:226:22: note: byref variable will be forcibly initialized 226 | unsigned int data, status; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_get': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:294:13: note: byref variable will be forcibly initialized 294 | int status, ret; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_irq': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:68: note: byref variable will be forcibly initialized 346 | int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:38: note: byref variable will be forcibly initialized 346 | int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:29: note: byref variable will be forcibly initialized 346 | int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:21: note: byref variable will be forcibly initialized 346 | int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:346:13: note: byref variable will be forcibly initialized 346 | int intcap, intcon, intf, i, gpio, gpio_orig, intcap_mask, defval; | ^~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_start_exp_gp_kworkers': /kisskb/src/kernel/rcu/tree.c:4224:28: note: byref variable will be forcibly initialized 4224 | struct sched_param param = { .sched_priority = kthread_prio }; | ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'pci_device_group': /kisskb/src/drivers/iommu/iommu.c:1428:35: note: byref variable will be forcibly initialized 1428 | struct group_for_pci_data data; | ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/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:1737:19: note: byref variable will be forcibly initialized 1737 | LIST_HEAD(group_list); | ^~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_create_device_direct_mappings': /kisskb/src/drivers/iommu/iommu.c:791:26: note: byref variable will be forcibly initialized 791 | struct list_head mappings; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c: In function 'mcp23s08_probe_one': /kisskb/src/drivers/pinctrl/pinctrl-mcp23s08.c:531:13: note: byref variable will be forcibly initialized 531 | int status, ret; | ^~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_get_group_resv_regions': /kisskb/src/drivers/iommu/iommu.c:515:34: note: byref variable will be forcibly initialized 515 | 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:540:26: note: byref variable will be forcibly initialized 540 | 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:351:14: note: byref variable will be forcibly initialized 351 | bool pt; | ^~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'exp_funnel_lock': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:315:25: note: in expansion of macro 'wait_event' 315 | wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], | ^~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_init_one': /kisskb/src/kernel/rcu/tree.c:4332:13: note: byref variable will be forcibly initialized 4332 | int levelspread[RCU_NUM_LVLS]; /* kids/node in each level. */ | ^~~~~~~~~~~ /kisskb/src/mm/sparse.c: In function 'memblocks_present': /kisskb/src/mm/sparse.c:269:16: note: byref variable will be forcibly initialized 269 | int i, nid; | ^~~ /kisskb/src/mm/sparse.c:269:13: note: byref variable will be forcibly initialized 269 | int i, nid; | ^ /kisskb/src/mm/sparse.c:268:30: note: byref variable will be forcibly initialized 268 | unsigned long start, end; | ^~~ /kisskb/src/mm/sparse.c:268:23: note: byref variable will be forcibly initialized 268 | unsigned long start, end; | ^~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_do_flush_bypass': /kisskb/src/kernel/rcu/tree_nocb.h:301:27: note: byref variable will be forcibly initialized 301 | struct rcu_cblist rcl; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_barrier_entrain': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3750:9: note: in expansion of macro 'smp_store_release' 3750 | smp_store_release(&rdp->barrier_seq_snap, gseq); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_barrier': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3823:21: note: in expansion of macro 'smp_load_acquire' 3823 | if (smp_load_acquire(&rdp->barrier_seq_snap) == gseq) | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/regulator.h:174, from /kisskb/src/drivers/regulator/core.c:31: /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_basic': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_range': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_value': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/regulator/core.c:21: /kisskb/src/drivers/regulator/core.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'of_get_regulator': /kisskb/src/drivers/regulator/core.c:401:14: note: byref variable will be forcibly initialized 401 | char prop_name[64]; /* 64 is max size of property name */ | ^~~~~~~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_fqs_loop': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:255:9: note: in expansion of macro '___swait_event' 255 | ___swait_event(wq, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:282:25: note: in expansion of macro '__swait_event_idle_timeout' 282 | __ret = __swait_event_idle_timeout(wq, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1657:23: note: in expansion of macro 'swait_event_idle_timeout_exclusive' 1657 | (void)swait_event_idle_timeout_exclusive(rcu_state.gp_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1629:13: note: byref variable will be forcibly initialized 1629 | int gf = 0; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/regulator/core.c:12: /kisskb/src/drivers/regulator/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_lock_dependent': /kisskb/src/drivers/regulator/core.c:325:31: note: byref variable will be forcibly initialized 325 | struct regulator_dev *old_contended_rdev = NULL; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:324:31: note: byref variable will be forcibly initialized 324 | struct regulator_dev *new_contended_rdev = NULL; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_lock_all': /kisskb/src/drivers/regulator/core.c:5974:34: note: byref variable will be forcibly initialized 5974 | struct summary_lock_data lock_data; | ^~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_lock': /kisskb/src/drivers/regulator/core.c:5993:31: note: byref variable will be forcibly initialized 5993 | struct regulator_dev *old_contended_rdev = NULL; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:5992:31: note: byref variable will be forcibly initialized 5992 | struct regulator_dev *new_contended_rdev = NULL; | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree.c: In function 'show_rcu_nocb_state': /kisskb/src/kernel/rcu/tree_nocb.h:1463:14: note: byref variable will be forcibly initialized 1463 | char bufr[20]; | ^~~~ /kisskb/src/kernel/rcu/tree_nocb.h:1462:14: note: byref variable will be forcibly initialized 1462 | char bufw[20]; | ^~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4625: /kisskb/src/kernel/rcu/tree.c: In function 'print_cpu_stall_info': /kisskb/src/kernel/rcu/tree_stall.h:451:14: note: byref variable will be forcibly initialized 451 | char buf[32]; | ^~~ /kisskb/src/kernel/rcu/tree_stall.h:450:23: note: byref variable will be forcibly initialized 450 | unsigned long j; | ^ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_show': /kisskb/src/drivers/regulator/core.c:6041:31: note: byref variable will be forcibly initialized 6041 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'over_temp_warn_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:937:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 937 | REGULATOR_ERROR_ATTR(over_temp_warn, REGULATOR_ERROR_OVER_TEMP_WARN); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'over_voltage_warn_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:936:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 936 | REGULATOR_ERROR_ATTR(over_voltage_warn, REGULATOR_ERROR_OVER_VOLTAGE_WARN); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'over_current_warn_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:935:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 935 | REGULATOR_ERROR_ATTR(over_current_warn, REGULATOR_ERROR_OVER_CURRENT_WARN); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'under_voltage_warn_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:934:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 934 | REGULATOR_ERROR_ATTR(under_voltage_warn, REGULATOR_ERROR_UNDER_VOLTAGE_WARN); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'over_temp_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:933:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 933 | REGULATOR_ERROR_ATTR(over_temp, REGULATOR_ERROR_OVER_TEMP); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'fail_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:932:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 932 | REGULATOR_ERROR_ATTR(fail, REGULATOR_ERROR_FAIL); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulation_out_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:931:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 931 | REGULATOR_ERROR_ATTR(regulation_out, REGULATOR_ERROR_REGULATION_OUT); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'over_current_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:930:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 930 | REGULATOR_ERROR_ATTR(over_current, REGULATOR_ERROR_OVER_CURRENT); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'under_voltage_show': /kisskb/src/drivers/regulator/core.c:920:30: note: byref variable will be forcibly initialized 920 | unsigned int flags; \ | ^~~~~ /kisskb/src/drivers/regulator/core.c:929:1: note: in expansion of macro 'REGULATOR_ERROR_ATTR' 929 | REGULATOR_ERROR_ATTR(under_voltage, REGULATOR_ERROR_UNDER_VOLTAGE); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_print_task_stall': /kisskb/src/kernel/rcu/tree_stall.h:292:34: note: byref variable will be forcibly initialized 292 | struct rcu_stall_chk_rdr rscr; | ^~~~ In file included from /kisskb/src/include/linux/irq_sim.h:12, from /kisskb/src/kernel/irq/irq_sim.c:8: /kisskb/src/kernel/irq/irq_sim.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/regulator/core.c: In function 'bypass_show': /kisskb/src/drivers/regulator/core.c:899:14: note: byref variable will be forcibly initialized 899 | bool bypass; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'create_regulator': /kisskb/src/drivers/regulator/core.c:1779:22: note: byref variable will be forcibly initialized 1779 | char buf[REG_STR_SIZE]; | ^~~ /kisskb/src/drivers/regulator/core.c: In function 'rdev_init_debugfs': /kisskb/src/drivers/regulator/core.c:5150:14: note: byref variable will be forcibly initialized 5150 | char name[NAME_MAX]; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_voltage_rdev': /kisskb/src/drivers/regulator/core.c:4343:14: note: byref variable will be forcibly initialized 4343 | bool bypassed; | ^~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_call_set_voltage': /kisskb/src/drivers/regulator/core.c:3382:40: note: byref variable will be forcibly initialized 3382 | 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:3406:40: note: byref variable will be forcibly initialized 3406 | struct pre_voltage_change_data data; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_do_set_voltage': /kisskb/src/drivers/regulator/core.c:3519:22: note: byref variable will be forcibly initialized 3519 | unsigned int selector; | ^~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_optimal_voltage': /kisskb/src/drivers/regulator/core.c:3848:21: note: byref variable will be forcibly initialized 3848 | int tmp_max = INT_MAX; | ^~~~~~~ /kisskb/src/drivers/regulator/core.c:3847:21: note: byref variable will be forcibly initialized 3847 | int tmp_min = 0; | ^~~~~~~ /kisskb/src/drivers/regulator/core.c:3813:33: note: byref variable will be forcibly initialized 3813 | int desired_min_uV = 0, desired_max_uV = INT_MAX; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3813:13: note: byref variable will be forcibly initialized 3813 | int desired_min_uV = 0, desired_max_uV = INT_MAX; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_do_balance_voltage': /kisskb/src/drivers/regulator/core.c:3984:65: note: byref variable will be forcibly initialized 3984 | int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3984:45: note: byref variable will be forcibly initialized 3984 | int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3984:29: note: byref variable will be forcibly initialized 3984 | int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3955:23: note: byref variable will be forcibly initialized 3955 | unsigned long c_rdev_done = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_set_voltage': /kisskb/src/drivers/regulator/core.c:4076:31: note: byref variable will be forcibly initialized 4076 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_set_suspend_voltage': /kisskb/src/drivers/regulator/core.c:4156:31: note: byref variable will be forcibly initialized 4156 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_sync_voltage': /kisskb/src/drivers/regulator/core.c:4297:26: note: byref variable will be forcibly initialized 4297 | int ret, min_uV, max_uV; | ^~~~~~ /kisskb/src/drivers/regulator/core.c:4297:18: note: byref variable will be forcibly initialized 4297 | int ret, min_uV, max_uV; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_voltage': /kisskb/src/drivers/regulator/core.c:4397:31: note: byref variable will be forcibly initialized 4397 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'drms_uA_update': /kisskb/src/drivers/regulator/core.c:946:22: note: byref variable will be forcibly initialized 946 | unsigned int mode; | ^~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_cleanup': /kisskb/src/kernel/rcu/tree.c:1717:23: note: byref variable will be forcibly initialized 1717 | unsigned long new_gp_seq; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_disable': /kisskb/src/drivers/regulator/core.c:2964:31: note: byref variable will be forcibly initialized 2964 | 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:4841:32: note: byref variable will be forcibly initialized 4841 | ASYNC_DOMAIN_EXCLUSIVE(async_domain); | ^~~~~~~~~~~~ /kisskb/src/include/linux/async.h:35:29: note: in definition of macro 'ASYNC_DOMAIN_EXCLUSIVE' 35 | struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \ | ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_disable_work': /kisskb/src/drivers/regulator/core.c:3041:31: note: byref variable will be forcibly initialized 3041 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_enable': /kisskb/src/drivers/regulator/core.c:2857:31: note: byref variable will be forcibly initialized 2857 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_force_disable': /kisskb/src/drivers/regulator/core.c:3013:31: note: byref variable will be forcibly initialized 3013 | struct ww_acquire_ctx ww_ctx; | ^~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'print_constraints_debug': /kisskb/src/drivers/regulator/core.c:1073:14: note: byref variable will be forcibly initialized 1073 | char buf[160] = ""; | ^~~ /kisskb/src/fs/sysfs/group.c: In function 'internal_create_group': /kisskb/src/fs/sysfs/group.c:112:16: note: byref variable will be forcibly initialized 112 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/group.c:111:16: note: byref variable will be forcibly initialized 111 | kuid_t uid; | ^~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_summary_show_subtree': /kisskb/src/drivers/regulator/core.c:5861:29: note: byref variable will be forcibly initialized 5861 | struct summary_data summary_data; | ^~~~~~~~~~~~ /kisskb/src/fs/sysfs/group.c: In function 'sysfs_merge_group': /kisskb/src/fs/sysfs/group.c:330:16: note: byref variable will be forcibly initialized 330 | kgid_t gid; | ^~~ /kisskb/src/fs/sysfs/group.c:329:16: note: byref variable will be forcibly initialized 329 | kuid_t uid; | ^~~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree.c: In function '__call_rcu_nocb_wake': /kisskb/src/kernel/rcu/tree_nocb.h:494:23: note: byref variable will be forcibly initialized 494 | unsigned long cur_gp_seq; | ^~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_try_bypass': /kisskb/src/kernel/rcu/tree_nocb.h:373:23: note: byref variable will be forcibly initialized 373 | unsigned long cur_gp_seq; | ^~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'call_rcu': /kisskb/src/kernel/rcu/tree.c:2773:14: note: byref variable will be forcibly initialized 2773 | bool was_alldone; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/clkdev.c: In function 'clkdev_hw_create': /kisskb/src/drivers/clk/clkdev.c:229:17: note: byref variable will be forcibly initialized 229 | va_list ap; | ^~ /kisskb/src/drivers/clk/clkdev.c: In function '__clk_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:273:17: note: byref variable will be forcibly initialized 273 | va_list ap; | ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clk_hw_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:343:28: note: byref variable will be forcibly initialized 343 | struct clk_lookup *cl; | ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clkdev_create': /kisskb/src/drivers/clk/clkdev.c:206:17: note: byref variable will be forcibly initialized 206 | va_list ap; | ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clk_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:316:28: note: byref variable will be forcibly initialized 316 | struct clk_lookup *cl; | ^~ /kisskb/src/fs/configfs/item.c: In function 'config_item_set_name': /kisskb/src/fs/configfs/item.c:53:17: note: byref variable will be forcibly initialized 53 | va_list args; | ^~~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_kthread': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:233:15: note: in expansion of macro '___swait_event' 233 | (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:251:9: note: in expansion of macro '__swait_event_idle' 251 | __swait_event_idle(wq, condition); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1838:25: note: in expansion of macro 'swait_event_idle_exclusive' 1838 | swait_event_idle_exclusive(rcu_state.gp_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree.c: In function 'nocb_gp_wait': /kisskb/src/kernel/rcu/tree_nocb.h:765:22: note: byref variable will be forcibly initialized 765 | bool wake_state = false; | ^~~~~~~~~~ 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/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:207:9: note: in expansion of macro '___swait_event' 207 | ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:214:25: note: in expansion of macro '__swait_event_interruptible' 214 | __ret = __swait_event_interruptible(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:728:17: note: in expansion of macro 'swait_event_interruptible_exclusive' 728 | swait_event_interruptible_exclusive( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree_nocb.h:604:23: note: byref variable will be forcibly initialized 604 | unsigned long cur_gp_seq; | ^~~~~~~~~~ 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_nocb_rdp_deoffload': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:183:15: note: in expansion of macro '___swait_event' 183 | (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:190:9: note: in expansion of macro '__swait_event' 190 | __swait_event(wq, condition); \ | ^~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:1060:17: note: in expansion of macro 'swait_event_exclusive' 1060 | swait_event_exclusive(rdp->nocb_state_wq, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_nocb_rdp_offload': /kisskb/src/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:183:15: note: in expansion of macro '___swait_event' 183 | (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:190:9: note: in expansion of macro '__swait_event' 190 | __swait_event(wq, condition); \ | ^~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:1171:9: note: in expansion of macro 'swait_event_exclusive' 1171 | swait_event_exclusive(rdp->nocb_state_wq, | ^~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_spawn_cpu_nocb_kthread': /kisskb/src/kernel/rcu/tree_nocb.h:1300:28: note: byref variable will be forcibly initialized 1300 | struct sched_param sp; | ^~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_implicit_dynticks_qs': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:892:17: note: in expansion of macro 'smp_store_release' 892 | smp_store_release(&rdp->rcu_urgent_qs, true); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_spawn_gp_kthread': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4285:9: note: in expansion of macro 'smp_store_release' 4285 | smp_store_release(&rcu_state.gp_kthread, t); /* ^^^ */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4268:28: note: byref variable will be forcibly initialized 4268 | struct sched_param sp; | ^~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_check_gp_start_stall': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_stall.h:918:14: note: in expansion of macro 'smp_load_acquire' 918 | !smp_load_acquire(&rcu_state.gp_kthread)) // Get stable kthread. | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_request_urgent_qs_task': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:739:9: note: in expansion of macro 'smp_store_release' 739 | smp_store_release(per_cpu_ptr(&rcu_data.rcu_urgent_qs, cpu), true); | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_cpu_starting': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:4075:9: note: in expansion of macro 'smp_store_release' 4075 | smp_store_release(&rcu_state.ncpus, rcu_state.ncpus + newcpu); /* ^^^ */ | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4626: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited_wait': /kisskb/src/kernel/rcu/tree_exp.h:591:23: note: byref variable will be forcibly initialized 591 | unsigned long mask; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:955:9: note: in expansion of macro 'wait_event' 955 | 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:32: 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:934:17: note: in expansion of macro 'wait_rcu_gp' 934 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:25: 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:934:17: note: in expansion of macro 'wait_rcu_gp' 934 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4626: /kisskb/src/kernel/rcu/tree_exp.h:909:29: note: byref variable will be forcibly initialized 909 | 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:32: 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:3521:17: note: in expansion of macro 'wait_rcu_gp' 3521 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:25: 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:3521:17: note: in expansion of macro 'wait_rcu_gp' 3521 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'kvfree_call_rcu': /kisskb/src/kernel/rcu/tree.c:3294:31: note: byref variable will be forcibly initialized 3294 | struct kfree_rcu_cpu *krcp; | ^~~~ /kisskb/src/kernel/rcu/tree.c:3293:23: note: byref variable will be forcibly initialized 3293 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'nocb_cb_wait': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:832:21: note: in expansion of macro 'smp_load_acquire' 832 | if (smp_load_acquire(&rdp->nocb_cb_sleep)) { // ^^^ | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/features.c: In function 'xen_setup_features': /kisskb/src/drivers/xen/features.c:37:33: note: byref variable will be forcibly initialized 37 | struct xen_feature_info fi; | ^~ 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/include/linux/swait.h:161:28: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:207:9: note: in expansion of macro '___swait_event' 207 | ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:214:25: note: in expansion of macro '__swait_event_interruptible' 214 | __ret = __swait_event_interruptible(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_nocb.h:828:17: note: in expansion of macro 'swait_event_interruptible_exclusive' 828 | swait_event_interruptible_exclusive(rdp->nocb_cb_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4627: /kisskb/src/kernel/rcu/tree_nocb.h:820:23: note: byref variable will be forcibly initialized 820 | unsigned long cur_gp_seq; | ^~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/kernel/rcu/tree.c:21: /kisskb/src/kernel/rcu/tree.c: In function 'rcu_sched_clock_irq': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:2333:13: note: in expansion of macro 'smp_load_acquire' 2333 | if (smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) { | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_bypass_regmap': /kisskb/src/drivers/regulator/helpers.c:746:22: 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:22: 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:22: 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:22: note: byref variable will be forcibly initialized 133 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c:131:22: note: byref variable will be forcibly initialized 131 | unsigned int r_val; | ^~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_map_voltage_linear_range': /kisskb/src/drivers/regulator/helpers.c:413:14: note: byref variable will be forcibly initialized 413 | bool found; | ^~~~~ /kisskb/src/drivers/regulator/helpers.c:412:22: note: byref variable will be forcibly initialized 412 | unsigned int sel; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_set_ramp_delay_regmap': /kisskb/src/drivers/regulator/helpers.c:949:22: note: byref variable will be forcibly initialized 949 | unsigned int sel; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_is_enabled_regmap': /kisskb/src/drivers/regulator/helpers.c:29:22: note: byref variable will be forcibly initialized 29 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_map_voltage_pickable_linear_range': /kisskb/src/drivers/regulator/helpers.c:472:30: note: byref variable will be forcibly initialized 472 | unsigned int sel; | ^~~ /kisskb/src/drivers/regulator/helpers.c:471:22: 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:22: note: byref variable will be forcibly initialized 620 | unsigned int val; | ^~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c: In function 'meson_axg_pmx_update_function': /kisskb/src/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c:66:32: note: byref variable will be forcibly initialized 66 | struct meson_pmx_bank *bank; | ^~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c:65:13: note: byref variable will be forcibly initialized 65 | int offset; | ^~~~~~ /kisskb/src/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c:64:13: note: byref variable will be forcibly initialized 64 | int reg; | ^~~ /kisskb/src/mm/slob.c: In function 'slob_alloc': /kisskb/src/mm/slob.c:321:22: note: byref variable will be forcibly initialized 321 | bool page_removed_from_list = false; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slob.c:309:14: note: byref variable will be forcibly initialized 309 | bool _unused; | ^~~~~~~ /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_unregister_supply_alias': /kisskb/src/drivers/regulator/devres.c:301:45: note: byref variable will be forcibly initialized 301 | struct regulator_supply_alias_match match; | ^~~~~ /kisskb/src/drivers/regulator/devres.c: In function 'devm_regulator_unregister_notifier': /kisskb/src/drivers/regulator/devres.c:435:41: note: byref variable will be forcibly initialized 435 | struct regulator_notifier_match match; | ^~~~~ 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/balloon_compaction.c:9: /kisskb/src/mm/balloon_compaction.c: In function 'balloon_page_dequeue': /kisskb/src/mm/balloon_compaction.c:180:19: note: byref variable will be forcibly initialized 180 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/mm/mmu_notifier.c:10: /kisskb/src/mm/mmu_notifier.c: In function 'hlist_add_head_rcu': /kisskb/src/kernel/irq/irqdomain.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:591:9: note: in expansion of macro 'rcu_assign_pointer' 591 | rcu_assign_pointer(hlist_first_rcu(h), 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:13, from /kisskb/src/include/linux/mmu_notifier.h:7, from /kisskb/src/mm/mmu_notifier.c:11: /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_read_begin': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:248:17: note: in expansion of macro 'wait_event' 248 | wait_event(subscriptions->wq, | ^~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c: In function 'mn_itree_release': /kisskb/src/mm/mmu_notifier.c:272:23: 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:23: note: byref variable will be forcibly initialized 448 | unsigned long cur_seq; | ^~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/include/linux/irqdomain.h:35, 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_domain_set_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:525:17: note: in expansion of macro 'rcu_assign_pointer' 525 | rcu_assign_pointer(domain->revmap[hwirq], irq_data); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:1097:17: note: in expansion of macro 'wait_event' 1097 | wait_event(subscriptions->wq, | ^~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_clear_mapping': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:510:17: note: in expansion of macro 'rcu_assign_pointer' 510 | rcu_assign_pointer(domain->revmap[hwirq], NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_fix_revmap': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c:1522:17: note: in expansion of macro 'rcu_assign_pointer' 1522 | rcu_assign_pointer(d->domain->revmap[d->hwirq], d); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/mm/mmu_notifier.c:10: /kisskb/src/mm/mmu_notifier.c: In function '__mmu_notifier_register': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:678:17: note: in expansion of macro 'smp_store_release' 678 | smp_store_release(&mm->notifier_subscriptions, subscriptions); | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_notifier_insert': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:1005:25: note: in expansion of macro 'smp_load_acquire' 1005 | subscriptions = smp_load_acquire(&mm->notifier_subscriptions); | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_xlate_twocell': /kisskb/src/kernel/irq/irqdomain.c:967:27: note: byref variable will be forcibly initialized 967 | struct irq_fwspec fwspec; | ^~~~~~ 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/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_fwspec_mapping': /kisskb/src/kernel/irq/irqdomain.c:765:22: note: byref variable will be forcibly initialized 765 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/kernel/irq/irqdomain.c:764:25: 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:27: note: byref variable will be forcibly initialized 853 | struct irq_fwspec fwspec; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/virtio.h:7, from /kisskb/src/drivers/virtio/virtio_ring.c:6: /kisskb/src/drivers/virtio/virtio_ring.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_alloc_queue_split': /kisskb/src/drivers/virtio/virtio_ring.c:1044:20: note: byref variable will be forcibly initialized 1044 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_alloc_queue_packed': /kisskb/src/drivers/virtio/virtio_ring.c:1863:58: note: byref variable will be forcibly initialized 1863 | dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c:1863:35: note: byref variable will be forcibly initialized 1863 | dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c:1863:20: note: byref variable will be forcibly initialized 1863 | dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; | ^~~~~~~~~~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_set_name': /kisskb/src/lib/kobject.c:294:17: note: byref variable will be forcibly initialized 294 | va_list vargs; | ^~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_add': /kisskb/src/lib/kobject.c:397:17: note: byref variable will be forcibly initialized 397 | va_list args; | ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_init_and_add': /kisskb/src/lib/kobject.c:435:17: note: byref variable will be forcibly initialized 435 | va_list args; | ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_rename': /kisskb/src/lib/kobject.c:464:15: note: byref variable will be forcibly initialized 464 | char *envp[2]; | ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_move': /kisskb/src/lib/kobject.c:528:15: note: byref variable will be forcibly initialized 528 | char *envp[2]; | ^~~~ /kisskb/src/fs/debugfs/inode.c: In function 'debugfs_parse_options': /kisskb/src/fs/debugfs/inode.c:108:13: note: byref variable will be forcibly initialized 108 | int option; | ^~~~~~ /kisskb/src/fs/debugfs/inode.c:107:21: note: byref variable will be forcibly initialized 107 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/debugfs/inode.c: In function 'debugfs_rename': /kisskb/src/fs/debugfs/inode.c:793:30: note: byref variable will be forcibly initialized 793 | struct name_snapshot old_name; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm-chip.c: In function 'tpm_default_chip': /kisskb/src/drivers/char/tpm/tpm-chip.c:199:13: note: byref variable will be forcibly initialized 199 | int chip_num = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/parport/share.c:20: /kisskb/src/drivers/parport/share.c: In function 'parport_claim_or_block': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/parport/share.c:1122:25: note: in expansion of macro 'wait_event_interruptible' 1122 | wait_event_interruptible(dev->wait_q, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/hw_random/core.c: In function 'rng_quality_store': /kisskb/src/drivers/char/hw_random/core.c:430:13: note: byref variable will be forcibly initialized 430 | u16 quality; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/component.c:6: /kisskb/src/drivers/base/component.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_rate': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/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:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/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:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/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:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_duty_cycle': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_hw_round_rate': /kisskb/src/drivers/clk/clk.c:1449:33: note: byref variable will be forcibly initialized 1449 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_round_rate': /kisskb/src/drivers/clk/clk.c:1473:33: note: byref variable will be forcibly initialized 1473 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_req_round_rate_nolock': /kisskb/src/drivers/clk/clk.c:2163:33: note: byref variable will be forcibly initialized 2163 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c: In function '__clk_notify': /kisskb/src/drivers/clk/clk.c:1519:34: note: byref variable will be forcibly initialized 1519 | struct clk_notifier_data cnd; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_max_rate_show': /kisskb/src/drivers/clk/clk.c:3302:33: note: byref variable will be forcibly initialized 3302 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3302:23: note: byref variable will be forcibly initialized 3302 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_min_rate_show': /kisskb/src/drivers/clk/clk.c:3288:33: note: byref variable will be forcibly initialized 3288 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3288:23: note: byref variable will be forcibly initialized 3288 | unsigned long min_rate, max_rate; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/clk/clk.c:12: /kisskb/src/drivers/clk/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_dump_one': /kisskb/src/drivers/clk/clk.c:3016:33: note: byref variable will be forcibly initialized 3016 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3016:23: note: byref variable will be forcibly initialized 3016 | unsigned long min_rate, max_rate; | ^~~~~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/page_ref.h:61:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 61 | DECLARE_EVENT_CLASS(page_ref_mod_and_test_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/nls/nls_base.c: In function 'utf8s_to_utf16s': /kisskb/src/fs/nls/nls_base.c:137:19: note: byref variable will be forcibly initialized 137 | unicode_t u; | ^ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_get': /kisskb/src/drivers/clk/clk.c:393:32: note: byref variable will be forcibly initialized 393 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/clk/clk-fixed-factor.c: In function '_of_fixed_factor_clk_setup': /kisskb/src/drivers/clk/clk-fixed-factor.c:252:18: note: byref variable will be forcibly initialized 252 | u32 div, mult; | ^~~~ /kisskb/src/drivers/clk/clk-fixed-factor.c:252:13: note: byref variable will be forcibly initialized 252 | u32 div, mult; | ^~~ /kisskb/src/drivers/clk/clk-fixed-factor.c:251:21: note: byref variable will be forcibly initialized 251 | const char *clk_name = node->name; | ^~~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_class.c: In function 'xillybus_init_chrdev': /kisskb/src/drivers/char/xillybus/xillybus_class.c:52:14: note: byref variable will be forcibly initialized 52 | char devname[48]; | ^~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_class.c:50:15: note: byref variable will be forcibly initialized 50 | dev_t mdev; | ^~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_calc_new_rates': /kisskb/src/drivers/clk/clk.c:1970:41: note: byref variable will be forcibly initialized 1970 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c:1953:23: note: byref variable will be forcibly initialized 1953 | unsigned long max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:1952:23: note: byref variable will be forcibly initialized 1952 | unsigned long min_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_mux_determine_rate_flags': /kisskb/src/drivers/clk/clk.c:546:33: note: byref variable will be forcibly initialized 546 | struct clk_rate_request parent_req = *req; | ^~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_set_duty_cycle': /kisskb/src/drivers/clk/clk.c:2848:25: note: byref variable will be forcibly initialized 2848 | struct clk_duty duty; | ^~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_parent_name': /kisskb/src/drivers/clk/clk.c:4980:13: note: byref variable will be forcibly initialized 4980 | u32 pv; | ^~ /kisskb/src/drivers/clk/clk.c:4978:21: note: byref variable will be forcibly initialized 4978 | const char *clk_name; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:4976:32: note: byref variable will be forcibly initialized 4976 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_hw': /kisskb/src/drivers/clk/clk.c:4911:32: note: byref variable will be forcibly initialized 4911 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_detect_critical': /kisskb/src/drivers/clk/clk.c:5119:18: note: byref variable will be forcibly initialized 5119 | uint32_t idx; | ^~~ 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:5146:19: note: byref variable will be forcibly initialized 5146 | LIST_HEAD(clk_provider_list); | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/clk/clk.c:5141:36: note: byref variable will be forcibly initialized 5141 | const struct of_device_id *match; | ^~~~~ 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:399:16: note: byref variable will be forcibly initialized 399 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm_buf_append_u16': /kisskb/src/include/linux/tpm.h:392:16: note: byref variable will be forcibly initialized 392 | __be16 value2 = cpu_to_be16(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_flush_context': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:350:24: note: byref variable will be forcibly initialized 350 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_startup': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:709:24: note: byref variable will be forcibly initialized 709 | 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:457:24: note: byref variable will be forcibly initialized 457 | struct tpm_buf buf; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, 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 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t 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/drivers/char/tpm/tpm2-cmd.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_pcr_read': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:168:12: 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:24: 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:36: note: byref variable will be forcibly initialized 239 | struct tpm2_null_auth_area auth_area; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:238:24: 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:24: note: byref variable will be forcibly initialized 291 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_tpm_pt': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:390:24: note: byref variable will be forcibly initialized 390 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_shutdown': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:431:24: note: byref variable will be forcibly initialized 431 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_probe': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:495:24: note: byref variable will be forcibly initialized 495 | 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:551:24: note: byref variable will be forcibly initialized 551 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:550:35: note: byref variable will be forcibly initialized 550 | struct tpm2_pcr_selection pcr_selection; | ^~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_cc_attrs_tbl': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:630:13: note: byref variable will be forcibly initialized 630 | u32 nr_commands; | ^~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:629:24: note: byref variable will be forcibly initialized 629 | struct tpm_buf buf; | ^~~ /kisskb/src/fs/debugfs/file.c: In function 'debugfs_read_file_bool': /kisskb/src/fs/debugfs/file.c:770:14: 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:14: note: byref variable will be forcibly initialized 793 | bool bv; | ^~ /kisskb/src/drivers/iommu/iommu-sysfs.c: In function 'iommu_device_sysfs_add': /kisskb/src/drivers/iommu/iommu-sysfs.c:59:17: note: byref variable will be forcibly initialized 59 | va_list vargs; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm-interface.c: In function 'tpm_transmit': /kisskb/src/drivers/char/tpm/tpm-interface.c:157:12: 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:24: note: byref variable will be forcibly initialized 355 | struct tpm_buf buf; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/lib/logic_pio.c:11: /kisskb/src/lib/logic_pio.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'f_start': /kisskb/src/kernel/trace/trace_events.c:1604:16: note: byref variable will be forcibly initialized 1604 | loff_t l = 0; | ^ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_poll_add_cb': /kisskb/src/drivers/dma-buf/dma-buf.c:219:30: note: byref variable will be forcibly initialized 219 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 's_start': /kisskb/src/kernel/trace/trace_events.c:1259:16: note: byref variable will be forcibly initialized 1259 | loff_t l; | ^ /kisskb/src/kernel/trace/trace_events.c: In function 't_start': /kisskb/src/kernel/trace/trace_events.c:1226:16: note: byref variable will be forcibly initialized 1226 | loff_t l; | ^ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_export_sync_file': /kisskb/src/drivers/dma-buf/dma-buf.c:339:27: note: byref variable will be forcibly initialized 339 | struct dma_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-buf.c:337:41: note: byref variable will be forcibly initialized 337 | struct dma_buf_export_sync_file arg; | ^~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_import_sync_file': /kisskb/src/drivers/dma-buf/dma-buf.c:393:41: note: byref variable will be forcibly initialized 393 | struct dma_buf_import_sync_file arg; | ^~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dmabuffs_dname': /kisskb/src/drivers/dma-buf/dma-buf.c:47:14: note: byref variable will be forcibly initialized 47 | char name[DMA_BUF_NAME_LEN]; | ^~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_vmap': /kisskb/src/drivers/dma-buf/dma-buf.c:1392:26: note: byref variable will be forcibly initialized 1392 | struct iosys_map ptr; | ^~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_ioctl': /kisskb/src/drivers/dma-buf/dma-buf.c:432:29: note: byref variable will be forcibly initialized 432 | struct dma_buf_sync sync; | ^~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_enable_read': /kisskb/src/kernel/trace/trace_events.c:1366:14: note: byref variable will be forcibly initialized 1366 | char buf[4] = "0"; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'system_enable_read': /kisskb/src/kernel/trace/trace_events.c:1436:14: note: byref variable will be forcibly initialized 1436 | char buf[2]; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_enable_write': /kisskb/src/kernel/trace/trace_events.c:1395:23: note: byref variable will be forcibly initialized 1395 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'system_enable_write': /kisskb/src/kernel/trace/trace_events.c:1480:23: note: byref variable will be forcibly initialized 1480 | unsigned long val; | ^~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/drivers/xen/events/events_base.c:28: /kisskb/src/drivers/xen/events/events_base.c: In function 'event_handler_exit': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c:830:9: note: in expansion of macro 'smp_store_release' 830 | smp_store_release(&info->is_active, 0); | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/xen/events/events_base.c:59: /kisskb/src/drivers/xen/events/events_base.c: In function 'notify_remote_via_evtchn': /kisskb/src/include/xen/events.h:82:28: note: byref variable will be forcibly initialized 82 | struct evtchn_send send = { .port = port }; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/drivers/xen/events/events_base.c:28: /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_irq_lateeoi_locked': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c:657:9: note: in expansion of macro 'smp_store_release' 657 | smp_store_release(&info->is_active, 0); | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'eoi_pirq': /kisskb/src/drivers/xen/events/events_base.c:854:28: note: byref variable will be forcibly initialized 854 | struct physdev_eoi eoi = { .irq = pirq_from_irq(data->irq) }; | ^~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_evtchn_close': /kisskb/src/drivers/xen/events/events_base.c:820:29: note: byref variable will be forcibly initialized 820 | struct evtchn_close close; | ^~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'pirq_query_unmask': /kisskb/src/drivers/xen/events/events_base.c:836:41: note: byref variable will be forcibly initialized 836 | struct physdev_irq_status_query irq_status; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/asm-generic/hardirq.h:17, from /kisskb/src/arch/arm64/include/asm/hardirq.h:17, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/xen/events/events_base.c:28: /kisskb/src/drivers/xen/events/events_base.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'find_virq': /kisskb/src/drivers/xen/events/events_base.c:1334:30: note: byref variable will be forcibly initialized 1334 | struct evtchn_status status; | ^~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_rebind_evtchn_to_cpu': /kisskb/src/drivers/xen/events/events_base.c:1793:33: note: byref variable will be forcibly initialized 1793 | struct evtchn_bind_vcpu bind_vcpu; | ^~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'restore_cpu_virqs': /kisskb/src/drivers/xen/events/events_base.c:1981:33: note: byref variable will be forcibly initialized 1981 | struct evtchn_bind_virq bind_virq; | ^~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'restore_cpu_ipis': /kisskb/src/drivers/xen/events/events_base.c:2008:32: note: byref variable will be forcibly initialized 2008 | struct evtchn_bind_ipi bind_ipi; | ^~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function '__startup_pirq': /kisskb/src/drivers/xen/events/events_base.c:876:33: note: byref variable will be forcibly initialized 876 | struct evtchn_bind_pirq bind_pirq; | ^~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'restore_pirqs': /kisskb/src/drivers/xen/events/events_base.c:1944:33: note: byref variable will be forcibly initialized 1944 | struct physdev_map_pirq map_irq; | ^~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'bind_interdomain_evtchn_to_irq_chip': /kisskb/src/drivers/xen/events/events_base.c:1311:40: note: byref variable will be forcibly initialized 1311 | struct evtchn_bind_interdomain bind_interdomain; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'bind_ipi_to_irq': /kisskb/src/drivers/xen/events/events_base.c:1264:32: note: byref variable will be forcibly initialized 1264 | struct evtchn_bind_ipi bind_ipi; | ^~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_bind_pirq_gsi_to_irq': /kisskb/src/drivers/xen/events/events_base.c:1023:28: note: byref variable will be forcibly initialized 1023 | struct physdev_irq irq_op; | ^~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_destroy_irq': /kisskb/src/drivers/xen/events/events_base.c:1140:35: note: byref variable will be forcibly initialized 1140 | struct physdev_unmap_pirq unmap_irq; | ^~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'bind_virq_to_irq': /kisskb/src/drivers/xen/events/events_base.c:1371:23: note: byref variable will be forcibly initialized 1371 | evtchn_port_t evtchn = 0; | ^~~~~~ /kisskb/src/drivers/xen/events/events_base.c:1370:33: note: byref variable will be forcibly initialized 1370 | struct evtchn_bind_virq bind_virq; | ^~~~~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_set_irq_priority': /kisskb/src/drivers/xen/events/events_base.c:1567:36: note: byref variable will be forcibly initialized 1567 | struct evtchn_set_priority set_priority; | ^~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'trace_create_new_event': /kisskb/src/kernel/trace/trace_events.c:2774:22: note: byref variable will be forcibly initialized 2774 | unsigned int first; | ^~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_poll_irq_timeout': /kisskb/src/drivers/xen/events/events_base.c:2068:35: note: byref variable will be forcibly initialized 2068 | struct sched_poll poll; | ^~~~ /kisskb/src/drivers/xen/events/events_base.c:2065:23: note: byref variable will be forcibly initialized 2065 | evtchn_port_t evtchn = evtchn_from_irq(irq); | ^~~~~~ /kisskb/src/drivers/xen/events/events_base.c: In function 'xen_test_irq_shared': /kisskb/src/drivers/xen/events/events_base.c:2090:41: note: byref variable will be forcibly initialized 2090 | struct physdev_irq_status_query irq_status; | ^~~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_read_8': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:118:12: note: byref variable will be forcibly initialized 118 | s8 lo; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_read_12': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:127:16: note: byref variable will be forcibly initialized 127 | u8 lo, hi; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:127:12: note: byref variable will be forcibly initialized 127 | u8 lo, hi; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis331dlh_read_data': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:138:16: note: byref variable will be forcibly initialized 138 | u8 lo, hi; | ^~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:138:12: note: byref variable will be forcibly initialized 138 | u8 lo, hi; | ^~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/kernel/trace/trace_events.c:14: /kisskb/src/kernel/trace/trace_events.c: In function '__ftrace_clear_event_pids': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:902:17: note: in expansion of macro 'rcu_assign_pointer' 902 | rcu_assign_pointer(tr->filtered_no_pids, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:899:17: note: in expansion of macro 'rcu_assign_pointer' 899 | rcu_assign_pointer(tr->filtered_pids, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_get_odr_index': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:213:12: note: byref variable will be forcibly initialized 213 | u8 ctrl; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_set_odr': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:244:12: note: byref variable will be forcibly initialized 244 | u8 ctrl; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_selftest': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:270:12: note: byref variable will be forcibly initialized 270 | u8 ctrl_reg_data; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:266:20: note: byref variable will be forcibly initialized 266 | u8 ctlreg, reg; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_pid_write': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1981:17: note: in expansion of macro 'rcu_assign_pointer' 1981 | rcu_assign_pointer(tr->filtered_no_pids, pid_list); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1979:17: note: in expansion of macro 'rcu_assign_pointer' 1979 | rcu_assign_pointer(tr->filtered_pids, pid_list); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c:1949:32: note: byref variable will be forcibly initialized 1949 | struct trace_pid_list *pid_list; | ^~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_get_xyz': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:184:28: note: byref variable will be forcibly initialized 184 | u8 data[5]; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:179:29: note: byref variable will be forcibly initialized 179 | u16 data[3]; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:174:13: note: byref variable will be forcibly initialized 174 | int position[3]; | ^~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis302dl_data_ready': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:536:13: note: byref variable will be forcibly initialized 536 | int dummy; | ^~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_joystick_poll': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:448:19: note: byref variable will be forcibly initialized 448 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:448:16: note: byref variable will be forcibly initialized 448 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:448:13: note: byref variable will be forcibly initialized 448 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis302dl_interrupt_handle_click': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:511:12: note: byref variable will be forcibly initialized 511 | u8 click_src; | ^~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_rate_set': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:840:23: note: byref variable will be forcibly initialized 840 | unsigned long rate; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_position_show': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:19: note: byref variable will be forcibly initialized 814 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:16: note: byref variable will be forcibly initialized 814 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:814:13: note: byref variable will be forcibly initialized 814 | int x, y, z; | ^ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_selftest_show': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:786:13: note: byref variable will be forcibly initialized 786 | s16 values[3]; | ^~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'ftrace_event_write': /kisskb/src/kernel/trace/trace_events.c:1163:29: note: byref variable will be forcibly initialized 1163 | struct trace_parser parser; | ^~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'early_enable_events': /kisskb/src/kernel/trace/trace_events.c:3686:15: note: byref variable will be forcibly initialized 3686 | char *buf = bootup_event_buf; | ^~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_init_dt': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:959:13: note: byref variable will be forcibly initialized 959 | s32 sval; | ^~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:958:13: note: byref variable will be forcibly initialized 958 | u32 val; | ^~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_misc_read': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:607:23: note: byref variable will be forcibly initialized 607 | unsigned char byte_data; | ^~~~~~~~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_poweron': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:406:12: note: byref variable will be forcibly initialized 406 | u8 reg; | ^~~ /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_joystick_enable': /kisskb/src/drivers/misc/lis3lv02d/lis3lv02d.c:685:13: note: byref variable will be forcibly initialized 685 | int btns[] = {BTN_X, BTN_Y, BTN_Z}; | ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'spurious_threshold_store': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:240:22: note: byref variable will be forcibly initialized 240 | unsigned int val; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_probe_device_type': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:562:22: note: byref variable will be forcibly initialized 562 | unsigned int dir_n = 0; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_device_find': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:402:29: note: byref variable will be forcibly initialized 402 | struct xb_find_info info = { .dev = NULL, .nodename = nodename }; | ^~~~ In file included from /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:63: /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'hvm_get_parameter': /kisskb/src/include/xen/hvm.h:41:30: note: byref variable will be forcibly initialized 41 | struct xen_hvm_param xhv; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_resume_cb': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:909:26: note: byref variable will be forcibly initialized 909 | uint64_t v = 0; | ^ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_late_init': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:930:18: note: byref variable will be forcibly initialized 930 | uint64_t v = 0; | ^ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenstored_local_init': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:874:37: note: byref variable will be forcibly initialized 874 | struct evtchn_alloc_unbound alloc_unbound; | ^~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_init': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:944:18: note: byref variable will be forcibly initialized 944 | uint64_t v = 0; | ^ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_probe_node': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:501:14: note: byref variable will be forcibly initialized 501 | char devname[XEN_BUS_ID_SIZE]; | ^~~~~~~ /kisskb/src/lib/kobject_uevent.c: In function 'add_uevent_var': /kisskb/src/lib/kobject_uevent.c:656:17: note: byref variable will be forcibly initialized 656 | va_list args; | ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_probe_devices': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:583:25: note: byref variable will be forcibly initialized 583 | unsigned int i, dir_n; | ^~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xenbus_dev_changed': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:627:14: note: byref variable will be forcibly initialized 627 | char type[XEN_BUS_ID_SIZE]; | ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_probe.c: In function 'xen_set_callback_via': /kisskb/src/drivers/xen/xenbus/xenbus_probe.c:845:30: note: byref variable will be forcibly initialized 845 | struct xen_hvm_param a; | ^ /kisskb/src/lib/kobject_uevent.c: In function 'kobject_synth_uevent': /kisskb/src/lib/kobject_uevent.c:197:33: note: byref variable will be forcibly initialized 197 | struct kobj_uevent_env *env; | ^~~ /kisskb/src/lib/kobject_uevent.c:196:21: note: byref variable will be forcibly initialized 196 | const char *action_args; | ^~~~~~~~~~~ /kisskb/src/lib/kobject_uevent.c:195:29: note: byref variable will be forcibly initialized 195 | enum kobject_action action; | ^~~~~~ /kisskb/src/lib/kobject_uevent.c:194:15: note: byref variable will be forcibly initialized 194 | char *no_uuid_envp[] = { "SYNTH_UUID=0", NULL }; | ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/88pm860x-core.c: In function 'verify_addr': /kisskb/src/drivers/mfd/88pm860x-core.c:1091:24: note: byref variable will be forcibly initialized 1091 | unsigned short addr_8606[] = {0x10, 0x11}; | ^~~~~~~~~ /kisskb/src/drivers/mfd/88pm860x-core.c:1090:24: note: byref variable will be forcibly initialized 1090 | unsigned short addr_8607[] = {0x30, 0x34}; | ^~~~~~~~~ /kisskb/src/drivers/mfd/88pm860x-core.c: In function 'device_irq_init': /kisskb/src/drivers/mfd/88pm860x-core.c:572:23: note: byref variable will be forcibly initialized 572 | unsigned char status_buf[INT_STATUS_NUM]; | ^~~~~~~~~~ /kisskb/src/drivers/xen/dbgp.c: In function 'xen_dbgp_op': /kisskb/src/drivers/xen/dbgp.c:15:32: note: byref variable will be forcibly initialized 15 | struct physdev_dbgp_op dbgp; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/kernel/time/tick-sched.c:11: /kisskb/src/kernel/time/tick-sched.c: In function 'tick_do_update_jiffies64': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/tick-sched.c:132:17: note: in expansion of macro 'smp_store_release' 132 | smp_store_release(&tick_next_period, nextp); | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/tick-sched.c:72:39: note: in expansion of macro 'smp_load_acquire' 72 | if (ktime_before(now, smp_load_acquire(&tick_next_period))) | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_count_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1915:31: note: byref variable will be forcibly initialized 1915 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_bitflip_threshold_store': /kisskb/src/drivers/mtd/mtdcore.c:249:22: note: byref variable will be forcibly initialized 249 | unsigned int bitflip_threshold; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_check_of_node': /kisskb/src/drivers/mtd/mtdcore.c:552:21: note: byref variable will be forcibly initialized 552 | const char *pname, *prefix = "partition-"; | ^~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_add': /kisskb/src/drivers/mtd/mtdcore.c:519:29: note: byref variable will be forcibly initialized 519 | struct nvmem_config config = {}; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/key.h:14, from /kisskb/src/include/linux/security.h:27, from /kisskb/src/kernel/trace/trace_events_trigger.c:8: /kisskb/src/kernel/trace/trace_events_trigger.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/auxdisplay/charlcd.c: In function 'parse_xy': /kisskb/src/drivers/auxdisplay/charlcd.c:159:15: note: byref variable will be forcibly initialized 159 | char *p; | ^ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_get_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1836:13: note: byref variable will be forcibly initialized 1836 | int section, ret; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c:1835:31: note: byref variable will be forcibly initialized 1835 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_ooblayout_set_bytes': /kisskb/src/drivers/mtd/mtdcore.c:1879:13: note: byref variable will be forcibly initialized 1879 | int section, ret; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c:1878:31: note: byref variable will be forcibly initialized 1878 | struct mtd_oob_region oobregion; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'set_trigger_filter': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:1078:9: note: in expansion of macro 'rcu_assign_pointer' 1078 | rcu_assign_pointer(data->filter, filter); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:1053:30: note: byref variable will be forcibly initialized 1053 | struct event_filter *filter = NULL, *tmp; | ^~~~~~ /kisskb/src/drivers/clk/clk-fixed-rate.c: In function '_of_fixed_clk_setup': /kisskb/src/drivers/clk/clk-fixed-rate.c:145:13: note: byref variable will be forcibly initialized 145 | u32 accuracy = 0; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-fixed-rate.c:144:13: note: byref variable will be forcibly initialized 144 | u32 rate; | ^~~~ /kisskb/src/drivers/clk/clk-fixed-rate.c:143:21: note: byref variable will be forcibly initialized 143 | const char *clk_name = node->name; | ^~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_io_emulated_slc': /kisskb/src/drivers/mtd/mtdcore.c:1554:33: note: byref variable will be forcibly initialized 1554 | struct mtd_pairing_info info; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c:1552:28: note: byref variable will be forcibly initialized 1552 | struct mtd_oob_ops adjops = *ops; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'trigger_process_regex': /kisskb/src/kernel/trace/trace_events_trigger.c:247:25: note: byref variable will be forcibly initialized 247 | char *command, *next; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_erase': /kisskb/src/drivers/mtd/mtdcore.c:1295:27: note: byref variable will be forcibly initialized 1295 | struct erase_info adjinstr; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'event_enable_trigger_parse': /kisskb/src/kernel/trace/trace_events_trigger.c:1727:23: note: byref variable will be forcibly initialized 1727 | char *param, *filter; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:1727:15: note: byref variable will be forcibly initialized 1727 | char *param, *filter; | ^~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'event_trigger_parse': /kisskb/src/kernel/trace/trace_events_trigger.c:984:23: note: byref variable will be forcibly initialized 984 | char *param, *filter; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c:984:15: note: byref variable will be forcibly initialized 984 | char *param, *filter; | ^~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_get_unmapped_area': /kisskb/src/drivers/mtd/mtdcore.c:1387:15: note: byref variable will be forcibly initialized 1387 | void *virt; | ^~~~ /kisskb/src/drivers/mtd/mtdcore.c:1386:16: note: byref variable will be forcibly initialized 1386 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_read_oob': /kisskb/src/drivers/mtd/mtdcore.c:1612:30: note: byref variable will be forcibly initialized 1612 | struct mtd_ecc_stats old_stats = master->ecc_stats; | ^~~~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_reg_read': /kisskb/src/drivers/mtd/mtdcore.c:506:16: note: byref variable will be forcibly initialized 506 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'default_mtd_writev': /kisskb/src/drivers/mtd/mtdcore.c:2282:28: note: byref variable will be forcibly initialized 2282 | size_t totlen = 0, thislen; | ^~~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_fact_otp_reg_read': /kisskb/src/drivers/mtd/mtdcore.c:923:16: note: byref variable will be forcibly initialized 923 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_otp_size': /kisskb/src/drivers/mtd/mtdcore.c:842:16: note: byref variable will be forcibly initialized 842 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/mtd/mtdcore.c: In function 'mtd_nvmem_user_otp_reg_read': /kisskb/src/drivers/mtd/mtdcore.c:909:16: note: byref variable will be forcibly initialized 909 | size_t retlen; | ^~~~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_mmap': /kisskb/src/drivers/iommu/dma-iommu.c:1482:13: note: byref variable will be forcibly initialized 1482 | int ret; | ^~~ 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/acpi_iort.h:10, from /kisskb/src/drivers/iommu/dma-iommu.c:11: /kisskb/src/drivers/iommu/dma-iommu.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ 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/include/linux/acpi_iort.h:10, from /kisskb/src/drivers/iommu/dma-iommu.c:11: /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iova_reserve_iommu_regions': /kisskb/src/drivers/iommu/dma-iommu.c:482:19: note: byref variable will be forcibly initialized 482 | LIST_HEAD(resv_regions); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function '__iommu_dma_unmap': /kisskb/src/drivers/iommu/dma-iommu.c:680:35: note: byref variable will be forcibly initialized 680 | struct iommu_iotlb_gather iotlb_gather; | ^~~~~~~~~~~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_alloc_remap': /kisskb/src/drivers/iommu/dma-iommu.c:860:25: note: byref variable will be forcibly initialized 860 | struct sg_table sgt; | ^~~ /kisskb/src/drivers/iommu/dma-iommu.c: In function 'iommu_dma_alloc': /kisskb/src/drivers/iommu/dma-iommu.c:1447:15: note: byref variable will be forcibly initialized 1447 | void *cpu_addr; | ^~~~~~~~ /kisskb/src/drivers/iommu/dma-iommu.c:1446:22: note: byref variable will be forcibly initialized 1446 | struct page *page = NULL; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/mm/page_reporting.c:2: /kisskb/src/mm/page_reporting.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/mm/page_reporting.c: In function 'page_reporting_process_zone': /kisskb/src/mm/page_reporting.c:231:43: note: byref variable will be forcibly initialized 231 | unsigned int order, mt, leftover, offset = PAGE_REPORTING_CAPACITY; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/mm.h:7, from /kisskb/src/mm/page_reporting.c:2: /kisskb/src/mm/page_reporting.c: In function 'page_reporting_register': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_reporting.c:346:9: note: in expansion of macro 'rcu_assign_pointer' 346 | rcu_assign_pointer(pr_dev_info, prdev); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/iova.h:15, from /kisskb/src/drivers/iommu/iova.c:8: /kisskb/src/drivers/iommu/iova.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/include/linux/dma-fence-chain.h:13, from /kisskb/src/drivers/dma-buf/dma-fence-chain.c:10: /kisskb/src/drivers/dma-buf/dma-fence-chain.c: In function 'dma_fence_chain_init': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-fence-chain.c:238:9: note: in expansion of macro 'rcu_assign_pointer' 238 | rcu_assign_pointer(chain->prev, prev); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/bus.c: In function 'bus_for_each_dev': /kisskb/src/drivers/base/bus.c:291:27: note: byref variable will be forcibly initialized 291 | struct klist_iter i; | ^ /kisskb/src/drivers/base/bus.c: In function 'bus_for_each_drv': /kisskb/src/drivers/base/bus.c:417:27: note: byref variable will be forcibly initialized 417 | struct klist_iter i; | ^ /kisskb/src/drivers/base/bus.c: In function 'bus_find_device': /kisskb/src/drivers/base/bus.c:326:27: note: byref variable will be forcibly initialized 326 | struct klist_iter i; | ^ /kisskb/src/drivers/base/bus.c: In function 'subsys_find_device_by_id': /kisskb/src/drivers/base/bus.c:355:27: note: byref variable will be forcibly initialized 355 | struct klist_iter i; | ^ 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:937:19: note: byref variable will be forcibly initialized 937 | LIST_HEAD(sorted_devices); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_register': /kisskb/src/drivers/base/bus.c:1024:32: note: byref variable will be forcibly initialized 1024 | struct subsys_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/bus.c: In function 'subsys_interface_unregister': /kisskb/src/drivers/base/bus.c:1051:32: note: byref variable will be forcibly initialized 1051 | struct subsys_dev_iter iter; | ^~~~ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_64k_bbe': /kisskb/src/crypto/gf128mul.c:315:15: note: byref variable will be forcibly initialized 315 | be128 r[1]; | ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_4k_lle': /kisskb/src/crypto/gf128mul.c:388:15: note: byref variable will be forcibly initialized 388 | be128 r[1]; | ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_lle': /kisskb/src/crypto/gf128mul.c:172:15: note: byref variable will be forcibly initialized 172 | be128 p[8]; | ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_bbe': /kisskb/src/crypto/gf128mul.c:210:15: 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:15: note: byref variable will be forcibly initialized 403 | be128 r[1]; | ^ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/dma_fence.h:89, from /kisskb/src/drivers/dma-buf/dma-fence.c:21: /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'trace_event_raw_event_dma_fence': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | 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:362:26: note: byref variable will be forcibly initialized 362 | struct list_head cb_list; | ^~~~~~~ In file included from /kisskb/src/drivers/regulator/of_regulator.c:11: /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_get_regulator_prot_limits': /kisskb/src/drivers/regulator/of_regulator.c:56:22: note: byref variable will be forcibly initialized 56 | char prop[255]; | ^~~~ /kisskb/src/drivers/regulator/of_regulator.c:38:13: note: byref variable will be forcibly initialized 38 | u32 pval; | ^~~~ /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'dma_fence_default_wait': /kisskb/src/drivers/dma-buf/dma-fence.c:755:32: note: byref variable will be forcibly initialized 755 | struct default_wait_cb cb; | ^~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_get_regulation_constraints': /kisskb/src/drivers/regulator/of_regulator.c:91:13: note: byref variable will be forcibly initialized 91 | u32 pval; | ^~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_get_regulator_init_data': /kisskb/src/drivers/regulator/of_regulator.c:339:37: note: byref variable will be forcibly initialized 339 | struct regulator_init_data *init_data; | ^~~~~~~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_check_coupling_data': /kisskb/src/drivers/regulator/of_regulator.c:627:21: note: byref variable will be forcibly initialized 627 | int c_max_spread, c_n_phandles; | ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/of_regulator.c:620:13: note: byref variable will be forcibly initialized 620 | int index; | ^~~~~ In file included from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/drivers/gpu/drm/drm_file.c:35: /kisskb/src/drivers/gpu/drm/drm_file.c: In function 'drm_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_file.c:601:31: note: in expansion of macro 'wait_event_interruptible' 601 | 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:543:13: note: byref variable will be forcibly initialized 543 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioctl.c: In function 'drm_ioctl': /kisskb/src/drivers/gpu/drm/drm_ioctl.c:814:14: note: byref variable will be forcibly initialized 814 | char stack_kdata[128]; | ^~~~~~~~~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'pm860x_reg_read': /kisskb/src/drivers/mfd/88pm860x-i2c.c:20:22: 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:24: note: byref variable will be forcibly initialized 124 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c:122:23: 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:24: note: byref variable will be forcibly initialized 89 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c:87:23: note: byref variable will be forcibly initialized 87 | unsigned char msgbuf1[I2C_SMBUS_BLOCK_MAX + 2]; | ^~~~~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c:86:23: 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:23: 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:23: note: byref variable will be forcibly initialized 161 | unsigned char zero = 0; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/of.h:15, 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 '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/base/core.c:11: /kisskb/src/drivers/base/core.c: In function 'device_add_group': /kisskb/src/include/linux/device.h:1034:39: note: byref variable will be forcibly initialized 1034 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_remove_group': /kisskb/src/include/linux/device.h:1042:39: note: byref variable will be forcibly initialized 1042 | const struct attribute_group *groups[] = { grp, NULL }; | ^~~~~~ /kisskb/src/drivers/base/core.c: In function 'dev_set_name': /kisskb/src/drivers/base/core.c:3301:17: note: byref variable will be forcibly initialized 3301 | va_list vargs; | ^~~~~ /kisskb/src/drivers/base/core.c: In function 'device_create_sys_dev_entry': /kisskb/src/drivers/base/core.c:3338:14: note: byref variable will be forcibly initialized 3338 | char devt_str[15]; | ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_remove_sys_dev_entry': /kisskb/src/drivers/base/core.c:3351:14: note: byref variable will be forcibly initialized 3351 | char devt_str[15]; | ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child': /kisskb/src/drivers/base/core.c:3827:27: note: byref variable will be forcibly initialized 3827 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child': /kisskb/src/drivers/base/core.c:3892:27: note: byref variable will be forcibly initialized 3892 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child_by_name': /kisskb/src/drivers/base/core.c:3920:27: note: byref variable will be forcibly initialized 3920 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'dev_err_probe': /kisskb/src/drivers/base/core.c:4844:17: note: byref variable will be forcibly initialized 4844 | va_list args; | ^~~~ /kisskb/src/drivers/base/core.c:4843:26: note: byref variable will be forcibly initialized 4843 | 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:1154:19: note: byref variable will be forcibly initialized 1154 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/core.c: In function 'device_links_driver_bound': /kisskb/src/drivers/base/core.c:1261:19: note: byref variable will be forcibly initialized 1261 | LIST_HEAD(sync_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/kref.h:16, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:42: /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'watch_fired': /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:275:19: note: byref variable will be forcibly initialized 275 | LIST_HEAD(staging_q); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:271:28: note: byref variable will be forcibly initialized 271 | struct xsd_sockmsg hdr; | ^~~ /kisskb/src/drivers/base/core.c: In function 'device_store_ulong': /kisskb/src/drivers/base/core.c:2228:23: note: byref variable will be forcibly initialized 2228 | unsigned long new; | ^~~ /kisskb/src/drivers/base/core.c: In function 'device_store_int': /kisskb/src/drivers/base/core.c:2254:14: note: byref variable will be forcibly initialized 2254 | long new; | ^~~ /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'xenbus_command_reply': /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:425:11: note: byref variable will be forcibly initialized 425 | } msg; | ^~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_maximum_speed': /kisskb/src/drivers/usb/common/common.c:109:21: note: byref variable will be forcibly initialized 109 | 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:21: 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:21: note: byref variable will be forcibly initialized 212 | const char *str; | ^~~ In file included from /kisskb/src/drivers/usb/common/common.c:13: /kisskb/src/drivers/usb/common/common.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/usb/common/common.c: In function 'of_usb_get_dr_mode_by_phy': /kisskb/src/drivers/usb/common/common.c:280:21: note: byref variable will be forcibly initialized 280 | const char *dr_mode; | ^~~~~~~ /kisskb/src/drivers/usb/common/common.c:279:32: 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:13: note: byref variable will be forcibly initialized 345 | u32 otg_rev; | ^~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_maximum_ssp_rate': /kisskb/src/drivers/usb/common/common.c:136:21: note: byref variable will be forcibly initialized 136 | const char *maximum_speed; | ^~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_create': /kisskb/src/drivers/base/core.c:4232:17: note: byref variable will be forcibly initialized 4232 | va_list vargs; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:42: /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'xenbus_file_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:141:23: note: in expansion of macro 'wait_event_interruptible' 141 | ret = wait_event_interruptible(u->read_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'dev_uevent': /kisskb/src/drivers/base/core.c:2400:24: note: byref variable will be forcibly initialized 2400 | kgid_t gid = GLOBAL_ROOT_GID; | ^~~ /kisskb/src/drivers/base/core.c:2399:24: note: byref variable will be forcibly initialized 2399 | kuid_t uid = GLOBAL_ROOT_UID; | ^~~ /kisskb/src/drivers/base/core.c:2398:25: note: byref variable will be forcibly initialized 2398 | umode_t mode = 0; | ^~~~ /kisskb/src/drivers/base/core.c:2396:29: note: byref variable will be forcibly initialized 2396 | const char *tmp; | ^~~ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child_reverse': /kisskb/src/drivers/base/core.c:3857:27: note: byref variable will be forcibly initialized 3857 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'online_store': /kisskb/src/drivers/base/core.c:2534:14: note: byref variable will be forcibly initialized 2534 | bool 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/kref.h:16, from /kisskb/src/include/linux/mm_types.h:8, from /kisskb/src/include/linux/uio.h:10, from /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:42: /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c: In function 'xenbus_dev_queue_reply': /kisskb/src/drivers/xen/xenbus/xenbus_dev_frontend.c:368:19: note: byref variable will be forcibly initialized 368 | LIST_HEAD(staging_q); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/core.c: In function 'device_create_with_groups': /kisskb/src/drivers/base/core.c:4276:17: note: byref variable will be forcibly initialized 4276 | va_list vargs; | ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'drbg_cavs_test': /kisskb/src/crypto/testmgr.c:3695:41: note: byref variable will be forcibly initialized 3695 | struct drbg_string addtl, pers, testentropy; | ^~~~~~~~~~~ /kisskb/src/crypto/testmgr.c:3695:35: note: byref variable will be forcibly initialized 3695 | struct drbg_string addtl, pers, testentropy; | ^~~~ /kisskb/src/crypto/testmgr.c:3695:28: note: byref variable will be forcibly initialized 3695 | struct drbg_string addtl, pers, testentropy; | ^~~~~ /kisskb/src/crypto/testmgr.c:3694:31: note: byref variable will be forcibly initialized 3694 | struct drbg_test_data test_data; | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_cprng': /kisskb/src/crypto/testmgr.c:3500:14: note: byref variable will be forcibly initialized 3500 | char result[32]; | ^~~~~~ In file included from /kisskb/src/include/linux/dma-fence-chain.h:15, from /kisskb/src/drivers/dma-buf/dma-fence-unwrap.c:12: /kisskb/src/drivers/dma-buf/dma-fence-unwrap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/host1x.h:267, from /kisskb/src/drivers/gpu/host1x/dev.c:22: /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/host1x.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 21 | DECLARE_EVENT_CLASS(host1x, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_cdma_push': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(host1x_cdma_push, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_cdma_push_wide': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(host1x_cdma_push_wide, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_channel_submit': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:130:1: note: in expansion of macro 'TRACE_EVENT' 130 | TRACE_EVENT(host1x_channel_submit, | ^~~~~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_acomp': /kisskb/src/crypto/testmgr.c:3335:28: note: byref variable will be forcibly initialized 3335 | struct crypto_wait wait; | ^~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_channel_submitted': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:158:1: note: in expansion of macro 'TRACE_EVENT' 158 | TRACE_EVENT(host1x_channel_submitted, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_channel_submit_complete': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:179:1: note: in expansion of macro 'TRACE_EVENT' 179 | TRACE_EVENT(host1x_channel_submit_complete, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_wait_cdma': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:200:1: note: in expansion of macro 'TRACE_EVENT' 200 | TRACE_EVENT(host1x_wait_cdma, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_syncpt_load_min': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:218:1: note: in expansion of macro 'TRACE_EVENT' 218 | TRACE_EVENT(host1x_syncpt_load_min, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_syncpt_wait_check': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:236:1: note: in expansion of macro 'TRACE_EVENT' 236 | TRACE_EVENT(host1x_syncpt_wait_check, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/dev.c: In function 'trace_event_raw_event_host1x_cdma_push_gather': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/host1x.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(host1x_cdma_push_gather, | ^~~~~~~~~~~ /kisskb/src/crypto/testmgr.c:3333:33: note: byref variable will be forcibly initialized 3333 | struct scatterlist src, dst; | ^~~ /kisskb/src/crypto/testmgr.c:3333:28: note: byref variable will be forcibly initialized 3333 | struct scatterlist src, dst; | ^~~ /kisskb/src/crypto/testmgr.c: In function 'test_comp': /kisskb/src/crypto/testmgr.c:3285:30: note: byref variable will be forcibly initialized 3285 | unsigned int dlen = COMP_BUF_SIZE; | ^~~~ /kisskb/src/crypto/testmgr.c:3240:30: note: byref variable will be forcibly initialized 3240 | unsigned int dlen = COMP_BUF_SIZE; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'test_cipher': /kisskb/src/crypto/testmgr.c:2660:15: note: byref variable will be forcibly initialized 2660 | char *xbuf[XBUFSIZE]; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'valid_testvec_config': /kisskb/src/crypto/testmgr.c:502:13: note: byref variable will be forcibly initialized 502 | int flags = 0; | ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_akcipher_one': /kisskb/src/crypto/testmgr.c:3976:38: note: byref variable will be forcibly initialized 3976 | struct scatterlist src, dst, src_tab[3]; | ^~~~~~~ /kisskb/src/crypto/testmgr.c:3976:33: note: byref variable will be forcibly initialized 3976 | struct scatterlist src, dst, src_tab[3]; | ^~~ /kisskb/src/drivers/base/dd.c: In function 'deferred_probe_timeout_setup': /kisskb/src/drivers/base/dd.c:269:13: note: byref variable will be forcibly initialized 269 | int timeout; | ^~~~~~~ /kisskb/src/crypto/testmgr.c:3976:28: note: byref variable will be forcibly initialized 3976 | struct scatterlist src, dst, src_tab[3]; | ^~~ /kisskb/src/crypto/testmgr.c:3973:28: note: byref variable will be forcibly initialized 3973 | struct crypto_wait wait; | ^~~~ /kisskb/src/crypto/testmgr.c:3969:15: note: byref variable will be forcibly initialized 3969 | char *xbuf[XBUFSIZE]; | ^~~~ /kisskb/src/drivers/base/dd.c: In function '__device_attach': /kisskb/src/drivers/base/dd.c:999:43: note: byref variable will be forcibly initialized 999 | struct device_attach_data data = { | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/base/dd.c:19: /kisskb/src/drivers/base/dd.c: In function 'wait_for_device_probe': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:752:9: note: in expansion of macro 'wait_event' 752 | wait_event(probe_waitqueue, atomic_read(&probe_count) == 0); | ^~~~~~~~~~ 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:543:13: note: byref variable will be forcibly initialized 543 | int idx; | ^~~ /kisskb/src/crypto/testmgr.c: In function 'do_test_kpp': /kisskb/src/crypto/testmgr.c:3794:33: note: byref variable will be forcibly initialized 3794 | struct scatterlist src, dst; | ^~~ /kisskb/src/crypto/testmgr.c:3794:28: note: byref variable will be forcibly initialized 3794 | struct scatterlist src, dst; | ^~~ /kisskb/src/crypto/testmgr.c:3791:28: note: byref variable will be forcibly initialized 3791 | struct crypto_wait wait; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/radix-tree.c:12: /kisskb/src/lib/radix-tree.c: In function 'insert_entries': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:684:9: note: in expansion of macro 'rcu_assign_pointer' 684 | rcu_assign_pointer(*slot, item); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function 'replace_slot': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:829:9: note: in expansion of macro 'rcu_assign_pointer' 829 | rcu_assign_pointer(*slot, item); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'build_hash_sglist': /kisskb/src/crypto/testmgr.c:1179:25: note: byref variable will be forcibly initialized 1179 | struct iov_iter input; | ^~~~~ /kisskb/src/crypto/testmgr.c:1178:21: note: byref variable will be forcibly initialized 1178 | struct kvec kv; | ^~ /kisskb/src/crypto/testmgr.c: In function 'build_cipher_test_sglists': /kisskb/src/crypto/testmgr.c:766:25: note: byref variable will be forcibly initialized 766 | struct iov_iter input; | ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_shash_vec_cfg': /kisskb/src/crypto/testmgr.c:841:28: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1238:23: note: in expansion of macro 'do_setkey' 1238 | err = do_setkey(crypto_shash_setkey, tfm, vec->key, vec->ksize, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:841:19: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1238:23: note: in expansion of macro 'do_setkey' 1238 | err = do_setkey(crypto_shash_setkey, tfm, vec->key, vec->ksize, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:1233:12: note: byref variable will be forcibly initialized 1233 | u8 result[HASH_MAX_DIGESTSIZE + TESTMGR_POISON_LEN]; | ^~~~~~ /kisskb/src/crypto/testmgr.c:1231:40: note: byref variable will be forcibly initialized 1231 | const struct test_sg_division *divs[XBUFSIZE]; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'test_ahash_vec_cfg': /kisskb/src/crypto/testmgr.c:841:28: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1426:23: note: in expansion of macro 'do_setkey' 1426 | err = do_setkey(crypto_ahash_setkey, tfm, vec->key, vec->ksize, | ^~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_extend': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:455:17: note: in expansion of macro 'rcu_assign_pointer' 455 | rcu_assign_pointer(root->xa_head, entry); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c:841:19: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1426:23: note: in expansion of macro 'do_setkey' 1426 | err = do_setkey(crypto_ahash_setkey, tfm, vec->key, vec->ksize, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:1421:12: note: byref variable will be forcibly initialized 1421 | u8 result[HASH_MAX_DIGESTSIZE + TESTMGR_POISON_LEN]; | ^~~~~~ In file included from /kisskb/src/include/crypto/aead.h:12, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/crypto/testmgr.c:1417:29: note: byref variable will be forcibly initialized 1417 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/crypto/testmgr.c:1416:40: note: byref variable will be forcibly initialized 1416 | const struct test_sg_division *divs[XBUFSIZE]; | ^~~~ /kisskb/src/lib/radix-tree.c: In function '__radix_tree_create': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:626:25: note: in expansion of macro 'rcu_assign_pointer' 626 | rcu_assign_pointer(*slot, node_to_entry(child)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:602:23: note: byref variable will be forcibly initialized 602 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:600:47: 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/crypto/testmgr.c: In function 'test_hash_vec': /kisskb/src/lib/radix-tree.c:705:22: note: byref variable will be forcibly initialized 705 | void __rcu **slot; | ^~~~ /kisskb/src/lib/radix-tree.c:704:33: note: byref variable will be forcibly initialized 704 | struct radix_tree_node *node; | ^~~~ /kisskb/src/crypto/testmgr.c:1599:14: note: byref variable will be forcibly initialized 1599 | char vec_name[16]; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c: In function '__radix_tree_lookup': /kisskb/src/lib/radix-tree.c:750:23: note: byref variable will be forcibly initialized 750 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:749:33: 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:22: note: byref variable will be forcibly initialized 795 | void __rcu **slot; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_set': /kisskb/src/lib/radix-tree.c:969:23: note: byref variable will be forcibly initialized 969 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:968:33: note: byref variable will be forcibly initialized 968 | struct radix_tree_node *node, *parent; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_clear': /kisskb/src/lib/radix-tree.c:1031:23: note: byref variable will be forcibly initialized 1031 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1030:33: note: byref variable will be forcibly initialized 1030 | struct radix_tree_node *node, *parent; | ^~~~ /kisskb/src/crypto/testmgr.c: In function '__alg_test_hash': /kisskb/src/crypto/testmgr.c:1846:28: note: byref variable will be forcibly initialized 1846 | struct shash_desc *desc = NULL; | ^~~~ /kisskb/src/crypto/testmgr.c:1845:30: note: byref variable will be forcibly initialized 1845 | struct crypto_shash *stfm = NULL; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_get': /kisskb/src/lib/radix-tree.c:1083:23: note: byref variable will be forcibly initialized 1083 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1082:33: 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:38: note: byref variable will be forcibly initialized 1158 | unsigned long index, offset, maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1157:40: note: byref variable will be forcibly initialized 1157 | struct radix_tree_node *node, *child; | ^~~~~ In file included from /kisskb/src/crypto/testmgr.c:20: /kisskb/src/crypto/testmgr.c: In function 'alg_test_crc32c': /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup': /kisskb/src/lib/radix-tree.c:1264:32: note: byref variable will be forcibly initialized 1264 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/include/crypto/hash.h:166:14: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/crypto/testmgr.c:3643:17: note: in expansion of macro 'SHASH_DESC_ON_STACK' 3643 | SHASH_DESC_ON_STACK(shash, tfm); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c:3619:16: note: byref variable will be forcibly initialized 3619 | __le32 val; | ^~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag': /kisskb/src/lib/radix-tree.c:1305:32: note: byref variable will be forcibly initialized 1305 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_gang_lookup_tag_slot': /kisskb/src/lib/radix-tree.c:1346:32: note: byref variable will be forcibly initialized 1346 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'test_aead_vec_cfg': /kisskb/src/crypto/testmgr.c:2112:22: note: byref variable will be forcibly initialized 2112 | char expected_error[32]; | ^~~~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c:841:28: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1997:15: note: in expansion of macro 'do_setkey' 1997 | err = do_setkey(crypto_aead_setkey, tfm, vec->key, vec->klen, | ^~~~~~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_delete_item': /kisskb/src/crypto/testmgr.c:841:19: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1997:15: note: in expansion of macro 'do_setkey' 1997 | err = do_setkey(crypto_aead_setkey, tfm, vec->key, vec->klen, | ^~~~~~~~~ /kisskb/src/lib/radix-tree.c:1416:22: note: byref variable will be forcibly initialized 1416 | void __rcu **slot = NULL; | ^~~~ /kisskb/src/lib/radix-tree.c:1415:33: note: byref variable will be forcibly initialized 1415 | struct radix_tree_node *node = NULL; | ^~~~ /kisskb/src/crypto/testmgr.c:1988:21: note: byref variable will be forcibly initialized 1988 | struct kvec input[2]; | ^~~~~ /kisskb/src/crypto/testmgr.c:1984:12: note: byref variable will be forcibly initialized 1984 | u8 _iv[3 * (MAX_ALGAPI_ALIGNMASK + 1) + MAX_IVLEN]; | ^~~ In file included from /kisskb/src/include/crypto/aead.h:12, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/crypto/testmgr.c:1983:29: note: byref variable will be forcibly initialized 1983 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/radix-tree.c:12: /kisskb/src/lib/radix-tree.c: In function 'idr_get_free': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:1510:25: note: in expansion of macro 'rcu_assign_pointer' 1510 | rcu_assign_pointer(*slot, node_to_entry(child)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/radix-tree.c:1481:23: note: byref variable will be forcibly initialized 1481 | unsigned long maxindex, start = iter->next_index; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1479:47: note: byref variable will be forcibly initialized 1479 | struct radix_tree_node *node = NULL, *child; | ^~~~~ /kisskb/src/drivers/rtc/lib.c: In function 'rtc_ktime_to_tm': /kisskb/src/drivers/rtc/lib.c:190:25: note: byref variable will be forcibly initialized 190 | struct rtc_time ret; | ^~~ /kisskb/src/crypto/testmgr.c: In function 'test_aead_vec': /kisskb/src/crypto/testmgr.c:2158:14: note: byref variable will be forcibly initialized 2158 | char vec_name[16]; | ^~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_skcipher_vec_cfg': /kisskb/src/crypto/testmgr.c:841:28: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:2763:15: note: in expansion of macro 'do_setkey' 2763 | err = do_setkey(crypto_skcipher_setkey, tfm, vec->key, vec->klen, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:841:19: note: byref variable will be forcibly initialized 841 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:2763:15: note: in expansion of macro 'do_setkey' 2763 | err = do_setkey(crypto_skcipher_setkey, tfm, vec->key, vec->klen, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:2754:21: note: byref variable will be forcibly initialized 2754 | struct kvec input; | ^~~~~ /kisskb/src/crypto/testmgr.c:2750:12: note: byref variable will be forcibly initialized 2750 | u8 _iv[3 * (MAX_ALGAPI_ALIGNMASK + 1) + MAX_IVLEN]; | ^~~ In file included from /kisskb/src/include/crypto/aead.h:12, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/crypto/testmgr.c:2749:29: note: byref variable will be forcibly initialized 2749 | DECLARE_CRYPTO_WAIT(wait); | ^~~~ /kisskb/src/include/linux/crypto.h:592:28: note: in definition of macro 'DECLARE_CRYPTO_WAIT' 592 | struct crypto_wait _wait = { \ | ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_skcipher_vec': /kisskb/src/crypto/testmgr.c:2906:14: note: byref variable will be forcibly initialized 2906 | char vec_name[16]; | ^~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'alg_test': /kisskb/src/crypto/testmgr.c:5758:22: note: byref variable will be forcibly initialized 5758 | char nalg[CRYPTO_MAX_ALG_NAME]; | ^~~~ In file included from /kisskb/src/include/linux/random.h:9, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:43, from /kisskb/src/include/asm-generic/qrwlock.h:18, from ./arch/arm64/include/generated/asm/qrwlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:9, from /kisskb/src/include/linux/spinlock.h:93, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/aead.h:12, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/include/linux/once.h:44:39: note: byref variable will be forcibly initialized 44 | unsigned long ___flags; \ | ^~~~~~~~ /kisskb/src/crypto/testmgr.c:5755:9: note: in expansion of macro 'DO_ONCE' 5755 | DO_ONCE(testmgr_onetime_init); | ^~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/atomic.h:15, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/rcupdate.h:25, from /kisskb/src/include/linux/rbtree.h:24, from /kisskb/src/include/linux/rbtree_augmented.h:16, from /kisskb/src/lib/rbtree.c:12: /kisskb/src/lib/rbtree.c: In function '__rb_change_child_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:191:17: note: in expansion of macro 'rcu_assign_pointer' 191 | rcu_assign_pointer(root->rb_node, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:189:25: note: in expansion of macro 'rcu_assign_pointer' 189 | rcu_assign_pointer(parent->rb_right, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rbtree_augmented.h:187:25: note: in expansion of macro 'rcu_assign_pointer' 187 | rcu_assign_pointer(parent->rb_left, new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/host1x/syncpt.c:9: /kisskb/src/drivers/gpu/host1x/syncpt.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:703, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/dma-buf.h:19, from /kisskb/src/drivers/gpu/drm/drm_gem.c:28: /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | 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:530:24: note: byref variable will be forcibly initialized 530 | struct pagevec pvec; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_put_pages': /kisskb/src/drivers/gpu/drm/drm_gem.c:598:24: note: byref variable will be forcibly initialized 598 | struct pagevec pvec; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/gpu/host1x/syncpt.c:8: /kisskb/src/drivers/gpu/host1x/syncpt.c: In function 'host1x_syncpt_wait': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/syncpt.c:273:26: note: in expansion of macro 'wait_event_interruptible_timeout' 273 | remain = wait_event_interruptible_timeout(wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/host1x/syncpt.c:234:15: note: byref variable will be forcibly initialized 234 | void *ref; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/gpu/host1x/syncpt.c:8: /kisskb/src/drivers/gpu/host1x/syncpt.c:233:41: note: byref variable will be forcibly initialized 233 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); | ^~ /kisskb/src/include/linux/wait.h:77:32: note: in definition of macro 'DECLARE_WAIT_QUEUE_HEAD_ONSTACK' 77 | struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_object_lookup': /kisskb/src/drivers/gpu/drm/drm_gem.c:727:32: note: byref variable will be forcibly initialized 727 | struct drm_gem_object *obj = NULL; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/drm_gem.c:46: /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:543:13: note: byref variable will be forcibly initialized 543 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_open_ioctl': /kisskb/src/drivers/gpu/drm/drm_gem.c:863:13: note: byref variable will be forcibly initialized 863 | u32 handle; | ^~~~~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_restrict': /kisskb/src/drivers/xen/privcmd.c:707:17: note: byref variable will be forcibly initialized 707 | domid_t dom; | ^~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_hypercall': /kisskb/src/drivers/xen/privcmd.c:70:34: note: byref variable will be forcibly initialized 70 | struct privcmd_hypercall hypercall; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_mmap': /kisskb/src/drivers/xen/privcmd.c:258:31: note: byref variable will be forcibly initialized 258 | struct mmap_gfn_state state; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c:257:19: note: byref variable will be forcibly initialized 257 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/xen/privcmd.c:253:29: note: byref variable will be forcibly initialized 253 | struct privcmd_mmap mmapcmd; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_mmap_batch': /kisskb/src/drivers/xen/privcmd.c:452:33: note: byref variable will be forcibly initialized 452 | struct mmap_batch_state state; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/xen/privcmd.c:13: /kisskb/src/drivers/xen/privcmd.c:451:19: note: byref variable will be forcibly initialized 451 | LIST_HEAD(pagelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/xen/privcmd.c:447:37: note: byref variable will be forcibly initialized 447 | struct privcmd_mmapbatch_v2 m; | ^ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_dm_op': /kisskb/src/drivers/xen/privcmd.c:628:22: note: byref variable will be forcibly initialized 628 | unsigned int pinned = 0; | ^~~~~~ /kisskb/src/drivers/xen/privcmd.c:621:30: note: byref variable will be forcibly initialized 621 | struct privcmd_dm_op kdata; | ^~~~~ /kisskb/src/drivers/xen/privcmd.c: In function 'privcmd_ioctl_mmap_resource': /kisskb/src/drivers/xen/privcmd.c:727:38: note: byref variable will be forcibly initialized 727 | struct privcmd_mmap_resource kdata; | ^~~~~ /kisskb/src/drivers/mfd/88pm80x.c: In function 'pm80x_init': /kisskb/src/drivers/mfd/88pm80x.c:55:22: note: byref variable will be forcibly initialized 55 | unsigned int val; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/i2c.h:146, from /kisskb/src/drivers/i2c/i2c-core-base.c:47: /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_write': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' 25 | TRACE_EVENT_FN(i2c_write, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' 58 | TRACE_EVENT_FN(i2c_read, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_reply': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' 89 | TRACE_EVENT_FN(i2c_reply, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_result': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:77:9: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' 122 | TRACE_EVENT_FN(i2c_result, | ^~~~~~~~~~~~~~ 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_default_probe': /kisskb/src/drivers/i2c/i2c-core-base.c:2260:30: note: byref variable will be forcibly initialized 2260 | union i2c_smbus_data dummy; | ^~~~~ 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/clk/hisilicon/clk.c:19: /kisskb/src/drivers/clk/hisilicon/clk.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/hisilicon/clk.c:13: /kisskb/src/drivers/clk/hisilicon/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'delete_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1244:14: note: byref variable will be forcibly initialized 1244 | char end; | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c:1243:24: note: byref variable will be forcibly initialized 1243 | unsigned short addr; | ^~~~ /kisskb/src/drivers/clk/imx/clk.c: In function 'imx_obtain_fixed_clock_from_dt': /kisskb/src/drivers/clk/imx/clk.c:73:32: note: byref variable will be forcibly initialized 73 | struct of_phandle_args phandle; | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/clk/imx/clk.c:7: /kisskb/src/drivers/clk/imx/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_transfer_buffer_flags': /kisskb/src/drivers/i2c/i2c-core-base.c:2191:24: note: byref variable will be forcibly initialized 2191 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'new_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1176:22: note: byref variable will be forcibly initialized 1176 | char *blank, end; | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c:1174:31: note: byref variable will be forcibly initialized 1174 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_detect_address': /kisskb/src/drivers/i2c/i2c-core-base.c:2288:31: note: byref variable will be forcibly initialized 2288 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/watchdog/watchdog_core.c: In function 'watchdog_init_timeout': /kisskb/src/drivers/watchdog/watchdog_core.c:120:22: note: byref variable will be forcibly initialized 120 | unsigned int t = 0; | ^ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_new_ancillary_device': /kisskb/src/drivers/i2c/i2c-core-base.c:1121:13: note: byref variable will be forcibly initialized 1121 | u32 addr = default_addr; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_clients_command': /kisskb/src/drivers/i2c/i2c-core-base.c:1919:33: note: byref variable will be forcibly initialized 1919 | struct i2c_cmd_arg cmd_arg; | ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_get_device_id': /kisskb/src/drivers/i2c/i2c-core-base.c:2219:30: note: byref variable will be forcibly initialized 2219 | union i2c_smbus_data raw_id; | ^~~~~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/media/cec/core/cec-notifier.c:12: /kisskb/src/drivers/media/cec/core/cec-notifier.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/rtc/class.c: In function 'rtc_device_get_offset': /kisskb/src/drivers/rtc/class.c:273:13: note: byref variable will be forcibly initialized 273 | u32 start_year; | ^~~~~~~~~~ /kisskb/src/drivers/rtc/class.c: In function '__devm_rtc_register_device': /kisskb/src/drivers/rtc/class.c:391:27: note: byref variable will be forcibly initialized 391 | struct rtc_wkalrm alrm; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rtc.h:206, from /kisskb/src/drivers/rtc/interface.c:18: /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_time_alarm_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(rtc_time_alarm_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_irq_set_freq': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(rtc_irq_set_freq, | ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_irq_set_state': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:80:1: note: in expansion of macro 'TRACE_EVENT' 80 | TRACE_EVENT(rtc_irq_set_state, | ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_alarm_irq_enable': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rtc.h:102:1: note: in expansion of macro 'TRACE_EVENT' 102 | TRACE_EVENT(rtc_alarm_irq_enable, | ^~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_offset_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:124:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 124 | DECLARE_EVENT_CLASS(rtc_offset_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'trace_event_raw_event_rtc_timer_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/rtc.h:159:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 159 | DECLARE_EVENT_CLASS(rtc_timer_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/cec/core/cec-adap.c:10: /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_thread_func': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:478:25: note: in expansion of macro 'wait_event_interruptible' 478 | wait_event_interruptible(adap->kthread_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:468:31: note: in expansion of macro 'wait_event_interruptible_timeout' 468 | 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:1504:32: note: byref variable will be forcibly initialized 1504 | struct cec_msg msg = {}; | ^~~ /kisskb/src/drivers/rtc/interface.c: In function '__rtc_set_alarm': /kisskb/src/drivers/rtc/interface.c:411:25: note: byref variable will be forcibly initialized 411 | struct rtc_time tm; | ^~ /kisskb/src/drivers/media/cec/core/cec-core.c: In function 'cec_error_inj_write': /kisskb/src/drivers/media/cec/core/cec-core.c:208:15: note: byref variable will be forcibly initialized 208 | char *p; | ^ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_remove': /kisskb/src/drivers/rtc/interface.c:873:35: note: byref variable will be forcibly initialized 873 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_enqueue': /kisskb/src/drivers/rtc/interface.c:826:35: note: byref variable will be forcibly initialized 826 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/interface.c:805:25: note: byref variable will be forcibly initialized 805 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/interface.c: In function '__rtc_read_alarm': /kisskb/src/drivers/rtc/interface.c:215:33: note: byref variable will be forcibly initialized 215 | struct rtc_time before, now; | ^~~ /kisskb/src/drivers/rtc/interface.c:215:25: note: byref variable will be forcibly initialized 215 | struct rtc_time before, now; | ^~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_initialize_alarm': /kisskb/src/drivers/rtc/interface.c:496:25: note: byref variable will be forcibly initialized 496 | struct rtc_time now; | ^~~ /kisskb/src/drivers/pps/kapi.c: In function 'pps_event': /kisskb/src/drivers/pps/kapi.c:164:26: note: byref variable will be forcibly initialized 164 | struct pps_ktime ts_real = { .sec = 0, .nsec = 0, .flags = 0 }; | ^~~~~~~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_update_irq_enable': /kisskb/src/drivers/rtc/interface.c:585:33: note: byref variable will be forcibly initialized 585 | struct rtc_time tm; | ^~ /kisskb/src/drivers/rtc/interface.c: In function 'rtc_timer_do_work': /kisskb/src/drivers/rtc/interface.c:939:35: note: byref variable will be forcibly initialized 939 | struct rtc_wkalrm alarm; | ^~~~~ /kisskb/src/drivers/rtc/interface.c:905:25: note: byref variable will be forcibly initialized 905 | struct rtc_time tm; | ^~ /kisskb/src/drivers/usb/typec/class.c: In function 'typec_altmode_update_active': /kisskb/src/drivers/usb/typec/class.c:292:14: note: byref variable will be forcibly initialized 292 | char dir[6]; | ^~~ In file included from /kisskb/src/drivers/usb/phy/phy.c:13: /kisskb/src/drivers/usb/phy/phy.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_setkeycode': /kisskb/src/drivers/media/rc/rc-main.c:431:13: note: byref variable will be forcibly initialized 431 | u64 scancode; | ^~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_getkeycode': /kisskb/src/drivers/media/rc/rc-main.c:552:13: note: byref variable will be forcibly initialized 552 | u64 scancode; | ^~~~~~~~ /kisskb/src/drivers/usb/phy/phy.c: In function 'usb_phy_uevent': /kisskb/src/drivers/usb/phy/phy.c:152:14: note: byref variable will be forcibly initialized 152 | char uchger_type[50] = { 0 }; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/phy/phy.c:151:14: note: byref variable will be forcibly initialized 151 | char uchger_state[50] = { 0 }; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/phy/phy.c: In function 'usb_phy_notify_charger_work': /kisskb/src/drivers/usb/phy/phy.c:126:27: note: byref variable will be forcibly initialized 126 | unsigned int min, max; | ^~~ /kisskb/src/drivers/usb/phy/phy.c:126:22: note: byref variable will be forcibly initialized 126 | unsigned int min, max; | ^~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'rc_repeat': /kisskb/src/drivers/media/rc/rc-main.c:742:30: note: byref variable will be forcibly initialized 742 | struct lirc_scancode sc = { | ^~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_do_keydown': /kisskb/src/drivers/media/rc/rc-main.c:787:30: note: byref variable will be forcibly initialized 787 | struct lirc_scancode sc = { | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/i2c_slave.h:67, from /kisskb/src/drivers/i2c/i2c-core-slave.c:18: /kisskb/src/drivers/i2c/i2c-core-slave.c: In function 'trace_event_raw_event_i2c_slave': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/i2c_slave.h:30:1: note: in expansion of macro 'TRACE_EVENT' 30 | TRACE_EVENT(i2c_slave, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'typec_register_plug': /kisskb/src/drivers/usb/typec/class.c:999:14: note: byref variable will be forcibly initialized 999 | char name[8]; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-slave.c: In function 'i2c_detect_slave_mode': /kisskb/src/drivers/i2c/i2c-core-slave.c:113:21: note: byref variable will be forcibly initialized 113 | u32 reg; | ^~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_filter': /kisskb/src/drivers/media/rc/rc-main.c:1419:23: note: byref variable will be forcibly initialized 1419 | unsigned long val; | ^~~ /kisskb/src/drivers/media/rc/rc-main.c:1417:35: note: byref variable will be forcibly initialized 1417 | 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:1578:29: note: byref variable will be forcibly initialized 1578 | u64 mask = 1ULL << protocol; | ^~~~ In file included 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 'krealloc_array': /kisskb/src/include/linux/slab.h:655:16: note: byref variable will be forcibly initialized 655 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_protocols': /kisskb/src/drivers/media/rc/rc-main.c:1283:28: note: byref variable will be forcibly initialized 1283 | u64 old_protocols, new_protocols; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'vconn_source_store': /kisskb/src/drivers/usb/typec/class.c:1561:14: note: byref variable will be forcibly initialized 1561 | bool source; | ^~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'rc_prepare_rx_device': /kisskb/src/drivers/media/rc/rc-main.c:1788:13: note: byref variable will be forcibly initialized 1788 | u64 rc_proto; | ^~~~~~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'active_store': /kisskb/src/drivers/usb/typec/class.c:363:14: note: byref variable will be forcibly initialized 363 | bool enter; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_lockdep': /kisskb/src/drivers/dma-buf/dma-resv.c:739:30: note: byref variable will be forcibly initialized 739 | struct address_space mapping; | ^~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:738:25: note: byref variable will be forcibly initialized 738 | struct dma_resv obj; | ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c:737:31: note: byref variable will be forcibly initialized 737 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_iter_next': /kisskb/src/drivers/dma-buf/dma-resv.c:482:27: note: byref variable will be forcibly initialized 482 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'typec_port_register_altmodes': /kisskb/src/drivers/usb/typec/class.c:2115:19: note: byref variable will be forcibly initialized 2115 | u32 svid, vdo; | ^~~ /kisskb/src/drivers/usb/typec/class.c:2115:13: note: byref variable will be forcibly initialized 2115 | u32 svid, vdo; | ^~~~ /kisskb/src/drivers/usb/typec/class.c:2112:35: note: byref variable will be forcibly initialized 2112 | struct typec_altmode_desc desc; | ^~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_describe': /kisskb/src/drivers/dma-buf/dma-resv.c:722:30: note: byref variable will be forcibly initialized 722 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_add_fence': /kisskb/src/drivers/dma-buf/dma-resv.c:295:37: note: byref variable will be forcibly initialized 295 | enum dma_resv_usage old_usage; | ^~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:279:27: note: byref variable will be forcibly initialized 279 | struct dma_fence *old; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, 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 'dma_resv_reserve_fences': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:223:9: note: in expansion of macro 'rcu_assign_pointer' 223 | rcu_assign_pointer(obj->fences, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:205:35: note: byref variable will be forcibly initialized 205 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:204:37: note: byref variable will be forcibly initialized 204 | enum dma_resv_usage usage; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_test_signaled': /kisskb/src/drivers/dma-buf/dma-resv.c:698:30: note: byref variable will be forcibly initialized 698 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_get_fences': /kisskb/src/drivers/dma-buf/dma-resv.c:559:30: note: byref variable will be forcibly initialized 559 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_wait_timeout': /kisskb/src/drivers/dma-buf/dma-resv.c:664:30: note: byref variable will be forcibly initialized 664 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_replace_fences': /kisskb/src/drivers/dma-buf/dma-resv.c:341:35: note: byref variable will be forcibly initialized 341 | struct dma_fence *old; | ^~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/mutex.h:15, 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 'dma_resv_copy_fences': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:484:9: note: in expansion of macro 'rcu_assign_pointer' 484 | rcu_assign_pointer((rcu_ptr), (ptr)); \ | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:538:16: note: in expansion of macro 'rcu_replace_pointer' 538 | list = rcu_replace_pointer(dst->fences, list, dma_resv_held(dst)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:510:30: note: byref variable will be forcibly initialized 510 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/usb/typec/class.c: In function 'typec_get_fw_cap': /kisskb/src/drivers/usb/typec/class.c:2036:21: note: byref variable will be forcibly initialized 2036 | const char *cap_str; | ^~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_get_singleton': /kisskb/src/drivers/dma-buf/dma-resv.c:614:18: note: byref variable will be forcibly initialized 614 | unsigned count; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:613:28: note: byref variable will be forcibly initialized 613 | struct dma_fence **fences; | ^~~~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/edac/edac_mc.c:15: /kisskb/src/drivers/edac/edac_mc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/opp/core.c:16: /kisskb/src/drivers/opp/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_set_config': /kisskb/src/drivers/opp/core.c:2454:22: note: byref variable will be forcibly initialized 2454 | unsigned int id; | ^~ /kisskb/src/drivers/opp/core.c: In function '_opp_table_find_key': In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/edac/edac_mc.c:15: /kisskb/src/drivers/edac/edac_mc.c: In function 'kmalloc_array': /kisskb/src/drivers/opp/core.c:502:39: note: byref variable will be forcibly initialized 502 | struct dev_pm_opp *temp_opp, *opp = ERR_PTR(-ERANGE); | ^~~ /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_find_level_ceil': /kisskb/src/drivers/opp/core.c:721:23: note: byref variable will be forcibly initialized 721 | unsigned long temp = *level; | ^~~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_find_bw_ceil': /kisskb/src/drivers/opp/core.c:752:23: note: byref variable will be forcibly initialized 752 | unsigned long temp = *bw; | ^~~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_find_bw_floor': /kisskb/src/drivers/opp/core.c:783:23: note: byref variable will be forcibly initialized 783 | unsigned long temp = *bw; | ^~~~ /kisskb/src/drivers/opp/core.c: In function '_find_current_opp': /kisskb/src/drivers/opp/core.c:1017:23: note: byref variable will be forcibly initialized 1017 | unsigned long freq; | ^~~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_set_rate': /kisskb/src/drivers/opp/core.c:1179:33: note: byref variable will be forcibly initialized 1179 | unsigned long freq = 0, temp_freq; | ^~~~~~~~~ /kisskb/src/drivers/opp/core.c: In function '_opp_add': /kisskb/src/drivers/opp/core.c:1875:27: note: byref variable will be forcibly initialized 1875 | struct list_head *head; | ^~~~ /kisskb/src/drivers/edac/edac_mc.c: In function 'edac_mc_alloc_dimms': /kisskb/src/drivers/edac/edac_mc.c:257:22: note: byref variable will be forcibly initialized 257 | unsigned int pos[EDAC_MAX_LAYERS]; | ^~~ 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:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c:80:14: note: in expansion of macro 'kfifo_put' 80 | if (!kfifo_put(&dev->raw->kfifo, *ev)) { | ^~~~~~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_edge_handle': /kisskb/src/drivers/media/rc/rc-ir-raw.c:563:37: note: byref variable will be forcibly initialized 563 | struct ir_raw_event ev = { | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/smbus.h:245, from /kisskb/src/drivers/i2c/i2c-core-smbus.c:23: /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_write': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/edac/edac_mc.c: In function 'edac_mc_dump_dimm': /kisskb/src/drivers/edac/edac_mc.c:92:14: note: byref variable will be forcibly initialized 92 | char location[80]; | ^~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_reply': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:9: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_result': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_event_thread': /kisskb/src/drivers/media/rc/rc-ir-raw.c:23:29: note: byref variable will be forcibly initialized 23 | 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:524:13: note: byref variable will be forcibly initialized 524 | u64 mask = 1ULL << protocol; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_msg_pec': /kisskb/src/drivers/i2c/i2c-core-smbus.c:63:12: note: byref variable will be forcibly initialized 63 | u8 addr = i2c_8bit_addr_from_msg(msg); | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_xfer_emulated': /kisskb/src/drivers/i2c/i2c-core-smbus.c:338:24: note: byref variable will be forcibly initialized 338 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c:334:23: note: byref variable will be forcibly initialized 334 | unsigned char msgbuf1[I2C_SMBUS_BLOCK_MAX+2]; | ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c:333:23: note: byref variable will be forcibly initialized 333 | 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:104:30: note: byref variable will be forcibly initialized 104 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_byte_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:139:30: note: byref variable will be forcibly initialized 139 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_byte_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:161:30: note: byref variable will be forcibly initialized 161 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_word_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:179:30: note: byref variable will be forcibly initialized 179 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_word_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:201:30: note: byref variable will be forcibly initialized 201 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:227:30: note: byref variable will be forcibly initialized 227 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:254:30: note: byref variable will be forcibly initialized 254 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_read_i2c_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:270:30: note: byref variable will be forcibly initialized 270 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_write_i2c_block_data': /kisskb/src/drivers/i2c/i2c-core-smbus.c:290:30: note: byref variable will be forcibly initialized 290 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_scan_color_evict': /kisskb/src/drivers/gpu/drm/drm_mm.c:916:25: note: byref variable will be forcibly initialized 916 | u64 hole_start, hole_end; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:916:13: 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:24: note: byref variable will be forcibly initialized 786 | u64 col_start, col_end; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:786:13: note: byref variable will be forcibly initialized 786 | u64 col_start, col_end; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_reserve_node': /kisskb/src/drivers/gpu/drm/drm_mm.c:454:24: note: byref variable will be forcibly initialized 454 | u64 adj_start, adj_end; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:454:13: note: byref variable will be forcibly initialized 454 | u64 adj_start, adj_end; | ^~~~~~~~~ /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:32: note: byref variable will be forcibly initialized 546 | u64 col_start, col_end; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:546:21: note: byref variable will be forcibly initialized 546 | u64 col_start, col_end; | ^~~~~~~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | 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:359:17: note: byref variable will be forcibly initialized 359 | 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:390:17: note: byref variable will be forcibly initialized 390 | 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:608:23: note: byref variable will be forcibly initialized 608 | int hdisplay, vdisplay; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c:608:13: note: byref variable will be forcibly initialized 608 | int hdisplay, vdisplay; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_mode_setcrtc': /kisskb/src/drivers/gpu/drm/drm_crtc.c:647:40: note: byref variable will be forcibly initialized 647 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c:645:29: note: byref variable will be forcibly initialized 645 | struct drm_mode_set set; | ^~~ In file included from /kisskb/src/drivers/dma-buf/sync_file.c:8: /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_merge': /kisskb/src/include/linux/dma-fence-unwrap.h:70:41: note: byref variable will be forcibly initialized 70 | struct dma_fence_unwrap __c[ARRAY_SIZE(__f)]; \ | ^~~ /kisskb/src/drivers/dma-buf/sync_file.c:169:17: note: in expansion of macro 'dma_fence_unwrap_merge' 169 | fence = dma_fence_unwrap_merge(a->fence, b->fence); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dma-fence-unwrap.h:69:35: note: byref variable will be forcibly initialized 69 | struct dma_fence *__f[] = { __VA_ARGS__ }; \ | ^~~ /kisskb/src/drivers/dma-buf/sync_file.c:169:17: note: in expansion of macro 'dma_fence_unwrap_merge' 169 | fence = dma_fence_unwrap_merge(a->fence, b->fence); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c: In function 'mc13xxx_regulator_is_enabled': /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:57:22: 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:22: note: byref variable will be forcibly initialized 83 | unsigned int val; | ^~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_ioctl_merge': /kisskb/src/drivers/dma-buf/sync_file.c:213:32: note: byref variable will be forcibly initialized 213 | struct sync_merge_data data; | ^~~~ In file included from /kisskb/src/include/linux/blk_types.h:11, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/include/linux/memcontrol.h:22, 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/regulator/machine.h:15, from /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:15: /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/include/asm-generic/io.h:994, from /kisskb/src/arch/arm64/include/asm/io.h:163, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/clk/mediatek/clk-mtk.c:10: /kisskb/src/drivers/clk/mediatek/clk-mtk.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/mediatek/clk-mtk.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/mediatek/clk-mtk.c: In function 'mtk_clk_register_composite': /kisskb/src/drivers/clk/mediatek/clk-mtk.c:187:21: note: byref variable will be forcibly initialized 187 | const char *parent; | ^~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_ioctl_fence_info': /kisskb/src/drivers/dma-buf/sync_file.c:287:31: note: byref variable will be forcibly initialized 287 | struct sync_file_info info; | ^~~~ /kisskb/src/drivers/dma-buf/sync_file.c:286:33: note: byref variable will be forcibly initialized 286 | struct dma_fence_unwrap iter; | ^~~~ In file included from /kisskb/src/drivers/gpu/host1x/channel.c:8: /kisskb/src/drivers/gpu/host1x/channel.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/host1x/job.c: In function 'copy_gathers': /kisskb/src/drivers/gpu/host1x/job.c:521:32: note: byref variable will be forcibly initialized 521 | struct host1x_firewall fw; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/mtd/mtdpart.c:10: /kisskb/src/drivers/mtd/mtdpart.c: In function '__del_mtd_partitions': /kisskb/src/drivers/mtd/mtdpart.c:329:19: note: byref variable will be forcibly initialized 329 | LIST_HEAD(tmp_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/mtd/mtdpart.c: In function 'mtd_add_partition': /kisskb/src/drivers/mtd/mtdpart.c:245:30: note: byref variable will be forcibly initialized 245 | struct mtd_partition part; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/hwmon.h:71, from /kisskb/src/drivers/hwmon/hwmon.c:27: /kisskb/src/drivers/hwmon/hwmon.c: In function 'trace_event_raw_event_hwmon_attr_class': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'trace_event_raw_event_hwmon_attr_show_string': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_notify_event': /kisskb/src/drivers/hwmon/hwmon.c:646:15: note: byref variable will be forcibly initialized 646 | char *envp[] = { event, NULL }; | ^~~~ /kisskb/src/drivers/hwmon/hwmon.c:645:14: note: byref variable will be forcibly initialized 645 | char sattr[MAX_SYSFS_ATTR_NAME_LENGTH]; | ^~~~~ /kisskb/src/drivers/hwmon/hwmon.c:644:14: note: byref variable will be forcibly initialized 644 | char event[MAX_SYSFS_ATTR_NAME_LENGTH + 5]; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/hwmon/hwmon.c:13: /kisskb/src/drivers/hwmon/hwmon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function '__hwmon_device_register': /kisskb/src/drivers/hwmon/hwmon.c:757:21: note: byref variable will be forcibly initialized 757 | const char *label; | ^~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_device_unregister': /kisskb/src/drivers/hwmon/hwmon.c:967:13: note: byref variable will be forcibly initialized 967 | int id; | ^~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_store': /kisskb/src/drivers/hwmon/hwmon.c:357:14: note: byref variable will be forcibly initialized 357 | long val; | ^~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_show': /kisskb/src/drivers/hwmon/hwmon.c:318:14: note: byref variable will be forcibly initialized 318 | long val; | ^~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_show_string': /kisskb/src/drivers/hwmon/hwmon.c:338:21: note: byref variable will be forcibly initialized 338 | const char *s; | ^ /kisskb/src/drivers/clk/mediatek/clk-gate.c: In function 'mtk_get_clockgating': /kisskb/src/drivers/clk/mediatek/clk-gate.c:34:13: note: byref variable will be forcibly initialized 34 | u32 val; | ^~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'get_cpu_idle_time_jiffy': /kisskb/src/drivers/cpufreq/cpufreq.c:125:31: note: byref variable will be forcibly initialized 125 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/drivers/base/driver.c: In function 'driver_find_device': /kisskb/src/drivers/base/driver.c:155:27: note: byref variable will be forcibly initialized 155 | struct klist_iter i; | ^ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'show_bios_limit': /kisskb/src/drivers/cpufreq/cpufreq.c:907:22: note: byref variable will be forcibly initialized 907 | unsigned int limit; | ^~~~~ /kisskb/src/drivers/base/driver.c: In function 'driver_for_each_device': /kisskb/src/drivers/base/driver.c:120:27: note: byref variable will be forcibly initialized 120 | struct klist_iter i; | ^ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_setspeed': /kisskb/src/drivers/cpufreq/cpufreq.c:879:22: note: byref variable will be forcibly initialized 879 | unsigned int freq = 0; | ^~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_max_freq': /kisskb/src/drivers/cpufreq/cpufreq.c:725:23: note: byref variable will be forcibly initialized 725 | unsigned long val; \ | ^~~ /kisskb/src/drivers/cpufreq/cpufreq.c:737:1: note: in expansion of macro 'store_one' 737 | store_one(scaling_max_freq, max); | ^~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_min_freq': /kisskb/src/drivers/cpufreq/cpufreq.c:725:23: note: byref variable will be forcibly initialized 725 | unsigned long val; \ | ^~~ /kisskb/src/drivers/cpufreq/cpufreq.c:736:1: note: in expansion of macro 'store_one' 736 | store_one(scaling_min_freq, min); | ^~~~~~~~~ /kisskb/src/drivers/gpu/host1x/mipi.c: In function 'tegra_mipi_request': /kisskb/src/drivers/gpu/host1x/mipi.c:213:32: note: byref variable will be forcibly initialized 213 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/opp/cpu.c:13: /kisskb/src/drivers/opp/cpu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/opp/cpu.c: In function 'dev_pm_opp_init_cpufreq_table': /kisskb/src/drivers/opp/cpu.c:49:23: note: byref variable will be forcibly initialized 49 | unsigned long rate; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/cpufreq/cpufreq.c:17: /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_freq_transition_begin': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c:423:9: note: in expansion of macro 'wait_event' 423 | wait_event(policy->transition_wait, !policy->transition_ongoing); | ^~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_out_of_sync': /kisskb/src/drivers/cpufreq/cpufreq.c:1695:30: note: byref variable will be forcibly initialized 1695 | struct cpufreq_freqs freqs; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_set_policy': /kisskb/src/drivers/cpufreq/cpufreq.c:2537:36: note: byref variable will be forcibly initialized 2537 | struct cpufreq_policy_data new_data; | ^~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_governor': /kisskb/src/drivers/cpufreq/cpufreq.c:774:14: note: byref variable will be forcibly initialized 774 | char str_governor[16]; | ^~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_boost': /kisskb/src/drivers/cpufreq/cpufreq.c:600:18: note: byref variable will be forcibly initialized 600 | int ret, enable; | ^~~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_am_i_supplied': /kisskb/src/drivers/power/supply/power_supply_core.c:330:39: note: byref variable will be forcibly initialized 330 | struct psy_am_i_supplied_data data = { psy, 0 }; | ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_is_system_supplied': /kisskb/src/drivers/power/supply/power_supply_core.c:363:22: note: byref variable will be forcibly initialized 363 | unsigned int count = 0; | ^~~~~ In file included from /kisskb/src/drivers/power/supply/power_supply_core.c:20: /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/drivers/power/supply/power_supply_core.c:17: /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | 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:750:33: note: byref variable will be forcibly initialized 750 | int i, tab_len, size; | ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c:580:13: note: byref variable will be forcibly initialized 580 | u32 min_max[2]; | ^~~~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c:578:18: note: byref variable will be forcibly initialized 578 | int err, len, index; | ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c:577:21: note: byref variable will be forcibly initialized 577 | const char *value; | ^~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c:575:38: note: byref variable will be forcibly initialized 575 | struct fwnode_reference_args args; | ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_get_property_from_supplier': /kisskb/src/drivers/power/supply/power_supply_core.c:401:43: note: byref variable will be forcibly initialized 401 | struct psy_get_supplier_prop_data data = { | ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_batinfo_ocv2cap': /kisskb/src/drivers/power/supply/power_supply_core.c:1013:13: note: byref variable will be forcibly initialized 1013 | int table_len; | ^~~~~~~~~ /kisskb/src/drivers/clk/imx/clk-composite-8m.c: In function 'imx8m_clk_composite_divider_round_rate': /kisskb/src/drivers/clk/imx/clk-composite-8m.c:81:13: note: byref variable will be forcibly initialized 81 | int div_value; | ^~~~~~~~~ /kisskb/src/drivers/clk/imx/clk-composite-8m.c:80:13: note: byref variable will be forcibly initialized 80 | int prediv_value; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/imx/clk-composite-8m.c: In function 'imx8m_clk_composite_divider_set_rate': /kisskb/src/drivers/clk/imx/clk-composite-8m.c:98:13: note: byref variable will be forcibly initialized 98 | int div_value; | ^~~~~~~~~ /kisskb/src/drivers/clk/imx/clk-composite-8m.c:97:13: note: byref variable will be forcibly initialized 97 | int prediv_value; | ^~~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scmi/bus.c: In function 'scmi_child_dev_find': /kisskb/src/drivers/firmware/arm_scmi/bus.c:66:31: note: byref variable will be forcibly initialized 66 | struct scmi_device_id id_table; | ^~~~~~~~ /kisskb/src/drivers/mfd/wm831x-core.c: In function 'wm831x_reg_read': /kisskb/src/drivers/mfd/wm831x-core.c:521:22: note: byref variable will be forcibly initialized 521 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/leds.h:12, from /kisskb/src/drivers/leds/led-core.c:11: /kisskb/src/drivers/leds/led-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/led-core.c: In function 'led_compose_name': /kisskb/src/drivers/leds/led-core.c:446:22: 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:21: note: byref variable will be forcibly initialized 483 | const char *state = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_cmdline_res_mode': /kisskb/src/drivers/gpu/drm/drm_modes.c:1557:15: note: byref variable will be forcibly initialized 1557 | 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:1615:15: note: byref variable will be forcibly initialized 1615 | 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:1667:27: note: byref variable will be forcibly initialized 1667 | unsigned int deg, margin, rotation = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:1667:22: note: byref variable will be forcibly initialized 1667 | unsigned int deg, margin, rotation = 0; | ^~~ /kisskb/src/drivers/base/class.c: In function 'class_find_device': /kisskb/src/drivers/base/class.c:403:31: note: byref variable will be forcibly initialized 403 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_for_each_device': /kisskb/src/drivers/base/class.c:355:31: note: byref variable will be forcibly initialized 355 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_register': /kisskb/src/drivers/base/class.c:430:31: note: byref variable will be forcibly initialized 430 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/base/class.c: In function 'class_interface_unregister': /kisskb/src/drivers/base/class.c:456:31: note: byref variable will be forcibly initialized 456 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_command_line_for_connector': /kisskb/src/drivers/gpu/drm/drm_modes.c:1793:36: note: byref variable will be forcibly initialized 1793 | char *bpp_end_ptr = NULL, *refresh_end_ptr = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:1793:15: note: byref variable will be forcibly initialized 1793 | char *bpp_end_ptr = NULL, *refresh_end_ptr = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'of_get_drm_panel_display_mode': /kisskb/src/drivers/gpu/drm/drm_modes.c:751:26: note: byref variable will be forcibly initialized 751 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/drm_modes.c:750:31: note: byref variable will be forcibly initialized 750 | struct display_timing timing; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:749:27: note: byref variable will be forcibly initialized 749 | u32 width_mm = 0, height_mm = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:749:13: note: byref variable will be forcibly initialized 749 | u32 width_mm = 0, height_mm = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'of_get_drm_display_mode': /kisskb/src/drivers/gpu/drm/drm_modes.c:715:26: note: byref variable will be forcibly initialized 715 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_get_hv_timing': /kisskb/src/drivers/gpu/drm/drm_modes.c:842:33: note: byref variable will be forcibly initialized 842 | struct drm_display_mode adjusted; | ^~~~~~~~ In file included from /kisskb/src/include/media/rc-core.h:13, from /kisskb/src/drivers/media/rc/rc-core-priv.h:17, from /kisskb/src/drivers/media/rc/lirc_dev.c:19: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_scancode_event': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:118:21: note: in expansion of macro 'kfifo_put' 118 | if (kfifo_put(&fh->scancodes, *lsc)) | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/media/rc/lirc_dev.c:10: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_transmit': /kisskb/src/drivers/media/rc/lirc_dev.c:243:38: note: byref variable will be forcibly initialized 243 | struct lirc_scancode scan; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/rc/lirc_dev.c:10: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_read_mode2': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:615:31: note: in expansion of macro 'wait_event_interruptible' 615 | ret = wait_event_interruptible(fh->wait_poll, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:604:22: note: byref variable will be forcibly initialized 604 | unsigned int copied; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/media/rc/lirc_dev.c:10: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_read_scancode': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:654:31: note: in expansion of macro 'wait_event_interruptible' 654 | ret = wait_event_interruptible(fh->wait_poll, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:642:22: note: byref variable will be forcibly initialized 642 | unsigned int copied; | ^~~~~~ In file included from /kisskb/src/include/media/rc-core.h:13, from /kisskb/src/drivers/media/rc/rc-core-priv.h:17, from /kisskb/src/drivers/media/rc/lirc_dev.c:19: /kisskb/src/drivers/media/rc/lirc_dev.c: In function 'lirc_raw_event': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:97:21: note: in expansion of macro 'kfifo_put' 97 | if (kfifo_put(&fh->rawir, sample)) | ^~~~~~~~~ /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/lirc_dev.c:78:33: note: in expansion of macro 'kfifo_put' 78 | kfifo_put(&fh->rawir, LIRC_SPACE(duration)); | ^~~~~~~~~ In file included from /kisskb/src/drivers/clk/meson/clk-dualdiv.h:11, from /kisskb/src/drivers/clk/meson/clk-dualdiv.c:28: /kisskb/src/drivers/clk/meson/clk-dualdiv.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:22: note: byref variable will be forcibly initialized 32 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/meson/clk-dualdiv.c: In function 'meson_clk_dualdiv_recalc_rate': /kisskb/src/drivers/clk/meson/clk-dualdiv.c:52:40: note: byref variable will be forcibly initialized 52 | struct meson_clk_dualdiv_param setting; | ^~~~~~~ /kisskb/src/drivers/usb/phy/of.c: In function 'of_usb_get_phy_mode': /kisskb/src/drivers/usb/phy/of.c:30:21: note: byref variable will be forcibly initialized 30 | const char *phy_type; | ^~~~~~~~ /kisskb/src/drivers/usb/typec/mux.c: In function 'fwnode_typec_switch_get': /kisskb/src/drivers/usb/typec/mux.c:73:34: note: byref variable will be forcibly initialized 73 | struct typec_switch_dev *sw_devs[TYPEC_MUX_MAX_DEVS]; | ^~~~~~~ /kisskb/src/drivers/usb/typec/mux.c: In function 'fwnode_typec_mux_get': /kisskb/src/drivers/usb/typec/mux.c:341:31: note: byref variable will be forcibly initialized 341 | struct typec_mux_dev *mux_devs[TYPEC_MUX_MAX_DEVS]; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/usb/typec/mux.c:10: /kisskb/src/drivers/usb/typec/mux.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/i2c-core-of.c: In function 'of_i2c_get_board_info': /kisskb/src/drivers/i2c/i2c-core-of.c:25:13: 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:31: note: byref variable will be forcibly initialized 69 | struct i2c_board_info info; | ^~~~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/drivers/opp/of.c:16: /kisskb/src/drivers/opp/of.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/arch/arm64/include/asm/memory.h:179, from /kisskb/src/arch/arm64/include/asm/page.h:46, from /kisskb/src/drivers/edac/edac_device.c:15: /kisskb/src/drivers/edac/edac_device.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/drivers/opp/of.c:13: /kisskb/src/drivers/opp/of.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/opp/of.c: In function '_opp_is_supported': /kisskb/src/drivers/opp/of.c:530:13: note: byref variable will be forcibly initialized 530 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/drivers/edac/edac_device.c:18: /kisskb/src/drivers/edac/edac_device.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/opp/of.c: In function 'opp_parse_supplies': /kisskb/src/drivers/opp/of.c:588:14: note: byref variable will be forcibly initialized 588 | char name[NAME_MAX]; | ^~~~ /kisskb/src/drivers/opp/of.c: In function '_of_has_opp_microwatt_property': /kisskb/src/drivers/opp/of.c:1536:30: note: byref variable will be forcibly initialized 1536 | unsigned long power, freq = 0; | ^~~~ /kisskb/src/drivers/opp/of.c: In function 'dev_pm_opp_of_register_em': /kisskb/src/drivers/opp/of.c:1568:13: note: byref variable will be forcibly initialized 1568 | u32 cap; | ^~~ /kisskb/src/drivers/opp/of.c: In function '_opp_add_static_v2': /kisskb/src/drivers/opp/of.c:925:13: note: byref variable will be forcibly initialized 925 | u32 val; | ^~~ /kisskb/src/drivers/opp/of.c: In function '_of_init_opp_table': /kisskb/src/drivers/opp/of.c:212:13: note: byref variable will be forcibly initialized 212 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/gpu/host1x/context.c:6: /kisskb/src/drivers/gpu/host1x/context.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/host1x/context.c: In function 'host1x_memory_context_list_init': /kisskb/src/drivers/gpu/host1x/context.c:21:22: note: byref variable will be forcibly initialized 21 | unsigned int i; | ^ /kisskb/src/drivers/usb/typec/bus.c: In function 'typec_altmode_set_mux': /kisskb/src/drivers/usb/typec/bus.c:18:32: note: byref variable will be forcibly initialized 18 | struct typec_mux_state state; | ^~~~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/imx/clk-cpu.c: In function 'imx_clk_hw_cpu': /kisskb/src/drivers/clk/imx/clk-cpu.c:79:30: note: byref variable will be forcibly initialized 79 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'i2c_mux_add_adapter': /kisskb/src/drivers/i2c/i2c-mux.c:357:21: note: byref variable will be forcibly initialized 357 | u32 reg; | ^~~ /kisskb/src/drivers/i2c/i2c-mux.c:288:14: 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:14: note: byref variable will be forcibly initialized 442 | char symlink_name[20]; | ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/of/device.c:4: /kisskb/src/drivers/of/device.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/device.c: In function 'of_dma_configure_id': /kisskb/src/drivers/of/device.c:118:38: note: byref variable will be forcibly initialized 118 | const struct bus_dma_region *map = 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:13, from /kisskb/src/include/linux/page-flags.h:13, from /kisskb/src/arch/arm64/include/asm/mte.h:15, from /kisskb/src/arch/arm64/include/asm/pgtable.h:12, from /kisskb/src/include/linux/pgtable.h:6, from /kisskb/src/arch/arm64/include/asm/io.h:12, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/mtd/map.h:16, from /kisskb/src/include/linux/mtd/qinfo.h:5, from /kisskb/src/include/linux/mtd/pfow.h:8, from /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:14: /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'wait_for_ready': /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:171:43: note: byref variable will be forcibly initialized 171 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:33: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'lpddr_writev': /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:652:28: note: byref variable will be forcibly initialized 652 | unsigned long ofs, vec_seek, i; | ^~~~~~~~ /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'lpddr_write_buffers': /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:636:21: note: byref variable will be forcibly initialized 636 | struct kvec vec; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/mtd/mtd.h:13, from /kisskb/src/include/linux/mtd/qinfo.h:9, from /kisskb/src/include/linux/mtd/pfow.h:8, from /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c:14: /kisskb/src/drivers/mtd/lpddr/lpddr_cmds.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/string.c: In function 'strscpy': /kisskb/src/lib/string.c:201:34: note: byref variable will be forcibly initialized 201 | unsigned long c, data; | ^~~~ /kisskb/src/lib/string.c:177:37: note: byref variable will be forcibly initialized 177 | const struct word_at_a_time constants = WORD_AT_A_TIME_CONSTANTS; | ^~~~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_phandle_iterator_init': /kisskb/src/drivers/of/base.c:1294:13: note: byref variable will be forcibly initialized 1294 | int size; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_bus_n_addr_cells': /kisskb/src/drivers/of/base.c:91:13: note: byref variable will be forcibly initialized 91 | u32 cells; | ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_bus_n_size_cells': /kisskb/src/drivers/of/base.c:112:13: note: byref variable will be forcibly initialized 112 | u32 cells; | ^~~~~ /kisskb/src/drivers/of/base.c: In function '__of_device_is_available': /kisskb/src/drivers/of/base.c:614:13: note: byref variable will be forcibly initialized 614 | int statlen; | ^~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_get_cpu_hwid': /kisskb/src/drivers/of/base.c:300:17: note: byref variable will be forcibly initialized 300 | int ac, len; | ^~~ /kisskb/src/drivers/of/base.c: In function '__of_find_n_match_cpu_property': /kisskb/src/drivers/of/base.c:339:17: note: byref variable will be forcibly initialized 339 | int ac, prop_len, tid; | ^~~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_modalias_node': /kisskb/src/drivers/of/base.c:1225:13: note: byref variable will be forcibly initialized 1225 | int cplen; | ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_phandle_iterator_next': /kisskb/src/drivers/of/base.c:1322:18: note: byref variable will be forcibly initialized 1322 | uint32_t count = 0; | ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_count_phandle_with_args': /kisskb/src/drivers/of/base.c:1691:21: note: byref variable will be forcibly initialized 1691 | int size; | ^~~~ /kisskb/src/drivers/of/base.c:1680:36: note: byref variable will be forcibly initialized 1680 | struct of_phandle_iterator it; | ^~ /kisskb/src/drivers/of/base.c: In function '__of_parse_phandle_with_args': /kisskb/src/drivers/of/base.c:1428:36: note: byref variable will be forcibly initialized 1428 | struct of_phandle_iterator it; | ^~ In file included from /kisskb/src/drivers/of/base.c:23: /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_get_cpu_state_node': /kisskb/src/drivers/of/base.c:458:32: note: byref variable will be forcibly initialized 458 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle_with_args_map': /kisskb/src/drivers/of/base.c:1534:24: note: byref variable will be forcibly initialized 1534 | u32 list_size, new_size; | ^~~~~~~~ /kisskb/src/drivers/of/base.c:1534:13: note: byref variable will be forcibly initialized 1534 | u32 list_size, new_size; | ^~~~~~~~~ /kisskb/src/drivers/of/base.c:1533:21: note: byref variable will be forcibly initialized 1533 | int i, ret, map_len, match; | ^~~~~~~ /kisskb/src/drivers/of/base.c:1531:16: note: byref variable will be forcibly initialized 1531 | __be32 initial_match_array[MAX_PHANDLE_ARGS]; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_update_property': /kisskb/src/drivers/of/base.c:1857:26: note: byref variable will be forcibly initialized 1857 | struct property *oldprop; | ^~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_alias_scan': /kisskb/src/drivers/of/base.c:1934:21: note: byref variable will be forcibly initialized 1934 | int id, len; | ^~ /kisskb/src/drivers/of/base.c:1913:29: note: byref variable will be forcibly initialized 1913 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_find_last_cache_level': /kisskb/src/drivers/of/base.c:2087:13: note: byref variable will be forcibly initialized 2087 | u32 cache_level = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_map_id': /kisskb/src/drivers/of/base.c:2125:13: note: byref variable will be forcibly initialized 2125 | int map_len; | ^~~~~~~ /kisskb/src/drivers/of/base.c:2124:13: note: byref variable will be forcibly initialized 2124 | u32 map_mask, masked_id; | ^~~~~~~~ In file included from /kisskb/src/drivers/leds/led-class.c:22: /kisskb/src/drivers/leds/led-class.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/leds/led-class.c: In function 'brightness_store': /kisskb/src/drivers/leds/led-class.c:42:23: note: byref variable will be forcibly initialized 42 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/led-class.c: In function 'led_classdev_register_ext': /kisskb/src/drivers/leds/led-class.c:340:14: note: byref variable will be forcibly initialized 340 | char final_name[LED_MAX_NAME_SIZE]; | ^~~~~~~~~~ /kisskb/src/drivers/leds/led-class.c:339:14: note: byref variable will be forcibly initialized 339 | char composed_name[LED_MAX_NAME_SIZE]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq_governor.c: In function 'sampling_rate_store': /kisskb/src/drivers/cpufreq/cpufreq_governor.c:49:22: note: byref variable will be forcibly initialized 49 | unsigned int sampling_interval; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq_governor.c: In function 'dbs_update': /kisskb/src/drivers/cpufreq/cpufreq_governor.c:139:21: note: byref variable will be forcibly initialized 139 | u64 update_time, cur_idle_time; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'do_feature_check_call': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:198:13: note: byref variable will be forcibly initialized 198 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'feature_config_id_store': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1595:13: note: byref variable will be forcibly initialized 1595 | u32 config_id; | ^~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'get_set_conduit_method': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:443:21: note: byref variable will be forcibly initialized 443 | const char *method; | ^~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'do_fw_call_smc': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:134:30: note: byref variable will be forcibly initialized 134 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'do_fw_call_hvc': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:164:30: note: byref variable will be forcibly initialized 164 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_fpga_get_status': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:931:13: note: byref variable will be forcibly initialized 931 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_pinctrl_get_config': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1026:13: note: byref variable will be forcibly initialized 1026 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_bootmode_read': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1070:13: note: byref variable will be forcibly initialized 1070 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_get_trustzone_version': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:415:13: note: byref variable will be forcibly initialized 415 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_get_api_version': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:365:13: note: byref variable will be forcibly initialized 365 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_get_chipid': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:393:13: note: byref variable will be forcibly initialized 393 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_clock_getstate': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:528:13: note: byref variable will be forcibly initialized 528 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_clock_getdivider': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:568:13: note: byref variable will be forcibly initialized 568 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_clock_getrate': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:609:13: note: byref variable will be forcibly initialized 609 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_clock_getparent': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:648:13: note: byref variable will be forcibly initialized 648 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'ggs_store': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1453:14: note: byref variable will be forcibly initialized 1453 | long value; | ^~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'ggs_show': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1439:13: note: byref variable will be forcibly initialized 1439 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'pggs_store': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1521:14: note: byref variable will be forcibly initialized 1521 | long value; | ^~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'pggs_show': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1507:13: note: byref variable will be forcibly initialized 1507 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'health_status_store': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1415:22: note: byref variable will be forcibly initialized 1415 | unsigned int value; | ^~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_reset_get_status': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:886:13: note: byref variable will be forcibly initialized 886 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_pinctrl_get_function': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:983:13: note: byref variable will be forcibly initialized 983 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'zynqmp_pm_aes_engine': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1210:13: note: byref variable will be forcibly initialized 1210 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'feature_config_value_store': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1633:13: note: byref variable will be forcibly initialized 1633 | u32 value; | ^~~~~ /kisskb/src/drivers/firmware/xilinx/zynqmp.c: In function 'feature_config_value_show': /kisskb/src/drivers/firmware/xilinx/zynqmp.c:1618:13: note: byref variable will be forcibly initialized 1618 | u32 ret_payload[PAYLOAD_ARG_CNT]; | ^~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/leds/led-triggers.c:11: /kisskb/src/drivers/leds/led-triggers.c: In function 'list_empty_careful': /kisskb/src/arch/arm64/include/asm/barrier.h:157:66: note: byref variable will be forcibly initialized 157 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:176:29: note: in expansion of macro '__smp_load_acquire' 176 | #define smp_load_acquire(p) __smp_load_acquire(p) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:328:34: note: in expansion of macro 'smp_load_acquire' 328 | struct list_head *next = smp_load_acquire(&head->next); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/led-triggers.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/led-triggers.c: In function 'led_trigger_snprintf': /kisskb/src/drivers/leds/led-triggers.c:81:17: 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:15: note: byref variable will be forcibly initialized 161 | char *envp[2]; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_prime_sg_to_page_array': /kisskb/src/drivers/gpu/drm/drm_prime.c:1006:29: note: byref variable will be forcibly initialized 1006 | struct sg_page_iter page_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_gem_prime_export': /kisskb/src/drivers/gpu/drm/drm_prime.c:885:36: note: byref variable will be forcibly initialized 885 | struct dma_buf_export_info exp_info = { | ^~~~~~~~ /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:1032:33: note: byref variable will be forcibly initialized 1032 | struct sg_dma_page_iter dma_iter; | ^~~~~~~~ In file included from /kisskb/src/include/linux/random.h:109, from /kisskb/src/arch/arm64/include/asm/pointer_auth.h:7, from /kisskb/src/arch/arm64/include/asm/processor.h:43, from /kisskb/src/include/linux/rcupdate.h:30, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/firmware/smccc/smccc.c:12: /kisskb/src/drivers/firmware/smccc/smccc.c: In function 'smccc_probe_trng': /kisskb/src/arch/arm64/include/asm/archrandom.h:16:30: note: byref variable will be forcibly initialized 16 | struct arm_smccc_res res; | ^~~ /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'tegra210_enable_pllu': /kisskb/src/drivers/clk/tegra/clk-tegra210.c:2895:30: note: byref variable will be forcibly initialized 2895 | struct tegra_clk_pll pllu; | ^~~~ /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'tegra210_pll_fixed_mdiv_cfg': /kisskb/src/drivers/clk/tegra/clk-tegra210.c:1486:13: note: byref variable will be forcibly initialized 1486 | u32 pdiv; | ^~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/tegra/clk-tegra210.c:9: /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra210.c: In function 'tegra210_pllx_set_defaults': /kisskb/src/drivers/clk/tegra/clk-tegra210.c:1177:21: note: byref variable will be forcibly initialized 1177 | u32 step_a, step_b; | ^~~~~~ /kisskb/src/drivers/clk/tegra/clk-tegra210.c:1177:13: note: byref variable will be forcibly initialized 1177 | u32 step_a, step_b; | ^~~~~~ /kisskb/src/drivers/clocksource/arm_arch_timer.c: In function 'arch_timer_mem_of_init': /kisskb/src/drivers/clocksource/arm_arch_timer.c:1551:21: note: byref variable will be forcibly initialized 1551 | u32 n; | ^ /kisskb/src/drivers/clocksource/arm_arch_timer.c:1537:25: note: byref variable will be forcibly initialized 1537 | struct resource res; | ^~~ /kisskb/src/drivers/clocksource/arm_arch_timer.c: In function 'kvm_arch_ptp_get_crosststamp': /kisskb/src/drivers/clocksource/arm_arch_timer.c:1751:30: note: byref variable will be forcibly initialized 1751 | struct arm_smccc_res hvc_res; | ^~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'cros_ec_wait_until_complete': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:142:20: note: byref variable will be forcibly initialized 142 | } __packed buf; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, 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 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_do_probe_ddc_edid': /kisskb/src/drivers/gpu/drm/drm_edid.c:2114:32: note: byref variable will be forcibly initialized 2114 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:2102:23: note: byref variable will be forcibly initialized 2102 | unsigned char segment = block >> 1; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:2101:23: note: byref variable will be forcibly initialized 2101 | unsigned char start = block * EDID_LENGTH; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_hdmi_mandatory_stereo_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:4482:26: note: byref variable will be forcibly initialized 4482 | struct list_head stereo_modes; | ^~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'cros_ec_query_all': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:499:13: note: byref variable will be forcibly initialized 499 | u32 ver_mask; | ^~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'get_keyboard_state_event': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:734:12: note: byref variable will be forcibly initialized 734 | u8 buffer[sizeof(struct cros_ec_command) + | ^~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'cros_ec_get_sensor_count': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:911:12: note: byref variable will be forcibly initialized 911 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_match_cea_mode': /kisskb/src/drivers/gpu/drm/drm_edid.c:4103:41: note: byref variable will be forcibly initialized 4103 | struct drm_display_mode cea_mode; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_match_cea_mode_clock_tolerance': /kisskb/src/drivers/gpu/drm/drm_edid.c:4062:41: note: byref variable will be forcibly initialized 4062 | struct drm_display_mode cea_mode; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_for_each_detailed_block': /kisskb/src/drivers/gpu/drm/drm_edid.c:2949:30: note: byref variable will be forcibly initialized 2949 | struct drm_edid_iter edid_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'get_monitor_name': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c: In function 'get_next_event': /kisskb/src/drivers/platform/chrome/cros_ec_proto.c:713:20: note: byref variable will be forcibly initialized 713 | } __packed buf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:5247:21: note: byref variable will be forcibly initialized 5247 | const char *edid_name = NULL; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_hbreak': /kisskb/src/drivers/gpu/drm/drm_edid.c:3023:39: note: byref variable will be forcibly initialized 3023 | const struct detailed_timing *descriptor = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_m': /kisskb/src/drivers/gpu/drm/drm_edid.c:3047:39: note: byref variable will be forcibly initialized 3047 | const struct detailed_timing *descriptor = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_2c': /kisskb/src/drivers/gpu/drm/drm_edid.c:3035:39: note: byref variable will be forcibly initialized 3035 | const struct detailed_timing *descriptor = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_k': /kisskb/src/drivers/gpu/drm/drm_edid.c:3059:39: note: byref variable will be forcibly initialized 3059 | const struct detailed_timing *descriptor = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_2j': /kisskb/src/drivers/gpu/drm/drm_edid.c:3071:39: note: byref variable will be forcibly initialized 3071 | const struct detailed_timing *descriptor = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function '_drm_edid_to_sad': /kisskb/src/drivers/gpu/drm/drm_edid.c:5391:28: note: byref variable will be forcibly initialized 5391 | struct cea_db_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function '_drm_edid_to_speaker_allocation': /kisskb/src/drivers/gpu/drm/drm_edid.c:5444:28: note: byref variable will be forcibly initialized 5444 | struct cea_db_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function '_drm_detect_hdmi_monitor': /kisskb/src/drivers/gpu/drm/drm_edid.c:5531:28: note: byref variable will be forcibly initialized 5531 | struct cea_db_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_detect_hdmi_monitor': /kisskb/src/drivers/gpu/drm/drm_edid.c:5563:25: note: byref variable will be forcibly initialized 5563 | struct drm_edid drm_edid; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function '_drm_detect_monitor_audio': /kisskb/src/drivers/gpu/drm/drm_edid.c:5573:28: note: byref variable will be forcibly initialized 5573 | struct cea_db_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:5571:30: note: byref variable will be forcibly initialized 5571 | struct drm_edid_iter edid_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_detect_monitor_audio': /kisskb/src/drivers/gpu/drm/drm_edid.c:5625:25: note: byref variable will be forcibly initialized 5625 | struct drm_edid drm_edid; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_update_mso': /kisskb/src/drivers/gpu/drm/drm_edid.c:6081:31: note: byref variable will be forcibly initialized 6081 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_cvt_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:3761:18: note: byref variable will be forcibly initialized 3761 | const u8 empty[3] = { 0, 0, 0 }; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_displayid_detailed_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:6286:31: note: byref variable will be forcibly initialized 6286 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_cea_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:5087:28: note: byref variable will be forcibly initialized 5087 | struct cea_db_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_parse_cea_ext': /kisskb/src/drivers/gpu/drm/drm_edid.c:5927:28: note: byref variable will be forcibly initialized 5927 | struct cea_db_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:5925:30: note: byref variable will be forcibly initialized 5925 | struct drm_edid_iter edid_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_eld': /kisskb/src/drivers/gpu/drm/drm_edid.c:5318:28: note: byref variable will be forcibly initialized 5318 | struct cea_db_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_monitor_supports_rb': /kisskb/src/drivers/gpu/drm/drm_edid.c:2996:22: note: byref variable will be forcibly initialized 2996 | bool ret = false; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function '_drm_update_tile_info': /kisskb/src/drivers/gpu/drm/drm_edid.c:6937:31: note: byref variable will be forcibly initialized 6937 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'edid_block_dump': /kisskb/src/drivers/gpu/drm/drm_edid.c:1945:14: note: byref variable will be forcibly initialized 1945 | char prefix[20]; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_lp_exec_read_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1191:31: note: byref variable will be forcibly initialized 1191 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1182:12: note: byref variable will be forcibly initialized 1182 | u8 addrs[5]; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_sp_exec_read_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1148:31: note: byref variable will be forcibly initialized 1148 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1140:12: note: byref variable will be forcibly initialized 1140 | u8 addrs[4]; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_connector_update_edid_property': /kisskb/src/drivers/gpu/drm/drm_edid.c:6507:25: note: byref variable will be forcibly initialized 6507 | struct drm_edid drm_edid; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_probe_ddc': /kisskb/src/drivers/gpu/drm/drm_edid.c:2529:23: note: byref variable will be forcibly initialized 2529 | unsigned char out; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function '_drm_do_get_edid': /kisskb/src/drivers/gpu/drm/drm_edid.c:2293:16: note: byref variable will be forcibly initialized 2293 | size_t alloc_size = EDID_LENGTH; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_change_read_column_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1343:39: note: byref variable will be forcibly initialized 1343 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1336:38: note: byref variable will be forcibly initialized 1336 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1335:20: note: byref variable will be forcibly initialized 1335 | u8 addrs[2] = {}; | ^~~~~ /kisskb/src/drivers/mailbox/mailbox.c: In function 'mbox_request_channel': /kisskb/src/drivers/mailbox/mailbox.c:341:32: note: byref variable will be forcibly initialized 341 | struct of_phandle_args spec; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_read_custom': /kisskb/src/drivers/gpu/drm/drm_edid.c:2591:16: note: byref variable will be forcibly initialized 2591 | size_t size = 0; | ^~~~ In file included from /kisskb/src/include/linux/mailbox_client.h:10, from /kisskb/src/drivers/firmware/tegra/bpmp.c:8: /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_exec_prog_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1426:31: note: byref variable will be forcibly initialized 1426 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1411:12: note: byref variable will be forcibly initialized 1411 | u8 addrs[5] = {}; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_change_write_column_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1650:39: note: byref variable will be forcibly initialized 1650 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1645:38: note: byref variable will be forcibly initialized 1645 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1644:20: note: byref variable will be forcibly initialized 1644 | u8 addrs[2]; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_has_cta_extension': /kisskb/src/drivers/gpu/drm/drm_edid.c:3945:13: note: byref variable will be forcibly initialized 3945 | int ext_index = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:3944:31: note: byref variable will be forcibly initialized 3944 | struct displayid_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/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:4232:19: note: byref variable will be forcibly initialized 4232 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_add_edid_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:6529:25: note: byref variable will be forcibly initialized 6529 | struct drm_edid drm_edid; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_write_data_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2145:39: note: byref variable will be forcibly initialized 2145 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_get_monitor_name': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2142:38: note: byref variable will be forcibly initialized 2142 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:5280:33: note: byref variable will be forcibly initialized 5280 | struct drm_edid drm_edid = { | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:5279:22: note: byref variable will be forcibly initialized 5279 | char buf[13]; | ^~~ In file included from /kisskb/src/include/linux/mailbox_client.h:11, from /kisskb/src/drivers/firmware/tegra/bpmp.c:8: /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_sad': /kisskb/src/drivers/gpu/drm/drm_edid.c:5434:25: note: byref variable will be forcibly initialized 5434 | struct drm_edid drm_edid; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_speaker_allocation': /kisskb/src/drivers/gpu/drm/drm_edid.c:5480:25: note: byref variable will be forcibly initialized 5480 | struct drm_edid drm_edid; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_get_features_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1958:39: note: byref variable will be forcibly initialized 1958 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1949:38: note: byref variable will be forcibly initialized 1949 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1943:28: note: byref variable will be forcibly initialized 1943 | u8 *params = data, ddrbuf[ONFI_SUBFEATURE_PARAM_LEN * 2]; | ^~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_ping': /kisskb/src/drivers/firmware/tegra/bpmp.c:547:35: note: byref variable will be forcibly initialized 547 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_set_features_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1909:39: note: byref variable will be forcibly initialized 1909 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1899:38: note: byref variable will be forcibly initialized 1899 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:546:33: note: byref variable will be forcibly initialized 546 | struct mrq_ping_request request; | ^~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:545:34: note: byref variable will be forcibly initialized 545 | struct mrq_ping_response response; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_get_firmware_tag_old': /kisskb/src/drivers/firmware/tegra/bpmp.c:586:20: note: byref variable will be forcibly initialized 586 | dma_addr_t phys; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:584:35: note: byref variable will be forcibly initialized 584 | struct tegra_bpmp_message msg; | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:583:38: note: byref variable will be forcibly initialized 583 | struct mrq_query_tag_request request; | ^~~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/xarray.c:9: /kisskb/src/lib/xarray.c: In function 'xas_expand': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:618:17: note: in expansion of macro 'rcu_assign_pointer' 618 | rcu_assign_pointer(xa->xa_head, head); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:615:25: note: in expansion of macro 'rcu_assign_pointer' 615 | rcu_assign_pointer(xa_to_node(head)->parent, node); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_handle_mrq': /kisskb/src/drivers/firmware/tegra/bpmp.c:442:13: note: byref variable will be forcibly initialized 442 | u32 zero = 0; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_mrq_handle_ping': /kisskb/src/drivers/firmware/tegra/bpmp.c:533:34: note: byref variable will be forcibly initialized 533 | struct mrq_ping_response response; | ^~~~~~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_mrq_is_supported': /kisskb/src/drivers/firmware/tegra/bpmp.c:507:35: note: byref variable will be forcibly initialized 507 | struct tegra_bpmp_message msg = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:506:39: note: byref variable will be forcibly initialized 506 | struct mrq_query_abi_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:505:38: note: byref variable will be forcibly initialized 505 | struct mrq_query_abi_request req = { .mrq = cpu_to_le32(mrq) }; | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_get_firmware_tag': /kisskb/src/drivers/firmware/tegra/bpmp.c:623:43: note: byref variable will be forcibly initialized 623 | struct tegra_bpmp_message msg = { | ^~~ /kisskb/src/drivers/firmware/tegra/bpmp.c:622:50: note: byref variable will be forcibly initialized 622 | struct mrq_query_fw_tag_response resp; | ^~~~ /kisskb/src/drivers/firmware/tegra/bpmp.c: In function 'tegra_bpmp_probe': /kisskb/src/drivers/firmware/tegra/bpmp.c:691:14: note: byref variable will be forcibly initialized 691 | char tag[TAG_SZ]; | ^~~ /kisskb/src/drivers/power/supply/bq27xxx_battery.c: In function 'bq27xxx_battery_settings': /kisskb/src/drivers/power/supply/bq27xxx_battery.c:1477:43: note: byref variable will be forcibly initialized 1477 | struct power_supply_battery_info *info; | ^~~~ /kisskb/src/lib/xarray.c: In function 'xas_create': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:684:25: note: in expansion of macro 'rcu_assign_pointer' 684 | rcu_assign_pointer(*slot, xa_mk_node(node)); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_read_data_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2064:39: note: byref variable will be forcibly initialized 2064 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2061:38: note: byref variable will be forcibly initialized 2061 | struct nand_op_instr instrs[] = { | ^~~~~~ In file included from /kisskb/src/lib/xarray.c:13: /kisskb/src/lib/xarray.c: In function 'xa_load': /kisskb/src/lib/xarray.c:1458:18: note: byref variable will be forcibly initialized 1458 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/lib/xarray.c:9: /kisskb/src/lib/xarray.c: In function 'xas_store': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/xarray.c:821:17: note: in expansion of macro 'rcu_assign_pointer' 821 | rcu_assign_pointer(*slot, entry); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/xarray.c:13: /kisskb/src/lib/xarray.c: In function '__xa_erase': /kisskb/src/lib/xarray.c:1496:18: note: byref variable will be forcibly initialized 1496 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_cmpxchg': /kisskb/src/lib/xarray.c:1608:18: note: byref variable will be forcibly initialized 1608 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_insert': /kisskb/src/lib/xarray.c:1645:18: note: byref variable will be forcibly initialized 1645 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_destroy': /kisskb/src/lib/xarray.c:2209:18: note: byref variable will be forcibly initialized 2209 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/mtd/nand/raw/nand_base.c:28: /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/xarray.c: In function '__xa_alloc': /kisskb/src/lib/xarray.c:1815:18: note: byref variable will be forcibly initialized 1815 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_find': /kisskb/src/lib/xarray.c:2016:18: note: byref variable will be forcibly initialized 2016 | XA_STATE(xas, xa, *indexp); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | 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:2066:18: note: byref variable will be forcibly initialized 2066 | XA_STATE(xas, xa, *indexp + 1); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_store': /kisskb/src/lib/xarray.c:1542:18: note: byref variable will be forcibly initialized 1542 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_set_mark': /kisskb/src/lib/xarray.c:1902:18: note: byref variable will be forcibly initialized 1902 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | 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:1920:18: note: byref variable will be forcibly initialized 1920 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | 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:1942:18: note: byref variable will be forcibly initialized 1942 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mtd/nand/raw/nand_base.c:28: /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_get_device': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:352:17: note: in expansion of macro 'wait_event' 352 | wait_event(chip->resume_wq, !chip->suspended); | ^~~~~~~~~~ /kisskb/src/lib/xarray.c: In function 'xa_extract': /kisskb/src/lib/xarray.c:2163:18: note: byref variable will be forcibly initialized 2163 | XA_STATE(xas, xa, start); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ In file included from /kisskb/src/include/linux/mtd/mtd.h:13, from /kisskb/src/drivers/mtd/nand/raw/nand_base.c:36: /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'of_get_nand_bus_width': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5276:13: note: byref variable will be forcibly initialized 5276 | u32 val; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'of_get_rawnand_ecc_engine_type_legacy': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5197:21: note: byref variable will be forcibly initialized 5197 | const char *pm; | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'of_get_rawnand_ecc_algo_legacy': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5244:21: note: byref variable will be forcibly initialized 5244 | const char *pm; | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'of_get_rawnand_ecc_placement_legacy': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5230:21: note: byref variable will be forcibly initialized 5230 | const char *pm; | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_wait_rdy_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1991:39: note: byref variable will be forcibly initialized 1991 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1987:38: note: byref variable will be forcibly initialized 1987 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_read_subpage': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:3004:31: note: byref variable will be forcibly initialized 3004 | struct mtd_oob_region oobregion = { }; | ^~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:3002:20: note: byref variable will be forcibly initialized 3002 | int index, section = 0; | ^~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'number': /kisskb/src/lib/vsprintf.c:458:14: note: byref variable will be forcibly initialized 458 | char tmp[3 * sizeof(num)] __aligned(2); | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_op_parser_match_pat': /kisskb/src/drivers/clk/imx/clk-gate2.c: In function 'clk_hw_register_gate2': /kisskb/src/drivers/clk/imx/clk-gate2.c:144:30: note: byref variable will be forcibly initialized 144 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2252:22: note: byref variable will be forcibly initialized 2252 | unsigned int instr_offset = ctx->subop.first_instr_start_off; | ^~~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_op_parser_exec_op': /kisskb/src/lib/vsprintf.c: In function 'ip4_string': /kisskb/src/lib/vsprintf.c:1336:22: note: byref variable will be forcibly initialized 1336 | char temp[4] __aligned(2); /* hold each IP quad in reverse order */ | ^~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2405:51: note: byref variable will be forcibly initialized 2405 | struct nand_op_parser_ctx test_ctx = ctx; | ^~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2401:43: note: byref variable will be forcibly initialized 2401 | struct nand_op_parser_ctx best_ctx; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'simple_strntoull': /kisskb/src/lib/vsprintf.c:64:28: note: byref variable will be forcibly initialized 64 | unsigned long long result = 0ULL; | ^~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_compressed_string': /kisskb/src/lib/vsprintf.c:1367:25: note: byref variable will be forcibly initialized 1367 | struct in6_addr in6; | ^~~ /kisskb/src/lib/vsprintf.c:1360:23: note: byref variable will be forcibly initialized 1360 | unsigned char zerolength[8]; | ^~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'panic_nand_wait': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:761:28: note: byref variable will be forcibly initialized 761 | u8 status; | ^~~~~~ /kisskb/src/lib/vsprintf.c: In function 'fourcc_string': /kisskb/src/lib/vsprintf.c:1757:14: note: byref variable will be forcibly initialized 1757 | char output[sizeof("0123 little-endian (0x01234567)")]; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_read_param_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1287:39: note: byref variable will be forcibly initialized 1287 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1279:38: note: byref variable will be forcibly initialized 1279 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/lib/vsprintf.c: In function 'resource_string': /kisskb/src/lib/vsprintf.c:1080:14: note: byref variable will be forcibly initialized 1080 | char sym[max(2*RSRC_BUF_SIZE + DECODED_BUF_SIZE, | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_readid_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1705:39: note: byref variable will be forcibly initialized 1705 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1699:38: note: byref variable will be forcibly initialized 1699 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/lib/vsprintf.c: In function 'mac_address_string': /kisskb/src/lib/vsprintf.c:1269:14: note: byref variable will be forcibly initialized 1269 | char mac_addr[sizeof("xx:xx:xx:xx:xx:xx")]; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_addr_string': /kisskb/src/lib/vsprintf.c:1459:14: note: byref variable will be forcibly initialized 1459 | char ip6_addr[sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255")]; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_addr_string': /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_status_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1764:39: note: byref variable will be forcibly initialized 1764 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1759:38: note: byref variable will be forcibly initialized 1759 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1758:20: note: byref variable will be forcibly initialized 1758 | u8 ddrstatus[2]; | ^~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_check_wp': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:365:12: note: byref variable will be forcibly initialized 365 | u8 status; | ^~~~~~ /kisskb/src/lib/vsprintf.c:1473:14: note: byref variable will be forcibly initialized 1473 | char ip4_addr[sizeof("255.255.255.255")]; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_addr_string_sa': /kisskb/src/lib/vsprintf.c:1550:14: note: byref variable will be forcibly initialized 1550 | char fmt4[3] = { fmt[0], '4', 0 }; | ^~~~ /kisskb/src/lib/vsprintf.c:1547:18: note: byref variable will be forcibly initialized 1547 | 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:1490:14: note: byref variable will be forcibly initialized 1490 | char fmt6[2] = { fmt[0], '6' }; | ^~~~ /kisskb/src/lib/vsprintf.c:1485:14: note: byref variable will be forcibly initialized 1485 | char ip6_addr[sizeof("[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255]") + | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'uuid_string': /kisskb/src/lib/vsprintf.c:1690:14: note: byref variable will be forcibly initialized 1690 | char uuid[UUID_STRING_LEN + 1]; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'symbol_string': /kisskb/src/lib/vsprintf.c:984:14: note: byref variable will be forcibly initialized 984 | char sym[KSYM_SYMBOL_LEN]; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'panic_nand_write': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:4388:28: note: byref variable will be forcibly initialized 4388 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_prog_page_end_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1531:39: note: byref variable will be forcibly initialized 1531 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1525:38: note: byref variable will be forcibly initialized 1525 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1520:12: note: byref variable will be forcibly initialized 1520 | u8 status; | ^~~~~~ /kisskb/src/lib/vsprintf.c: In function 'time64_str': /kisskb/src/lib/vsprintf.c:1906:19: note: byref variable will be forcibly initialized 1906 | struct tm tm; | ^~ /kisskb/src/lib/vsprintf.c:1905:25: note: byref variable will be forcibly initialized 1905 | struct rtc_time rtc_time; | ^~~~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_alarm_read': /kisskb/src/drivers/hwmon/adt7x10.c:226:22: note: byref variable will be forcibly initialized 226 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_irq_handler': /kisskb/src/drivers/hwmon/adt7x10.c:82:22: note: byref variable will be forcibly initialized 82 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_hyst_read': /kisskb/src/drivers/hwmon/adt7x10.c:173:19: note: byref variable will be forcibly initialized 173 | int hyst, temp, ret; | ^~~~ /kisskb/src/drivers/hwmon/adt7x10.c:173:13: note: byref variable will be forcibly initialized 173 | int hyst, temp, ret; | ^~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_hyst_write': /kisskb/src/drivers/hwmon/adt7x10.c:203:22: note: byref variable will be forcibly initialized 203 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_temp_ready': /kisskb/src/drivers/hwmon/adt7x10.c:101:22: note: byref variable will be forcibly initialized 101 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_write_oob_syndrome': /kisskb/src/lib/vsprintf.c: In function 'device_node_string': /kisskb/src/lib/vsprintf.c:2109:21: note: byref variable will be forcibly initialized 2109 | const char *p; | ^ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:3686:42: note: byref variable will be forcibly initialized 3686 | uint32_t fill = 0xFFFFFFFF; | ^~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_probe': /kisskb/src/drivers/hwmon/adt7x10.c:342:22: note: byref variable will be forcibly initialized 342 | unsigned int config; | ^~~~~~ /kisskb/src/lib/vsprintf.c:2108:14: note: byref variable will be forcibly initialized 2108 | char tbuf[sizeof("xxxx") + 1]; | ^~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_temp_read': /kisskb/src/drivers/hwmon/adt7x10.c:137:22: note: byref variable will be forcibly initialized 137 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_prog_page_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1574:12: note: byref variable will be forcibly initialized 1574 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_exit_status_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1808:39: note: byref variable will be forcibly initialized 1808 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1805:38: note: byref variable will be forcibly initialized 1805 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ptr_to_id': /kisskb/src/lib/vsprintf.c:808:23: note: byref variable will be forcibly initialized 808 | unsigned long hashval; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_soft_waitrdy': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:656:12: note: byref variable will be forcibly initialized 656 | u8 status = 0; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_erase_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1848:39: note: byref variable will be forcibly initialized 1848 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1840:38: note: byref variable will be forcibly initialized 1840 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1839:20: note: byref variable will be forcibly initialized 1839 | u8 addrs[3] = { page, page >> 8, page >> 16 }; | ^~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:1834:12: note: byref variable will be forcibly initialized 1834 | u8 status; | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_reset_op': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2026:39: note: byref variable will be forcibly initialized 2026 | struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs); | ^~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:2020:38: note: byref variable will be forcibly initialized 2020 | struct nand_op_instr instrs[] = { | ^~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_setup_interface': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:840:12: note: byref variable will be forcibly initialized 840 | u8 tmode_param[ONFI_SUBFEATURE_PARAM_LEN] = { }, request; | ^~~~~~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_default_block_markbad': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:505:17: note: byref variable will be forcibly initialized 505 | uint8_t buf[2] = { 0, 0 }; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c:504:28: note: byref variable will be forcibly initialized 504 | struct mtd_oob_ops ops; | ^~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_block_markbad_lowlevel': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:573:35: note: byref variable will be forcibly initialized 573 | struct erase_info einfo; | ^~~~~ /kisskb/src/lib/vsprintf.c: In function 'va_format': /kisskb/src/lib/vsprintf.c:1674:17: note: byref variable will be forcibly initialized 1674 | va_list va; | ^~ /kisskb/src/drivers/base/cpu.c: In function 'print_cpus_isolated': /kisskb/src/drivers/base/cpu.c:272:23: 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:23: note: byref variable will be forcibly initialized 242 | cpumask_var_t offline; | ^~~~~~~ /kisskb/src/drivers/mtd/nand/raw/nand_base.c: In function 'nand_scan_ident': /kisskb/src/drivers/mtd/nand/raw/nand_base.c:5474:20: note: byref variable will be forcibly initialized 5474 | u8 id[2]; | ^~ /kisskb/src/lib/vsprintf.c: In function 'snprintf': /kisskb/src/lib/vsprintf.c:2913:17: note: byref variable will be forcibly initialized 2913 | va_list args; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'sprintf': /kisskb/src/drivers/base/cpu.c: In function 'cpu_device_create': /kisskb/src/drivers/base/cpu.c:444:17: note: byref variable will be forcibly initialized 444 | va_list vargs; | ^~~~~ /kisskb/src/lib/vsprintf.c:2982:17: note: byref variable will be forcibly initialized 2982 | va_list args; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'num_to_str': /kisskb/src/lib/vsprintf.c:379:14: note: byref variable will be forcibly initialized 379 | char tmp[sizeof(num) * 3] __aligned(2); | ^~~ /kisskb/src/lib/vsprintf.c: In function 'scnprintf': /kisskb/src/lib/vsprintf.c:2937:17: note: byref variable will be forcibly initialized 2937 | va_list args; | ^~~~ /kisskb/src/drivers/edac/edac_module.c: In function 'edac_set_debug_level': /kisskb/src/drivers/edac/edac_module.c:25:23: note: byref variable will be forcibly initialized 25 | unsigned long val; | ^~~ /kisskb/src/lib/vsprintf.c: In function 'vbin_printf': /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3132:33: note: in expansion of macro 'save_arg' 3132 | save_arg(ptrdiff_t); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3129:33: note: in expansion of macro 'save_arg' 3129 | save_arg(size_t); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3126:33: note: in expansion of macro 'save_arg' 3126 | save_arg(unsigned long); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3122:33: note: in expansion of macro 'save_arg' 3122 | save_arg(long long); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3103:41: note: in expansion of macro 'save_arg' 3103 | save_arg(void *); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3030:36: note: byref variable will be forcibly initialized 3030 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3099:33: note: in expansion of macro 'save_arg' 3099 | save_arg(void *); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'bstr_printf': /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3324:39: note: in expansion of macro 'get_arg' 3324 | num = get_arg(ptrdiff_t); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3321:39: note: in expansion of macro 'get_arg' 3321 | num = get_arg(size_t); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3318:39: note: in expansion of macro 'get_arg' 3318 | num = get_arg(unsigned long); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3314:39: note: in expansion of macro 'get_arg' 3314 | num = get_arg(long long); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3190:22: note: byref variable will be forcibly initialized 3190 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3292:62: note: in expansion of macro 'get_arg' 3292 | str = pointer(fmt, str, end, get_arg(void *), spec); | ^~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/firmware/arm_scpi.c:21: /kisskb/src/drivers/firmware/arm_scpi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dev_domain_id': /kisskb/src/drivers/firmware/arm_scpi.c:656:32: note: byref variable will be forcibly initialized 656 | struct of_phandle_args clkspec; | ^~~~~~~ In file included from /kisskb/src/include/linux/mailbox_client.h:10, from /kisskb/src/drivers/firmware/arm_scpi.c:27: /kisskb/src/drivers/firmware/arm_scpi.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/of/platform.c:13: /kisskb/src/drivers/of/platform.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/of/platform.c: In function 'of_device_make_bus_id': /kisskb/src/drivers/of/platform.c:79:13: note: byref variable will be forcibly initialized 79 | u32 mask; | ^~~~ In file included from /kisskb/src/drivers/firmware/arm_scpi.c:21: /kisskb/src/drivers/firmware/arm_scpi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/of/platform.c: In function 'of_dev_lookup': /kisskb/src/drivers/of/platform.c:297:25: note: byref variable will be forcibly initialized 297 | struct resource res; | ^~~ /kisskb/src/drivers/of/platform.c: In function 'of_device_alloc': /kisskb/src/drivers/of/platform.c:118:31: note: byref variable will be forcibly initialized 118 | struct resource *res, temp_res; | ^~~~~~~~ /kisskb/src/drivers/of/platform.c: In function 'of_platform_notify': /kisskb/src/drivers/of/platform.c:724:14: note: byref variable will be forcibly initialized 724 | bool children_left; | ^~~~~~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'legacy_scpi_clk_set_val': /kisskb/src/drivers/firmware/arm_scpi.c:575:13: note: byref variable will be forcibly initialized 575 | int stat; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/include/drm/drm_modes.h:30, from /kisskb/src/include/drm/drm_crtc.h:32, 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dvfs_set_idx': /kisskb/src/drivers/firmware/arm_scpi.c:599:25: note: byref variable will be forcibly initialized 599 | struct dvfs_set dvfs = {domain, index}; | ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c:598:13: note: byref variable will be forcibly initialized 598 | int stat; | ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_device_get_power_state': /kisskb/src/drivers/firmware/arm_scpi.c:763:16: note: byref variable will be forcibly initialized 763 | __le16 id = cpu_to_le16(dev_id); | ^~ /kisskb/src/drivers/firmware/arm_scpi.c:762:12: note: byref variable will be forcibly initialized 762 | u8 pstate; | ^~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_sensor_get_capability': /kisskb/src/drivers/firmware/arm_scpi.c:712:16: note: byref variable will be forcibly initialized 712 | __le16 cap; | ^~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dvfs_get_idx': /kisskb/src/drivers/firmware/arm_scpi.c:588:12: note: byref variable will be forcibly initialized 588 | u8 dvfs_idx; | ^~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_device_set_power_state': /kisskb/src/drivers/firmware/arm_scpi.c:773:31: note: byref variable will be forcibly initialized 773 | struct dev_pstate_set dev_set = { | ^~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:772:13: note: byref variable will be forcibly initialized 772 | int stat; | ^~~~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u8_array': /kisskb/src/drivers/of/property.c:222:16: note: byref variable will be forcibly initialized 222 | size_t sz, count; | ^~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_clk_set_val': /kisskb/src/drivers/firmware/arm_scpi.c:563:13: note: byref variable will be forcibly initialized 563 | int stat; | ^~~~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u16_array': /kisskb/src/drivers/of/property.c:272:16: note: byref variable will be forcibly initialized 272 | size_t sz, count; | ^~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_clk_get_range': /kisskb/src/drivers/firmware/arm_scpi.c:536:16: note: byref variable will be forcibly initialized 536 | __le16 le_clk_id = cpu_to_le16(clk_id); | ^~~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:535:29: note: byref variable will be forcibly initialized 535 | struct clk_get_info clk; | ^~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_clk_get_val': /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u32_array': /kisskb/src/drivers/firmware/arm_scpi.c:551:16: note: byref variable will be forcibly initialized 551 | __le16 le_clk_id = cpu_to_le16(clk_id); | ^~~~~~~~~ /kisskb/src/drivers/of/property.c:319:16: note: byref variable will be forcibly initialized 319 | size_t sz, count; | ^~ /kisskb/src/drivers/firmware/arm_scpi.c:550:16: note: byref variable will be forcibly initialized 550 | __le32 rate; | ^~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_dvfs_get_info': /kisskb/src/drivers/firmware/arm_scpi.c:616:26: note: byref variable will be forcibly initialized 616 | struct dvfs_info buf; | ^~~ /kisskb/src/lib/vsprintf.c: In function 'bprintf': /kisskb/src/drivers/of/property.c: In function 'of_graph_get_port_by_id': /kisskb/src/drivers/of/property.c:619:21: note: byref variable will be forcibly initialized 619 | u32 port_id = 0; | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3377:17: note: byref variable will be forcibly initialized 3377 | va_list args; | ^~~~ In file included from /kisskb/src/drivers/of/property.c:24: /kisskb/src/drivers/of/property.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/property.c: In function 'parse_suffix_prop_cells': /kisskb/src/drivers/of/property.c:1252:32: note: byref variable will be forcibly initialized 1252 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_gpio_compat': /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_sensor_get_info': /kisskb/src/drivers/firmware/arm_scpi.c:726:34: note: byref variable will be forcibly initialized 726 | struct _scpi_sensor_info _info; | ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:725:16: note: byref variable will be forcibly initialized 725 | __le16 id = cpu_to_le16(sensor_id); | ^~ /kisskb/src/drivers/of/property.c:1350:32: note: byref variable will be forcibly initialized 1350 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_prop_cells': /kisskb/src/drivers/of/property.c:1198:32: note: byref variable will be forcibly initialized 1198 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_sensor_get_value': /kisskb/src/drivers/firmware/arm_scpi.c:742:16: note: byref variable will be forcibly initialized 742 | __le64 value; | ^~~~~ /kisskb/src/drivers/firmware/arm_scpi.c:741:16: note: byref variable will be forcibly initialized 741 | __le16 id = cpu_to_le16(sensor); | ^~ /kisskb/src/drivers/of/property.c: In function 'of_fwnode_get_reference_args': /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_init_versions': /kisskb/src/drivers/firmware/arm_scpi.c:809:33: note: byref variable will be forcibly initialized 809 | struct scp_capabilities caps; | ^~~~ /kisskb/src/drivers/of/property.c:984:32: note: byref variable will be forcibly initialized 984 | struct of_phandle_args of_args; | ^~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, 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:3534:40: note: byref variable will be forcibly initialized 3534 | DECLARE_BITMAP(set, 256) = {0}; | ^~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/lib/vsprintf.c:3399:15: note: byref variable will be forcibly initialized 3399 | char *next; | ^~~~ /kisskb/src/drivers/of/property.c: In function 'parse_interrupts': /kisskb/src/drivers/of/property.c:1372:32: note: byref variable will be forcibly initialized 1372 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/firmware/arm_scpi.c: In function 'scpi_probe': /kisskb/src/drivers/firmware/arm_scpi.c:913:25: note: byref variable will be forcibly initialized 913 | struct resource res; | ^~~ /kisskb/src/drivers/of/property.c: In function 'of_graph_get_endpoint_by_regs': /kisskb/src/drivers/of/property.c:714:28: note: byref variable will be forcibly initialized 714 | struct of_endpoint endpoint; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u64_array': /kisskb/src/drivers/of/property.c:397:16: note: byref variable will be forcibly initialized 397 | size_t sz, count; | ^~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:655:16: note: byref variable will be forcibly initialized 655 | size_t bytes; | ^~~~~ /kisskb/src/lib/vsprintf.c: In function 'sscanf': /kisskb/src/lib/vsprintf.c:3677:17: note: byref variable will be forcibly initialized 3677 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function '__drm_state_dump': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1704:40: note: byref variable will be forcibly initialized 1704 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modeset_lock.c: In function '__drm_stack_depot_print': /kisskb/src/drivers/gpu/drm/drm_modeset_lock.c:95:24: note: byref variable will be forcibly initialized 95 | unsigned long *entries; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modeset_lock.c:94:28: note: byref variable will be forcibly initialized 94 | struct drm_printer p = drm_debug_printer("drm_modeset_lock"); | ^ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_state_info': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1761:28: note: byref variable will be forcibly initialized 1761 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/drm_modeset_lock.c: In function '__drm_stack_depot_save': /kisskb/src/drivers/gpu/drm/drm_modeset_lock.c:84:23: note: byref variable will be forcibly initialized 84 | unsigned long entries[8]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_atomic_add_affected_connectors': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1223:40: note: byref variable will be forcibly initialized 1223 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function '__drm_atomic_helper_set_config': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1574:23: note: byref variable will be forcibly initialized 1574 | int hdisplay, vdisplay; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c:1574:13: note: byref variable will be forcibly initialized 1574 | int hdisplay, vdisplay; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_atomic_commit': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1430:28: note: byref variable will be forcibly initialized 1430 | struct drm_printer p = drm_info_printer(state->dev->dev); | ^ /kisskb/src/drivers/base/devres.c: In function 'alloc_dr': /kisskb/src/drivers/base/devres.c:110:16: note: byref variable will be forcibly initialized 110 | size_t tot_size; | ^~~~~~~~ /kisskb/src/drivers/base/devres.c: In function '__devres_alloc_node': /kisskb/src/drivers/base/devres.c:110:16: note: byref variable will be forcibly initialized In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/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:19: note: byref variable will be forcibly initialized 667 | LIST_HEAD(todo); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_remove_action': /kisskb/src/drivers/base/devres.c:756:30: note: byref variable will be forcibly initialized 756 | struct action_devres devres = { | ^~~~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_release_action': /kisskb/src/drivers/base/devres.c:778:30: note: byref variable will be forcibly initialized 778 | struct action_devres devres = { | ^~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/devres.c:9: /kisskb/src/drivers/base/devres.c: In function 'devres_release_all': /kisskb/src/drivers/base/devres.c:515:19: note: byref variable will be forcibly initialized 515 | LIST_HEAD(todo); | ^~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_kvasprintf': /kisskb/src/drivers/base/devres.c:998:17: 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:17: note: byref variable will be forcibly initialized 1027 | va_list ap; | ^~ /kisskb/src/drivers/clk/meson/clk-mpll.c: In function 'mpll_round_rate': /kisskb/src/drivers/clk/meson/clk-mpll.c:96:27: note: byref variable will be forcibly initialized 96 | unsigned int sdm, n2; | ^~ /kisskb/src/drivers/clk/meson/clk-mpll.c:96:22: note: byref variable will be forcibly initialized 96 | unsigned int sdm, n2; | ^~~ In file included from /kisskb/src/drivers/clk/meson/clk-mpll.h:13, from /kisskb/src/drivers/clk/meson/clk-mpll.c:19: /kisskb/src/drivers/clk/meson/clk-mpll.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:22: note: byref variable will be forcibly initialized 32 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/meson/clk-mpll.c: In function 'mpll_set_rate': /kisskb/src/drivers/clk/meson/clk-mpll.c:108:27: note: byref variable will be forcibly initialized 108 | unsigned int sdm, n2; | ^~ /kisskb/src/drivers/clk/meson/clk-mpll.c:108:22: note: byref variable will be forcibly initialized 108 | unsigned int sdm, n2; | ^~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'rh_string': /kisskb/src/drivers/usb/core/hcd.c:441:14: note: byref variable will be forcibly initialized 441 | char buf[100]; | ^~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_remove_hcd': /kisskb/src/drivers/usb/core/hcd.c:3041:28: note: byref variable will be forcibly initialized 3041 | struct usb_device *rhdev; | ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/core/hcd.c:13: /kisskb/src/drivers/usb/core/hcd.c: In function 'ehset_single_step_set_feature': /kisskb/src/drivers/usb/core/hcd.c:2204:36: note: byref variable will be forcibly initialized 2204 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_hcd_poll_rh_status': /kisskb/src/drivers/usb/core/hcd.c:758:25: note: byref variable will be forcibly initialized 758 | char buffer[6]; /* Any root hubs with > 31 ports? */ | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_bridge.c: In function 'select_bus_fmt_recursive': /kisskb/src/drivers/gpu/drm/drm_bridge.c:851:22: note: byref variable will be forcibly initialized 851 | 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:972:25: note: byref variable will be forcibly initialized 972 | unsigned int i, num_out_bus_fmts; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_giveback_urb_bh': /kisskb/src/drivers/usb/core/hcd.c:1691:26: note: byref variable will be forcibly initialized 1691 | struct list_head local_list; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'hcd_bus_suspend': /kisskb/src/drivers/usb/core/hcd.c:2303:33: note: byref variable will be forcibly initialized 2303 | char buffer[6]; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/extcon/extcon.c:17: /kisskb/src/drivers/extcon/extcon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/extcon/extcon.c:23: /kisskb/src/drivers/extcon/extcon.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/extcon/extcon.c: In function 'extcon_sync': /kisskb/src/drivers/extcon/extcon.c:424:15: note: byref variable will be forcibly initialized 424 | char *envp[3]; | ^~~~ /kisskb/src/drivers/extcon/extcon.c:422:14: note: byref variable will be forcibly initialized 422 | char state_buf[120]; | ^~~~~~~~~ /kisskb/src/drivers/extcon/extcon.c:421:14: note: byref variable will be forcibly initialized 421 | char name_buf[120]; | ^~~~~~~~ /kisskb/src/lib/parser.c: In function 'match_number': /kisskb/src/lib/parser.c:131:15: 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:13: note: byref variable will be forcibly initialized 168 | u64 val; | ^~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_get_time_ns': /kisskb/src/drivers/iio/industrialio-core.c:313:27: note: byref variable will be forcibly initialized 313 | struct timespec64 tp; | ^~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_read_channel_info': /kisskb/src/drivers/iio/industrialio-core.c:754:13: note: byref variable will be forcibly initialized 754 | int val_len = 2; | ^~~~~~~ /kisskb/src/drivers/iio/industrialio-core.c:752:13: note: byref variable will be forcibly initialized 752 | 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:843:13: note: byref variable will be forcibly initialized 843 | int type; | ^~~~ /kisskb/src/drivers/iio/industrialio-core.c:842:13: note: byref variable will be forcibly initialized 842 | int length; | ^~~~~~ /kisskb/src/drivers/iio/industrialio-core.c:840:20: note: byref variable will be forcibly initialized 840 | const int *vals; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/iio/industrialio-core.c:12: /kisskb/src/drivers/iio/industrialio-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_debugfs_write_reg': /kisskb/src/drivers/iio/industrialio-core.c:409:14: note: byref variable will be forcibly initialized 409 | char buf[80]; | ^~~ /kisskb/src/drivers/iio/industrialio-core.c:408:27: note: byref variable will be forcibly initialized 408 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/iio/industrialio-core.c:408:22: note: byref variable will be forcibly initialized 408 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_write_channel_info': /kisskb/src/drivers/iio/industrialio-core.c:988:22: note: byref variable will be forcibly initialized 988 | char ch; | ^~ /kisskb/src/drivers/iio/industrialio-core.c:957:22: note: byref variable will be forcibly initialized 957 | int integer, fract = 0; | ^~~~~ /kisskb/src/drivers/iio/industrialio-core.c:957:13: note: byref variable will be forcibly initialized 957 | int integer, fract = 0; | ^~~~~~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_debugfs_read_reg': /kisskb/src/drivers/iio/industrialio-core.c:378:22: note: byref variable will be forcibly initialized 378 | unsigned int val = 0; | ^~~ In file included from /kisskb/src/drivers/clk/meson/clk-phase.h:11, from /kisskb/src/drivers/clk/meson/clk-phase.c:11: /kisskb/src/drivers/clk/meson/clk-phase.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:22: note: byref variable will be forcibly initialized 32 | unsigned int 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_find_interface': /kisskb/src/drivers/usb/core/usb.c:353:35: 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:29: note: byref variable will be forcibly initialized 395 | struct each_dev_arg arg = {data, fn}; | ^~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_find_reference': /kisskb/src/drivers/base/property.c:549:38: note: byref variable will be forcibly initialized 549 | struct fwnode_reference_args args; | ^~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_get_phy_mode': /kisskb/src/drivers/base/property.c:892:21: note: byref variable will be forcibly initialized 892 | const char *pm; | ^~ /kisskb/src/drivers/base/property.c: In function 'fwnode_connection_find_match': /kisskb/src/drivers/base/property.c:1290:15: note: byref variable will be forcibly initialized 1290 | void *ret; | ^~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_graph_get_endpoint_by_id': /kisskb/src/drivers/base/property.c:1123:40: note: byref variable will be forcibly initialized 1123 | struct fwnode_endpoint fwnode_ep = { 0 }; | ^~~~~~~~~ /kisskb/src/drivers/clk/imx/clk-pll14xx.c: In function 'clk_pll1443x_round_rate': /kisskb/src/drivers/clk/imx/clk-pll14xx.c:237:39: note: byref variable will be forcibly initialized 237 | struct imx_pll14xx_rate_table t; | ^ /kisskb/src/drivers/clk/imx/clk-pll14xx.c: In function 'imx_dev_clk_hw_pll14xx': /kisskb/src/drivers/clk/imx/clk-pll14xx.c:494:30: note: byref variable will be forcibly initialized 494 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/imx/clk-pll14xx.c: In function 'clk_pll1443x_set_rate': /kisskb/src/drivers/clk/imx/clk-pll14xx.c:354:39: note: byref variable will be forcibly initialized 354 | struct imx_pll14xx_rate_table rate; | ^~~~ /kisskb/src/drivers/i2c/i2c-smbus.c: In function 'smbus_alert': /kisskb/src/drivers/i2c/i2c-smbus.c:75:35: note: byref variable will be forcibly initialized 75 | struct alert_data data; | ^~~~ /kisskb/src/drivers/hwtracing/intel_th/core.c: In function 'active_store': /kisskb/src/drivers/hwtracing/intel_th/core.c:309:23: note: byref variable will be forcibly initialized 309 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/intel_th/core.c: In function 'intel_th_subdevice_alloc': /kisskb/src/drivers/hwtracing/intel_th/core.c:620:25: note: byref variable will be forcibly initialized 620 | struct resource res[3]; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/core/urb.c:6: /kisskb/src/drivers/usb/core/urb.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | 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/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, 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:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:726:9: note: in expansion of macro 'wait_event' 726 | wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'usb_poison_urb': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:776:9: note: in expansion of macro 'wait_event' 776 | wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'usb_wait_anchor_empty_timeout': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:975:16: note: in expansion of macro 'wait_event_timeout' 975 | return wait_event_timeout(anchor->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'report_wakeup_requests': /kisskb/src/drivers/of/dynamic.c: In function '__of_attach_node': /kisskb/src/drivers/of/dynamic.c:207:13: note: byref variable will be forcibly initialized 207 | int sz; | ^~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_version': /kisskb/src/drivers/tee/tee_core.c:273:39: note: byref variable will be forcibly initialized 273 | struct tee_ioctl_version_data vers; | ^~~~ /kisskb/src/drivers/of/dynamic.c: In function 'of_property_notify': /kisskb/src/drivers/of/dynamic.c:192:33: note: byref variable will be forcibly initialized 192 | struct of_reconfig_data pr; | ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_notify': /kisskb/src/drivers/of/dynamic.c:539:35: note: byref variable will be forcibly initialized 539 | struct of_changeset_entry ce_inverted; | ^~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c:538:33: note: byref variable will be forcibly initialized 538 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_cancel': /kisskb/src/drivers/tee/tee_core.c:607:37: note: byref variable will be forcibly initialized 607 | struct tee_ioctl_cancel_arg arg; | ^~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_close_session': /kisskb/src/drivers/tee/tee_core.c:623:44: note: byref variable will be forcibly initialized 623 | struct tee_ioctl_close_session_arg arg; | ^~~ /kisskb/src/drivers/tee/tee_core.c: In function 'params_to_supp': /kisskb/src/drivers/tee/tee_core.c:641:40: note: byref variable will be forcibly initialized 641 | struct tee_ioctl_param ip; | ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_attach_node': /kisskb/src/drivers/of/dynamic.c:237:33: note: byref variable will be forcibly initialized 237 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/usb/core/hub.c:3869:33: note: byref variable will be forcibly initialized 3869 | unsigned long resuming_ports; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_apply': /kisskb/src/drivers/of/dynamic.c:572:26: note: byref variable will be forcibly initialized 572 | struct property *old_prop, **propp; | ^~~~~~~~ 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/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_revert': /kisskb/src/drivers/of/dynamic.c:664:35: note: byref variable will be forcibly initialized 664 | struct of_changeset_entry ce_inverted; | ^~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c: In function 'of_detach_node': /kisskb/src/drivers/of/dynamic.c:290:33: note: byref variable will be forcibly initialized 290 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_apply': /kisskb/src/drivers/of/dynamic.c:770:18: note: byref variable will be forcibly initialized 770 | int ret, ret_revert = 0; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/cdev.h:8, from /kisskb/src/drivers/tee/tee_core.c:8: /kisskb/src/drivers/tee/tee_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_revert': /kisskb/src/drivers/of/dynamic.c:863:18: note: byref variable will be forcibly initialized 863 | int ret, ret_reply; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/core/hub.c:15: /kisskb/src/drivers/usb/core/hub.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_enumerate_device_otg': /kisskb/src/drivers/usb/core/hub.c:2333:50: note: byref variable will be forcibly initialized 2333 | struct usb_otg_descriptor *desc = NULL; | ^~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'uuid_v5': /kisskb/src/drivers/tee/tee_core.c:147:23: note: byref variable will be forcibly initialized 147 | unsigned char hash[SHA1_DIGEST_SIZE]; | ^~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_shm_alloc': /kisskb/src/drivers/tee/tee_core.c:290:41: note: byref variable will be forcibly initialized 290 | struct tee_ioctl_shm_alloc_data data; | ^~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'port_over_current_notify': /kisskb/src/drivers/usb/core/hub.c:5504:15: note: byref variable will be forcibly initialized 5504 | char *envp[3] = { NULL, NULL, NULL }; | ^~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'params_from_supp': /kisskb/src/drivers/tee/tee_core.c:736:40: note: byref variable will be forcibly initialized 736 | struct tee_ioctl_param ip; | ^~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_supp_send': /kisskb/src/drivers/tee/tee_core.c:779:35: note: byref variable will be forcibly initialized 779 | struct tee_ioctl_buf_data buf; | ^~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_wait_reset': /kisskb/src/drivers/usb/core/hub.c:2850:13: note: byref variable will be forcibly initialized 2850 | u32 ext_portstatus = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2849:13: note: byref variable will be forcibly initialized 2849 | u16 portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2848:13: note: byref variable will be forcibly initialized 2848 | u16 portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_reset': /kisskb/src/drivers/usb/core/hub.c:2947:25: note: byref variable will be forcibly initialized 2947 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2947:13: note: byref variable will be forcibly initialized 2947 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_shm_register': /kisskb/src/drivers/tee/tee_core.c:326:44: note: byref variable will be forcibly initialized 326 | struct tee_ioctl_shm_register_data data; | ^~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_activate': /kisskb/src/drivers/usb/core/hub.c:1127:33: note: byref variable will be forcibly initialized 1127 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:1127:21: note: byref variable will be forcibly initialized 1127 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'implementation_id_show': /kisskb/src/drivers/tee/tee_core.c:969:39: note: byref variable will be forcibly initialized 969 | struct tee_ioctl_version_data vers; | ^~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'check_ports_changed': /kisskb/src/drivers/usb/core/hub.c:3799:33: note: byref variable will be forcibly initialized 3799 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3799:21: note: byref variable will be forcibly initialized 3799 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_hub_claim_port': /kisskb/src/drivers/usb/core/hub.c:1967:32: note: byref variable will be forcibly initialized 1967 | struct usb_dev_state **powner; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_hub_release_port': /kisskb/src/drivers/usb/core/hub.c:1983:32: note: byref variable will be forcibly initialized 1983 | struct usb_dev_state **powner; | ^~~~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'params_from_user': /kisskb/src/drivers/tee/tee_core.c:364:40: note: byref variable will be forcibly initialized 364 | struct tee_ioctl_param ip; | ^~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_policy_get_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:785:30: note: byref variable will be forcibly initialized 785 | struct stp_policy_id id = { | ^~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pm_runtime.h:11, from /kisskb/src/drivers/hwtracing/stm/core.c:10: /kisskb/src/drivers/hwtracing/stm/core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_open_session': /kisskb/src/drivers/tee/tee_core.c:471:43: note: byref variable will be forcibly initialized 471 | struct tee_ioctl_open_session_arg arg; | ^~~ /kisskb/src/drivers/tee/tee_core.c:469:35: note: byref variable will be forcibly initialized 469 | struct tee_ioctl_buf_data buf; | ^~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_port_suspend': /kisskb/src/drivers/usb/core/hub.c:3417:41: note: byref variable will be forcibly initialized 3417 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_open': /kisskb/src/drivers/hwtracing/stm/core.c:489:22: note: byref variable will be forcibly initialized 489 | unsigned int major = imajor(inode); | ^~~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_invoke': /kisskb/src/drivers/tee/tee_core.c:550:37: note: byref variable will be forcibly initialized 550 | struct tee_ioctl_invoke_arg arg; | ^~~ /kisskb/src/drivers/tee/tee_core.c:548:35: note: byref variable will be forcibly initialized 548 | struct tee_ioctl_buf_data buf; | ^~~ /kisskb/src/drivers/usb/core/hub.c:3417:29: note: byref variable will be forcibly initialized 3417 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_output_assign': /kisskb/src/drivers/hwtracing/stm/core.c:285:40: note: byref variable will be forcibly initialized 285 | unsigned int midx, cidx, mend, cend; | ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:34: note: byref variable will be forcibly initialized 285 | unsigned int midx, cidx, mend, cend; | ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:28: note: byref variable will be forcibly initialized 285 | unsigned int midx, cidx, mend, cend; | ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:285:22: note: byref variable will be forcibly initialized 285 | unsigned int midx, cidx, mend, cend; | ^~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_ioctl_supp_recv': /kisskb/src/drivers/tee/tee_core.c:686:13: note: byref variable will be forcibly initialized 686 | u32 func; | ^~~~ /kisskb/src/drivers/tee/tee_core.c:685:13: note: byref variable will be forcibly initialized 685 | u32 num_params; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_debounce': /kisskb/src/drivers/usb/core/hub.c:4540:25: note: byref variable will be forcibly initialized 4540 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:4540:13: note: byref variable will be forcibly initialized 4540 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/tee/tee_core.c:682:35: note: byref variable will be forcibly initialized 682 | struct tee_ioctl_buf_data buf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function 'drm_encoder_init': /kisskb/src/drivers/gpu/drm/drm_encoder.c:163:17: note: byref variable will be forcibly initialized 163 | va_list ap; | ^~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_policy_set_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:731:13: note: byref variable will be forcibly initialized 731 | u32 size; | ^~~~ /kisskb/src/drivers/hwtracing/stm/core.c:729:15: note: byref variable will be forcibly initialized 729 | char *ids[] = { NULL, NULL }; | ^~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_ioctl': /kisskb/src/drivers/hwtracing/stm/core.c:803:13: note: byref variable will be forcibly initialized 803 | u64 options; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function 'drm_encoder_get_crtc': /kisskb/src/drivers/gpu/drm/drm_encoder.c:252:40: note: byref variable will be forcibly initialized 252 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_char_write': /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function '__drmm_encoder_alloc': /kisskb/src/drivers/tee/tee_core.c: In function 'tee_session_calc_client_uuid': /kisskb/src/drivers/gpu/drm/drm_encoder.c:221:17: note: byref variable will be forcibly initialized 221 | va_list ap; | ^~ /kisskb/src/drivers/tee/tee_core.c:201:15: note: byref variable will be forcibly initialized 201 | gid_t ns_grp = (gid_t)-1; | ^~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:635:23: note: byref variable will be forcibly initialized 635 | char *ids[] = { comm, "default", NULL }; | ^~~ /kisskb/src/drivers/hwtracing/stm/core.c:634:22: note: byref variable will be forcibly initialized 634 | char comm[sizeof(current->comm)]; | ^~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_reset_and_verify_device': In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/mfd/twl-core.c:20: /kisskb/src/drivers/mfd/twl-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/siox.h:66, from /kisskb/src/drivers/siox/siox-core.c:37: /kisskb/src/drivers/siox/siox-core.c: In function 'trace_event_raw_event_siox_set_data': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(siox_set_data, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/hwtracing/stm/core.c:10: /kisskb/src/drivers/hwtracing/stm/core.c: In function 'stm_source_link_add': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1040:9: note: in expansion of macro 'rcu_assign_pointer' 1040 | rcu_assign_pointer(src->link, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1000:9: note: in expansion of macro 'rcu_assign_pointer' 1000 | rcu_assign_pointer(src->link, stm); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:992:15: note: byref variable will be forcibly initialized 992 | char *ids[] = { NULL, "default", NULL }; | ^~~ /kisskb/src/drivers/usb/core/hub.c:5902:41: note: byref variable will be forcibly initialized 5902 | struct usb_device_descriptor descriptor = udev->descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'trace_event_raw_event_siox_get_data': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(siox_get_data, | ^~~~~~~~~~~ /kisskb/src/drivers/tee/tee_core.c: In function 'tee_client_open_context': /kisskb/src/drivers/tee/tee_core.c:1109:31: note: byref variable will be forcibly initialized 1109 | struct match_dev_data match_data = { vers ? vers : &v, data, match }; | ^~~~~~~~~~ /kisskb/src/drivers/tee/tee_core.c:1108:39: note: byref variable will be forcibly initialized 1108 | struct tee_ioctl_version_data v; | ^ /kisskb/src/lib/kasprintf.c: In function 'kvasprintf': /kisskb/src/lib/kasprintf.c:19:17: note: byref variable will be forcibly initialized 19 | va_list aq; | ^~ /kisskb/src/drivers/siox/siox-core.c: In function 'poll_interval_ns_store': /kisskb/src/drivers/siox/siox-core.c:646:13: note: byref variable will be forcibly initialized 646 | u64 val; | ^~~ /kisskb/src/drivers/usb/core/hub.c: In function 'finish_port_resume': /kisskb/src/drivers/usb/core/hub.c:3485:17: note: byref variable will be forcibly initialized 3485 | u16 devstatus = 0; | ^~~~~~~~~ /kisskb/src/lib/kasprintf.c: In function 'kasprintf': /kisskb/src/lib/kasprintf.c:55:17: note: byref variable will be forcibly initialized 55 | va_list ap; | ^~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_port_resume': In file included from /kisskb/src/include/linux/list.h:11, 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/hwtracing/stm/core.c:10: /kisskb/src/drivers/hwtracing/stm/core.c: In function '__stm_source_link_drop': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwtracing/stm/core.c:1089:9: note: in expansion of macro 'rcu_assign_pointer' 1089 | rcu_assign_pointer(src->link, NULL); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3650:37: note: byref variable will be forcibly initialized 3650 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3650:25: note: byref variable will be forcibly initialized 3650 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'device_add_store': /kisskb/src/drivers/siox/siox-core.c:599:12: note: byref variable will be forcibly initialized 599 | u8 statustype = 0; | ^~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c:598:29: note: byref variable will be forcibly initialized 598 | size_t inbytes = 0, outbytes = 0; | ^~~~~~~~ /kisskb/src/drivers/siox/siox-core.c:598:16: note: byref variable will be forcibly initialized 598 | size_t inbytes = 0, outbytes = 0; | ^~~~~~~ /kisskb/src/drivers/siox/siox-core.c:597:14: note: byref variable will be forcibly initialized 597 | char type[20] = ""; | ^~~~ /kisskb/src/drivers/mfd/twl-core.c: In function 'twl_probe': /kisskb/src/drivers/mfd/twl-core.c:891:20: note: byref variable will be forcibly initialized 891 | u8 temp; | ^~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_connect': /kisskb/src/drivers/usb/core/hub.c:5301:33: note: byref variable will be forcibly initialized 5301 | u16 devstat; | ^~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'active_store': /kisskb/src/drivers/siox/siox-core.c:568:13: note: byref variable will be forcibly initialized 568 | int active; | ^~~~~~ /kisskb/src/drivers/mfd/twl-core.c: In function 'twl_get_hfclk_rate': /kisskb/src/drivers/mfd/twl-core.c:569:12: note: byref variable will be forcibly initialized 569 | u8 ctrl; | ^~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_connect_change': /kisskb/src/drivers/usb/core/hub.c:5429:38: note: byref variable will be forcibly initialized 5429 | struct usb_device_descriptor descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'port_event': /kisskb/src/drivers/usb/core/hub.c:5628:29: note: byref variable will be forcibly initialized 5628 | u16 unused; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5577:33: note: byref variable will be forcibly initialized 5577 | u16 status = 0, unused; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5577:21: note: byref variable will be forcibly initialized 5577 | u16 status = 0, unused; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5543:25: note: byref variable will be forcibly initialized 5543 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:5543:13: note: byref variable will be forcibly initialized 5543 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_event': /kisskb/src/drivers/usb/core/hub.c:5758:29: note: byref variable will be forcibly initialized 5758 | u16 unused; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5757:29: note: byref variable will be forcibly initialized 5757 | u16 status = 0; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5663:13: note: byref variable will be forcibly initialized 5663 | u16 hubchange; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:5662:13: note: byref variable will be forcibly initialized 5662 | u16 hubstatus; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_configure': /kisskb/src/drivers/usb/core/hub.c:1380:24: note: byref variable will be forcibly initialized 1380 | u16 hubstatus, hubchange; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:1380:13: note: byref variable will be forcibly initialized 1380 | u16 hubstatus, hubchange; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/include/drm/drm_modes.h:30, from /kisskb/src/include/drm/drm_crtc.h:32, 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:634:16: note: byref variable will be forcibly initialized 634 | 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:40: note: byref variable will be forcibly initialized 955 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_fb_release': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:777:35: note: byref variable will be forcibly initialized 777 | struct drm_mode_rmfb_work arg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_mode_rmfb': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:465:43: note: byref variable will be forcibly initialized 465 | struct drm_mode_rmfb_work arg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_framebuffer_info': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:1208:28: note: byref variable will be forcibly initialized 1208 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_get_cmdline_mode': /kisskb/src/drivers/gpu/drm/drm_connector.c:156:15: note: byref variable will be forcibly initialized 156 | char *option = NULL; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_unregister_all': /kisskb/src/drivers/gpu/drm/drm_connector.c:611:40: note: byref variable will be forcibly initialized 611 | 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:622:40: note: byref variable will be forcibly initialized 622 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_set_tile_property': /kisskb/src/drivers/gpu/drm/drm_connector.c:2052:14: note: byref variable will be forcibly initialized 2052 | char tile[256]; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_property_set_ioctl': /kisskb/src/drivers/gpu/drm/drm_connector.c:2519:42: note: byref variable will be forcibly initialized 2519 | 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:2585:34: note: byref variable will be forcibly initialized 2585 | struct drm_mode_modeinfo u_mode; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_mode_get_tile_group': /kisskb/src/drivers/gpu/drm/drm_connector.c:2830:13: note: byref variable will be forcibly initialized 2830 | int id; | ^~ /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_clk_get_pll_settings': /kisskb/src/drivers/clk/meson/clk-pll.c:222:28: note: byref variable will be forcibly initialized 222 | unsigned int i, m, n; | ^ /kisskb/src/drivers/clk/meson/clk-pll.c:222:25: note: byref variable will be forcibly initialized 222 | unsigned int i, m, n; | ^ /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_clk_pll_determine_rate': /kisskb/src/drivers/clk/meson/clk-pll.c:250:25: note: byref variable will be forcibly initialized 250 | unsigned int m, n, frac; | ^ /kisskb/src/drivers/clk/meson/clk-pll.c:250:22: note: byref variable will be forcibly initialized 250 | unsigned int m, n, frac; | ^ In file included from /kisskb/src/drivers/clk/meson/clk-pll.h:12, from /kisskb/src/drivers/clk/meson/clk-pll.c:38: /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:22: note: byref variable will be forcibly initialized 32 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/meson/clk-pll.c: In function 'meson_clk_pll_set_rate': /kisskb/src/drivers/clk/meson/clk-pll.c:372:34: note: byref variable will be forcibly initialized 372 | unsigned int enabled, m, n, frac = 0; | ^ /kisskb/src/drivers/clk/meson/clk-pll.c:372:31: note: byref variable will be forcibly initialized 372 | unsigned int enabled, m, n, frac = 0; | ^ /kisskb/src/drivers/edac/debugfs.c: In function 'edac_create_debugfs_nodes': /kisskb/src/drivers/edac/debugfs.c:58:14: note: byref variable will be forcibly initialized 58 | char name[80]; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/nvmem/core.c:9: /kisskb/src/drivers/nvmem/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_add_cells_from_of': /kisskb/src/drivers/nvmem/core.c:689:13: note: byref variable will be forcibly initialized 689 | int len; | ^~~ In file included from /kisskb/src/drivers/nvmem/core.c:19: /kisskb/src/drivers/nvmem/core.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_prepare_write_buffer': /kisskb/src/drivers/nvmem/core.c:1475:12: note: byref variable will be forcibly initialized 1475 | u8 v, *p, *buf, *b, pbyte, pbits; | ^ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_read': /kisskb/src/drivers/nvmem/core.c:1764:17: note: byref variable will be forcibly initialized 1764 | ssize_t len; | ^~~ /kisskb/src/drivers/nvmem/core.c:1762:33: note: byref variable will be forcibly initialized 1762 | struct nvmem_cell_entry cell; | ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_write': /kisskb/src/drivers/nvmem/core.c:1793:33: note: byref variable will be forcibly initialized 1793 | struct nvmem_cell_entry cell; | ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_common': /kisskb/src/drivers/nvmem/core.c:1571:16: note: byref variable will be forcibly initialized 1571 | size_t len; | ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_variable_le_u32': /kisskb/src/drivers/nvmem/core.c:1699:16: note: byref variable will be forcibly initialized 1699 | size_t len; | ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_variable_le_u64': /kisskb/src/drivers/nvmem/core.c:1730:16: note: byref variable will be forcibly initialized 1730 | size_t len; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/lib/bitmap.c:11: /kisskb/src/lib/bitmap.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:689:16: note: byref variable will be forcibly initialized 689 | size_t bytes; | ^~~~~ /kisskb/src/lib/bitmap.c: In function 'bitmap_getnum': /kisskb/src/lib/bitmap.c:663:28: note: byref variable will be forcibly initialized 663 | unsigned long long n; | ^ /kisskb/src/lib/bitmap.c: In function 'bitmap_parselist': /kisskb/src/lib/bitmap.c:797:23: note: byref variable will be forcibly initialized 797 | struct region r; | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/lib/bitmap.c:11: /kisskb/src/lib/bitmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/interconnect/imx/imx.c:11: /kisskb/src/drivers/interconnect/imx/imx.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/interconnect/imx/imx.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/interconnect/imx/imx.c:15: /kisskb/src/drivers/interconnect/imx/imx.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/swnode.c:9: /kisskb/src/drivers/base/swnode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/swnode.c: In function 'software_node_get_reference_args': /kisskb/src/drivers/base/swnode.c:503:13: note: byref variable will be forcibly initialized 503 | u32 nargs_prop_val; | ^~~~~~~~~~~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' 39 | TRACE_EVENT(devfreq_monitor, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/devfreq/devfreq.c:13: /kisskb/src/drivers/devfreq/devfreq.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'find_available_min_freq': /kisskb/src/drivers/devfreq/devfreq.c:89:23: 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:23: note: byref variable will be forcibly initialized 103 | unsigned long max_freq = ULONG_MAX; | ^~~~~~~~ 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/drivers/devfreq/devfreq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'set_freq_table': /kisskb/src/drivers/devfreq/devfreq.c:182:23: note: byref variable will be forcibly initialized 182 | unsigned long freq; | ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'timer_store': /kisskb/src/drivers/devfreq/devfreq.c:1831:14: note: byref variable will be forcibly initialized 1831 | char str_timer[DEVFREQ_NAME_LEN + 1]; | ^~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'polling_interval_store': /kisskb/src/drivers/devfreq/devfreq.c:1799:22: note: byref variable will be forcibly initialized 1799 | unsigned int value; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'cur_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1541:23: note: byref variable will be forcibly initialized 1541 | unsigned long freq; | ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'governor_store': /kisskb/src/drivers/devfreq/devfreq.c:1417:14: note: byref variable will be forcibly initialized 1417 | char str_governor[DEVFREQ_NAME_LEN + 1]; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/thermal.h:13, from /kisskb/src/include/linux/devfreq_cooling.h:14, from /kisskb/src/drivers/devfreq/devfreq.c:14: /kisskb/src/drivers/devfreq/devfreq.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'trans_stat_store': /kisskb/src/drivers/devfreq/devfreq.c:1743:18: note: byref variable will be forcibly initialized 1743 | int err, value; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'max_freq_store': /kisskb/src/drivers/devfreq/devfreq.c:1609:23: note: byref variable will be forcibly initialized 1609 | unsigned long value; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'min_freq_store': /kisskb/src/drivers/devfreq/devfreq.c:1568:23: note: byref variable will be forcibly initialized 1568 | unsigned long value; | ^~~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_latency_tolerance_us_store': /kisskb/src/drivers/base/power/sysfs.c:273:13: note: byref variable will be forcibly initialized 273 | s32 value; | ^~~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'autosuspend_delay_ms_store': /kisskb/src/drivers/base/power/sysfs.c:195:14: 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:13: 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:13: note: byref variable will be forcibly initialized 306 | int ret; | ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_monitor_resume': /kisskb/src/drivers/devfreq/devfreq.c:560:23: note: byref variable will be forcibly initialized 560 | unsigned long freq; | ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_summary_show': /kisskb/src/drivers/devfreq/devfreq.c:1924:43: note: byref variable will be forcibly initialized 1924 | unsigned long cur_freq, min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1924:33: note: byref variable will be forcibly initialized 1924 | unsigned long cur_freq, min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'max_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1649:33: note: byref variable will be forcibly initialized 1649 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1649:23: note: byref variable will be forcibly initialized 1649 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'min_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1595:33: note: byref variable will be forcibly initialized 1595 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1595:23: note: byref variable will be forcibly initialized 1595 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_set_target': /kisskb/src/drivers/devfreq/devfreq.c:351:23: note: byref variable will be forcibly initialized 351 | unsigned long cur_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:350:30: note: byref variable will be forcibly initialized 350 | struct devfreq_freqs freqs; | ^~~~~ /kisskb/src/drivers/platform/chrome/cros_ec.c: In function 'cros_ec_handle_event': /kisskb/src/drivers/platform/chrome/cros_ec.c:61:14: note: byref variable will be forcibly initialized 61 | bool ec_has_more_events; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec.c:60:14: note: byref variable will be forcibly initialized 60 | bool wake_event; | ^~~~~~~~~~ /kisskb/src/drivers/platform/chrome/cros_ec.c: In function 'cros_ec_sleep_event': /kisskb/src/drivers/platform/chrome/cros_ec.c:111:20: note: byref variable will be forcibly initialized 111 | } __packed buf; | ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_update_target': /kisskb/src/drivers/devfreq/devfreq.c:405:33: note: byref variable will be forcibly initialized 405 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:405:23: note: byref variable will be forcibly initialized 405 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_add_device': /kisskb/src/drivers/devfreq/devfreq.c:789:33: note: byref variable will be forcibly initialized 789 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:789:23: note: byref variable will be forcibly initialized 789 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_gate_is_enabled': /kisskb/src/drivers/clk/meson/clk-regmap.c:36:22: note: byref variable will be forcibly initialized 36 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_div_determine_rate': /kisskb/src/drivers/clk/meson/clk-regmap.c:83:22: note: byref variable will be forcibly initialized 83 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_div_recalc_rate': /kisskb/src/drivers/clk/meson/clk-regmap.c:64:22: note: byref variable will be forcibly initialized 64 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/meson/clk-regmap.c: In function 'clk_regmap_mux_get_parent': /kisskb/src/drivers/clk/meson/clk-regmap.c:140:22: note: byref variable will be forcibly initialized 140 | 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:518:40: note: byref variable will be forcibly initialized 518 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'set_property_legacy': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:486:40: note: byref variable will be forcibly initialized 486 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c:485:33: note: byref variable will be forcibly initialized 485 | struct drm_mode_object *ref; | ^~~ /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:394:26: note: byref variable will be forcibly initialized 394 | 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:438:40: note: byref variable will be forcibly initialized 438 | struct drm_modeset_acquire_ctx ctx; | ^~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/scatterlist.c: In function 'sg_copy_buffer': /kisskb/src/lib/scatterlist.c:952:32: note: byref variable will be forcibly initialized 952 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/scatterlist.c: In function 'sg_zero_buffer': /kisskb/src/lib/scatterlist.c:1067:32: note: byref variable will be forcibly initialized 1067 | struct sg_mapping_iter miter; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/interconnect/trace.h:88, from /kisskb/src/drivers/interconnect/core.c:25: /kisskb/src/drivers/interconnect/core.c: In function 'trace_event_raw_event_icc_set_bw': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'trace_event_raw_event_icc_set_bw_end': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(icc_set_bw_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(icc_set_bw_end, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/interconnect/core.c:9: /kisskb/src/drivers/interconnect/core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'path_find': /kisskb/src/drivers/interconnect/core.c:184:26: note: byref variable will be forcibly initialized 184 | struct list_head visited_list; | ^~~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c:183:26: note: byref variable will be forcibly initialized 183 | struct list_head edge_list; | ^~~~~~~~~ /kisskb/src/drivers/interconnect/core.c:182:26: note: byref variable will be forcibly initialized 182 | struct list_head traverse_list; | ^~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'of_icc_get_by_index': /kisskb/src/drivers/interconnect/core.c:442:42: note: byref variable will be forcibly initialized 442 | struct of_phandle_args src_args, dst_args; | ^~~~~~~~ /kisskb/src/drivers/interconnect/core.c:442:32: note: byref variable will be forcibly initialized 442 | struct of_phandle_args src_args, dst_args; | ^~~~~~~~ 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | 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/spmi/spmi.c: In function 'of_spmi_register_devices': /kisskb/src/drivers/spmi/spmi.c:486:21: note: byref variable will be forcibly initialized 486 | u32 reg[2]; | ^~~ /kisskb/src/drivers/counter/counter-chrdev.c: In function 'counter_get_data': /kisskb/src/drivers/counter/counter-chrdev.c:461:13: note: byref variable will be forcibly initialized 461 | u32 value_u32 = 0; | ^~~~~~~~~ /kisskb/src/drivers/counter/counter-chrdev.c:460:12: note: byref variable will be forcibly initialized 460 | u8 value_u8 = 0; | ^~~~~~~~ /kisskb/src/drivers/counter/counter-chrdev.c: In function 'counter_add_watch': /kisskb/src/drivers/counter/counter-chrdev.c:235:30: note: byref variable will be forcibly initialized 235 | struct counter_watch watch; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/counter/counter-chrdev.c:6: /kisskb/src/drivers/counter/counter-chrdev.c: In function 'counter_chrdev_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/counter/counter-chrdev.c:75:31: note: in expansion of macro 'wait_event_interruptible' 75 | err = wait_event_interruptible(counter->events_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/counter/counter-chrdev.c:62:22: note: byref variable will be forcibly initialized 62 | unsigned int copied; | ^~~~~~ /kisskb/src/drivers/counter/counter-chrdev.c: In function 'counter_push_event': /kisskb/src/drivers/counter/counter-chrdev.c:539:30: note: byref variable will be forcibly initialized 539 | struct counter_event ev; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/include/drm/drm_modes.h:30, from /kisskb/src/include/drm/drm_crtc.h:32, 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/cdns3/core.c: In function 'cdns_init': /kisskb/src/drivers/usb/cdns3/core.c:441:45: note: byref variable will be forcibly initialized 441 | struct usb_role_switch_desc sw_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/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iio/industrialio-event.c:10: /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_event_chrdev_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:140:31: note: in expansion of macro 'wait_event_interruptible' 140 | ret = wait_event_interruptible(ev_int->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:126:22: note: byref variable will be forcibly initialized 126 | unsigned int copied; | ^~~~~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_event_ioctl': /kisskb/src/drivers/iio/industrialio-event.c:485:13: note: byref variable will be forcibly initialized 485 | int fd; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/iio/industrialio-event.c:10: /kisskb/src/drivers/iio/industrialio-event.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_ev_value_store': /kisskb/src/drivers/iio/industrialio-event.c:332:18: note: byref variable will be forcibly initialized 332 | int val, val2; | ^~~~ /kisskb/src/drivers/iio/industrialio-event.c:332:13: note: byref variable will be forcibly initialized 332 | int val, val2; | ^~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_ev_value_show': /kisskb/src/drivers/iio/industrialio-event.c:311:24: note: byref variable will be forcibly initialized 311 | int val, val2, val_arr[2]; | ^~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:311:18: note: byref variable will be forcibly initialized 311 | int val, val2, val_arr[2]; | ^~~~ /kisskb/src/drivers/iio/industrialio-event.c:311:13: note: byref variable will be forcibly initialized 311 | 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:275:14: note: byref variable will be forcibly initialized 275 | 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:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/iio/industrialio-event.c:82:26: note: in expansion of macro 'kfifo_put' 82 | copied = kfifo_put(&ev_int->det_events, ev); | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/tee/tee_shm.c:6: /kisskb/src/drivers/tee/tee_shm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/slimbus/core.c: In function 'of_register_slim_devices': /kisskb/src/drivers/slimbus/core.c:209:30: note: byref variable will be forcibly initialized 209 | int manf_id, prod_code; | ^~~~~~~~~ /kisskb/src/drivers/slimbus/core.c:209:21: note: byref variable will be forcibly initialized 209 | int manf_id, prod_code; | ^~~~~~~ /kisskb/src/drivers/slimbus/core.c:208:21: note: byref variable will be forcibly initialized 208 | int reg[2], ret; | ^~~ /kisskb/src/drivers/slimbus/core.c:206:35: note: byref variable will be forcibly initialized 206 | struct slim_eaddr e_addr; | ^~~~~~ /kisskb/src/drivers/slimbus/core.c: In function 'slim_device_alloc_laddr': /kisskb/src/drivers/slimbus/core.c:430:12: note: byref variable will be forcibly initialized 430 | u8 laddr; | ^~~~~ In file included from /kisskb/src/drivers/clk/meson/sclk-div.h:11, from /kisskb/src/drivers/clk/meson/sclk-div.c:23: /kisskb/src/drivers/clk/meson/sclk-div.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:22: note: byref variable will be forcibly initialized 32 | unsigned int val; | ^~~ /kisskb/src/drivers/uio/uio.c: In function 'uio_write': /kisskb/src/drivers/uio/uio.c:626:13: note: byref variable will be forcibly initialized 626 | s32 irq_on; | ^~~~~~ /kisskb/src/drivers/uio/uio.c: In function 'uio_major_init': /kisskb/src/drivers/uio/uio.c:834:15: note: byref variable will be forcibly initialized 834 | dev_t uio_dev = 0; | ^~~~~~~ /kisskb/src/drivers/uio/uio.c: In function 'uio_read': /kisskb/src/drivers/uio/uio.c:572:13: note: byref variable will be forcibly initialized 572 | s32 event_count; | ^~~~~~~~~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_start_wait_urb': /kisskb/src/drivers/usb/core/message.c:51:28: note: byref variable will be forcibly initialized 51 | struct api_context ctx; | ^~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_internal_control_msg': /kisskb/src/drivers/usb/core/message.c:93:13: note: byref variable will be forcibly initialized 93 | int length; | ^~~~~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_string_sub': /kisskb/src/drivers/usb/core/message.c:875:13: note: byref variable will be forcibly initialized 875 | int rc; | ^~ /kisskb/src/drivers/of/address.c: In function 'of_translate_one': /kisskb/src/drivers/of/address.c:399:22: 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:26: note: byref variable will be forcibly initialized 481 | int na, ns, pna, pns; | ^~~ /kisskb/src/drivers/of/address.c:481:21: note: byref variable will be forcibly initialized 481 | int na, ns, pna, pns; | ^~~ /kisskb/src/drivers/of/address.c:481:17: note: byref variable will be forcibly initialized 481 | int na, ns, pna, pns; | ^~ /kisskb/src/drivers/of/address.c:481:13: note: byref variable will be forcibly initialized 481 | int na, ns, pna, pns; | ^~ /kisskb/src/drivers/of/address.c:480:16: note: byref variable will be forcibly initialized 480 | __be32 addr[OF_MAX_ADDR_CELLS]; | ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_address': /kisskb/src/drivers/of/address.c:568:29: note: byref variable will be forcibly initialized 568 | struct device_node *host; | ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_get_address': /kisskb/src/drivers/of/address.c:634:29: note: byref variable will be forcibly initialized 634 | int onesize, i, na, ns; | ^~ /kisskb/src/drivers/of/address.c:634:25: note: byref variable will be forcibly initialized 634 | int onesize, i, na, ns; | ^~ /kisskb/src/drivers/of/address.c:631:22: note: byref variable will be forcibly initialized 631 | unsigned int psize; | ^~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_to_pipe_iter': /kisskb/src/lib/iov_iter.c:491:29: note: byref variable will be forcibly initialized 491 | unsigned int chunk, r; | ^ /kisskb/src/drivers/of/address.c: In function '__of_get_dma_parent': /kisskb/src/drivers/of/address.c:584:32: note: byref variable will be forcibly initialized 584 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/address.c: In function 'parser_init': /kisskb/src/drivers/of/address.c:676:13: note: byref variable will be forcibly initialized 676 | int rlen; | ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_ioport': /kisskb/src/drivers/of/address.c:775:29: note: byref variable will be forcibly initialized 775 | struct device_node *host; | ^~~~ /kisskb/src/lib/iov_iter.c: In function 'copy_pipe_to_iter': /kisskb/src/lib/iov_iter.c:458:22: note: byref variable will be forcibly initialized 458 | unsigned int off, chunk; | ^~~ /kisskb/src/drivers/of/address.c: In function '__of_address_to_resource': /kisskb/src/drivers/of/address.c:801:26: note: byref variable will be forcibly initialized 801 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/of/address.c:800:25: note: byref variable will be forcibly initialized 800 | unsigned int flags; | ^~~~~ /kisskb/src/drivers/of/address.c:799:25: note: byref variable will be forcibly initialized 799 | u64 size; | ^~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_zero': /kisskb/src/lib/iov_iter.c:767:29: note: byref variable will be forcibly initialized 767 | unsigned int chunk, off; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/of/address.c:4: /kisskb/src/drivers/of/address.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/of/address.c: In function 'of_iomap': /kisskb/src/drivers/of/address.c:860:25: note: byref variable will be forcibly initialized 860 | struct resource res; | ^~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_dma_address': /kisskb/src/drivers/of/address.c:612:29: note: byref variable will be forcibly initialized 612 | struct device_node *host; | ^~~~ 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 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_get_pages': /kisskb/src/lib/iov_iter.c:1312:37: note: byref variable will be forcibly initialized 1312 | unsigned int npages, count, off, chunk; | ^~~ /kisskb/src/lib/iov_iter.c:1312:22: note: byref variable will be forcibly initialized 1312 | unsigned int npages, count, off, chunk; | ^~~~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/of/address.c: In function 'of_io_request_and_map': /kisskb/src/drivers/of/address.c:889:25: note: byref variable will be forcibly initialized 889 | struct resource res; | ^~~ In file included from /kisskb/src/include/linux/list_lru.h:14, from /kisskb/src/include/linux/fs.h:13, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/lib/iov_iter.c:4: /kisskb/src/lib/iov_iter.c: In function '_copy_to_iter': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:524:9: note: in expansion of macro 'iterate_and_advance' 524 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/address.c: In function 'of_dma_get_range': /kisskb/src/drivers/of/address.c:939:13: note: byref variable will be forcibly initialized 939 | int len, num_ranges = 0; | ^~~ /kisskb/src/drivers/of/address.c:937:25: note: byref variable will be forcibly initialized 937 | struct of_range range; | ^~~~~ /kisskb/src/drivers/of/address.c:936:32: note: byref variable will be forcibly initialized 936 | struct of_range_parser parser; | ^~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_nocache': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:643:9: note: in expansion of macro 'iterate_and_advance' 643 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/address.c: In function 'of_dma_get_max_cpu_address': /kisskb/src/drivers/of/address.c:1017:13: note: byref variable will be forcibly initialized 1017 | int len; | ^~~ /kisskb/src/drivers/of/address.c:1014:25: note: byref variable will be forcibly initialized 1014 | struct of_range range; | ^~~~~ /kisskb/src/drivers/of/address.c:1011:32: note: byref variable will be forcibly initialized 1011 | struct of_range_parser parser; | ^~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:628:9: note: in expansion of macro 'iterate_and_advance' 628 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iter_xarray_populate_pages': /kisskb/src/lib/iov_iter.c:1341:18: note: byref variable will be forcibly initialized 1341 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_zero': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:795:9: note: in expansion of macro 'iterate_and_advance' 795 | iterate_and_advance(i, bytes, base, len, count, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'copy_page_from_iter_atomic': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:817:9: note: in expansion of macro 'iterate_and_advance' 817 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/iio/industrialio-buffer.c:15: /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_device_buffer_getfd': /kisskb/src/drivers/iio/industrialio-buffer.c:1527:17: note: byref variable will be forcibly initialized 1527 | int fd, idx, ret; | ^~~ /kisskb/src/drivers/iio/industrialio-buffer.c:1527:13: note: byref variable will be forcibly initialized 1527 | int fd, idx, ret; | ^~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_from_iter': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1530:9: note: in expansion of macro 'iterate_and_advance' 1530 | iterate_and_advance(i, bytes, base, len, off, ({ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'watermark_store': /kisskb/src/drivers/iio/industrialio-buffer.c:1337:22: note: byref variable will be forcibly initialized 1337 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'length_store': /kisskb/src/drivers/iio/industrialio-buffer.c:646:22: note: byref variable will be forcibly initialized 646 | unsigned int val; | ^~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:85:18: note: byref variable will be forcibly initialized 85 | XA_STATE(xas, i->xarray, index); \ | ^~~ /kisskb/src/include/linux/xarray.h:1369:25: note: in definition of macro 'XA_STATE' 1369 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/iov_iter.c:155:25: note: in expansion of macro 'iterate_xarray' 155 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:162:9: note: in expansion of macro '__iterate_and_advance' 162 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1557:14: note: in expansion of macro 'iterate_and_advance' 1557 | else iterate_and_advance(i, bytes, base, len, off, ({ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1547:16: note: byref variable will be forcibly initialized 1547 | __wsum sum, next; | ^~~ /kisskb/src/lib/iov_iter.c: In function 'hash_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:1576:28: note: byref variable will be forcibly initialized 1576 | struct scatterlist sg; | ^~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_npages': /kisskb/src/lib/iov_iter.c:1643:21: note: byref variable will be forcibly initialized 1643 | int npages; | ^~~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_buffer_update_demux': /kisskb/src/drivers/iio/industrialio-buffer.c:975:33: note: byref variable will be forcibly initialized 975 | struct iio_demux_table *p = NULL; | ^ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_scan_el_ts_store': /kisskb/src/drivers/iio/industrialio-buffer.c:558:14: 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:14: 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:34: note: byref variable will be forcibly initialized 1194 | struct iio_device_config new_config; | ^~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'enable_store': /kisskb/src/drivers/iio/industrialio-buffer.c:1296:14: note: byref variable will be forcibly initialized 1296 | bool requested_state; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_channel_read': /kisskb/src/drivers/iio/inkern.c:536:13: note: byref variable will be forcibly initialized 536 | int val_len = 2; | ^~~~~~~ /kisskb/src/drivers/iio/inkern.c:534:13: note: byref variable will be forcibly initialized 534 | int vals[INDIO_MAX_RAW_ELEMENTS]; | ^~~~ /kisskb/src/drivers/iio/inkern.c:533:13: 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:599:38: note: byref variable will be forcibly initialized 599 | int offset_type, offset_val, offset_val2; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/inkern.c:599:26: note: byref variable will be forcibly initialized 599 | int offset_type, offset_val, offset_val2; | ^~~~~~~~~~ /kisskb/src/drivers/iio/inkern.c:598:36: note: byref variable will be forcibly initialized 598 | int scale_type, scale_val, scale_val2; | ^~~~~~~~~~ /kisskb/src/drivers/iio/inkern.c:598:25: note: byref variable will be forcibly initialized 598 | int scale_type, scale_val, scale_val2; | ^~~~~~~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_channel_read_max': /kisskb/src/drivers/iio/inkern.c:821:13: note: byref variable will be forcibly initialized 821 | int length; | ^~~~~~ /kisskb/src/drivers/iio/inkern.c:820:20: note: byref variable will be forcibly initialized 820 | const int *vals; | ^~~~ /kisskb/src/drivers/iio/inkern.c:819:13: note: byref variable will be forcibly initialized 819 | int unused; | ^~~~~~ /kisskb/src/drivers/iio/inkern.c: In function '__of_iio_channel_get': /kisskb/src/drivers/iio/inkern.c:158:32: note: byref variable will be forcibly initialized 158 | struct of_phandle_args iiospec; | ^~~~~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_read_avail_channel_raw': /kisskb/src/drivers/iio/inkern.c:802:13: note: byref variable will be forcibly initialized 802 | int type; | ^~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_read_max_channel_raw': /kisskb/src/drivers/iio/inkern.c:866:13: note: byref variable will be forcibly initialized 866 | int type; | ^~~~ /kisskb/src/drivers/vfio/vfio_main.c: In function 'vfio_ioctl_device_feature_migration': /kisskb/src/drivers/vfio/vfio_main.c:1614:46: note: byref variable will be forcibly initialized 1614 | struct vfio_device_feature_migration mig = { | ^~~ In file included from /kisskb/src/drivers/of/irq.c:23: /kisskb/src/drivers/of/irq.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/irq.c: In function '__of_msi_map_id': /kisskb/src/drivers/vfio/vfio_main.c: In function 'vfio_ioctl_device_feature_mig_device_state': /kisskb/src/drivers/vfio/vfio_main.c:1585:44: note: byref variable will be forcibly initialized 1585 | enum vfio_device_mig_state curr_state; | ^~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_main.c:1567:46: note: byref variable will be forcibly initialized 1567 | struct vfio_device_feature_mig_state mig; | ^~~ /kisskb/src/drivers/vfio/vfio_main.c: In function 'vfio_ioctl_device_feature': /kisskb/src/drivers/vfio/vfio_main.c:1635:36: note: byref variable will be forcibly initialized 1635 | struct vfio_device_feature feature; | ^~~~~~~ /kisskb/src/drivers/of/irq.c:635:13: note: byref variable will be forcibly initialized 635 | u32 id_out = id_in; | ^~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_find_parent': /kisskb/src/drivers/of/irq.c:57:17: 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:120:13: note: byref variable will be forcibly initialized 120 | int imaplen, match, i, rc = -EINVAL; | ^~~~~~~ /kisskb/src/drivers/of/irq.c:119:52: note: byref variable will be forcibly initialized 119 | u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:119:36: note: byref variable will be forcibly initialized 119 | u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; | ^~~~~~~~~~ /kisskb/src/drivers/of/irq.c:119:13: note: byref variable will be forcibly initialized 119 | u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; | ^~~~~~~ /kisskb/src/drivers/of/irq.c:118:43: note: byref variable will be forcibly initialized 118 | const __be32 *tmp, *imap, *imask, dummy_imask[] = { [0 ... MAX_PHANDLE_ARGS] = cpu_to_be32(~0) }; | ^~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:116:16: note: byref variable will be forcibly initialized 116 | __be32 initial_match_array[MAX_PHANDLE_ARGS]; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio_main.c: In function 'vfio_group_fops_unl_ioctl': /kisskb/src/drivers/vfio/vfio_main.c:1223:42: note: byref variable will be forcibly initialized 1223 | struct vfio_group_status status; | ^~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_parse_one': /kisskb/src/drivers/of/irq.c:333:13: note: byref variable will be forcibly initialized 333 | u32 intsize; | ^~~~~~~ /kisskb/src/drivers/of/irq.c: In function 'irq_of_parse_and_map': /kisskb/src/drivers/of/irq.c:38:32: note: byref variable will be forcibly initialized 38 | struct of_phandle_args oirq; | ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_get': /kisskb/src/drivers/of/irq.c:433:32: note: byref variable will be forcibly initialized 433 | struct of_phandle_args oirq; | ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_to_resource': /kisskb/src/drivers/of/irq.c:402:29: note: byref variable will be forcibly initialized 402 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_count': /kisskb/src/drivers/of/irq.c:478:32: note: byref variable will be forcibly initialized 478 | struct of_phandle_args irq; | ^~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_init': /kisskb/src/drivers/of/irq.c:527:42: note: byref variable will be forcibly initialized 527 | struct list_head intc_desc_list, intc_parent_list; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:527:26: note: byref variable will be forcibly initialized 527 | struct list_head intc_desc_list, intc_parent_list; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:524:36: note: byref variable will be forcibly initialized 524 | const struct of_device_id *match; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_print.c:37: /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_vprintf': /kisskb/src/include/drm/drm_print.h:108:26: note: byref variable will be forcibly initialized 108 | struct va_format vaf = { .fmt = fmt, .va = va }; | ^~~ /kisskb/src/drivers/of/irq.c: In function 'of_msi_map_get_device_domain': /kisskb/src/drivers/of/irq.c:678:29: note: byref variable will be forcibly initialized 678 | struct device_node *np = NULL; | ^~ /kisskb/src/drivers/of/irq.c: In function 'of_msi_get_domain': /kisskb/src/drivers/of/irq.c:713:40: note: byref variable will be forcibly initialized 713 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_printf': /kisskb/src/drivers/gpu/drm/drm_print.c:199:17: note: byref variable will be forcibly initialized 199 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_dev_printk': /kisskb/src/drivers/gpu/drm/drm_print.c:242:17: note: byref variable will be forcibly initialized 242 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function '__drm_dbg': /kisskb/src/drivers/gpu/drm/drm_print.c:286:17: note: byref variable will be forcibly initialized 286 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function '__drm_err': /kisskb/src/drivers/gpu/drm/drm_print.c:305:17: note: byref variable will be forcibly initialized 305 | va_list args; | ^~~~ /kisskb/src/drivers/iio/industrialio-trigger.c: In function 'iio_alloc_pollfunc': /kisskb/src/drivers/iio/industrialio-trigger.c:364:17: note: byref variable will be forcibly initialized 364 | va_list vargs; | ^~~~~ /kisskb/src/drivers/iio/industrialio-trigger.c: In function '__iio_trigger_alloc': /kisskb/src/drivers/iio/industrialio-trigger.c:616:17: note: byref variable will be forcibly initialized 616 | va_list vargs; | ^~~~~ /kisskb/src/drivers/iio/industrialio-trigger.c: In function '__devm_iio_trigger_alloc': /kisskb/src/drivers/iio/industrialio-trigger.c:658:17: note: byref variable will be forcibly initialized 658 | va_list vargs; | ^~~~~ In file included from /kisskb/src/drivers/clk/meson/vid-pll-div.h:11, from /kisskb/src/drivers/clk/meson/vid-pll-div.c:11: /kisskb/src/drivers/clk/meson/vid-pll-div.c: In function 'meson_parm_read': /kisskb/src/drivers/clk/meson/parm.h:32:22: note: byref variable will be forcibly initialized 32 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_dev_dbg': /kisskb/src/drivers/gpu/drm/drm_print.c:263:17: note: byref variable will be forcibly initialized 263 | va_list args; | ^~~~ /kisskb/src/crypto/sm3.c: In function 'sm3_update': /kisskb/src/crypto/sm3.c:181:13: note: byref variable will be forcibly initialized 181 | u32 W[16]; | ^ /kisskb/src/crypto/sm3.c: In function 'sm3_final': /kisskb/src/crypto/sm3.c:221:13: note: byref variable will be forcibly initialized 221 | u32 W[16]; | ^ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'win_switch_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:2063:23: note: byref variable will be forcibly initialized 2063 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'wrap_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1832:23: note: byref variable will be forcibly initialized 1832 | unsigned long val; | ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'intel_th_msc_read': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1553:47: note: byref variable will be forcibly initialized 1553 | struct msc_win_to_user_struct u = { | ^ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/hwtracing/intel_th/msu.c:11: /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'krealloc_array': /kisskb/src/include/linux/slab.h:655:16: note: byref variable will be forcibly initialized 655 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'nr_pages_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1991:23: note: byref variable will be forcibly initialized 1991 | unsigned long val, *win = NULL, *rewin; | ^~~ /kisskb/src/drivers/hwtracing/intel_th/msu.c: In function 'mode_store': /kisskb/src/drivers/hwtracing/intel_th/msu.c:1883:13: note: byref variable will be forcibly initialized 1883 | int i, ret; | ^ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_universal_plane_init': /kisskb/src/drivers/gpu/drm/drm_plane.c:388:17: note: byref variable will be forcibly initialized 388 | 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:422:17: note: byref variable will be forcibly initialized 422 | va_list ap; | ^~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'setplane_internal': /kisskb/src/drivers/gpu/drm/drm_plane.c:936:40: note: byref variable will be forcibly initialized 936 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_config_reset': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:188:40: note: byref variable will be forcibly initialized 188 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_cursor_common': /kisskb/src/drivers/gpu/drm/drm_plane.c:1100:40: note: byref variable will be forcibly initialized 1100 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_cursor_ioctl': /kisskb/src/drivers/gpu/drm/drm_plane.c:1179:33: note: byref variable will be forcibly initialized 1179 | struct drm_mode_cursor2 new_req; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_page_flip_ioctl': /kisskb/src/drivers/gpu/drm/drm_plane.c:1209:40: note: byref variable will be forcibly initialized 1209 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drmm_mode_config_init': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:435:33: note: byref variable will be forcibly initialized 435 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:434:39: note: byref variable will be forcibly initialized 434 | struct ww_acquire_ctx resv_ctx; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:433:48: note: byref variable will be forcibly initialized 433 | 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:541:36: note: byref variable will be forcibly initialized 541 | struct drm_printer p = drm_debug_printer("[leaked fb]"); | ^ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:481:40: note: byref variable will be forcibly initialized 481 | 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:104:40: note: byref variable will be forcibly initialized 104 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'remove_id_store': /kisskb/src/drivers/usb/core/driver.c:156:13: note: byref variable will be forcibly initialized 156 | u32 idProduct; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:155:13: note: byref variable will be forcibly initialized 155 | u32 idVendor; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/usb/core/driver.c:28: /kisskb/src/drivers/usb/core/driver.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'usb_suspend_both': /kisskb/src/drivers/usb/core/driver.c:1440:29: note: byref variable will be forcibly initialized 1440 | u16 devstat; | ^~~~~~~ /kisskb/src/drivers/platform/chrome/cros_usbpd_notify.c: In function 'cros_usbpd_get_event_and_notify': /kisskb/src/drivers/platform/chrome/cros_usbpd_notify.c:59:46: note: byref variable will be forcibly initialized 59 | struct ec_response_host_event_status host_event_status; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'usb_store_new_id': /kisskb/src/drivers/usb/core/driver.c:51:24: note: byref variable will be forcibly initialized 51 | u32 refVendor, refProduct; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:51:13: note: byref variable will be forcibly initialized 51 | u32 refVendor, refProduct; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:50:22: note: byref variable will be forcibly initialized 50 | unsigned int bInterfaceClass = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:49:13: note: byref variable will be forcibly initialized 49 | u32 idProduct = 0; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:48:13: note: byref variable will be forcibly initialized 48 | u32 idVendor = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/mfd/mfd-core.c:11: /kisskb/src/drivers/mfd/mfd-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/mfd-core.c: In function 'mfd_remove_devices_late': /kisskb/src/drivers/mfd/mfd-core.c:394:13: note: byref variable will be forcibly initialized 394 | 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:402:13: note: byref variable will be forcibly initialized 402 | int level = MFD_DEP_LEVEL_NORMAL; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/drivers/base/power/runtime.c:8: /kisskb/src/drivers/base/power/runtime.c: In function '__pm_runtime_barrier': /kisskb/src/drivers/base/power/runtime.c:1361:29: note: byref variable will be forcibly initialized 1361 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:1361:17: note: in expansion of macro 'DEFINE_WAIT' 1361 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_resume': /kisskb/src/drivers/base/power/runtime.c:792:29: note: byref variable will be forcibly initialized 792 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:792:17: note: in expansion of macro 'DEFINE_WAIT' 792 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_suspend': /kisskb/src/drivers/base/power/runtime.c:610:29: note: byref variable will be forcibly initialized 610 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:610:17: note: in expansion of macro 'DEFINE_WAIT' 610 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:13, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/slimbus/messaging.c:6: /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_do_transfer': /kisskb/src/drivers/slimbus/messaging.c:112:36: note: byref variable will be forcibly initialized 112 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:27: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_read': /kisskb/src/drivers/slimbus/messaging.c:298:29: note: byref variable will be forcibly initialized 298 | struct slim_val_inf msg; | ^~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_readb': /kisskb/src/drivers/slimbus/messaging.c:317:12: note: byref variable will be forcibly initialized 317 | u8 buf; | ^~~ /kisskb/src/drivers/slimbus/messaging.c: In function 'slim_write': /kisskb/src/drivers/slimbus/messaging.c:341:29: note: byref variable will be forcibly initialized 341 | struct slim_val_inf msg; | ^~~ /kisskb/src/drivers/mfd/twl6040.c: In function 'twl6040_reg_read': /kisskb/src/drivers/mfd/twl6040.c:102:22: 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:22: note: byref variable will be forcibly initialized 532 | unsigned int reg; | ^~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/kfifo.c: In function '__kfifo_out_r': /kisskb/src/lib/kfifo.c:479:22: note: byref variable will be forcibly initialized 479 | unsigned int n; | ^ /kisskb/src/lib/kfifo.c: In function '__kfifo_out_peek_r': /kisskb/src/lib/kfifo.c:467:22: note: byref variable will be forcibly initialized 467 | unsigned int n; | ^ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/input/input.c:13: /kisskb/src/drivers/input/input.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_default_setkeycode': /kisskb/src/drivers/input/input.c:864:22: note: byref variable will be forcibly initialized 864 | unsigned int index; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/linux/input/mt.h:11, from /kisskb/src/drivers/input/input.c:14: /kisskb/src/drivers/input/input.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/input/input.c:13: /kisskb/src/drivers/input/input.c: In function 'input_grab_device': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c:573:9: note: in expansion of macro 'rcu_assign_pointer' 573 | rcu_assign_pointer(dev->grab, handle); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_default_getkeycode': /kisskb/src/drivers/input/input.c:835:22: note: byref variable will be forcibly initialized 835 | unsigned int index; | ^~~~~ /kisskb/src/drivers/input/input.c: In function 'input_seq_print_bitmap': /kisskb/src/drivers/input/input.c:1171:14: note: byref variable will be forcibly initialized 1171 | char buf[18]; | ^~~ /kisskb/src/drivers/input/input-compat.c: In function 'input_event_from_user': /kisskb/src/drivers/input/input-compat.c:18:43: note: byref variable will be forcibly initialized 18 | struct input_event_compat compat_event; | ^~~~~~~~~~~~ /kisskb/src/drivers/input/input-compat.c: In function 'input_event_to_user': /kisskb/src/drivers/input/input-compat.c:42:43: note: byref variable will be forcibly initialized 42 | struct input_event_compat compat_event; | ^~~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_set_keycode': /kisskb/src/drivers/input/input.c:955:22: note: byref variable will be forcibly initialized 955 | unsigned int old_keycode; | ^~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_get_disposition': /kisskb/src/drivers/input/input.c:241:13: note: byref variable will be forcibly initialized 241 | int value = *pval; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/hid/hid-core.c:16: /kisskb/src/drivers/hid/hid-core.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/radix-tree.h:11, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/input/input.c:13: /kisskb/src/drivers/input/input.c: In function '__input_release_device': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/input.c:589:17: note: in expansion of macro 'rcu_assign_pointer' 589 | rcu_assign_pointer(dev->grab, NULL); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/hid/hid-core.c:16: /kisskb/src/drivers/hid/hid-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_scan_report': /kisskb/src/drivers/hid/hid-core.c:875:25: note: byref variable will be forcibly initialized 875 | struct hid_item item; | ^~~~ /kisskb/src/drivers/input/input.c: In function 'inhibited_store': /kisskb/src/drivers/input/input.c:1466:14: note: byref variable will be forcibly initialized 1466 | bool inhibited; | ^~~~~~~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'new_id_store': /kisskb/src/drivers/hid/hid-core.c:2460:23: note: byref variable will be forcibly initialized 2460 | unsigned long driver_data = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-core.c:2459:28: note: byref variable will be forcibly initialized 2459 | __u32 bus, vendor, product; | ^~~~~~~ /kisskb/src/drivers/hid/hid-core.c:2459:20: note: byref variable will be forcibly initialized 2459 | __u32 bus, vendor, product; | ^~~~~~ /kisskb/src/drivers/hid/hid-core.c:2459:15: note: byref variable will be forcibly initialized 2459 | __u32 bus, vendor, product; | ^~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_open_report': /kisskb/src/drivers/hid/hid-core.c:1199:22: note: byref variable will be forcibly initialized 1199 | unsigned int size; | ^~~~ /kisskb/src/drivers/hid/hid-core.c:1198:25: note: byref variable will be forcibly initialized 1198 | struct hid_item item; | ^~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_connect': /kisskb/src/drivers/hid/hid-core.c:2150:14: note: byref variable will be forcibly initialized 2150 | char buf[64] = ""; | ^~~ /kisskb/src/crypto/nhpoly1305.c: In function 'nhpoly1305_units': /kisskb/src/crypto/nhpoly1305.c:106:32: note: byref variable will be forcibly initialized 106 | __le64 tmp_hash[NH_NUM_PASSES]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_get_last_vbltimestamp': /kisskb/src/drivers/gpu/drm/drm_vblank.c:875:13: note: byref variable will be forcibly initialized 875 | int max_error = (int) drm_timestamp_precision * 1000; | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_vblank.c:34: /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drmm_kmalloc_array': /kisskb/src/include/drm/drm_managed.h:79:16: note: byref variable will be forcibly initialized 79 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_vblank_reply': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1726:17: note: byref variable will be forcibly initialized 1726 | ktime_t now; | ^~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_reset_vblank_timestamp': /kisskb/src/drivers/gpu/drm/drm_vblank.c:235:17: note: byref variable will be forcibly initialized 235 | ktime_t t_vblank; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_vblank_restore': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1475:17: 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:17: note: byref variable will be forcibly initialized 284 | ktime_t t_vblank; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_send_vblank_event': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1088:17: note: byref variable will be forcibly initialized 1088 | ktime_t now; | ^~~ /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:19: note: byref variable will be forcibly initialized 703 | int vpos, hpos, i; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:703:13: note: byref variable will be forcibly initialized 703 | int vpos, hpos, i; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:700:24: note: byref variable will be forcibly initialized 700 | ktime_t stime, etime; | ^~~~~ /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/bcma/main.c: In function 'bcma_of_irq_parse': /kisskb/src/drivers/bcma/main.c:163:16: note: byref variable will be forcibly initialized 163 | __be32 laddr[1]; | ^~~~~ /kisskb/src/drivers/bcma/main.c: In function 'bcma_of_get_irq': /kisskb/src/drivers/bcma/main.c:183:32: note: byref variable will be forcibly initialized 183 | struct of_phandle_args out_irq; | ^~~~~~~ /kisskb/src/drivers/bcma/main.c: In function 'bcma_of_find_child_device': /kisskb/src/drivers/bcma/main.c:143:13: note: byref variable will be forcibly initialized 143 | u64 size; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_vblank_off': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1306:17: 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:17: 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:17: 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_one_vblank': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:1265:15: note: in expansion of macro 'wait_event_timeout' 1265 | ret = wait_event_timeout(vblank->queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_vblank_ioctl': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:506:9: note: in expansion of macro '___wait_event' 506 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:535:25: note: in expansion of macro '__wait_event_interruptible_timeout' 535 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:1856:24: note: in expansion of macro 'wait_event_interruptible_timeout' 1856 | wait = wait_event_interruptible_timeout(vblank->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_get_sequence_ioctl': /kisskb/src/drivers/gpu/drm/drm_vblank.c:2028:17: 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:17: note: byref variable will be forcibly initialized 2084 | ktime_t now; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/include/drm/drm_modes.h:30, from /kisskb/src/include/drm/drm_crtc.h:32, 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:634:16: note: byref variable will be forcibly initialized 634 | 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:535:35: note: byref variable will be forcibly initialized 535 | 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:366:40: note: byref variable will be forcibly initialized 366 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/w1/w1_int.c: In function 'w1_add_master_device': /kisskb/src/drivers/w1/w1_int.c:97:31: note: byref variable will be forcibly initialized 97 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/w1/w1_int.c: In function '__w1_remove_master_device': /kisskb/src/drivers/w1/w1_int.c:176:31: note: byref variable will be forcibly initialized 176 | struct w1_netlink_msg msg; | ^~~ /kisskb/src/drivers/usb/core/file.c: In function 'usb_register_dev': /kisskb/src/drivers/usb/core/file.c:162:14: note: byref variable will be forcibly initialized 162 | char name[20]; | ^~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:310: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'periodic_unlink': /kisskb/src/drivers/usb/host/ehci-sched.c:67:33: note: byref variable will be forcibly initialized 67 | union ehci_shadow here = *prev_p; | ^~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'itd_link': /kisskb/src/drivers/usb/host/ehci-sched.c:1718:33: note: byref variable will be forcibly initialized 1718 | union ehci_shadow here = *prev; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/ehci-hcd.c:10: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/accel/kxsd9.c: In function 'kxsd9_read_raw': /kisskb/src/drivers/iio/accel/kxsd9.c:166:16: note: byref variable will be forcibly initialized 166 | __be16 raw_val; | ^~~~~~~ /kisskb/src/drivers/iio/accel/kxsd9.c:165:22: note: byref variable will be forcibly initialized 165 | unsigned int regval; | ^~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/ehci-hcd.c:10: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/accel/kxsd9.c: In function 'kxsd9_trigger_handler': /kisskb/src/drivers/iio/accel/kxsd9.c:219:11: note: byref variable will be forcibly initialized 219 | } hw_values; | ^~~~~~~~~ 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:25: note: byref variable will be forcibly initialized 839 | unsigned c_mask; | ^~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'qh_link_periodic': /kisskb/src/drivers/usb/host/ehci-sched.c:538:41: note: byref variable will be forcibly initialized 538 | union ehci_shadow here = *prev; | ^~~~ 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:25: note: byref variable will be forcibly initialized 402 | unsigned long events; | ^~~~~~ 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:33: note: byref variable will be forcibly initialized 39 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_qh_alloc': /kisskb/src/drivers/usb/host/ehci-mem.c:70:33: note: byref variable will be forcibly initialized 70 | dma_addr_t dma; | ^~~ 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:1240:33: note: byref variable will be forcibly initialized 1240 | dma_addr_t itd_dma; | ^~~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'sitd_urb_transaction': /kisskb/src/drivers/usb/host/ehci-sched.c:2039:33: note: byref variable will be forcibly initialized 2039 | dma_addr_t sitd_dma; | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/base/regmap/trace.h:257, from /kisskb/src/drivers/base/regmap/regmap.c:23: /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_reg': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:309: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_submit_single_step_set_feature': /kisskb/src/drivers/usb/host/ehci-q.c:1175:33: note: byref variable will be forcibly initialized 1175 | struct list_head qtd_list; | ^~~~~~~~ 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:33: note: byref variable will be forcibly initialized 913 | struct list_head empty; | ^~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_block': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regcache_sync': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_bool': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_urb_enqueue': /kisskb/src/drivers/usb/host/ehci-hcd.c:884:33: 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:33: note: byref variable will be forcibly initialized 86 | unsigned uframe_periodic_max; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_async': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 177 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 177 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'companion_store': /kisskb/src/drivers/usb/host/ehci-sysfs.c:42:33: note: byref variable will be forcibly initialized 42 | int portnum, new_owner; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regcache_drop_region': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_64_native': /kisskb/src/drivers/base/regmap/regmap.c:452:13: note: byref variable will be forcibly initialized 452 | u64 v; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_64_le_inplace': /kisskb/src/drivers/base/regmap/regmap.c:445:13: note: byref variable will be forcibly initialized 445 | u64 v = get_unaligned_le64(buf); | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_64_be_inplace': /kisskb/src/drivers/base/regmap/regmap.c:438:13: note: byref variable will be forcibly initialized 438 | u64 v = get_unaligned_be64(buf); | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_32_native': /kisskb/src/drivers/base/regmap/regmap.c:419:13: note: byref variable will be forcibly initialized 419 | u32 v; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_32_le_inplace': /kisskb/src/drivers/base/regmap/regmap.c:412:13: note: byref variable will be forcibly initialized 412 | u32 v = get_unaligned_le32(buf); | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_32_be_inplace': /kisskb/src/drivers/base/regmap/regmap.c:405:13: note: byref variable will be forcibly initialized 405 | u32 v = get_unaligned_be32(buf); | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_16_native': /kisskb/src/drivers/base/regmap/regmap.c:377:13: note: byref variable will be forcibly initialized 377 | u16 v; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_16_le_inplace': /kisskb/src/drivers/base/regmap/regmap.c:370:13: note: byref variable will be forcibly initialized 370 | u16 v = get_unaligned_le16(buf); | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_16_be_inplace': /kisskb/src/drivers/base/regmap/regmap.c:363:13: note: byref variable will be forcibly initialized 363 | u16 v = get_unaligned_be16(buf); | ^ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_fence_add_wait': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:244:27: note: byref variable will be forcibly initialized 244 | struct dma_fence *fence; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/drivers/gpu/drm/drm_syncobj.c:189: /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ 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:25: note: byref variable will be forcibly initialized 38 | __le32 buf; | ^~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_64_native': /kisskb/src/drivers/base/regmap/regmap.c:334:13: note: byref variable will be forcibly initialized 334 | u64 v = (u64) val << shift; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_32_native': /kisskb/src/drivers/base/regmap/regmap.c:315:13: note: byref variable will be forcibly initialized 315 | u32 v = val << shift; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_16_native': /kisskb/src/drivers/base/regmap/regmap.c:286:13: note: byref variable will be forcibly initialized 286 | u16 v = val << shift; | ^ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_bus_resume': /kisskb/src/drivers/usb/host/ehci-hub.c:382:33: note: byref variable will be forcibly initialized 382 | unsigned long resume_needed = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_find_fence': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:388:35: note: byref variable will be forcibly initialized 388 | struct syncobj_wait_entry wait; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_export_sync_file': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:709:27: note: byref variable will be forcibly initialized 709 | 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:1011:35: note: byref variable will be forcibly initialized 1011 | struct dma_fence *fence; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/regmap/regmap.c:9: /kisskb/src/drivers/base/regmap/regmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_array_wait': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1157:18: note: byref variable will be forcibly initialized 1157 | uint32_t first = ~0; | ^~~~~ In file included 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/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'syncobj_wait_syncobj_func': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:952:27: note: byref variable will be forcibly initialized 952 | struct dma_fence *fence; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/gpu/drm/drm_syncobj.c:189: /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_replace_fence': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:335:9: note: in expansion of macro 'rcu_assign_pointer' 335 | rcu_assign_pointer(syncobj->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:902:27: note: byref variable will be forcibly initialized 902 | struct dma_fence *fence; | ^~~~~ In file included from /kisskb/src/include/linux/list.h:11, 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/gpu/drm/drm_syncobj.c:189: /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_add_point': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:303:9: note: in expansion of macro 'rcu_assign_pointer' 303 | rcu_assign_pointer(syncobj->fence, &chain->base); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_syncobj.c:187: /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_transfer_to_timeline': /kisskb/src/include/linux/dma-fence-unwrap.h:70:41: note: byref variable will be forcibly initialized 70 | struct dma_fence_unwrap __c[ARRAY_SIZE(__f)]; \ | ^~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:875:17: note: in expansion of macro 'dma_fence_unwrap_merge' 875 | fence = dma_fence_unwrap_merge(tmp); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dma-fence-unwrap.h:69:35: note: byref variable will be forcibly initialized 69 | struct dma_fence *__f[] = { __VA_ARGS__ }; \ | ^~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:875:17: note: in expansion of macro 'dma_fence_unwrap_merge' 875 | fence = dma_fence_unwrap_merge(tmp); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:861:35: note: byref variable will be forcibly initialized 861 | struct dma_fence *fence, *tmp; | ^~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_create_as_handle': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:562:29: note: byref variable will be forcibly initialized 562 | struct drm_syncobj *syncobj; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_wait_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1245:30: note: byref variable will be forcibly initialized 1245 | 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:1278:30: note: byref variable will be forcibly initialized 1278 | 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:1313:30: note: byref variable will be forcibly initialized 1313 | 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:1346:30: note: byref variable will be forcibly initialized 1346 | 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:1382:30: note: byref variable will be forcibly initialized 1382 | struct drm_syncobj **syncobjs; | ^~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_cached': /kisskb/src/drivers/base/regmap/regmap.c:107:22: note: byref variable will be forcibly initialized 107 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_query_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1478:26: note: byref variable will be forcibly initialized 1478 | uint64_t point; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1454:30: note: byref variable will be forcibly initialized 1454 | struct drm_syncobj **syncobjs; | ^~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_field_read': /kisskb/src/drivers/base/regmap/regmap.c:2979:22: note: byref variable will be forcibly initialized 2979 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_test_bits': /kisskb/src/drivers/base/regmap/regmap.c:3189:22: note: byref variable will be forcibly initialized 3189 | unsigned int val, ret; | ^~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_update_bits': /kisskb/src/drivers/base/regmap/regmap.c:3107:27: note: byref variable will be forcibly initialized 3107 | unsigned int tmp, orig; | ^~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_select_page': /kisskb/src/drivers/base/regmap/regmap.c:1626:14: note: byref variable will be forcibly initialized 1626 | bool page_chg; | ^~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2837:22: note: byref variable will be forcibly initialized 2837 | unsigned int v; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_bulk_read': /kisskb/src/drivers/base/regmap/regmap.c:3066:38: note: byref variable will be forcibly initialized 3066 | unsigned int ival; | ^~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_field_test_bits': /kisskb/src/drivers/base/regmap/regmap.c:2238:22: note: byref variable will be forcibly initialized 2238 | unsigned int val, ret; | ^~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_fields_read': /kisskb/src/drivers/base/regmap/regmap.c:3006:22: note: byref variable will be forcibly initialized 3006 | unsigned int reg_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/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/regmap/regmap.c:9: /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_async_complete': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c:3251:9: note: in expansion of macro 'wait_event' 3251 | wait_event(map->async_waitq, regmap_async_is_done(map)); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, 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/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'fw_decompress_xz_single': /kisskb/src/drivers/base/firmware_loader/main.c:389:23: note: byref variable will be forcibly initialized 389 | struct xz_buf xz_buf; | ^~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function '_request_firmware_prepare': /kisskb/src/drivers/base/firmware_loader/main.c:733:25: note: byref variable will be forcibly initialized 733 | 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:514:24: note: byref variable will be forcibly initialized 514 | size_t file_size = 0; | ^~~~~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c:500:15: note: byref variable will be forcibly initialized 500 | void *buffer = NULL; | ^~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'fw_decompress_xz_pages': /kisskb/src/drivers/base/firmware_loader/main.c:415:23: note: byref variable will be forcibly initialized 415 | struct xz_buf xz_buf; | ^~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function '_request_firmware': /kisskb/src/drivers/base/firmware_loader/main.c:800:26: note: byref variable will be forcibly initialized 800 | 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:1101:32: note: byref variable will be forcibly initialized 1101 | const struct firmware *fw; | ^~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_parse_header_sg_first': /kisskb/src/drivers/fpga/fpga-mgr.c:184:32: note: byref variable will be forcibly initialized 184 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_prepare_sg': /kisskb/src/drivers/fpga/fpga-mgr.c:298:16: note: byref variable will be forcibly initialized 298 | size_t len; | ^~~ /kisskb/src/drivers/fpga/fpga-mgr.c:297:32: note: byref variable will be forcibly initialized 297 | struct sg_mapping_iter miter; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/include/linux/fpga/fpga-mgr.h:12, from /kisskb/src/drivers/fpga/fpga-mgr.c:12: /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_buf_load_sg': /kisskb/src/drivers/fpga/fpga-mgr.c:377:40: note: byref variable will be forcibly initialized 377 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_buf_load': /kisskb/src/drivers/fpga/fpga-mgr.c:469:25: note: byref variable will be forcibly initialized 469 | struct sg_table sgt; | ^~~ /kisskb/src/drivers/fpga/fpga-mgr.c: In function 'fpga_mgr_firmware_load': /kisskb/src/drivers/fpga/fpga-mgr.c:541:32: note: byref variable will be forcibly initialized 541 | const struct firmware *fw; | ^~ /kisskb/src/drivers/mfd/da903x.c: In function 'da903x_query_status': /kisskb/src/drivers/mfd/da903x.c:239:22: note: byref variable will be forcibly initialized 239 | unsigned int status = 0; | ^~~~~~ /kisskb/src/drivers/mfd/da903x.c: In function 'da9034_unmask_events': /kisskb/src/drivers/mfd/da903x.c:342:17: note: byref variable will be forcibly initialized 342 | uint8_t v[4]; | ^ /kisskb/src/drivers/mfd/da903x.c: In function 'da9034_mask_events': /kisskb/src/drivers/mfd/da903x.c:356:17: note: byref variable will be forcibly initialized 356 | uint8_t v[4]; | ^ /kisskb/src/drivers/mfd/da903x.c: In function 'da9030_unmask_events': /kisskb/src/drivers/mfd/da903x.c:265:17: note: byref variable will be forcibly initialized 265 | uint8_t v[3]; | ^ /kisskb/src/drivers/mfd/da903x.c: In function 'da9030_mask_events': /kisskb/src/drivers/mfd/da903x.c:278:17: note: byref variable will be forcibly initialized 278 | uint8_t v[3]; | ^ /kisskb/src/drivers/mfd/da903x.c: In function 'da9034_init_chip': /kisskb/src/drivers/mfd/da903x.c:309:17: note: byref variable will be forcibly initialized 309 | uint8_t chip_id; | ^~~~~~~ /kisskb/src/drivers/mfd/da903x.c: In function 'da9030_init_chip': /kisskb/src/drivers/mfd/da903x.c:248:17: note: byref variable will be forcibly initialized 248 | uint8_t chip_id; | ^~~~~~~ /kisskb/src/drivers/mfd/da903x.c: In function 'da9034_read_events': /kisskb/src/drivers/mfd/da903x.c:370:17: note: byref variable will be forcibly initialized 370 | uint8_t v[4] = {0, 0, 0, 0}; | ^ /kisskb/src/drivers/mfd/da903x.c: In function 'da9034_read_status': /kisskb/src/drivers/mfd/da903x.c:383:17: note: byref variable will be forcibly initialized 383 | uint8_t v[2] = {0, 0}; | ^ /kisskb/src/drivers/mfd/da903x.c: In function 'da9030_read_events': /kisskb/src/drivers/mfd/da903x.c:291:17: note: byref variable will be forcibly initialized 291 | uint8_t v[3] = {0, 0, 0}; | ^ /kisskb/src/drivers/mfd/da903x.c: In function 'da903x_set_bits': /kisskb/src/drivers/mfd/da903x.c:173:17: note: byref variable will be forcibly initialized 173 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/mfd/da903x.c: In function 'da903x_clr_bits': /kisskb/src/drivers/mfd/da903x.c:195:17: note: byref variable will be forcibly initialized 195 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/mfd/da903x.c: In function 'da903x_irq_work': /kisskb/src/drivers/mfd/da903x.c:398:22: note: byref variable will be forcibly initialized 398 | unsigned int events = 0; | ^~~~~~ /kisskb/src/drivers/mfd/da903x.c: In function 'da903x_probe': /kisskb/src/drivers/mfd/da903x.c:496:22: note: byref variable will be forcibly initialized 496 | unsigned int tmp; | ^~~ /kisskb/src/drivers/mfd/da903x.c: In function 'da903x_update': /kisskb/src/drivers/mfd/da903x.c:217:17: note: byref variable will be forcibly initialized 217 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/mux/core.c: In function 'mux_get': /kisskb/src/drivers/mux/core.c:535:32: note: byref variable will be forcibly initialized 535 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function '__reserved_mem_alloc_size': /kisskb/src/drivers/of/of_reserved_mem.c:90:23: note: byref variable will be forcibly initialized 90 | const __be32 *prop; | ^~~~ /kisskb/src/drivers/of/of_reserved_mem.c:89:13: note: byref variable will be forcibly initialized 89 | int len; | ^~~ /kisskb/src/drivers/of/of_reserved_mem.c:88:21: note: byref variable will be forcibly initialized 88 | phys_addr_t base = 0, align = 0, size; | ^~~~ 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:406:19: note: byref variable will be forcibly initialized 406 | LIST_HEAD(release_list); | ^~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/drivers/of/of_reserved_mem.c:15: /kisskb/src/drivers/of/of_reserved_mem.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function 'fdt_init_reserved_mem': /kisskb/src/drivers/of/of_reserved_mem.c:262:21: note: byref variable will be forcibly initialized 262 | int len; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/most/core.c:8: /kisskb/src/drivers/most/core.c: In function 'hdm_enqueue_thread': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/core.c:779:17: note: in expansion of macro 'wait_event_interruptible' 779 | wait_event_interruptible(c->hdm_fifo_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/xarray.h:15, from /kisskb/src/include/linux/radix-tree.h:21, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gnss/core.c:10: /kisskb/src/drivers/gnss/core.c: In function 'gnss_read': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/core.c:105:23: note: in expansion of macro 'wait_event_interruptible' 105 | ret = wait_event_interruptible(gdev->read_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/core.c:92:22: note: byref variable will be forcibly initialized 92 | unsigned int copied; | ^~~~~~ 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 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/input-mt.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, 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 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi.h:214, from /kisskb/src/drivers/fsi/fsi-core.c:96: /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(fsi_master_read, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_break': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(fsi_master_break, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_slave_init': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:125:1: note: in expansion of macro 'TRACE_EVENT' 125 | TRACE_EVENT(fsi_slave_init, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_slave_invalid_cfam': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:157:1: note: in expansion of macro 'TRACE_EVENT' 157 | TRACE_EVENT(fsi_slave_invalid_cfam, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_dev_init': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:180:1: note: in expansion of macro 'TRACE_EVENT' 180 | TRACE_EVENT(fsi_dev_init, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_write': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(fsi_master_write, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_node_matches': /kisskb/src/drivers/fsi/fsi-core.c:656:22: note: byref variable will be forcibly initialized 656 | unsigned int len, na, ns; | ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_device_node_matches': /kisskb/src/drivers/fsi/fsi-core.c:418:22: note: byref variable will be forcibly initialized 418 | unsigned int len, na, ns; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi.h:214, from /kisskb/src/drivers/fsi/fsi-core.c:96: /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_rw_result': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | TRACE_EVENT(fsi_master_rw_result, | ^~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtoull': /kisskb/src/lib/kstrtox.c:98:28: note: byref variable will be forcibly initialized 98 | unsigned long long _res; | ^~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtouint': /kisskb/src/lib/kstrtox.c:230:28: note: byref variable will be forcibly initialized 230 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou16': /kisskb/src/lib/kstrtox.c:277:28: note: byref variable will be forcibly initialized 277 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou8': /kisskb/src/lib/kstrtox.c:309:28: note: byref variable will be forcibly initialized 309 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoll': /kisskb/src/lib/kstrtox.c:158:28: note: byref variable will be forcibly initialized 158 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint': /kisskb/src/lib/kstrtox.c:261:19: note: byref variable will be forcibly initialized 261 | long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:427:1: note: in expansion of macro 'kstrto_from_user' 427 | kstrto_from_user(kstrtoint_from_user, kstrtoint, int); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtoul': /kisskb/src/lib/kstrtox.c:183:28: note: byref variable will be forcibly initialized 183 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtol': /kisskb/src/lib/kstrtox.c:199:19: note: byref variable will be forcibly initialized 199 | long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos16': /kisskb/src/lib/kstrtox.c:293:19: note: byref variable will be forcibly initialized 293 | long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos8': /kisskb/src/lib/kstrtox.c:325:19: note: byref variable will be forcibly initialized 325 | long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtobool_from_user': /kisskb/src/lib/kstrtox.c:398:14: note: byref variable will be forcibly initialized 398 | char buf[4]; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoull_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:422:1: note: in expansion of macro 'kstrto_from_user' 422 | kstrto_from_user(kstrtoull_from_user, kstrtoull, unsigned long long); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoll_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:423:1: note: in expansion of macro 'kstrto_from_user' 423 | kstrto_from_user(kstrtoll_from_user, kstrtoll, long long); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoul_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:424:1: note: in expansion of macro 'kstrto_from_user' 424 | kstrto_from_user(kstrtoul_from_user, kstrtoul, unsigned long); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtol_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:425:1: note: in expansion of macro 'kstrto_from_user' 425 | kstrto_from_user(kstrtol_from_user, kstrtol, long); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtouint_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:426:1: note: in expansion of macro 'kstrto_from_user' 426 | kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou16_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:428:1: note: in expansion of macro 'kstrto_from_user' 428 | kstrto_from_user(kstrtou16_from_user, kstrtou16, u16); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos16_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:429:1: note: in expansion of macro 'kstrto_from_user' 429 | kstrto_from_user(kstrtos16_from_user, kstrtos16, s16); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou8_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:430:1: note: in expansion of macro 'kstrto_from_user' 430 | kstrto_from_user(kstrtou8_from_user, kstrtou8, u8); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos8_from_user': /kisskb/src/lib/kstrtox.c:412:14: note: byref variable will be forcibly initialized 412 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:431:1: note: in expansion of macro 'kstrto_from_user' 431 | kstrto_from_user(kstrtos8_from_user, kstrtos8, s8); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_set_smode': /kisskb/src/drivers/fsi/fsi-core.c:272:16: note: byref variable will be forcibly initialized 272 | __be32 data; | ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'slave_send_echo_store': /kisskb/src/drivers/fsi/fsi-core.c:831:23: note: byref variable will be forcibly initialized 831 | unsigned long val; | ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_report_and_clear_errors': /kisskb/src/drivers/fsi/fsi-core.c:212:21: note: byref variable will be forcibly initialized 212 | __be32 irq, stat; | ^~~~ /kisskb/src/drivers/fsi/fsi-core.c:212:16: 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:18: 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:17: 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:711:24: note: byref variable will be forcibly initialized 711 | __be32 data; | ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_scan': /kisskb/src/drivers/fsi/fsi-core.c:483:24: 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:1058:26: note: byref variable will be forcibly initialized 1058 | uint32_t prop; | ^~~~ /kisskb/src/drivers/fsi/fsi-core.c:992:30: note: byref variable will be forcibly initialized 992 | __be32 data, llmode, slbus; | ^~~~~ /kisskb/src/drivers/fsi/fsi-core.c:992:22: note: byref variable will be forcibly initialized 992 | __be32 data, llmode, slbus; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-core.c:992:16: note: byref variable will be forcibly initialized 992 | __be32 data, llmode, slbus; | ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_write': /kisskb/src/drivers/fsi/fsi-core.c:373:17: 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:748:24: note: byref variable will be forcibly initialized 748 | __be32 data; | ^~~~ 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/base/power/domain.c:12: /kisskb/src/drivers/base/power/domain.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/base/soc.c:11: /kisskb/src/drivers/base/soc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/string_helpers.c: In function 'string_unescape': /kisskb/src/lib/string_helpers.c:271:15: note: byref variable will be forcibly initialized 271 | char *out = dst; | ^~~ /kisskb/src/drivers/base/power/domain.c: In function '__genpd_dev_pm_attach': /kisskb/src/drivers/base/power/domain.c:2719:32: note: byref variable will be forcibly initialized 2719 | struct of_phandle_args pd_args; | ^~~~~~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_parse_state': In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/lib/string_helpers.c:13: /kisskb/src/lib/string_helpers.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/power/domain.c:2907:28: note: byref variable will be forcibly initialized 2907 | u32 entry_latency, exit_latency; | ^~~~~~~~~~~~ /kisskb/src/drivers/base/power/domain.c:2907:13: note: byref variable will be forcibly initialized 2907 | u32 entry_latency, exit_latency; | ^~~~~~~~~~~~~ /kisskb/src/lib/string_helpers.c: In function 'string_get_size': /kisskb/src/lib/string_helpers.c:55:14: note: byref variable will be forcibly initialized 55 | char tmp[8]; | ^~~ /kisskb/src/drivers/base/power/domain.c:2906:13: note: byref variable will be forcibly initialized 2906 | u32 residency; | ^~~~~~~~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_iterate_idle_states': /kisskb/src/drivers/base/power/domain.c:2940:36: note: byref variable will be forcibly initialized 2940 | struct of_phandle_iterator it; | ^~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_summary_one': /kisskb/src/drivers/base/power/domain.c:3101:14: note: byref variable will be forcibly initialized 3101 | char state[16]; | ^~~~~ /kisskb/src/lib/string_helpers.c: In function 'string_escape_mem': /kisskb/src/lib/string_helpers.c:523:15: note: byref variable will be forcibly initialized 523 | char *p = dst; | ^ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_read_poll_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:156:13: note: byref variable will be forcibly initialized 156 | s32 value = 0; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_get_report_latency': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:470:13: note: byref variable will be forcibly initialized 470 | int value; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/ohci-hcd.c:24: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ /kisskb/src/lib/string_helpers.c: In function 'kstrdup_quotable': /kisskb/src/lib/string_helpers.c:599:20: note: byref variable will be forcibly initialized 599 | const char esc[] = "\f\n\r\t\v\a\e\\\""; | ^~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_read_samp_freq_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:177:13: note: byref variable will be forcibly initialized 177 | s32 value; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_read_raw_hyst_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:239:13: note: byref variable will be forcibly initialized 239 | s32 value; | ^~~~~ /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_read_raw_hyst_rel_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:262:13: note: byref variable will be forcibly initialized 262 | s32 value; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_write_samp_freq_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:204:13: note: byref variable will be forcibly initialized 204 | s32 value; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_write_raw_hyst_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:285:13: note: byref variable will be forcibly initialized 285 | s32 value; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_write_raw_hyst_rel_value': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:316:13: note: byref variable will be forcibly initialized 316 | s32 value; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c: In function 'hid_sensor_parse_common_attributes': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:559:27: note: byref variable will be forcibly initialized 559 | int val0, val1; | ^~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:559:21: note: byref variable will be forcibly initialized 559 | int val0, val1; | ^~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:504:13: note: byref variable will be forcibly initialized 504 | s32 value; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:503:46: note: byref variable will be forcibly initialized 503 | struct hid_sensor_hub_attribute_info timestamp; | ^~~~~~~~~ /kisskb/src/drivers/greybus/operation.c: In function 'gb_connection_recv': /kisskb/src/drivers/greybus/operation.c:1029:37: note: byref variable will be forcibly initialized 1029 | struct gb_operation_msg_hdr header; | ^~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/greybus/operation.c:10: /kisskb/src/drivers/greybus/operation.c: In function 'gb_operation_cancel': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c:1083:9: note: in expansion of macro 'wait_event' 1083 | wait_event(gb_operation_cancellation_queue, | ^~~~~~~~~~ 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:34: note: byref variable will be forcibly initialized 588 | char *next; | ^~~~ /kisskb/src/drivers/greybus/operation.c: In function 'gb_operation_cancel_incoming': /kisskb/src/drivers/usb/host/ohci-dbg.c:587:39: note: byref variable will be forcibly initialized 587 | unsigned temp, size; | ^~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/greybus/operation.c:1110:9: note: in expansion of macro 'wait_event' 1110 | wait_event(gb_operation_cancellation_queue, | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/host/ohci-hcd.c:24: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/adc/ad7091r-base.c: In function 'ad7091r_event_handler': /kisskb/src/drivers/iio/adc/ad7091r-base.c:179:25: note: byref variable will be forcibly initialized 179 | unsigned int i, read_val; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/ad7091r-base.c: In function 'ad7091r_set_channel': /kisskb/src/drivers/iio/adc/ad7091r-base.c:82:22: note: byref variable will be forcibly initialized 82 | unsigned int dummy; | ^~~~~ /kisskb/src/drivers/iio/adc/ad7091r-base.c: In function 'ad7091r_read_one': /kisskb/src/drivers/iio/adc/ad7091r-base.c:102:22: note: byref variable will be forcibly initialized 102 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/adc/ad7091r-base.c: In function 'ad7091r_read_raw': /kisskb/src/drivers/iio/adc/ad7091r-base.c:126:22: note: byref variable will be forcibly initialized 126 | unsigned int read_val; | ^~~~~~~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_command_read': /kisskb/src/drivers/iio/chemical/scd30_core.c:58:16: note: byref variable will be forcibly initialized 58 | __be16 tmp; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_wait_meas_poll': /kisskb/src/drivers/iio/chemical/scd30_core.c:162:21: note: byref variable will be forcibly initialized 162 | u16 val; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_read_raw': /kisskb/src/drivers/iio/chemical/scd30_core.c:202:13: note: byref variable will be forcibly initialized 202 | u16 tmp; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_forced_value_store': /kisskb/src/drivers/iio/chemical/scd30_core.c:426:13: 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:13: note: byref variable will be forcibly initialized 411 | u16 val; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_auto_enable_show': /kisskb/src/drivers/iio/chemical/scd30_core.c:377:13: note: byref variable will be forcibly initialized 377 | u16 val; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_reset': /kisskb/src/drivers/iio/chemical/scd30_core.c:70:13: note: byref variable will be forcibly initialized 70 | u16 val; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_trigger_handler': /kisskb/src/drivers/iio/chemical/scd30_core.c:598:11: note: byref variable will be forcibly initialized 598 | } scan; | ^~~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_auto_enable_store': /kisskb/src/drivers/iio/chemical/scd30_core.c:391:14: note: byref variable will be forcibly initialized 391 | bool val; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_probe': /kisskb/src/drivers/iio/chemical/scd30_core.c:682:13: note: byref variable will be forcibly initialized 682 | u16 val; | ^~~ 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:25: 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:25: note: byref variable will be forcibly initialized 92 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/gpu/drm/drm_managed.c: In function 'alloc_dr': /kisskb/src/drivers/gpu/drm/drm_managed.c:89:16: note: byref variable will be forcibly initialized 89 | size_t tot_size; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/kunit/test.h:22, from /kisskb/src/include/kunit/resource.h:12, from /kisskb/src/lib/kunit/test.c:9: /kisskb/src/lib/kunit/test.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_kmalloc_array': /kisskb/src/lib/kunit/test.c:678:43: note: byref variable will be forcibly initialized 678 | struct kunit_kmalloc_array_params params = { | ^~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_log_append': /kisskb/src/lib/kunit/test.c:109:17: note: byref variable will be forcibly initialized 109 | va_list args; | ^~~~ /kisskb/src/lib/kunit/test.c:108:14: note: byref variable will be forcibly initialized 108 | char line[KUNIT_LOG_SIZE]; | ^~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_case_catch_errors': /kisskb/src/lib/kunit/test.c:426:40: note: byref variable will be forcibly initialized 426 | struct kunit_try_catch_context context; | ^~~~~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_run_tests': /kisskb/src/lib/kunit/test.c:522:43: note: byref variable will be forcibly initialized 522 | struct kunit_result_stats param_stats = { 0 }; | ^~~~~~~~~~~ /kisskb/src/lib/kunit/test.c:521:30: note: byref variable will be forcibly initialized 521 | struct kunit test = { .param_value = NULL, .param_index = 0 }; | ^~~~ /kisskb/src/lib/kunit/test.c:501:14: note: byref variable will be forcibly initialized 501 | char param_desc[KUNIT_PARAM_DESC_SIZE]; | ^~~~~~~~~~ /kisskb/src/lib/kunit/test.c: In function '__kunit_fail_current_test': /kisskb/src/lib/kunit/test.c:29:17: note: byref variable will be forcibly initialized 29 | va_list args; | ^~~~ /kisskb/src/lib/kunit/test.c: In function 'kunit_do_failed_assertion': /kisskb/src/lib/kunit/test.c:293:26: note: byref variable will be forcibly initialized 293 | struct va_format message; | ^~~~~~~ /kisskb/src/lib/kunit/test.c:292:17: note: byref variable will be forcibly initialized 292 | va_list args; | ^~~~ In file included from /kisskb/src/drivers/mfd/da9052-core.c:19: /kisskb/src/drivers/mfd/da9052-core.c: In function 'da9052_reg_read': /kisskb/src/include/linux/mfd/da9052/da9052.h:107:13: note: byref variable will be forcibly initialized 107 | int val, ret; | ^~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c: In function '_hid_sensor_power_state': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c:87:13: note: byref variable will be forcibly initialized 87 | int report_val; | ^~~~~~~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c:86:13: note: byref variable will be forcibly initialized 86 | int state_val; | ^~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl355_core.c: In function 'adxl355_setup': /kisskb/src/drivers/iio/accel/adxl355_core.c:240:22: note: byref variable will be forcibly initialized 240 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c: In function '_hid_sensor_set_report_latency': /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c:25:22: note: byref variable will be forcibly initialized 25 | int integer, fract, ret; | ^~~~~ /kisskb/src/drivers/iio/common/hid-sensors/hid-sensor-trigger.c:25:13: note: byref variable will be forcibly initialized 25 | int integer, fract, ret; | ^~~~~~~ /kisskb/src/crypto/blowfish_common.c: In function 'blowfish_setkey': /kisskb/src/crypto/blowfish_common.c:350:13: note: byref variable will be forcibly initialized 350 | u32 data[2], temp; | ^~~~ /kisskb/src/drivers/mfd/lp8788.c: In function 'lp8788_read_byte': /kisskb/src/drivers/mfd/lp8788.c:125:22: note: byref variable will be forcibly initialized 125 | unsigned int 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:622:13: note: byref variable will be forcibly initialized 622 | int wai, err; | ^~~ /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:319:13: note: byref variable will be forcibly initialized 319 | u32 val; | ^~~ /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:34: 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:166:34: note: byref variable will be forcibly initialized 166 | 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:136:18: note: byref variable will be forcibly initialized 136 | int err, i = 0; | ^ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_locate_usage': /kisskb/src/drivers/hid/hid-input.c:165:22: note: byref variable will be forcibly initialized 165 | unsigned int scancode; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_getkeycode': /kisskb/src/drivers/hid/hid-input.c:182:32: note: byref variable will be forcibly initialized 182 | unsigned int scancode, index; | ^~~~~ /kisskb/src/drivers/hid/hid-input.c:182:22: note: byref variable will be forcibly initialized 182 | unsigned int scancode, index; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_input_event': /kisskb/src/drivers/hid/hid-input.c:1770:27: note: byref variable will be forcibly initialized 1770 | struct hid_field *field; | ^~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_configure_usage': /kisskb/src/drivers/hid/hid-input.c:645:24: note: byref variable will be forcibly initialized 645 | unsigned long *bit = NULL; | ^~~ /kisskb/src/drivers/hid/hid-input.c:643:13: note: byref variable will be forcibly initialized 643 | int max = 0, code; | ^~~ /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:16: 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_temp_and_pressure': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:623:20: note: byref variable will be forcibly initialized 623 | u32 t_adc, p_adc; | ^~~~~ /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/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:16: note: byref variable will be forcibly initialized 190 | __be16 send_buf; | ^~~~~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:188:16: 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:12: 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_show_battery_low': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:319:12: 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:12: 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:17: note: byref variable will be forcibly initialized 373 | u8 val, config_reg; | ^~~~~~~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:373:12: note: byref variable will be forcibly initialized 373 | u8 val, 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:13: 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:13: note: byref variable will be forcibly initialized 462 | u32 adc; | ^~~ /kisskb/src/drivers/input/input-poller.c: In function 'input_dev_set_poll_interval': /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_wait_vblank': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:846:31: note: byref variable will be forcibly initialized 846 | union drm_wait_vblank req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:845:29: note: byref variable will be forcibly initialized 845 | drm_wait_vblank32_t req32; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_getclient': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:266:27: note: byref variable will be forcibly initialized 266 | struct drm_client client; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:264:24: note: byref variable will be forcibly initialized 264 | drm_client32_t c32; | ^~~ /kisskb/src/drivers/input/input-poller.c:152:22: note: byref variable will be forcibly initialized 152 | unsigned int interval; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_getunique': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:136:27: note: byref variable will be forcibly initialized 136 | struct drm_unique uq; | ^~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:135:24: note: byref variable will be forcibly initialized 135 | drm_unique32_t uq32; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_ioc32.c: In function 'compat_drm_version': /kisskb/src/drivers/gpu/drm/drm_ioc32.c:95:28: note: byref variable will be forcibly initialized 95 | struct drm_version v; | ^ /kisskb/src/drivers/gpu/drm/drm_ioc32.c:94:25: note: byref variable will be forcibly initialized 94 | drm_version32_t v32; | ^~~ /kisskb/src/drivers/iio/accel/adxl367.c: In function 'adxl367_irq_handler': /kisskb/src/drivers/iio/accel/adxl367.c:854:12: note: byref variable will be forcibly initialized 854 | u8 status; | ^~~~~~ /kisskb/src/drivers/iio/accel/adxl367.c:852:13: note: byref variable will be forcibly initialized 852 | u16 fifo_entries; | ^~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl367.c: In function 'adxl367_get_fifo_mode': /kisskb/src/drivers/iio/accel/adxl367.c:420:22: note: byref variable will be forcibly initialized 420 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/accel/adxl367.c: In function 'adxl367_get_fifo_enabled': /kisskb/src/drivers/iio/accel/adxl367.c:1164:32: note: byref variable will be forcibly initialized 1164 | enum adxl367_fifo_mode fifo_mode; | ^~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl367.c: In function 'adxl367_get_act_interrupt_en': /kisskb/src/drivers/iio/accel/adxl367.c:386:22: note: byref variable will be forcibly initialized 386 | unsigned int val; | ^~~ In file included 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:240:24: note: byref variable will be forcibly initialized 240 | DECLARE_BITMAP(values, 3); | ^~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/iio/accel/adxl367.c: In function 'adxl367_update_scan_mode': /kisskb/src/drivers/iio/accel/adxl367.c:1252:34: note: byref variable will be forcibly initialized 1252 | enum adxl367_fifo_format fifo_format; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl367.c: In function 'adxl367_write_raw': /kisskb/src/drivers/iio/accel/adxl367.c:948:36: note: byref variable will be forcibly initialized 948 | enum adxl367_range range; | ^~~~~ /kisskb/src/drivers/iio/accel/adxl367.c:939:34: note: byref variable will be forcibly initialized 939 | enum adxl367_odr odr; | ^~~ /kisskb/src/drivers/iio/accel/adxl367.c: In function 'adxl367_verify_devid': /kisskb/src/drivers/iio/accel/adxl367.c:1431:22: note: byref variable will be forcibly initialized 1431 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/accel/adxl367.c: In function 'adxl367_read_event_config': /kisskb/src/drivers/iio/accel/adxl367.c:1094:14: note: byref variable will be forcibly initialized 1094 | bool en; | ^~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/drivers/input/ff-core.c:14: /kisskb/src/drivers/input/ff-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hid/hid-quirks.c: In function 'hid_quirks_init': /kisskb/src/drivers/hid/hid-quirks.c:1183:13: note: byref variable will be forcibly initialized 1183 | u32 quirks; | ^~~~~~ /kisskb/src/drivers/hid/hid-quirks.c:1182:36: note: byref variable will be forcibly initialized 1182 | unsigned short int vendor, product; | ^~~~~~~ /kisskb/src/drivers/hid/hid-quirks.c:1182:28: note: byref variable will be forcibly initialized 1182 | unsigned short int vendor, product; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_of.c:6: /kisskb/src/drivers/gpu/drm/drm_of.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_of.c: In function 'drm_of_lvds_get_data_mapping': /kisskb/src/drivers/gpu/drm/drm_of.c:418:21: note: byref variable will be forcibly initialized 418 | const char *mapping; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_panel.c: In function 'of_drm_get_panel_orientation': /kisskb/src/drivers/gpu/drm/drm_panel.c:280:13: note: byref variable will be forcibly initialized 280 | int rotation, ret; | ^~~~~~~~ /kisskb/src/drivers/most/configfs.c: In function 'most_snd_grp_create_card_store': /kisskb/src/drivers/most/configfs.c:545:14: 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:14: 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:14: note: byref variable will be forcibly initialized 117 | bool tmp; | ^~~ /kisskb/src/drivers/gpu/drm/drm_of.c: In function 'drm_of_component_probe': /kisskb/src/drivers/gpu/drm/drm_of.c:117:33: note: byref variable will be forcibly initialized 117 | struct component_match *match = NULL; | ^~~~~ /kisskb/src/drivers/iio/buffer/kfifo_buf.c: In function 'iio_kfifo_write': /kisskb/src/drivers/iio/buffer/kfifo_buf.c:174:18: 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:18: note: byref variable will be forcibly initialized 103 | int ret, copied; | ^~~~~~ /kisskb/src/lib/crypto/chacha.c: In function 'chacha_block_generic': /kisskb/src/lib/crypto/chacha.c:78:13: note: byref variable will be forcibly initialized 78 | u32 x[16]; | ^ /kisskb/src/lib/crypto/chacha.c: In function 'hchacha_block_generic': /kisskb/src/lib/crypto/chacha.c:105:13: note: byref variable will be forcibly initialized 105 | u32 x[16]; | ^ /kisskb/src/drivers/w1/w1_io.c: In function 'w1_reset_select_slave': /kisskb/src/drivers/w1/w1_io.c:396:21: 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:20: note: byref variable will be forcibly initialized 395 | u8 match[9] = {W1_MATCH_ROM, }; | ^~~~~ /kisskb/src/drivers/input/touchscreen.c: In function 'touchscreen_get_prop_u32': /kisskb/src/drivers/input/touchscreen.c:20:13: 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:40: note: byref variable will be forcibly initialized 71 | unsigned int minimum, maximum, fuzz; | ^~~~ /kisskb/src/drivers/input/touchscreen.c:71:31: note: byref variable will be forcibly initialized 71 | unsigned int minimum, maximum, fuzz; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen.c:71:22: note: byref variable will be forcibly initialized 71 | unsigned int minimum, maximum, fuzz; | ^~~~~~~ /kisskb/src/drivers/gnss/serial.c: In function 'gnss_serial_parse_dt': /kisskb/src/drivers/gnss/serial.c:114:13: note: byref variable will be forcibly initialized 114 | u32 speed = 4800; | ^~~~~ /kisskb/src/drivers/mfd/da9150-core.c: In function 'da9150_i2c_read_device': /kisskb/src/drivers/mfd/da9150-core.c:26:24: note: byref variable will be forcibly initialized 26 | struct i2c_msg xfer; | ^~~~ /kisskb/src/drivers/mfd/da9150-core.c: In function 'da9150_i2c_write_device': /kisskb/src/drivers/mfd/da9150-core.c:66:24: note: byref variable will be forcibly initialized 66 | struct i2c_msg xfer; | ^~~~ /kisskb/src/drivers/iio/dac/ad5592r-base.c: In function 'ad5592r_set_channel_modes': /kisskb/src/drivers/iio/dac/ad5592r-base.c:199:13: note: byref variable will be forcibly initialized 199 | u16 read_back; | ^~~~~~~~~ /kisskb/src/drivers/iio/dac/ad5592r-base.c: In function 'ad5592r_read_raw': /kisskb/src/drivers/iio/dac/ad5592r-base.c:375:13: note: byref variable will be forcibly initialized 375 | u16 read_val; | ^~~~~~~~ /kisskb/src/drivers/mfd/da9150-core.c: In function 'da9150_reg_read': /kisskb/src/drivers/mfd/da9150-core.c:201:13: note: byref variable will be forcibly initialized 201 | int val, ret; | ^~~ In file included from /kisskb/src/include/linux/iio/iio.h:10, from /kisskb/src/drivers/iio/dac/ad5592r-base.c:11: /kisskb/src/drivers/iio/dac/ad5592r-base.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/dac/ad5592r-base.c: In function 'ad5592r_alloc_channels': /kisskb/src/drivers/iio/dac/ad5592r-base.c:513:18: note: byref variable will be forcibly initialized 513 | u32 reg, tmp; | ^~~ /kisskb/src/drivers/iio/dac/ad5592r-base.c:513:13: note: byref variable will be forcibly initialized 513 | u32 reg, tmp; | ^~~ /kisskb/src/drivers/iio/dac/ad5592r-base.c: In function 'ad5592r_gpio_get': /kisskb/src/drivers/iio/dac/ad5592r-base.c:27:12: note: byref variable will be forcibly initialized 27 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/drm_debugfs.c: In function 'connector_write': /kisskb/src/drivers/gpu/drm/drm_debugfs.c:305:14: 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:14: note: byref variable will be forcibly initialized 210 | char name[64]; | ^~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_mode_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:283:22: note: byref variable will be forcibly initialized 283 | unsigned int ready; | ^~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:282:22: 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:22: 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:22: 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:13: 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:22: 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:22: note: byref variable will be forcibly initialized 524 | unsigned int sel_bits; | ^~~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_lpf_set': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:501:13: note: byref variable will be forcibly initialized 501 | int odr; | ^~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_chip_init': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:752:22: note: byref variable will be forcibly initialized 752 | unsigned int chip_id; | ^~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_temp_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:384:22: note: byref variable will be forcibly initialized 384 | unsigned int temp; | ^~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_axis_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:417:16: note: byref variable will be forcibly initialized 417 | __be16 axis_be; | ^~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_data_rdy_thread': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:806:22: note: byref variable will be forcibly initialized 806 | unsigned int data_ready; | ^~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap-i2c.c: In function 'regmap_i2c_read': /kisskb/src/drivers/base/regmap/regmap-i2c.c:178:24: 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:24: note: byref variable will be forcibly initialized 144 | struct i2c_msg xfer[2]; | ^~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from /kisskb/src/arch/arm64/include/asm/rwonce.h:71, from /kisskb/src/include/linux/compiler.h:254, from /kisskb/src/include/linux/export.h:33, from /kisskb/src/include/linux/linkage.h:7, from /kisskb/src/include/linux/preempt.h:10, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:7, 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:24: note: byref variable will be forcibly initialized 393 | DECLARE_BITMAP(handled_bm, FF_MEMLESS_EFFECTS); | ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:23: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/input/ff-memless.c:392:26: note: byref variable will be forcibly initialized 392 | struct ff_effect effect; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_check_sbe_state': /kisskb/src/drivers/fsi/fsi-sbefifo.c:287:16: note: byref variable will be forcibly initialized 287 | __be32 raw_word; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_regr': /kisskb/src/drivers/fsi/fsi-sbefifo.c:264:16: note: byref variable will be forcibly initialized 264 | __be32 raw_word; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_regw': /kisskb/src/drivers/fsi/fsi-sbefifo.c:279:16: note: byref variable will be forcibly initialized 279 | __be32 raw_word = cpu_to_be32(word); | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_request_reset': /kisskb/src/drivers/fsi/fsi-sbefifo.c:342:13: note: byref variable will be forcibly initialized 342 | u32 status; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_wait': /kisskb/src/drivers/fsi/fsi-sbefifo.c:454:19: note: byref variable will be forcibly initialized 454 | u32 addr, sts = 0; | ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_send_command': /kisskb/src/drivers/fsi/fsi-sbefifo.c:497:13: note: byref variable will be forcibly initialized 497 | u32 status; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_read_response': /kisskb/src/drivers/fsi/fsi-sbefifo.c:550:16: note: byref variable will be forcibly initialized 550 | __be32 data; | ^~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:547:13: note: byref variable will be forcibly initialized 547 | u32 status, eot_set; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_collect_async_ffdc': /kisskb/src/drivers/fsi/fsi-sbefifo.c:648:16: note: byref variable will be forcibly initialized 648 | __be32 cmd[2]; | ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:647:16: note: byref variable will be forcibly initialized 647 | size_t ffdc_sz; | ^~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:645:21: note: byref variable will be forcibly initialized 645 | struct kvec ffdc_iov; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:644:25: note: byref variable will be forcibly initialized 644 | struct iov_iter ffdc_iter; | ^~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_cleanup_hw': /kisskb/src/drivers/fsi/fsi-sbefifo.c:383:24: note: byref variable will be forcibly initialized 383 | u32 up_status, down_status; | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:383:13: note: byref variable will be forcibly initialized 383 | u32 up_status, down_status; | ^~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_probe': /kisskb/src/drivers/fsi/fsi-sbefifo.c:1007:17: note: byref variable will be forcibly initialized 1007 | int rc, didx, child_idx = 0; | ^~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:1006:14: note: byref variable will be forcibly initialized 1006 | char child_name[32]; | ^~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_submit': /kisskb/src/drivers/fsi/fsi-sbefifo.c:738:21: note: byref variable will be forcibly initialized 738 | struct kvec resp_iov; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:737:25: note: byref variable will be forcibly initialized 737 | struct iov_iter resp_iter; | ^~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_user_read': /kisskb/src/drivers/fsi/fsi-sbefifo.c:813:22: note: byref variable will be forcibly initialized 813 | struct iovec resp_iov; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:812:25: note: byref variable will be forcibly initialized 812 | struct iov_iter resp_iter; | ^~~~~~~~~ /kisskb/src/drivers/hid/hid-debug.c: In function 'hid_debug_events_read': /kisskb/src/drivers/hid/hid-debug.c:1148:22: note: byref variable will be forcibly initialized 1148 | int ret = 0, copied; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c: In function 'drm_fb_cma_sync_non_coherent': /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c:123:25: note: byref variable will be forcibly initialized 123 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_fb_cma_helper.c:120:46: note: byref variable will be forcibly initialized 120 | struct drm_atomic_helper_damage_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/regmap/regcache.c:10: /kisskb/src/drivers/base/regmap/regcache.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_hw_init': /kisskb/src/drivers/base/regmap/regcache.c:31:27: 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:652:28: note: byref variable will be forcibly initialized 652 | struct reg_default key; | ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_default_sync': /kisskb/src/drivers/base/regmap/regcache.c:306:30: note: byref variable will be forcibly initialized 306 | unsigned int val; | ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_sync_block_raw': /kisskb/src/drivers/base/regmap/regcache.c:747:21: note: byref variable will be forcibly initialized 747 | const void *data = NULL; | ^~~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_reg_read': /kisskb/src/drivers/mfd/max8925-i2c.c:52:23: 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:23: note: byref variable will be forcibly initialized 37 | unsigned char buf[9]; | ^~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_set_bits': /kisskb/src/drivers/mfd/max8925-i2c.c:112:23: note: byref variable will be forcibly initialized 112 | unsigned char value; | ^~~~~ /kisskb/src/drivers/usb/musb/musb_core.c: In function 'srp_store': /kisskb/src/drivers/usb/musb/musb_core.c:1956:25: 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:25: note: byref variable will be forcibly initialized 1901 | unsigned long val; | ^~~ /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_prime_import_sg_table_vmap': /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c:581:26: note: byref variable will be forcibly initialized 581 | struct iosys_map map; | ^~~ /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c: In function 'drm_gem_cma_free': /kisskb/src/drivers/gpu/drm/drm_gem_cma_helper.c:231:26: note: byref variable will be forcibly initialized 231 | struct iosys_map map = IOSYS_MAP_INIT_VADDR(cma_obj->vaddr); | ^~~ /kisskb/src/drivers/usb/musb/musb_core.c: In function 'musb_core_init': /kisskb/src/drivers/usb/musb/musb_core.c:1599:14: note: byref variable will be forcibly initialized 1599 | char aInfo[90]; | ^~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_check_whoami': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1178:24: note: byref variable will be forcibly initialized 1178 | int err, i, j, data; | ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_init_hw_timer': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1839:18: note: byref variable will be forcibly initialized 1839 | int err, val; | ^~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_get_drdy_reg': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1750:22: note: byref variable will be forcibly initialized 1750 | int err = 0, drdy_pin; | ^~~~~~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_report_motion_event': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:2035:18: note: byref variable will be forcibly initialized 2035 | int err, data; | ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_init_device': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1930:38: note: byref variable will be forcibly initialized 1930 | const struct st_lsm6dsx_reg *reg; | ^~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_probe': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:2211:21: note: byref variable will be forcibly initialized 2211 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_set_odr': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1285:12: note: byref variable will be forcibly initialized 1285 | u8 val = 0; | ^~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_write_raw': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1454:20: note: byref variable will be forcibly initialized 1454 | u8 data; | ^~~~ /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'st_lsm6dsx_read_oneshot': /kisskb/src/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:1376:16: note: byref variable will be forcibly initialized 1376 | __le16 data; | ^~~~ /kisskb/src/drivers/usb/musb/musb_core.c: In function 'musb_interrupt': /kisskb/src/drivers/usb/musb/musb_core.c:1729:25: note: byref variable will be forcibly initialized 1729 | unsigned long status; | ^~~~~~ /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:13: 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:13: 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:13: 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:13: 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:18: note: byref variable will be forcibly initialized 539 | int ret, result; | ^~~~~~ /kisskb/src/lib/crypto/aes.c: In function 'aes_encrypt': /kisskb/src/lib/crypto/aes.c:262:21: note: byref variable will be forcibly initialized 262 | u32 st0[4], st1[4]; | ^~~ /kisskb/src/lib/crypto/aes.c:262:13: 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:21: note: byref variable will be forcibly initialized 313 | u32 st0[4], st1[4]; | ^~~ /kisskb/src/lib/crypto/aes.c:313:13: note: byref variable will be forcibly initialized 313 | u32 st0[4], st1[4]; | ^~~ /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c: In function 'bmi160_get_scale': /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c:346:21: note: byref variable will be forcibly initialized 346 | 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:403:16: note: byref variable will be forcibly initialized 403 | 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:532:22: note: byref variable will be forcibly initialized 532 | 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:366:16: note: byref variable will be forcibly initialized 366 | __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:710:22: note: byref variable will be forcibly initialized 710 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c: In function 'bmi160_trigger_handler': /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c:430:16: note: byref variable will be forcibly initialized 430 | __le16 sample; | ^~~~~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_get_triple': /kisskb/src/drivers/input/misc/adxl34x.c:240:16: note: byref variable will be forcibly initialized 240 | __le16 buf[3]; | ^~~ /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c: In function 'bmi160_core_probe': /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c:830:29: note: byref variable will be forcibly initialized 830 | enum bmi160_int_pin int_pin; | ^~~~~~~ /kisskb/src/drivers/iio/proximity/sx_common.c: In function 'sx_common_read_proximity': /kisskb/src/drivers/iio/proximity/sx_common.c:184:16: note: byref variable will be forcibly initialized 184 | __be16 rawval; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx_common.c: In function 'sx_common_buffer_preenable': /kisskb/src/drivers/iio/proximity/sx_common.c:398:23: note: byref variable will be forcibly initialized 398 | unsigned long channels = 0; | ^~~~~~~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_rate_store': /kisskb/src/drivers/input/misc/adxl34x.c:543:23: note: byref variable will be forcibly initialized 543 | unsigned char val; | ^~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_service_ev_fifo': /kisskb/src/drivers/input/misc/adxl34x.c:259:28: note: byref variable will be forcibly initialized 259 | struct axis_triple axis; | ^~~~ /kisskb/src/drivers/iio/proximity/sx_common.c: In function 'sx_common_push_events': /kisskb/src/drivers/iio/proximity/sx_common.c:80:23: note: byref variable will be forcibly initialized 80 | unsigned long prox_changed; | ^~~~~~~~~~~~ /kisskb/src/drivers/iio/proximity/sx_common.c:77:22: note: byref variable will be forcibly initialized 77 | unsigned int val, chan; | ^~~ /kisskb/src/drivers/iio/proximity/sx_common.c: In function 'sx_common_irq_thread_handler': /kisskb/src/drivers/iio/proximity/sx_common.c:341:22: note: byref variable will be forcibly initialized 341 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_autosleep_store': /kisskb/src/drivers/input/misc/adxl34x.c:578:22: note: byref variable will be forcibly initialized 578 | unsigned int val; | ^~~ /kisskb/src/drivers/input/misc/adxl34x.c: In function 'adxl34x_disable_store': /kisskb/src/drivers/input/misc/adxl34x.c:454:22: note: byref variable will be forcibly initialized 454 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/proximity/sx_common.c: In function 'sx_common_init_device': /kisskb/src/drivers/iio/proximity/sx_common.c:442:25: note: byref variable will be forcibly initialized 442 | unsigned int i, val; | ^~~ /kisskb/src/drivers/iio/proximity/sx_common.c:439:38: note: byref variable will be forcibly initialized 439 | struct sx_common_reg_default tmp; | ^~~ /kisskb/src/drivers/iio/proximity/sx_common.c: In function 'sx_common_trigger_handler': /kisskb/src/drivers/iio/proximity/sx_common.c:368:16: note: byref variable will be forcibly initialized 368 | __be16 val; | ^~~ 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/drivers/base/regmap/regmap-irq.c:9: /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | 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:89:13: note: byref variable will be forcibly initialized 89 | u32 val; | ^~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'regmap_irq_thread': /kisskb/src/drivers/base/regmap/regmap-irq.c:472:45: note: byref variable will be forcibly initialized 472 | const unsigned long mreg = data->main_status_buf[i]; | ^~~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'devm_regmap_add_irq_chip_fwnode': /kisskb/src/drivers/base/regmap/regmap-irq.c:1185:45: note: byref variable will be forcibly initialized 1185 | struct regmap_irq_chip_data **ptr, *d; | ^ /kisskb/src/lib/crypto/libchacha.c: In function 'chacha_crypt_generic': /kisskb/src/lib/crypto/libchacha.c:19:12: note: byref variable will be forcibly initialized 19 | u8 stream[CHACHA_BLOCK_SIZE] __aligned(sizeof(long)); | ^~~~~~ 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/tps6586x.c: In function 'tps6586x_irq': /kisskb/src/drivers/mfd/tps6586x.c:313:16: note: byref variable will be forcibly initialized 313 | __le32 val; | ^~~ /kisskb/src/drivers/mfd/tps6586x.c: In function 'tps6586x_irq_init': /kisskb/src/drivers/mfd/tps6586x.c:343:12: note: byref variable will be forcibly initialized 343 | u8 tmp[4]; | ^~~ /kisskb/src/drivers/mfd/tps6586x.c: In function 'tps6586x_read': /kisskb/src/drivers/mfd/tps6586x.c:159:22: note: byref variable will be forcibly initialized 159 | unsigned int rval; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/lib/math/prime_numbers.c:4: /kisskb/src/lib/math/prime_numbers.c: In function 'free_primes': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/prime_numbers.c:168:17: note: in expansion of macro 'rcu_assign_pointer' 168 | rcu_assign_pointer(primes, &small_primes); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/prime_numbers.c: In function 'expand_to_next_prime': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/math/prime_numbers.c:152:9: note: in expansion of macro 'rcu_assign_pointer' 152 | rcu_assign_pointer(primes, new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_helper_probe_detect_ctx': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:284:40: note: byref variable will be forcibly initialized 284 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/input/touchscreen/ad7879.c: In function 'ad7879_parse_dt': /kisskb/src/drivers/input/touchscreen/ad7879.c:494:13: 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:22: note: byref variable will be forcibly initialized 137 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_kms_helper_poll_enable': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:246:40: note: byref variable will be forcibly initialized 246 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /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:496:40: note: byref variable will be forcibly initialized 496 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/input/touchscreen/ad7879.c: In function 'ad7879_disable_store': /kisskb/src/drivers/input/touchscreen/ad7879.c:371:22: note: byref variable will be forcibly initialized 371 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'output_poll_execute': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:696:40: note: byref variable will be forcibly initialized 696 | 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:980:40: note: byref variable will be forcibly initialized 980 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_dbg': /kisskb/src/drivers/input/rmi4/rmi_bus.c:27:17: note: byref variable will be forcibly initialized 27 | va_list args; | ^~~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_function_of_probe': /kisskb/src/drivers/input/rmi4/rmi_bus.c:158:14: 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:13: note: byref variable will be forcibly initialized 418 | u32 val = 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:30:18: note: byref variable will be forcibly initialized 30 | int ret, status; | ^~~~~~ /kisskb/src/drivers/mfd/syscon.c: In function 'of_syscon_register': /kisskb/src/drivers/mfd/syscon.c:52:25: note: byref variable will be forcibly initialized 52 | struct resource res; | ^~~ /kisskb/src/drivers/mfd/syscon.c:49:13: note: byref variable will be forcibly initialized 49 | u32 reg_io_width; | ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/mfd/syscon.c:17: /kisskb/src/drivers/mfd/syscon.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/mfd/syscon.c: In function 'syscon_regmap_lookup_by_phandle_args': /kisskb/src/drivers/mfd/syscon.c:234:32: note: byref variable will be forcibly initialized 234 | struct of_phandle_args args; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rwmmio.h:97, from /kisskb/src/lib/trace_readwrite.c:13: /kisskb/src/lib/trace_readwrite.c: In function 'trace_event_raw_event_rwmmio_rw_template': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/rwmmio.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(rwmmio_rw_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/trace_readwrite.c: In function 'trace_event_raw_event_rwmmio_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rwmmio.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(rwmmio_read, | ^~~~~~~~~~~ /kisskb/src/lib/trace_readwrite.c: In function 'trace_event_raw_event_rwmmio_post_read': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rwmmio.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(rwmmio_post_read, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/roles/class.c: In function 'role_store': /kisskb/src/drivers/usb/roles/class.c:243:22: note: byref variable will be forcibly initialized 243 | bool res; | ^~~ /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:804:40: note: byref variable will be forcibly initialized 804 | 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:834:40: note: byref variable will be forcibly initialized 834 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/include/drm/drm_modes.h:30, from /kisskb/src/include/drm/drm_crtc.h:32, 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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /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:99:40: note: byref variable will be forcibly initialized 99 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_crtc_helper_disable': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:434:48: note: byref variable will be forcibly initialized 434 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_crtc_helper_set_mode': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:278:61: note: byref variable will be forcibly initialized 278 | struct drm_display_mode *adjusted_mode, saved_mode, saved_hwmode; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:278:49: note: byref variable will be forcibly initialized 278 | struct drm_display_mode *adjusted_mode, saved_mode, saved_hwmode; | ^~~~~~~~~~ /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:526:40: note: byref variable will be forcibly initialized 526 | 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:1011:45: note: byref variable will be forcibly initialized 1011 | struct drm_mode_set set = { | ^~~ /kisskb/src/drivers/usb/gadget/composite.c: In function 'bos_desc': /kisskb/src/drivers/usb/gadget/composite.c:679:41: note: byref variable will be forcibly initialized 679 | struct usb_dcd_config_params dcd_config_params; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'handle_conflicting_encoders': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:110:40: note: byref variable will be forcibly initialized 110 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:28: /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_wait_for_vblanks': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:1591:23: note: in expansion of macro 'wait_event_timeout' 1591 | ret = wait_event_timeout(dev->vblank[i].queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_shutdown': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3205:40: note: byref variable will be forcibly initialized 3205 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_duplicate_state': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3250:40: note: byref variable will be forcibly initialized 3250 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_suspend': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3335:40: note: byref variable will be forcibly initialized 3335 | 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:3428:40: note: byref variable will be forcibly initialized 3428 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_config_desc_MaxPower_store': /kisskb/src/drivers/usb/gadget/configfs.c:516:13: note: byref variable will be forcibly initialized 516 | u16 val; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_idProduct_store': /kisskb/src/drivers/usb/gadget/configfs.c:160:13: note: byref variable will be forcibly initialized 160 | u16 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u16' 171 | 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(idProduct, u16); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_idVendor_store': /kisskb/src/drivers/usb/gadget/configfs.c:160:13: note: byref variable will be forcibly initialized 160 | u16 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u16' 171 | 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(idVendor, u16); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/devres.c: In function 'devm_of_iomap': /kisskb/src/lib/devres.c:255:25: note: byref variable will be forcibly initialized 255 | struct resource res; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bcdUSB_store': /kisskb/src/drivers/usb/gadget/configfs.c:215:13: note: byref variable will be forcibly initialized 215 | u16 bcdUSB; | ^~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bcdDevice_store': /kisskb/src/drivers/usb/gadget/configfs.c:198:13: note: byref variable will be forcibly initialized 198 | u16 bcdDevice; | ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'ext_prop_type_store': /kisskb/src/drivers/usb/gadget/configfs.c:956:12: note: byref variable will be forcibly initialized 956 | u8 type; | ^~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'os_desc_b_vendor_code_store': /kisskb/src/drivers/usb/gadget/configfs.c:824:12: note: byref variable will be forcibly initialized 824 | 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:539:12: note: byref variable will be forcibly initialized 539 | u8 val; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bMaxPacketSize0_store': /kisskb/src/drivers/usb/gadget/configfs.c:147:12: note: byref variable will be forcibly initialized 147 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' 171 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:177:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 177 | 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:147:12: note: byref variable will be forcibly initialized 147 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' 171 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:176:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 176 | 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:147:12: note: byref variable will be forcibly initialized 147 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' 171 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:175:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 175 | 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:147:12: note: byref variable will be forcibly initialized 147 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:171:9: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' 171 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:174:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 174 | GI_DEVICE_DESC_SIMPLE_RW(bDeviceClass, u8); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/drivers/usb/gadget/configfs.c:3: /kisskb/src/drivers/usb/gadget/configfs.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/usb/gadget/configfs.c:10: /kisskb/src/drivers/usb/gadget/configfs.c: In function 'ext_prop_make': /kisskb/src/drivers/usb/gadget/configfs.c:1069:19: note: byref variable will be forcibly initialized 1069 | 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 'config_desc_make': /kisskb/src/drivers/usb/gadget/configfs.c:683:12: note: byref variable will be forcibly initialized 683 | u8 num; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:681:14: note: byref variable will be forcibly initialized 681 | char buf[MAX_NAME_LEN]; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'function_make': /kisskb/src/drivers/usb/gadget/configfs.c:587:14: note: byref variable will be forcibly initialized 587 | char buf[MAX_NAME_LEN]; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'os_desc_use_store': /kisskb/src/drivers/usb/gadget/configfs.c:800:14: note: byref variable will be forcibly initialized 800 | bool use; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'check_user_usb_string': /kisskb/src/drivers/usb/gadget/configfs.c:16:13: note: byref variable will be forcibly initialized 16 | u16 num; | ^~~ 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:1197:19: note: byref variable will be forcibly initialized 1197 | 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/mfd/lm3533-core.c: In function 'lm3533_read': /kisskb/src/drivers/mfd/lm3533-core.c:85:13: note: byref variable will be forcibly initialized 85 | int tmp; | ^~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'store_output': /kisskb/src/drivers/mfd/lm3533-core.c:299:12: 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:12: note: byref variable will be forcibly initialized 263 | u8 val; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_read_pdt_entry': /kisskb/src/drivers/input/rmi4/rmi_driver.c:462:12: 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_check_bootloader_mode': /kisskb/src/drivers/input/rmi4/rmi_driver.c:749:12: 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:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ In file included from /kisskb/src/include/linux/rmi.h:10, from /kisskb/src/drivers/input/rmi4/rmi_driver.c:23: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | 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:20: 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_page': /kisskb/src/drivers/input/rmi4/rmi_driver.c:508:26: note: byref variable will be forcibly initialized 508 | struct pdt_entry pdt_entry; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/rmi.h:13, from /kisskb/src/drivers/input/rmi4/rmi_driver.c:23: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_set_attn_data': /kisskb/src/include/linux/kfifo.h:408:36: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c:184:9: note: in expansion of macro 'kfifo_put' 184 | kfifo_put(&drvdata->attn_fifo, attn_data); | ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_scan_pdt': /kisskb/src/drivers/input/rmi4/rmi_driver.c:547:13: 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:12: note: byref variable will be forcibly initialized 565 | u8 buf[35]; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c:564:12: 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:13: 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:13: note: byref variable will be forcibly initialized 1069 | int irq_count = 0; | ^~~~~~~~~ /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:20: note: byref variable will be forcibly initialized 762 | dma_addr_t dma_addr; | ^~~~~~~~ /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:158:32: note: byref variable will be forcibly initialized 158 | struct drm_gem_object *objs[DRM_FORMAT_MAX_PLANES]; | ^~~~ /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:25: note: byref variable will be forcibly initialized 3130 | char tmp[128]; | ^~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/include/drm/drm_modes.h:30, from /kisskb/src/include/drm/drm_crtc.h:32, 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:634:16: note: byref variable will be forcibly initialized 634 | 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:112:40: note: byref variable will be forcibly initialized 112 | 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:311:25: note: byref variable will be forcibly initialized 311 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:310:46: note: byref variable will be forcibly initialized 310 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_gem_atomic_helper.c: In function 'drm_gem_plane_helper_prepare_fb': /kisskb/src/drivers/gpu/drm/drm_gem_atomic_helper.c:171:35: note: byref variable will be forcibly initialized 171 | struct dma_fence *new; | ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_state_helper.c: In function '__drm_atomic_helper_plane_state_reset': /kisskb/src/drivers/gpu/drm/drm_atomic_state_helper.c:248:13: note: byref variable will be forcibly initialized 248 | u64 val; | ^~~ /kisskb/src/drivers/hid/hid-roccat.c: In function 'roccat_init': /kisskb/src/drivers/hid/hid-roccat.c:417:15: note: byref variable will be forcibly initialized 417 | dev_t dev_id; | ^~~~~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_clear_fifo': /kisskb/src/drivers/iio/pressure/zpa2326.c:450:24: 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:24: 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:22: 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:24: 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:24: note: byref variable will be forcibly initialized 1011 | u8 v[3]; | ^ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_handle_threaded_irq': /kisskb/src/drivers/iio/pressure/zpa2326.c:790:33: 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:33: note: byref variable will be forcibly initialized 1616 | unsigned int id; | ^~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_fill_sample_buffer': /kisskb/src/drivers/iio/pressure/zpa2326.c:586:13: note: byref variable will be forcibly initialized 586 | } sample; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_modeset_helper.c: In function 'drm_helper_move_panel_connectors_to_head': /kisskb/src/drivers/gpu/drm/drm_modeset_helper.c:53:26: note: byref variable will be forcibly initialized 53 | struct list_head panel_list; | ^~~~~~~~~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_set_trigger_state': /kisskb/src/drivers/iio/pressure/zpa2326.c:1314:30: note: byref variable will be forcibly initialized 1314 | unsigned int val; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_do_descs': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2196:13: note: byref variable will be forcibly initialized 2196 | 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:2347:39: note: byref variable will be forcibly initialized 2347 | enum ffs_os_desc_type type; | ^~~~ In file included from /kisskb/src/include/linux/list.h:11, 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/lib/genalloc.c:29: /kisskb/src/lib/genalloc.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/of_device.h:9, from /kisskb/src/lib/genalloc.c:35: /kisskb/src/lib/genalloc.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_alloc_align': /kisskb/src/lib/genalloc.c:398:35: note: byref variable will be forcibly initialized 398 | struct genpool_data_align data = { .align = align }; | ^~~~ /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_zalloc_align': /kisskb/src/lib/genalloc.c:469:35: note: byref variable will be forcibly initialized 469 | struct genpool_data_align data = { .align = align }; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '__ffs_data_got_descs': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2482:32: note: byref variable will be forcibly initialized 2482 | struct ffs_desc_helper helper; | ^~~~~~ /kisskb/src/lib/genalloc.c: In function 'of_gen_pool_get': /kisskb/src/lib/genalloc.c:884:21: note: byref variable will be forcibly initialized 884 | const char *name = NULL; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'size_mul': /kisskb/src/include/linux/overflow.h:132:16: note: byref variable will be forcibly initialized 132 | size_t bytes; | ^~~~~ 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:2646:27: note: byref variable will be forcibly initialized 2646 | 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/slab.h:16, from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'size_add': /kisskb/src/include/linux/overflow.h:152:16: note: byref variable will be forcibly initialized 152 | size_t bytes; | ^~~~~ 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:3130:19: note: byref variable will be forcibly initialized 3130 | 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/fs.h:45, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/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:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'kvmalloc_array': /kisskb/src/include/linux/slab.h:763:16: note: byref variable will be forcibly initialized 763 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/madera-core.c: In function 'madera_wait_for_boot_noack': /kisskb/src/drivers/mfd/madera-core.c:214:22: note: byref variable will be forcibly initialized 214 | unsigned int val = 0; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_ioctl': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1339:48: note: byref variable will be forcibly initialized 1339 | struct usb_endpoint_descriptor desc1, *desc; | ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:1308:23: note: in expansion of macro 'wait_event_interruptible' 1308 | ret = wait_event_interruptible( | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/madera-core.c: In function 'madera_dev_init': /kisskb/src/drivers/mfd/madera-core.c:458:22: note: byref variable will be forcibly initialized 458 | unsigned int hwid; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '__ffs_ep0_read_events': /kisskb/src/drivers/usb/gadget/function/f_fs.c:477:37: note: byref variable will be forcibly initialized 477 | struct usb_functionfs_event events[ARRAY_SIZE(ffs->ev.types)]; | ^~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/blkdev.h:9, from /kisskb/src/drivers/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:777:21: note: byref variable will be forcibly initialized 777 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1174:33: note: in definition of macro 'DEFINE_WAIT_FUNC' 1174 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:777:9: note: in expansion of macro 'DEFINE_WAIT' 777 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:905:16: note: in expansion of macro '__wait_event_interruptible_locked' 905 | ? 0 : __wait_event_interruptible_locked(wq, condition, 1, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:550:21: note: in expansion of macro 'wait_event_interruptible_exclusive_locked_irq' 550 | if (wait_event_interruptible_exclusive_locked_irq(ffs->ev.waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_io': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:964:23: note: in expansion of macro 'wait_event_interruptible' 964 | 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:1193:28: note: byref variable will be forcibly initialized 1193 | 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:1230:28: note: byref variable will be forcibly initialized 1230 | struct ffs_io_data io_data, *p = &io_data; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_fs_parse_param': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1516:32: note: byref variable will be forcibly initialized 1516 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_is_jack_det_active': /kisskb/src/drivers/mfd/arizona-core.c:513:22: note: byref variable will be forcibly initialized 513 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_underclocked': /kisskb/src/drivers/mfd/arizona-core.c:120:22: note: byref variable will be forcibly initialized 120 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_poll_reg': /kisskb/src/drivers/mfd/arizona-core.c:252:22: note: byref variable will be forcibly initialized 252 | unsigned int val = 0; | ^~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'wm5102_apply_hardware_patch': /kisskb/src/drivers/mfd/arizona-core.c:399:37: note: byref variable will be forcibly initialized 399 | struct arizona_sysclk_state state; | ^~~~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'wm5110_apply_sleep_patch': /kisskb/src/drivers/mfd/arizona-core.c:440:37: note: byref variable will be forcibly initialized 440 | struct arizona_sysclk_state state; | ^~~~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_overclocked': /kisskb/src/drivers/mfd/arizona-core.c:160:22: note: byref variable will be forcibly initialized 160 | unsigned int val[3]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/panel.c: In function 'devm_drm_of_get_bridge': /kisskb/src/drivers/gpu/drm/bridge/panel.c:409:27: note: byref variable will be forcibly initialized 409 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/panel.c:408:28: note: byref variable will be forcibly initialized 408 | struct drm_bridge *bridge; | ^~~~~~ /kisskb/src/drivers/mfd/arizona-core.c: In function 'arizona_dev_init': /kisskb/src/drivers/mfd/arizona-core.c:945:27: note: byref variable will be forcibly initialized 945 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/mfd/arizona-core.c:945:22: note: byref variable will be forcibly initialized 945 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/hid/hid-roccat-common.c: In function 'roccat_common2_receive_control_status': /kisskb/src/drivers/hid/hid-roccat-common.c:75:39: note: byref variable will be forcibly initialized 75 | struct roccat_common2_control control; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_rect.c: In function 'drm_rect_clip_scaled': /kisskb/src/drivers/gpu/drm/drm_rect.c:95:13: note: byref variable will be forcibly initialized 95 | int diff; | ^~~~ /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:36: 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:36: 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:12: 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_dcs_write': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:831:12: 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:12: 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:12: 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:12: 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:12: 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:12: note: byref variable will be forcibly initialized 1188 | u8 payload[2] = { brightness & 0xff, brightness >> 8 }; | ^~~~~~~ /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:13: note: byref variable will be forcibly initialized 161 | u32 reg; | ^~~ /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:12: note: byref variable will be forcibly initialized 645 | u8 tx[2] = { enable << 0, 0 }; | ^~ /kisskb/src/lib/asn1_decoder.c: In function 'asn1_ber_decoder': /kisskb/src/lib/asn1_decoder.c:329:40: note: byref variable will be forcibly initialized 329 | size_t tmp = dp; | ^~~ /kisskb/src/lib/asn1_decoder.c:178:41: 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:21: note: byref variable will be forcibly initialized 177 | const char *errmsg; | ^~~~~~ /kisskb/src/lib/mpi/mpi-pow.c: In function 'mpi_powm': /kisskb/src/lib/mpi/mpi-pow.c:218:60: note: byref variable will be forcibly initialized 218 | mpi_limb_t tmp; | ^~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_add_subdevice_pdata': /kisskb/src/drivers/mfd/mc13xxx-core.c:368:14: note: byref variable will be forcibly initialized 368 | char buf[30]; | ^~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_common_init': /kisskb/src/drivers/mfd/mc13xxx-core.c:426:13: note: byref variable will be forcibly initialized 426 | u32 revision; | ^~~~~~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_irq_status': /kisskb/src/drivers/mfd/mc13xxx-core.c:144:21: note: byref variable will be forcibly initialized 144 | u32 stat; | ^~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c:134:21: note: byref variable will be forcibly initialized 134 | u32 mask; | ^~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_adc_do_conversion': /kisskb/src/drivers/mfd/mc13xxx-core.c:256:25: note: byref variable will be forcibly initialized 256 | u32 adc0, adc1, old_adc0; | ^~~~~~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_update_bits': /kisskb/src/drivers/mfd/tps65218.c:84:22: note: byref variable will be forcibly initialized 84 | unsigned int data; | ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_strict': /kisskb/src/drivers/mfd/tps65218.c:208:13: note: byref variable will be forcibly initialized 208 | u32 strict; | ^~~~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_uvlo': /kisskb/src/drivers/mfd/tps65218.c:251:13: note: byref variable will be forcibly initialized 251 | u32 uvlo; | ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_uv_hyst': /kisskb/src/drivers/mfd/tps65218.c:230:13: note: byref variable will be forcibly initialized 230 | u32 hyst; | ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_probe': /kisskb/src/drivers/mfd/tps65218.c:288:22: note: byref variable will be forcibly initialized 288 | unsigned int chipid; | ^~~~~~ /kisskb/src/lib/ubsan.c: In function '__ubsan_handle_out_of_bounds': /kisskb/src/lib/ubsan.c:273:14: note: byref variable will be forcibly initialized 273 | char index_str[VALUE_LENGTH]; | ^~~~~~~~~ /kisskb/src/lib/ubsan.c: In function '__ubsan_handle_load_invalid_value': /kisskb/src/lib/ubsan.c:342:14: note: byref variable will be forcibly initialized 342 | char val_str[VALUE_LENGTH]; | ^~~~~~~ /kisskb/src/lib/ubsan.c: In function '__ubsan_handle_divrem_overflow': /kisskb/src/lib/ubsan.c:164:14: note: byref variable will be forcibly initialized 164 | char rhs_val_str[VALUE_LENGTH]; | ^~~~~~~~~~~ /kisskb/src/lib/ubsan.c: In function '__ubsan_handle_type_mismatch': /kisskb/src/lib/ubsan.c:245:42: note: byref variable will be forcibly initialized 245 | struct type_mismatch_data_common common_data = { | ^~~~~~~~~~~ /kisskb/src/lib/ubsan.c: In function '__ubsan_handle_type_mismatch_v1': /kisskb/src/lib/ubsan.c:259:42: note: byref variable will be forcibly initialized 259 | struct type_mismatch_data_common common_data = { | ^~~~~~~~~~~ /kisskb/src/lib/ubsan.c: In function '__ubsan_handle_shift_out_of_bounds': /kisskb/src/lib/ubsan.c:293:14: note: byref variable will be forcibly initialized 293 | char lhs_str[VALUE_LENGTH]; | ^~~~~~~ /kisskb/src/lib/ubsan.c:292:14: note: byref variable will be forcibly initialized 292 | char rhs_str[VALUE_LENGTH]; | ^~~~~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_write_to_sgl': /kisskb/src/lib/mpi/mpicoder.c:366:32: note: byref variable will be forcibly initialized 366 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/mpi/mpicoder.c:361:16: 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:32: note: byref variable will be forcibly initialized 439 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_read_buffer': /kisskb/src/lib/mpi/mpicoder.c:257:16: note: byref variable will be forcibly initialized 257 | __be64 alimb; | ^~~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_print': /kisskb/src/lib/mpi/mpicoder.c:712:30: note: byref variable will be forcibly initialized 712 | unsigned int n = 0; | ^ /kisskb/src/lib/mpi/mpicoder.c:669:30: note: byref variable will be forcibly initialized 669 | unsigned int n; | ^ /kisskb/src/lib/mpi/mpicoder.c:642:30: note: byref variable will be forcibly initialized 642 | unsigned int n = (nbits + 7)/8; | ^ /kisskb/src/lib/mpi/mpicoder.c:621:30: note: byref variable will be forcibly initialized 621 | unsigned int n = (nbits + 7)/8; | ^ /kisskb/src/lib/mpi/mpicoder.c:581:30: note: byref variable will be forcibly initialized 581 | unsigned int n; | ^ /kisskb/src/lib/mpi/mpicoder.c:559:16: note: byref variable will be forcibly initialized 559 | size_t dummy_nwritten; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/mfd/tps65217.c:14: /kisskb/src/drivers/mfd/tps65217.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:437:22: note: byref variable will be forcibly initialized 437 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/tps65217.c: In function 'tps65217_irq_thread': /kisskb/src/drivers/mfd/tps65217.c:107:22: note: byref variable will be forcibly initialized 107 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/mfd/tps65217.c: In function 'tps65217_update_bits': /kisskb/src/drivers/mfd/tps65217.c:255:22: note: byref variable will be forcibly initialized 255 | unsigned int data; | ^~~~ /kisskb/src/drivers/mfd/tps65217.c: In function 'tps65217_probe': /kisskb/src/drivers/mfd/tps65217.c:314:22: note: byref variable will be forcibly initialized 314 | unsigned int version; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_dpcd_access': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:478:31: note: byref variable will be forcibly initialized 478 | struct drm_dp_aux_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_i2c_drain_msg': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1773:31: note: byref variable will be forcibly initialized 1773 | struct drm_dp_aux_msg msg = *orig_msg; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_i2c_xfer': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1810:31: note: byref variable will be forcibly initialized 1810 | struct drm_dp_aux_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_get_quirks': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2220:12: note: byref variable will be forcibly initialized 2220 | u8 any_device[] = DEVICE_ID_ANY; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_dpcd_probe': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:545:12: note: byref variable will be forcibly initialized 545 | u8 buffer; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function '__read_delay': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:276:12: note: byref variable will be forcibly initialized 276 | u8 rd_interval, mask; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_128b132b_read_aux_rd_interval': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:344:12: note: byref variable will be forcibly initialized 344 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_configure_dsc_enc': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3265:12: note: byref variable will be forcibly initialized 3265 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_edp_backlight_set_enable': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3434:12: note: byref variable will be forcibly initialized 3434 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_edp_backlight_probe_max': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3558:24: note: byref variable will be forcibly initialized 3558 | u8 pn, pn_min, pn_max; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3558:16: note: byref variable will be forcibly initialized 3558 | u8 pn, pn_min, pn_max; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3558:12: note: byref variable will be forcibly initialized 3558 | u8 pn, pn_min, pn_max; | ^~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_read_extended_dpcd_caps': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:841:12: note: byref variable will be forcibly initialized 841 | u8 dpcd_ext[DP_RECEIVER_CAP_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_aux_get_crc': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1907:12: note: byref variable will be forcibly initialized 1907 | u8 buf, count; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_aux_crc_work': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1943:18: note: byref variable will be forcibly initialized 1943 | uint32_t crcs[3]; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1942:12: note: byref variable will be forcibly initialized 1942 | u8 crc_bytes[6]; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_edp_backlight_probe_state': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3653:12: note: byref variable will be forcibly initialized 3653 | u8 mode_reg; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3652:12: note: byref variable will be forcibly initialized 3652 | u8 buf[2]; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_send_real_edid_checksum': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:779:51: note: byref variable will be forcibly initialized 779 | u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:779:32: note: byref variable will be forcibly initialized 779 | u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:779:12: note: byref variable will be forcibly initialized 779 | u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_downstream_debug': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1336:17: note: byref variable will be forcibly initialized 1336 | uint8_t rev[2]; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1334:14: note: byref variable will be forcibly initialized 1334 | char id[7]; | ^~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_read_sink_count': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:1517:12: note: byref variable will be forcibly initialized 1517 | u8 count; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_start_crc': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2131:12: note: byref variable will be forcibly initialized 2131 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_stop_crc': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2158:12: note: byref variable will be forcibly initialized 2158 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_get_phy_test_pattern': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2590:18: note: byref variable will be forcibly initialized 2590 | u8 rate, lanes; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2590:12: note: byref variable will be forcibly initialized 2590 | u8 rate, lanes; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_set_phy_test_pattern': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2641:12: note: byref variable will be forcibly initialized 2641 | u8 link_config[2]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_is_frl_ready': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2918:12: note: byref variable will be forcibly initialized 2918 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_frl_configure_1': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:2947:12: note: byref variable will be forcibly initialized 2947 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_frl_enable': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3049:12: note: byref variable will be forcibly initialized 3049 | u8 buf = 0; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_link_active': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3076:12: note: byref variable will be forcibly initialized 3076 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_link_mode': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3100:12: note: byref variable will be forcibly initialized 3100 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_frl_link_error_count': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3128:12: note: byref variable will be forcibly initialized 3128 | u8 buf, error_count; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_dp_pcon_convert_rgb_to_ycbcr': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3370:12: note: byref variable will be forcibly initialized 3370 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_edp_backlight_set_level': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3404:12: note: byref variable will be forcibly initialized 3404 | u8 buf[2] = { 0 }; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c: In function 'drm_panel_dp_aux_backlight': /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3812:12: note: byref variable will be forcibly initialized 3812 | u8 edp_dpcd[EDP_DISPLAY_CTL_CAP_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3811:12: note: byref variable will be forcibly initialized 3811 | u8 current_mode; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_helper.c:3810:13: note: byref variable will be forcibly initialized 3810 | u16 current_level; | ^~~~~~~~~~~~~ /kisskb/src/lib/xxhash.c: In function 'xxh64_reset': /kisskb/src/lib/xxhash.c:259:28: note: byref variable will be forcibly initialized 259 | struct xxh64_state state; | ^~~~~ /kisskb/src/lib/xxhash.c: In function 'xxh32_reset': /kisskb/src/lib/xxhash.c:245:28: note: byref variable will be forcibly initialized 245 | struct xxh32_state state; | ^~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/lib/mpi/mpi-internal.h:20, from /kisskb/src/lib/mpi/mpiutil.c:21: /kisskb/src/lib/mpi/mpiutil.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/lib/asn1_encoder.c: In function 'asn1_encode_oid': /kisskb/src/lib/asn1_encoder.c:145:24: note: byref variable will be forcibly initialized 145 | unsigned char *d = data + 2; | ^ /kisskb/src/lib/asn1_encoder.c:144:13: note: byref variable will be forcibly initialized 144 | int data_len = end_data - data; | ^~~~~~~~ /kisskb/src/lib/asn1_encoder.c: In function 'asn1_encode_boolean': /kisskb/src/lib/asn1_encoder.c:429:13: note: byref variable will be forcibly initialized 429 | int data_len = end_data - data; | ^~~~~~~~ /kisskb/src/lib/asn1_encoder.c: In function 'asn1_encode_tag': /kisskb/src/lib/asn1_encoder.c:273:13: note: byref variable will be forcibly initialized 273 | int data_len = end_data - data; | ^~~~~~~~ /kisskb/src/lib/asn1_encoder.c: In function 'asn1_encode_octet_string': /kisskb/src/lib/asn1_encoder.c:332:13: note: byref variable will be forcibly initialized 332 | int data_len = end_data - data; | ^~~~~~~~ /kisskb/src/lib/asn1_encoder.c: In function 'asn1_encode_sequence': /kisskb/src/lib/asn1_encoder.c:376:13: note: byref variable will be forcibly initialized 376 | int data_len = end_data - data; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-sensor-hub.c: In function 'sensor_hub_set_feature': /kisskb/src/drivers/hid/hid-sensor-hub.c:198:15: note: byref variable will be forcibly initialized 198 | __s32 value; | ^~~~~ In file included from /kisskb/src/drivers/hid/hid-sensor-hub.c:7: /kisskb/src/drivers/hid/hid-sensor-hub.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/device.h:214:16: note: byref variable will be forcibly initialized 214 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-hub.c: In function 'sensor_hub_raw_event': /kisskb/src/drivers/hid/hid-sensor-hub.c:481:39: note: byref variable will be forcibly initialized 481 | struct hid_sensor_hub_device *hsdev = NULL; | ^~~~~ /kisskb/src/drivers/hid/hid-sensor-hub.c:480:15: note: byref variable will be forcibly initialized 480 | void *priv = NULL; | ^~~~ In file included from /kisskb/src/include/linux/kmemleak.h:12, from /kisskb/src/drivers/gpu/drm/drm_buddy.c:6: /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t 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:7, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/kmemleak.h:12, from /kisskb/src/drivers/gpu/drm/drm_buddy.c:6: /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function 'alloc_range_bias': /kisskb/src/drivers/gpu/drm/drm_buddy.c:319:19: note: byref variable will be forcibly initialized 319 | LIST_HEAD(dfs); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function '__alloc_range': /kisskb/src/drivers/gpu/drm/drm_buddy.c:460:19: note: byref variable will be forcibly initialized 460 | LIST_HEAD(allocated); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function '__drm_buddy_alloc_range': /kisskb/src/drivers/gpu/drm/drm_buddy.c:536:19: note: byref variable will be forcibly initialized 536 | LIST_HEAD(dfs); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function 'drm_buddy_alloc_blocks': /kisskb/src/drivers/gpu/drm/drm_buddy.c:643:19: note: byref variable will be forcibly initialized 643 | LIST_HEAD(allocated); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/drm_buddy.c: In function 'drm_buddy_block_trim': /kisskb/src/drivers/gpu/drm/drm_buddy.c:569:19: note: byref variable will be forcibly initialized 569 | LIST_HEAD(dfs); | ^~~ /kisskb/src/include/linux/list.h:26:26: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/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:22: 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:22: note: byref variable will be forcibly initialized 39 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c: In function 'drm_scdc_read': /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c:58:24: note: byref variable will be forcibly initialized 58 | struct i2c_msg msgs[2] = { | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c: In function 'drm_scdc_write': /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c:97:24: note: byref variable will be forcibly initialized 97 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c: In function 'drm_scdc_get_scrambling_status': /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c:140:12: note: byref variable will be forcibly initialized 140 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c: In function 'drm_scdc_set_scrambling': /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c:167:12: note: byref variable will be forcibly initialized 167 | u8 config; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c: In function 'drm_scdc_set_high_tmds_clock_ratio': /kisskb/src/drivers/gpu/drm/display/drm_scdc_helper.c:222:12: note: byref variable will be forcibly initialized 222 | u8 config; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_encode_up_ack_reply': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3614:47: note: byref variable will be forcibly initialized 3614 | struct drm_dp_sideband_msg_reply_body reply; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_validate_guid': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2734:13: note: byref variable will be forcibly initialized 2734 | u64 salt; | ^~~~ 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/display/drm_dp_mst_topology.c:26: /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_rad_to_str': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:182:12: note: byref variable will be forcibly initialized 182 | u8 unpacked_rad[16]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'do_get_act_status': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4675:12: note: byref variable will be forcibly initialized 4675 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_dpcd_write_payload': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4632:30: note: byref variable will be forcibly initialized 4632 | u8 payload_alloc[3], status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4632:12: note: byref variable will be forcibly initialized 4632 | u8 payload_alloc[3], status; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_mst_prop_path': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2241:14: note: byref variable will be forcibly initialized 2241 | char temp[8]; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_get_one_sb_msg': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3912:40: note: byref variable will be forcibly initialized 3912 | struct drm_dp_sideband_msg_hdr hdr; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3911:12: note: byref variable will be forcibly initialized 3911 | u8 hdrlen; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3908:12: note: byref variable will be forcibly initialized 3908 | u8 replyblock[32]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_dpcd_read': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2750:45: note: byref variable will be forcibly initialized 2750 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_dpcd_write': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1145:45: note: byref variable will be forcibly initialized 1145 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_power_updown_phy': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1207:45: note: byref variable will be forcibly initialized 1207 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_query_stream_enc_status': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1223:45: note: byref variable will be forcibly initialized 1223 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_enum_path_resources': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1175:45: note: byref variable will be forcibly initialized 1175 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_clear_payload_id_table': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1165:45: note: byref variable will be forcibly initialized 1165 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_link_address': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1157:45: note: byref variable will be forcibly initialized 1157 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'build_allocate_payload': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1190:45: note: byref variable will be forcibly initialized 1190 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_dump_sideband_msg_tx': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:692:14: note: byref variable will be forcibly initialized 692 | char buf[64]; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:691:45: note: byref variable will be forcibly initialized 691 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'process_single_tx_qlock': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2865:44: note: byref variable will be forcibly initialized 2865 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2826:25: note: byref variable will be forcibly initialized 2826 | int len, space, idx, tosend; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2825:40: note: byref variable will be forcibly initialized 2825 | struct drm_dp_sideband_msg_hdr hdr; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2824:12: note: byref variable will be forcibly initialized 2824 | u8 chunk[48]; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_readb': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:231:22: note: byref variable will be forcibly initialized 231 | unsigned int val = 0; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_queue_down_tx': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2910:36: note: byref variable will be forcibly initialized 2910 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_wait_tx_reply': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1360:36: note: byref variable will be forcibly initialized 1360 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/delay.h:23, from /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:24: /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:1326:23: note: in expansion of macro 'wait_event_timeout' 1326 | ret = wait_event_timeout(mgr->tx_waitq, | ^~~~~~~~~~~~~~~~~~ /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:1910:12: note: byref variable will be forcibly initialized 1910 | u8 buffer[10]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1909:38: note: byref variable will be forcibly initialized 1909 | struct hdmi_vendor_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_payload_send_msg': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3154:12: note: byref variable will be forcibly initialized 3154 | u8 sinks[DRM_DP_MAX_SDP_STREAMS]; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3153:18: note: byref variable will be forcibly initialized 3153 | int ret, port_num; | ^~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:45, from /kisskb/src/arch/arm64/include/asm/elf.h:141, from /kisskb/src/include/linux/elf.h:6, from /kisskb/src/include/linux/module.h:19, from /kisskb/src/include/linux/device/driver.h:21, from /kisskb/src/include/linux/device.h:32, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:12: /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:634:16: note: byref variable will be forcibly initialized 634 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_i2c_read': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5629:45: note: byref variable will be forcibly initialized 5629 | struct drm_dp_sideband_msg_req_body msg; | ^~~ In file included from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:13: /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'of_parse_phandle': /kisskb/src/include/linux/of.h:914:32: note: byref variable will be forcibly initialized 914 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_i2c_write': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5682:45: note: byref variable will be forcibly initialized 5682 | struct drm_dp_sideband_msg_req_body msg; | ^~~ /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:3596:43: note: byref variable will be forcibly initialized 3596 | struct dw_hdmi_audio_data audio; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3581:47: note: byref variable will be forcibly initialized 3581 | struct dw_hdmi_i2s_audio_data audio; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3565:43: note: byref variable will be forcibly initialized 3565 | struct dw_hdmi_audio_data audio; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3358:13: note: byref variable will be forcibly initialized 3358 | u32 val = 1; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3353:33: note: byref variable will be forcibly initialized 3353 | struct dw_hdmi_cec_data cec; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3351:37: note: byref variable will be forcibly initialized 3351 | struct platform_device_info pdevinfo; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_handle_down_rep': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3984:35: note: byref variable will be forcibly initialized 3984 | struct drm_dp_mst_branch *mstb = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_dump_mstb': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4793:14: note: byref variable will be forcibly initialized 4793 | char prefix[10]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_port_add_connector': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2300:14: note: byref variable will be forcibly initialized 2300 | char proppath[255]; | ^~~~~~~~ /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:1999:21: note: byref variable will be forcibly initialized 1999 | u8 inv_val, bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_port_set_pdt': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2097:12: note: byref variable will be forcibly initialized 2097 | u8 rad[8], lct; | ^~~ /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:1782:35: note: byref variable will be forcibly initialized 1782 | struct hdmi_avi_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:1964:12: note: byref variable will be forcibly initialized 1964 | u8 buffer[30]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1963:35: note: byref variable will be forcibly initialized 1963 | struct hdmi_drm_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'dw_hdmi_connector_create': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:2587:35: note: byref variable will be forcibly initialized 2587 | struct cec_connector_info conn_info; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_send_link_address': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:2981:22: note: byref variable will be forcibly initialized 2981 | char buf[64]; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_send_query_stream_enc_status': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3244:12: note: byref variable will be forcibly initialized 3244 | u8 nonce[7]; | ^~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_update_payload_part1': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3362:31: note: byref variable will be forcibly initialized 3362 | struct drm_dp_payload req_payload; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:24: /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c: In function 'drm_sched_entity_flush': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:909:9: note: in expansion of macro '___wait_event' 909 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:931:25: note: in expansion of macro '__wait_event_killable' 931 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:175:17: note: in expansion of macro 'wait_event_killable' 175 | wait_event_killable(sched->job_scheduled, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:170:31: note: in expansion of macro 'wait_event_timeout' 170 | ret = wait_event_timeout( | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_read_mst_cap': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3677:12: note: byref variable will be forcibly initialized 3677 | u8 mstm_cap; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_topology_mgr_set_mst': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3710:39: note: byref variable will be forcibly initialized 3710 | struct drm_dp_payload reset_pay; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_topology_mgr_resume': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:3848:12: note: byref variable will be forcibly initialized 3848 | u8 guid[16]; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_dump_topology': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4900:20: note: byref variable will be forcibly initialized 4900 | u8 buf[DP_PAYLOAD_TABLE_SIZE]; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:4873:30: note: byref variable will be forcibly initialized 4873 | char name[14]; | ^~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_atomic_check': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5420:43: note: byref variable will be forcibly initialized 5420 | struct drm_dp_mst_topology_state *mst_state; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5419:41: note: byref variable will be forcibly initialized 5419 | struct drm_dp_mst_topology_mgr *mgr; | ^~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c: In function 'drm_dp_mst_dsc_aux_for_port': /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5936:20: note: byref variable will be forcibly initialized 5936 | u8 dpcd_ext[DP_RECEIVER_CAP_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5896:20: note: byref variable will be forcibly initialized 5896 | u8 upstream_dsc; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5871:12: note: byref variable will be forcibly initialized 5871 | u8 endpoint_dsc; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/display/drm_dp_mst_topology.c:5870:12: note: byref variable will be forcibly initialized 5870 | u8 endpoint_fec; | ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/pcf50633-core.c: In function 'pcf50633_reg_read': /kisskb/src/drivers/mfd/pcf50633-core.c:50:22: 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:12: note: byref variable will be forcibly initialized 84 | u8 dump[16]; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:114, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:60: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_job': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 35 | DECLARE_EVENT_CLASS(drm_sched_job, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_process_job': /kisskb/src/include/trace/trace_events.h:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:72:1: note: in expansion of macro 'TRACE_EVENT' 72 | 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:385:35: note: byref variable will be forcibly initialized 385 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:384:63: note: byref variable will be forcibly initialized 384 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:40:9: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'drm_sched_job_cleanup': /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:744:23: note: byref variable will be forcibly initialized 744 | unsigned long index; | ^~~~~ /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:657:13: note: byref variable will be forcibly initialized 657 | u32 id = 0; | ^~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:656:23: note: byref variable will be forcibly initialized 656 | 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:707:30: note: byref variable will be forcibly initialized 707 | struct dma_resv_iter cursor; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:47: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'drm_sched_main': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:932:17: note: in expansion of macro 'wait_event_interruptible' 932 | wait_event_interruptible(sched->wake_up_worker, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/mfd/max14577.c:17: /kisskb/src/drivers/mfd/max14577.c: In function 'max14577_read_reg': /kisskb/src/include/linux/mfd/max14577-private.h:444:22: note: byref variable will be forcibly initialized 444 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/max14577.c: In function 'max14577_print_dev_type': /kisskb/src/drivers/mfd/max14577.c:266:12: note: byref variable will be forcibly initialized 266 | u8 reg_data, vendor_id, device_id; | ^~~~~~~~ /kisskb/src/drivers/mfd/max14577.c: In function 'max77836_init': /kisskb/src/drivers/mfd/max14577.c:298:12: note: byref variable will be forcibly initialized 298 | u8 intsrc_mask; | ^~~~~~~~~~~ /kisskb/src/drivers/mfd/rave-sp.c: In function 'rave_sp_write': /kisskb/src/drivers/mfd/rave-sp.c:286:23: note: byref variable will be forcibly initialized 286 | unsigned char crc[RAVE_SP_CHECKSUM_SIZE]; | ^~~ /kisskb/src/drivers/mfd/rave-sp.c:285:23: 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:12: 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:12: 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:12: 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:12: 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:31: 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:13: note: byref variable will be forcibly initialized 773 | u32 baud; | ^~~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_read': /kisskb/src/drivers/mfd/retu-mfd.c:146:13: 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:13: note: byref variable will be forcibly initialized 171 | int reg; | ^~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_regmap_write': /kisskb/src/drivers/mfd/retu-mfd.c:209:13: note: byref variable will be forcibly initialized 209 | u16 val; | ^~~ /kisskb/src/drivers/mfd/retu-mfd.c:208:12: note: byref variable will be forcibly initialized 208 | u8 reg; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/hid/usbhid/hid-core.c:15: /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_wait_io': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c:644:14: note: in expansion of macro 'wait_event_timeout' 644 | if (!wait_event_timeout(usbhid->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_output_report': /kisskb/src/drivers/hid/usbhid/hid-core.c:943:13: note: byref variable will be forcibly initialized 943 | int actual_length, skipped_report_id = 0, ret; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_parse': /kisskb/src/drivers/hid/usbhid/hid-core.c:984:32: note: byref variable will be forcibly initialized 984 | struct hid_descriptor *hdesc; | ^~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_set_leds': /kisskb/src/drivers/hid/usbhid/hid-core.c:826:27: note: byref variable will be forcibly initialized 826 | struct hid_field *field; | ^~~~~ /kisskb/src/drivers/hid/usbhid/hid-core.c: In function 'usbhid_start': /kisskb/src/drivers/hid/usbhid/hid-core.c:1066:25: note: byref variable will be forcibly initialized 1066 | unsigned int n, insize = 0; | ^~~~~~ In file included from /kisskb/src/include/asm-generic/bitops/generic-non-atomic.h:7, from /kisskb/src/include/linux/bitops.h:34, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/mfd/dln2.c:12: /kisskb/src/drivers/mfd/dln2.c: In function '__list_add_rcu': /kisskb/src/arch/arm64/include/asm/barrier.h:123:66: note: byref variable will be forcibly initialized 123 | union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \ | ^~~ /kisskb/src/include/asm-generic/barrier.h:172:55: note: in expansion of macro '__smp_store_release' 172 | #define smp_store_release(p, v) do { kcsan_release(); __smp_store_release(p, v); } while (0) | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate.h:467:17: note: in expansion of macro 'smp_store_release' 467 | smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rculist.h:84:9: note: in expansion of macro 'rcu_assign_pointer' 84 | rcu_assign_pointer(list_next_rcu(prev), new); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_send_wait': /kisskb/src/drivers/mfd/dln2.c:334:13: note: byref variable will be forcibly initialized 334 | int actual; | ^~~~~~ /kisskb/src/drivers/mfd/dln2.c:332:13: note: byref variable will be forcibly initialized 332 | int len = obuf_len; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mfd/dln2.c:13: /kisskb/src/drivers/mfd/dln2.c: In function 'alloc_rx_slot': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:478:9: note: in expansion of macro '___wait_event' 478 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:501:25: note: in expansion of macro '__wait_event_interruptible' 501 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c:386:15: note: in expansion of macro 'wait_event_interruptible' 386 | ret = wait_event_interruptible(dln2->mod_rx_slots[handle].wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c:380:13: note: byref variable will be forcibly initialized 380 | int slot; | ^~~~ /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_check_hw': /kisskb/src/drivers/mfd/dln2.c:535:13: note: byref variable will be forcibly initialized 535 | int len = sizeof(hw_type); | ^~~ /kisskb/src/drivers/mfd/dln2.c:534:16: note: byref variable will be forcibly initialized 534 | __le32 hw_type; | ^~~~~~~ /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_print_serialno': /kisskb/src/drivers/mfd/dln2.c:557:13: note: byref variable will be forcibly initialized 557 | int len = sizeof(serial_no); | ^~~ /kisskb/src/drivers/mfd/dln2.c:556:16: note: byref variable will be forcibly initialized 556 | __le32 serial_no; | ^~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_probe': /kisskb/src/drivers/mfd/dln2.c:769:41: note: byref variable will be forcibly initialized 769 | struct usb_endpoint_descriptor *epout; | ^~~~~ /kisskb/src/drivers/mfd/dln2.c:768:41: note: byref variable will be forcibly initialized 768 | struct usb_endpoint_descriptor *epin; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/mfd/dln2.c:13: /kisskb/src/drivers/mfd/dln2.c: In function 'dln2_stop': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:325:15: note: in expansion of macro '___wait_event' 325 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:345:9: note: in expansion of macro '__wait_event' 345 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/dln2.c:748:9: note: in expansion of macro 'wait_event' 748 | wait_event(dln2->disconnect_wq, !dln2->active_transfers); | ^~~~~~~~~~ /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:802:22: note: byref variable will be forcibly initialized 802 | unsigned int bufsize = HID_MIN_BUFFER_SIZE; | ^~~~~~~ /kisskb/src/drivers/mfd/pcf50633-irq.c: In function 'pcf50633_irq': /kisskb/src/drivers/mfd/pcf50633-irq.c:113:12: note: byref variable will be forcibly initialized 113 | u8 pcf_int[5], chgstat; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/arm64/include/asm/compat.h:28, from /kisskb/src/arch/arm64/include/asm/stat.h:13, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:21: /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c: In function 'i2c_hid_execute_reset': /kisskb/src/include/linux/wait.h:303:33: note: byref variable will be forcibly initialized 303 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:389:9: note: in expansion of macro '___wait_event' 389 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:417:25: note: in expansion of macro '__wait_event_timeout' 417 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:460:14: note: in expansion of macro 'wait_event_timeout' 460 | if (!wait_event_timeout(ihid->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/pcf50633-irq.c: In function 'pcf50633_irq_suspend': /kisskb/src/drivers/mfd/pcf50633-irq.c:227:12: note: byref variable will be forcibly initialized 227 | u8 res[5]; | ^~~ Completed OK # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc11 # Build took: 0:07:41.890466